Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
anis
anis-admin
Commits
5dc50d74
Commit
5dc50d74
authored
Oct 07, 2020
by
Tifenn Guillas
Browse files
Update CHANGELOG
parent
a1aee450
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
5dc50d74
...
...
@@ -4,7 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on
[
Keep a Changelog
](
https://keepachangelog.com/en/1.0.0/
)
,
and this project adheres to
[
Semantic Versioning
](
https://semver.org/spec/v2.0.0.html
)
.
## [3.4.0]
### Added
-
#42: Add instance options: 'Display search', 'Display search multiple' and 'Display documentation'
-
#38: Add new search-type: list
-
#41: Add dataset option 'Opened result accordion'
-
#33: Add dataset option 'Direct link to the result'
## [3.3.0]
### Added
-
#37: Configuration cone search by dataset (form dataset)
## [3.2.0]
...
...
Makefile
View file @
5dc50d74
...
...
@@ -14,7 +14,7 @@ list:
@
echo
" test > run
$(NAME_APP)
tests"
@
echo
" test-watch > run
$(NAME_APP)
tests on every file change"
@
echo
" report > open the code coverage report in a browser (only available for Linux)"
@
echo
"
dist
> generate the angular dist application (html, css, js)"
@
echo
"
build
> generate the angular dist application (html, css, js)"
@
echo
" logs > display
$(NAME_APP)
container logs"
@
echo
" shell > shell into
$(NAME_APP)
container"
@
echo
""
...
...
@@ -48,7 +48,7 @@ test-watch:
report
:
xdg-open var/coverage/index.html
dist
:
build
:
@
docker build
-t
anis-node conf-dev
&&
docker run
--init
-it
--rm
--user
$(UID)
:
$(GID)
\
-v
$(CURDIR)
:/project
\
-w
/project anis-node ng build
--prod
--base-href
/admin/
...
...
Write
Preview
Supports
Markdown
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