Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
anis
anis-admin
Commits
dcd50093
Commit
dcd50093
authored
Dec 07, 2020
by
Tifenn Guillas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update versions and changelog
parent
3f6c738d
Pipeline
#3750
passed with stages
in 7 minutes and 8 seconds
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
5 deletions
+7
-5
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
CHANGELOG.md
CHANGELOG.md
+3
-1
src/settings/settings.ts
src/settings/settings.ts
+3
-3
No files found.
.gitlab-ci.yml
View file @
dcd50093
...
...
@@ -6,7 +6,7 @@ stages:
-
deploy
variables
:
VERSION
:
"
3.
3
"
VERSION
:
"
3.
5
"
SONARQUBE_URL
:
https://sonarqube.lam.fr
CONTAINER_IMAGE
:
portus.lam.fr/anis/anis-admin
...
...
CHANGELOG.md
View file @
dcd50093
...
...
@@ -6,9 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [3.5.0]
### Added
-
#51: Add datasets rights depending on user group
-
#49: Add authentication as instance option
-
#48: Add Keycloak authentication
-
#46: Add dataset public flag option
-
#45: Add instance option for search multiple: by default, all datasets selected or none
-
#51: Add handle groups
## [3.4.0]
### Added
...
...
src/settings/settings.ts
View file @
dcd50093
export
const
VERSIONS
=
{
anisServer
:
'
3.
4
.0
'
,
anisClient
:
'
3.
4
.0
'
,
anisAdmin
:
'
3.
4
.0
'
anisServer
:
'
3.
5
.0
'
,
anisClient
:
'
3.
5
.0
'
,
anisAdmin
:
'
3.
5
.0
'
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment