Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-webui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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-webui
Commits
d3b5883c
Verified
Commit
d3b5883c
authored
3 years ago
by
Timm Fitschen
Browse files
Options
Downloads
Plain Diff
Merge branch 'dev' into f-map-list
parents
80c134bf
4b482770
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!73
REL: Release 0.7.0
,
!71
F map list
Pipeline
#22599
passed
3 years ago
Stage: linting
Stage: test
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+12
-5
12 additions, 5 deletions
CHANGELOG.md
RELEASE_GUIDELINES.md
+4
-2
4 additions, 2 deletions
RELEASE_GUIDELINES.md
src/doc/conf.py
+3
-3
3 additions, 3 deletions
src/doc/conf.py
with
19 additions
and
10 deletions
CHANGELOG.md
+
12
−
5
View file @
d3b5883c
...
...
@@ -10,21 +10,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
-
Renamed the person reference resolver.
### Deprecated
### Removed
### Fixed
*
[
webui#170
](
https://gitlab.com/caosdb/caosdb-webui/-/issues/170
)
Autocompletion for "IS REFERENCED BY" leads to query syntax error
### Security
### Documentation
## [0.6.0] - 2022-05-03
(Daniel Hornung)
### Changed
*
Renamed the person reference resolver.
### Fixed
*
[
webui#170
](
https://gitlab.com/caosdb/caosdb-webui/-/issues/170
)
Autocompletion for "IS REFERENCED BY" leads to query syntax error
## [0.5.0] - 2022-03-25
(Timm Fitschen)
...
...
This diff is collapsed.
Click to expand it.
RELEASE_GUIDELINES.md
+
4
−
2
View file @
d3b5883c
...
...
@@ -18,7 +18,7 @@ guidelines of the CaosDB Project
2.
Check all general prerequisites.
3.
u
pdate src/doc/conf.py version
3.
U
pdate
`
src/doc/conf.py
`
version
4.
Merge the release branch into the main branch.
...
...
@@ -28,4 +28,6 @@ guidelines of the CaosDB Project
7.
Merge the main branch back into the dev branch.
8.
Prepare CHANGELOG for next release cycle.
8.
Prepare for next release cycle:
*
`CHANGELOG.md`
: "Unreleased" section
*
`src/doc/conf.py`
: Bump to next version number and
`x.y.z-SNAPSHOT`
for the
`release`
variable.
This diff is collapsed.
Click to expand it.
src/doc/conf.py
+
3
−
3
View file @
d3b5883c
...
...
@@ -22,13 +22,13 @@
import
sphinx_rtd_theme
project
=
'
caosdb-webui
'
copyright
=
'
202
0
, IndiScale GmbH
'
copyright
=
'
202
2
, IndiScale GmbH
'
author
=
'
Daniel Hornung
'
# The short X.Y version
version
=
'
0.6.
0
'
version
=
'
0.6.
1
'
# The full version, including alpha/beta/rc tags
release
=
'
0.6.
0
-SNAPSHOT
'
release
=
'
0.6.
1
-SNAPSHOT
'
# -- 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