Commit Graph

470 Commits

Author SHA1 Message Date
Denis Gukov
518d6a379c
ci: support rc 2024-12-22 03:30:52 +05:00
Denis Gukov
c2a3e022ac
fix(ui): tf state width 2024-12-22 02:57:22 +05:00
Denis Gukov
2de9a5bdfc
fix(tf): checking output
feat(tf): refactor stdin
2024-12-22 02:18:05 +05:00
Denis Gukov
7e1fd3ce0f
feat(tf): use flag -migrate-state by default
Some checks are pending
Dev / build-local (push) Waiting to run
Dev / migrate-boltdb (push) Blocked by required conditions
Dev / migrate-mysql (push) Blocked by required conditions
Dev / migrate-mariadb (push) Blocked by required conditions
Dev / migrate-postgres (push) Blocked by required conditions
Dev / integrate-boltdb (push) Blocked by required conditions
Dev / integrate-mysql (push) Blocked by required conditions
Dev / integrate-mariadb (push) Blocked by required conditions
Dev / integrate-postgres (push) Blocked by required conditions
Dev / deploy-server (push) Blocked by required conditions
Dev / deploy-runner (push) Blocked by required conditions
2024-12-21 17:26:26 +05:00
Denis Gukov
35dd3f73bf
feat(tf): add flags 2024-12-21 16:48:30 +05:00
Denis Gukov
65a42609a5
feat(tf): update workspace 2024-12-21 14:41:33 +05:00
Denis Gukov
f882d20b0a
feat(tf): remove none key from ui 2024-12-21 12:22:08 +05:00
Denis Gukov
8a148f231f
fix(tf): state display layout 2024-12-19 01:01:13 +05:00
Denis Gukov
3bf3ad1da3
feat(tf): state list 2024-12-19 00:34:22 +05:00
Denis Gukov
a1a30d06a8
feat(tf): show state list
Some checks are pending
Dev / build-local (push) Waiting to run
Dev / migrate-boltdb (push) Blocked by required conditions
Dev / migrate-mysql (push) Blocked by required conditions
Dev / migrate-mariadb (push) Blocked by required conditions
Dev / migrate-postgres (push) Blocked by required conditions
Dev / integrate-boltdb (push) Blocked by required conditions
Dev / integrate-mysql (push) Blocked by required conditions
Dev / integrate-mariadb (push) Blocked by required conditions
Dev / integrate-postgres (push) Blocked by required conditions
Dev / deploy-server (push) Blocked by required conditions
Dev / deploy-runner (push) Blocked by required conditions
2024-12-18 18:01:01 +05:00
Denis Gukov
faabc92b24
feat(tf): aliases list 2024-12-18 17:13:30 +05:00
Denis Gukov
e31777bf5b
feat(tf): terraform state new 2024-12-18 16:53:19 +05:00
Denis Gukov
a75ea6b08f
feat(tf): add terraform alias form 2024-12-18 16:01:07 +05:00
Denis Gukov
bb0e6e1ea7
feat(tf): alias 2024-12-18 15:59:33 +05:00
Denis Gukov
f6a280dbf9
fix(tf): state 2024-12-18 15:47:57 +05:00
Denis Gukov
cef857c934
fix(ui): inventory list 2024-12-18 13:34:24 +05:00
Denis Gukov
8d68e9ee3d
fix(be): migration 2024-12-18 02:53:20 +05:00
Denis Gukov
1eb20e2537
feat(ui): attach workspace to template 2024-12-18 02:21:52 +05:00
Denis Gukov
83504c41c0
feat(tf): choose workspace to attach 2024-12-18 02:01:21 +05:00
Denis Gukov
53c40c7ca8
feat(ui): add menu for workspace screen 2024-12-18 01:07:49 +05:00
Denis Gukov
b365feb8b0
feat(ui): refreshing ui on workspace chagned 2024-12-18 00:39:44 +05:00
Denis Gukov
0a5e1c269c
feat(inventory): attach/detach inventory from template 2024-12-17 23:43:38 +05:00
Denis Gukov
a20b638c59
feat(ui): remove terraform workspace from inventory menu 2024-12-17 22:17:55 +05:00
Denis Gukov
f701ba217d
feat(api): filter inventories by app 2024-12-17 21:49:51 +05:00
Denis Gukov
aae2b572f5
feat(inventory): use ownership filtering 2024-12-17 20:43:41 +05:00
Denis Gukov
2f837ac06c
feat(ui): center to screen 2024-12-14 23:50:54 +05:00
Denis Gukov
023c8f7a02
chore(ui): backup button only for standard project 2024-12-14 22:50:37 +05:00
Denis Gukov
b059df1e32
fix(ui): divider for users and tasks screens 2024-12-14 22:29:52 +05:00
Denis Gukov
9778dcab63
fix(ui): padding in table head 2024-12-14 22:25:01 +05:00
Denis Gukov
ba23b56831
feat(ui): adapt layout for large screens 2024-12-14 22:13:45 +05:00
Denis Gukov
f749e28231 feat(ui): team action style 2024-12-14 16:30:11 +05:00
Denis Gukov
2bd950eb4c fix(task): commit snippet layout 2024-12-14 16:05:05 +05:00
Denis Gukov
be3bad2e11 fix(ui): spaces 2024-12-14 15:36:17 +05:00
Denis Gukov
eb13297142 feat(ui): remove extra icon from history 2024-12-14 14:58:42 +05:00
Denis Gukov
ea0bbc0324 feat(ui): display message and commit message in history 2024-12-14 13:50:07 +05:00
Denis Gukov
56c033fad2 feat(ui): dislay commit message 2024-12-14 13:28:29 +05:00
Denis Gukov
48f43aec37 feat(ui): improvements 2024-12-14 04:31:35 +05:00
Denis Gukov
c6eaf85686 feat(ui): show task descritpion under the id 2024-12-14 03:32:43 +05:00
Denis Gukov
4187f1e34f feat(inventory): add inventory select to task 2024-12-14 01:21:22 +05:00
Denis Gukov
a94a98fcd3 feat(inventory): allow choose from task 2024-12-13 23:44:09 +05:00
Denis Gukov
1705d580f2 refactor(ui): remove unused method 2024-12-13 19:23:52 +05:00
Denis Gukov
07fcabaf1b feat(auth): httponly 2024-12-13 19:01:54 +05:00
Denis Gukov
5e8874613e fix(ui): use spaces instead of tabs in inventory editor
Some checks failed
Dev / build-local (push) Has been cancelled
Dev / migrate-boltdb (push) Has been cancelled
Dev / migrate-mysql (push) Has been cancelled
Dev / migrate-mariadb (push) Has been cancelled
Dev / migrate-postgres (push) Has been cancelled
Dev / integrate-boltdb (push) Has been cancelled
Dev / integrate-mysql (push) Has been cancelled
Dev / integrate-mariadb (push) Has been cancelled
Dev / integrate-postgres (push) Has been cancelled
Dev / deploy-server (push) Has been cancelled
Dev / deploy-runner (push) Has been cancelled
2024-12-10 03:35:56 +05:00
Denis Gukov
fd8e6ef678 fix(tf): disable alias button
Some checks are pending
Dev / build-local (push) Waiting to run
Dev / migrate-boltdb (push) Blocked by required conditions
Dev / migrate-mysql (push) Blocked by required conditions
Dev / migrate-mariadb (push) Blocked by required conditions
Dev / migrate-postgres (push) Blocked by required conditions
Dev / integrate-boltdb (push) Blocked by required conditions
Dev / integrate-mysql (push) Blocked by required conditions
Dev / integrate-mariadb (push) Blocked by required conditions
Dev / integrate-postgres (push) Blocked by required conditions
Dev / deploy-server (push) Blocked by required conditions
Dev / deploy-runner (push) Blocked by required conditions
2024-12-09 18:37:13 +05:00
Denis Gukov
894640fb74 fix(ui): tf run form layout 2024-12-09 17:53:20 +05:00
Denis Gukov
5feed67886 feat(tf): no state label 2024-12-09 17:50:24 +05:00
Denis Gukov
79f71f8e8a feat(tf): ui for state 2024-12-09 17:21:26 +05:00
Denis Gukov
76a892573d Merge branch 'develop' of github.com:semaphoreui/semaphore into develop 2024-12-09 16:48:01 +05:00
Denis Gukov
12cadef1ab feat(tf): add ui 2024-12-09 16:45:23 +05:00
Denis Gukov
a4e5e3d18e
Merge pull request #2574 from semaphoreui/renovate/vue-router-3.x-lockfile
fix(deps): update dependency vue-router to v3.6.5
2024-12-09 13:52:45 +05:00