Skip to content

Releases: artipie/front

Release v0.2.3

27 Dec 12:49
924000d
Compare
Choose a tag to compare
fix: use java 21 in Dockerfile (#126)

Release v0.2.2

15 Dec 13:31
5641056
Compare
Choose a tag to compare
build(deps): bump jackson-databind from 2.13.4.1 to 2.13.4.2 (#117)

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.4.1 to 2.13.4.2.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Release v0.2.1

27 Sep 06:56
ffd20ad
Compare
Choose a tag to compare
fix: remove maven-group, add docker-proxy (#120)

Release v0.2.0

05 May 08:14
1cdf642
Compare
Choose a tag to compare
feat: delete layout (#118)

Release v0.1.5

02 Dec 06:35
fb58bf8
Compare
Choose a tag to compare
deps: update eo-yaml (#115)

Release v0.1.4

15 Nov 07:22
cdfd2e4
Compare
Choose a tag to compare
feat: Improve web-ui for listing of repositories (#114)

* feat: Improve web-ui for listing of repositories with support of search by repo name and viewing ports and type of presented repos.
Add signout.

Release v0.1.3

08 Nov 14:57
6b0622c
Compare
Choose a tag to compare
Lazy getting of settings layout from Artipie server (#113)

fix: lazy getting of layout setting

Release v0.1.2

08 Nov 08:49
bca22fd
Compare
Choose a tag to compare
feat: Create repository page should provide to fill all information i…

…n single form (#112)

Release v0.1.1

31 Oct 11:44
6edaf50
Compare
Choose a tag to compare
fix: delete by slash all characters in username during authorization …

…… (#110)

* fix: delete by slash all characters in username during authorization to support github's user names.

* delete github prefix from user name

Release v0.1.0

28 Oct 09:58
f0fda62
Compare
Choose a tag to compare
101 dashboard (#109)

* feat: Singn in and obtaining JWT-token (#103)

* feat: Singn in and obtaining JWT-token

* feat: Provide web gui for {list, add, add, update, remove} repository… (#106)

* feat: Provide web gui for {list, add, add, update, remove} repository settings

* add standard artipie authentication

* Start web gui without artipie yaml configuration (#107)

feat: start dashboard without config

* Remove rest services from frontend (#108)

feat: remove rest services from front