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
21c1840a
Commit
21c1840a
authored
2 years ago
by
florian
Browse files
Options
Downloads
Plain Diff
Merge branch 'dev' into f-email-notify
parents
dee5d409
42d5dcd3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!123
REL: Release v0.6.0
,
!107
ENH: setup logging and reporting for serverside execution
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
CHANGELOG.md
+15
-8
15 additions, 8 deletions
CHANGELOG.md
CITATION.cff
+2
-2
2 additions, 2 deletions
CITATION.cff
setup.cfg
+2
-2
2 additions, 2 deletions
setup.cfg
src/doc/README_SETUP.md
+1
-0
1 addition, 0 deletions
src/doc/README_SETUP.md
src/doc/conf.py
+2
-2
2 additions, 2 deletions
src/doc/conf.py
with
22 additions
and
14 deletions
CHANGELOG.md
+
15
−
8
View file @
21c1840a
...
...
@@ -16,6 +16,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
with
`create_crawler_status_records=True`
.
### Changed ###
### Deprecated ###
### Removed ###
### Fixed ###
### Security ###
### Documentation ###
## [0.5.0] - 2023-03-28 ##
(Florian Spreckelsen)
### Changed ###
-
Refactoring of the crawl.py module: Now there is a separate scanner module handling the
...
...
@@ -35,14 +50,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
``scan_structure_elements``
in the scanner module mostly covers its
functionality.
### Removed ###
### Fixed ###
### Security ###
### Documentation ###
## [0.4.0] - 2023-03-22 ##
(Florian Spreckelsen)
...
...
This diff is collapsed.
Click to expand it.
CITATION.cff
+
2
−
2
View file @
21c1840a
...
...
@@ -20,6 +20,6 @@ authors:
given-names: Stefan
orcid: https://orcid.org/0000-0001-7214-8125
title: CaosDB - Crawler
version: 0.
4
.0
version: 0.
5
.0
doi: 10.3390/data4020083
date-released: 2023-03-22
\ No newline at end of file
date-released: 2023-03-28
\ No newline at end of file
This diff is collapsed.
Click to expand it.
setup.cfg
+
2
−
2
View file @
21c1840a
[metadata]
name
=
caoscrawler
version
=
0.
4
.1
version
=
0.
5
.1
author
=
Alexander Schlemmer
author_email
=
alexander.schlemmer@ds.mpg.de
description
=
A new crawler for caosdb
...
...
@@ -21,7 +21,7 @@ python_requires = >=3.7
install_requires
=
importlib-resources
caosdb
>=
0.11.0
caosadvancedtools
>=
0.
6
.0
caosadvancedtools
>=
0.
7
.0
yaml-header-tools
>=
0.2.1
pyyaml
odfpy
#make optional
...
...
This diff is collapsed.
Click to expand it.
src/doc/README_SETUP.md
+
1
−
0
View file @
21c1840a
...
...
@@ -17,6 +17,7 @@ Build documentation in `src/doc` with `make html`.
-
`sphinx`
-
`sphinx-autoapi`
-
`recommonmark`
-
`sphinx-rtd-theme`
### How to contribute ###
...
...
This diff is collapsed.
Click to expand it.
src/doc/conf.py
+
2
−
2
View file @
21c1840a
...
...
@@ -33,10 +33,10 @@ copyright = '2021, MPIDS'
author
=
'
Alexander Schlemmer
'
# The short X.Y version
version
=
'
0.
4
.1
'
version
=
'
0.
5
.1
'
# The full version, including alpha/beta/rc tags
# release = '0.5.2-rc2'
release
=
'
0.
4
.1-dev
'
release
=
'
0.
5
.1-dev
'
# -- General configuration ---------------------------------------------------
...
...
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