Commit graph

428 commits

Author SHA1 Message Date
Maarten de Waard
5e5b8ce200
raise exceptions instead of logging them and then failing relatively silently 2022-09-28 14:57:38 +02:00
Maarten de Waard
82478e5006
fix a few bugs with app del uninstall and deletion 2022-09-28 14:57:36 +02:00
Maarten de Waard
2e55e2fa39
Process lots of feedback
- Add a lot of docstrings
- Add AppStatus class
- Remove unused code
2022-09-28 14:57:35 +02:00
Maarten de Waard
8e41705d39
Process feedback; make it possible to install monitoring 2022-09-28 14:57:31 +02:00
Maarten de Waard
caa9b2e79b
Enable deleting apps by using CLI 2022-09-28 14:57:20 +02:00
Maarten de Waard
5893ee39a3
draft of installing apps and getting app status 2022-09-28 14:57:16 +02:00
Maarten de Waard
3e0e4ee846 Apply 1 suggestion(s) to 1 file(s) 2022-09-28 08:02:51 +00:00
Maarten de Waard
9e83dc314f
correctly return URLs for apps 2022-09-27 15:41:46 +02:00
Maarten de Waard
fd28d5b774
return domains of internal apps 2022-09-26 13:42:13 +02:00
Mart van Santen
a2019a32d0 CLI interface for external apps 2022-09-24 01:04:29 +08:00
Mart van Santen
6e427f275f Merge branch '43-install-remove-app-from-cli' into 45-allow-database-to-have-external-apps 2022-09-23 23:59:08 +08:00
Maarten de Waard
4c57f92c8a
Process feedback; make it possible to install monitoring 2022-09-23 17:10:31 +02:00
Maarten de Waard
6529636b3d
Enable deleting apps by using CLI 2022-09-22 16:14:49 +02:00
Varac
1f95383ab0 Merge branch 'update-backend-to-0-2-10' into 'main'
update dashboard backend to 0.2.10

See merge request stackspin/dashboard!51
2022-09-22 10:09:51 +00:00
Maarten de Waard
276b66a0f5
update dashboard backend to 0.2.10 2022-09-22 11:41:44 +02:00
Mart van Santen
a22cd87221 Change back to new docker commands 2022-09-22 09:29:33 +00:00
Maarten de Waard
11d14b823f Apply 1 suggestion(s) to 1 file(s) 2022-09-22 09:29:33 +00:00
Mart van Santen
84ca20ba81 Split logout flow in two steps (kratos/hydra) 2022-09-22 09:29:33 +00:00
Stackspin renovate bot
0f36e955a8 chore(deps): update bitnami/kubectl docker tag to v1.25.2 2022-09-22 04:04:38 +00:00
Stackspin renovate bot
9a75ae59e6 chore(deps): update bitnami/kubectl docker tag to v1.25.1 2022-09-17 02:04:30 +00:00
Stackspin renovate bot
d81afbec59 chore(deps): update bitnami/kubectl docker tag to v1.25.0 2022-09-02 22:05:49 +00:00
Arie Peterson
e27318f93d Show user roles in CLI 2022-08-31 17:17:27 +02:00
Varac
edb5b02608 Merge branch 'fix_invalid_reference_format' into 'main'
Fix invalid reference format

See merge request stackspin/dashboard!50
2022-08-24 15:06:33 +00:00
Varac
08e3e13b74
Fix invalid reference format
when image.digest is missing.

see https://open.greenhost.net/stackspin/stackspin/-/merge_requests/1397#note_50785
and https://github.com/bitnami/charts/pull/12029
2022-08-24 16:52:48 +02:00
Varac
f849ab3a8d Merge branch 'renovate/common-2.x' into 'main'
Update Helm release common to v2

See merge request stackspin/dashboard!49
2022-08-23 11:13:20 +00:00
Stackspin renovate bot
e4363b0555 Update Helm release common to v2 2022-08-18 22:05:46 +00:00
Stackspin renovate bot
4dacbed57d chore(deps): update bitnami/kubectl docker tag to v1.24.4 2022-08-18 06:05:53 +00:00
Maarten de Waard
cea3f5a3cb
draft of installing apps and getting app status 2022-08-12 13:08:03 +02:00
Luka Radenovic
14b4a58d46 Fix advanced tab toasts 2022-08-11 10:43:48 +02:00
Davor
4281dd9082 small refactor 2022-08-06 13:04:22 +02:00
Davor
ac47970cac configuration validation part with validation messages 2022-08-06 11:19:29 +02:00
Davor
51f9f198f4 remove console.log 2022-08-05 20:22:34 +02:00
Davor
af4189e3b9 added simple YAML validation on FE 2022-08-05 20:22:05 +02:00
Davor
94bd90486c comment out versions on code editor
remove configuration from install modal
2022-08-05 19:57:07 +02:00
Davor
198e926b4e fix warnings 2022-08-02 23:47:28 +02:00
Davor
97aa678830 add save changes to app general tab 2022-08-02 23:43:18 +02:00
Davor
08094e233c modify disable app modal 2022-08-01 23:02:11 +02:00
Davor
1c153ac5ad Merge branch 'main' into feat/apps-development 2022-08-01 13:18:10 +02:00
Davor
66fac852f5 add documentation urls
start implementing disable app modal
2022-07-31 21:57:18 +02:00
Davor
b09cec5a8d fix app install modal 2022-07-29 18:35:04 +02:00
Davor
3edc690075 implement code editor as a component
add notif on status 'Installing' click
modify AppInstallModal
2022-07-28 23:48:55 +02:00
Maarten de Waard
72580f6fb5
Release chart version 1.2.0 2022-07-28 11:53:58 +02:00
Davor
5b728d35d7 implement fetching apps from BE
impl install modal
2022-07-27 22:39:40 +02:00
Maarten de Waard
7bb49f25e9 Merge branch 'feat/batch-create-users' into 'main'
Batch create users

See merge request stackspin/dashboard!48
2022-07-27 12:17:13 +00:00
Davor
d57fe9f488 add duration to toast
show until closed for batch users
2022-07-27 13:44:00 +02:00
Davor
a3adcfc3da modifed css on AppSingle 2022-07-25 23:50:23 +02:00
Davor
9bb54bce00 modify apps table 2022-07-25 20:23:50 +02:00
Maarten de Waard
2baae3e61e
Merge branch 'main' into feat/batch-create-users 2022-07-21 17:08:41 +02:00
Maarten de Waard
cc7fc5ab91
replace tmp variable name, doc improvements 2022-07-21 16:53:08 +02:00
Davor
66b44ae1a0 MR comments
- NO_ACCESS_ROLE_ID constant moved to models.py
- added docstring for batch create request body
2022-07-21 14:14:22 +02:00