Dany Sluijk
|
02adb2dfb3
|
chore(release): 1.5.3 [skip ci]
## [1.5.3](https://git.dany.dev/dsluijk/teenyui/compare/v1.5.2...v1.5.3) (2021-02-08)
### Bug Fixes
* **colors:** fix small coloring issues ([40e975b ](40e975b595 ))
|
2 years ago |
Dany Sluijk
|
9febf4228d
|
Merge pull request 'fix(colors): fix small coloring issues' (#49) from fix/colors into master
Reviewed-on: #49
|
2 years ago |
Dany Sluijk
|
40e975b595
|
fix(colors): fix small coloring issues
Also add a dark color scheme.
|
2 years ago |
Dany Sluijk
|
063eec2c55
|
chore(release): 1.5.2 [skip ci]
## [1.5.2](https://git.dany.dev/dsluijk/teenyui/compare/v1.5.1...v1.5.2) (2021-02-08)
### Bug Fixes
* **layout:** fix the layout by switching to grid ([43e601c ](43e601cae0 ))
|
2 years ago |
Dany Sluijk
|
20cabb4b7e
|
Merge pull request 'fix(layout): fix the layout by switching to grid' (#48) from fix/layout into master
Reviewed-on: #48
|
2 years ago |
Dany Sluijk
|
43e601cae0
|
fix(layout): fix the layout by switching to grid
|
2 years ago |
Dany Sluijk
|
75e05a9727
|
chore(release): 1.5.1 [skip ci]
## [1.5.1](https://git.dany.dev/dsluijk/teenyui/compare/v1.5.0...v1.5.1) (2021-02-08)
### Bug Fixes
* **sidebar:** fix the sidebar scrolling ([084919c ](084919c245 ))
|
2 years ago |
Dany Sluijk
|
b7c3da01bd
|
Merge pull request 'fix(sidebar): fix the sidebar scrolling' (#47) from fix/sidebar into master
Reviewed-on: #47
|
2 years ago |
Dany Sluijk
|
084919c245
|
fix(sidebar): fix the sidebar scrolling
|
2 years ago |
Dany Sluijk
|
9013c94737
|
chore(release): 1.5.0 [skip ci]
# [1.5.0](https://git.dany.dev/dsluijk/teenyui/compare/v1.4.0...v1.5.0) (2021-02-07)
### Features
* **topbar:** add basic topbar ([f285c5f ](f285c5f6f2 ))
|
2 years ago |
Dany Sluijk
|
376801f122
|
Merge pull request 'feat(topbar): add basic topbar' (#46) from feat/topbar into master
Reviewed-on: #46
|
2 years ago |
Dany Sluijk
|
f285c5f6f2
|
feat(topbar): add basic topbar
|
2 years ago |
Dany Sluijk
|
7da97b09a1
|
chore(release): 1.4.0 [skip ci]
# [1.4.0](https://git.dany.dev/dsluijk/teenyui/compare/v1.3.0...v1.4.0) (2021-02-07)
### Features
* **button:** add full width icons ([d8669d5 ](d8669d5f65 ))
* rewrite a large part of the codebase ([450aee7 ](450aee70cb ))
|
2 years ago |
Dany Sluijk
|
8b9d50bfee
|
Merge pull request 'rewrite: rewrite the general UI' (#45) from feat/rewrite into master
Reviewed-on: #45
|
2 years ago |
Dany Sluijk
|
fedceceb67
|
refactor(sidebar): change width of the sidebar
|
2 years ago |
Dany Sluijk
|
d8669d5f65
|
feat(button): add full width icons
|
2 years ago |
Dany Sluijk
|
450aee70cb
|
feat: rewrite a large part of the codebase
|
2 years ago |
Dany Sluijk
|
b2fb5843f3
|
Merge pull request 'refactor: remove helm chart' (#44) from revert/helm into master
Reviewed-on: #44
|
2 years ago |
Dany Sluijk
|
9658c27fe0
|
refactor: remove helm chart
revert: helm chart
|
2 years ago |
Dany Sluijk
|
fd6cd7912c
|
Merge pull request 'ci(helm): remove the protocol from the registery url' (#43) from ci/chartProto into master
Reviewed-on: #43
|
2 years ago |
Dany Sluijk
|
ef21fdf2b7
|
ci(helm): remove the protocol from the registery url
|
2 years ago |
Dany Sluijk
|
a6b5a6874d
|
Merge pull request 'ci(helm): fix the registry url' (#42) from ci/chartUrl into master
Reviewed-on: #42
|
2 years ago |
Dany Sluijk
|
84b1c06557
|
ci(helm): fix the registry url
|
2 years ago |
Dany Sluijk
|
b5bd656aab
|
chore(release): 1.3.0 [skip ci]
# [1.3.0](https://git.dany.dev/dsluijk/teenyui/compare/v1.2.0...v1.3.0) (2021-01-05)
### Bug Fixes
* **ci:** escape the username of helm ([3392973 ](3392973a01 ))
* **dependencies:** add a missing dependency ([253904a ](253904acd1 ))
### Features
* **helm:** add basic helm support ([5d46762 ](5d4676215c ))
|
2 years ago |
Dany Sluijk
|
72fa3622e2
|
Merge pull request 'ci(helm): install helm at the release step' (#41) from ci/installHelm into master
Reviewed-on: #41
|
2 years ago |
Dany Sluijk
|
31718f7705
|
Merge branch 'master' into ci/installHelm
|
2 years ago |
Dany Sluijk
|
8624263859
|
ci(helm): install helm at the release step
|
2 years ago |
Dany Sluijk
|
58ff553915
|
Merge pull request 'ci(helm): put the registry username in a secret' (#40) from ci/helmUsernameSecret into master
Reviewed-on: #40
|
2 years ago |
Dany Sluijk
|
6013994fe4
|
ci(helm): put the registry username in a secret
|
2 years ago |
Dany Sluijk
|
0c691af833
|
Merge pull request 'fix(ci): escape the username of helm' (#39) from fix/escapeUsername into master
Reviewed-on: #39
|
2 years ago |
Dany Sluijk
|
3392973a01
|
fix(ci): escape the username of helm
|
2 years ago |
Dany Sluijk
|
c204243d85
|
Merge pull request 'ci(helm): FIx registry username' (#38) from fix/helmUsername into master
Reviewed-on: #38
|
2 years ago |
Dany Sluijk
|
f9f7ab8765
|
ci(helm): FIx registry username
|
2 years ago |
Dany Sluijk
|
30c1a18bfb
|
Merge pull request 'fix(dependencies): add a missing dependency' (#37) from fix/helmImport into master
Reviewed-on: #37
|
2 years ago |
Dany Sluijk
|
253904acd1
|
fix(dependencies): add a missing dependency
|
2 years ago |
Dany Sluijk
|
02190c2d90
|
Merge pull request 'feat(helm): add basic helm support' (#36) from feat/helm into master
Reviewed-on: #36
|
2 years ago |
Dany Sluijk
|
5d4676215c
|
feat(helm): add basic helm support
|
2 years ago |
Dany Sluijk
|
d4f548d075
|
Merge pull request 'ci(docker): fix docker username' (#35) from ci/dockerUsername into master
Reviewed-on: #35
|
2 years ago |
Dany Sluijk
|
64f3d1cfc9
|
ci(docker): fix docker username
|
2 years ago |
Dany Sluijk
|
5b2d1e7290
|
Merge pull request 'ci: use the Drone docker plugin' (#34) from ci/dockerPlugin into master
Reviewed-on: #34
|
2 years ago |
Dany Sluijk
|
e6f157e24b
|
ci: use the Drone docker plugin
|
2 years ago |
Dany Sluijk
|
41ea3be40a
|
Merge pull request 'ci(docker): pass trough docker from host' (#33) from ci/dindmount into master
Reviewed-on: #33
|
2 years ago |
Dany Sluijk
|
b8969abbb2
|
ci(docker): pass trough docker from host
|
2 years ago |
Dany Sluijk
|
a0c4697951
|
Merge pull request 'ci(docker): allow time for docker to tart' (#32) from ci/dindStart into master
Reviewed-on: #32
|
2 years ago |
Dany Sluijk
|
5af6e0305d
|
ci(docker): allow time for docker to tart
|
2 years ago |
Dany Sluijk
|
e315e1ff0f
|
Merge pull request 'ci(docker): use privileged mode for DIND' (#31) from ci/dindPrivileged into master
Reviewed-on: #31
|
2 years ago |
Dany Sluijk
|
1289a4e72c
|
ci(docker): use privileged mode for DIND
|
2 years ago |
Dany Sluijk
|
0723478fff
|
Merge pull request 'ci(docker): change the docker username' (#30) from ci/dockerUser into master
Reviewed-on: #30
|
2 years ago |
Dany Sluijk
|
6d226ce651
|
ci(docker): change the docker username
|
2 years ago |
Dany Sluijk
|
7224de1336
|
chore(release): 1.2.0 [skip ci]
# [1.2.0](https://git.dany.dev/dsluijk/teenyui/compare/v1.1.2...v1.2.0) (2021-01-04)
### Bug Fixes
* **ci:** escape the docker username ([5df59ea ](5df59ea409 ))
* **ci:** fix the docker login ([5a7d8f4 ](5a7d8f4dc3 ))
* **ci:** push docker images with Drone instead of Semantic Release ([587f634 ](587f634d93 ))
* **ci:** yaml format ([8c4e717 ](8c4e7174a1 ))
### Features
* add Docker file and CD ([3a3cf1c ](3a3cf1c3b1 ))
|
2 years ago |