Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-advanced-user-tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-advanced-user-tools
Commits
a7f35cf7
Commit
a7f35cf7
authored
4 years ago
by
Henrik tom Wörden
Browse files
Options
Downloads
Patches
Plain Diff
up
parent
f1c94966
No related branches found
No related tags found
2 merge requests
!59
FIX: if multiple updates for one entity exist, the retrieve would result in an...
,
!46
F cache version
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.docker/tester.yml
+0
-3
0 additions, 3 deletions
.docker/tester.yml
.gitlab-ci.yml
+0
-1
0 additions, 1 deletion
.gitlab-ci.yml
integrationtests/test.sh
+1
-1
1 addition, 1 deletion
integrationtests/test.sh
with
1 addition
and
5 deletions
.docker/tester.yml
+
0
−
3
View file @
a7f35cf7
...
...
@@ -6,9 +6,6 @@ services:
-
type
:
bind
source
:
./cert
target
:
/opt/caosdb/cert
-
type
:
bind
source
:
/tmp
target
:
/tmp
networks
:
-
docker_caosnet
networks
:
...
...
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
0
−
1
View file @
a7f35cf7
...
...
@@ -67,7 +67,6 @@ test:
dependencies
:
[
cert
]
artifacts
:
paths
:
-
/tmp/crawler.output
-
caosdb_log.txt
-
mariadb_log.txt
when
:
on_failure
...
...
This diff is collapsed.
Click to expand it.
integrationtests/test.sh
+
1
−
1
View file @
a7f35cf7
...
...
@@ -20,7 +20,7 @@ pushd extroot
egrep
-liRZ
'A description of another example'
.
| xargs
-0
-l
sed
-i
-e
's/A description of another example/A description of this example/g'
popd
echo
"run crawler"
./crawl.py /
&>
$OUT
./crawl.py /
|
tee
$OUT
# check whether there was something UNAUTHORIZED
cat
$OUT
set
-e
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment