Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CaosDB Crawler
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 Crawler
Commits
abdaff50
Verified
Commit
abdaff50
authored
1 year ago
by
Daniel Hornung
Browse files
Options
Downloads
Patches
Plain Diff
FIX: Pipeline
parent
04a41185
No related branches found
No related tags found
2 merge requests
!178
FIX: #96 Better error output for crawl.py script.
,
!171
sav/spss converter
Pipeline
#51069
passed with warnings
1 year ago
Stage: info
Stage: setup
Stage: cert
Stage: style
Stage: test
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.docker/Dockerfile
+5
-1
5 additions, 1 deletion
.docker/Dockerfile
.gitlab-ci.yml
+2
-1
2 additions, 1 deletion
.gitlab-ci.yml
src/doc/conf.py
+4
-2
4 additions, 2 deletions
src/doc/conf.py
tox.ini
+1
-2
1 addition, 2 deletions
tox.ini
with
12 additions
and
6 deletions
.docker/Dockerfile
+
5
−
1
View file @
abdaff50
...
@@ -10,7 +10,11 @@ RUN apt-get update && \
...
@@ -10,7 +10,11 @@ RUN apt-get update && \
python3-sphinx
\
python3-sphinx
\
tox
\
tox
\
-y
-y
RUN
pip3
install
pylint recommonmark sphinx-rtd-theme
RUN
pip3
install
\
pylint
\
recommonmark
\
sphinx-rtd-theme
\
;
COPY
.docker/wait-for-it.sh /wait-for-it.sh
COPY
.docker/wait-for-it.sh /wait-for-it.sh
ARG
PYLIB
ARG
PYLIB
ADD
https://gitlab.indiscale.com/api/v4/projects/97/repository/commits/${PYLIB} \
ADD
https://gitlab.indiscale.com/api/v4/projects/97/repository/commits/${PYLIB} \
...
...
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
2
−
1
View file @
abdaff50
...
@@ -118,7 +118,8 @@ unittest_py3.9:
...
@@ -118,7 +118,8 @@ unittest_py3.9:
stage
:
test
stage
:
test
image
:
$CI_REGISTRY_IMAGE
image
:
$CI_REGISTRY_IMAGE
script
:
script
:
-
tox
-
python3 -c "import pyreadstat; print(pyreadstat.__version__)"
-
tox
unittest_py3.8
:
unittest_py3.8
:
tags
:
[
cached-dind
]
tags
:
[
cached-dind
]
...
...
This diff is collapsed.
Click to expand it.
src/doc/conf.py
+
4
−
2
View file @
abdaff50
...
@@ -214,6 +214,8 @@ intersphinx_mapping = {
...
@@ -214,6 +214,8 @@ intersphinx_mapping = {
# TODO Which options do we want?
# TODO Which options do we want?
autodoc_default_options
=
{
autodoc_default_options
=
{
'
members
'
:
None
,
'
members
'
:
True
,
'
undoc-members
'
:
None
,
'
undoc-members
'
:
True
,
'
member-order
'
:
'
bysource
'
,
'
special-member
'
:
[
"
__init__
"
],
}
}
This diff is collapsed.
Click to expand it.
tox.ini
+
1
−
2
View file @
abdaff50
...
@@ -3,10 +3,9 @@ envlist = py38, py39, py310, py311, py312, py313
...
@@ -3,10 +3,9 @@ envlist = py38, py39, py310, py311, py312, py313
skip_missing_interpreters
=
true
skip_missing_interpreters
=
true
[testenv]
[testenv]
deps
=
.
deps
=
.
[h5_crawler,spss]
pytest
pytest
pytest-cov
pytest-cov
h5py
# TODO: Make this f-branch sensitive
# TODO: Make this f-branch sensitive
git+https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git@dev
git+https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git@dev
git+https://gitlab.indiscale.com/caosdb/src/caosdb-advanced-user-tools.git@dev
git+https://gitlab.indiscale.com/caosdb/src/caosdb-advanced-user-tools.git@dev
...
...
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