Denis Gukov
|
0a5fc96866
|
Merge branch 'develop' of github.com:ansible-semaphore/semaphore into develop
|
2021-04-10 02:03:52 +05:00 |
|
Denis Gukov
|
696353ffdf
|
feat(be): init boltdb
|
2021-04-10 02:02:35 +05:00 |
|
Denis Gukov
|
9d80770ba6
|
Merge pull request #653 from bafuka/develop
fix: The drop-down menu is too long to scroll
|
2021-03-25 12:36:40 +05:00 |
|
wangyiwen
|
90277bc96e
|
fix: The drop-down menu is too long to scroll
|
2021-03-25 09:13:58 +08:00 |
|
Denis Gukov
|
092716b115
|
Merge pull request #651 from FloThinksPi-Forks/develop
Fix goreleaser arm64 rpm and update to v0.159.0
|
2021-03-19 00:17:40 +05:00 |
|
FloThinksPi
|
de264d20f8
|
Fix goreleaser arm64-rpm and update to v0.159.0
|
2021-03-18 17:45:29 +01:00 |
|
Denis Gukov
|
0787920d97
|
fix(web2): password field for new/edited user
|
2021-03-13 02:13:39 +05:00 |
|
Denis Gukov
|
0d28c8d5b0
|
fix(ci): golang image
|
2021-03-13 01:47:16 +05:00 |
|
Denis Gukov
|
3d6d194d2e
|
feat(be): add Web root URL option description
|
2021-03-13 01:44:25 +05:00 |
|
Denis Gukov
|
779760d6aa
|
fix(be): lint
|
2021-03-13 01:30:17 +05:00 |
|
Denis Gukov
|
c78bc93684
|
Merge branch 'develop' of github.com:ansible-semaphore/semaphore into develop
|
2021-03-13 01:21:34 +05:00 |
|
Denis Gukov
|
ac2132f290
|
fix(ci): capabilities
|
2021-03-13 01:20:18 +05:00 |
|
Denis Gukov
|
d0392485eb
|
feat: migrate logging to Store
|
2021-03-12 22:41:41 +05:00 |
|
Denis Gukov
|
2c82e667d8
|
Update README.md
|
2021-02-25 12:39:59 +05:00 |
|
Denis Gukov
|
d10b421538
|
refactor(be): split SqlDb to several files
|
2020-12-20 23:00:59 +05:00 |
|
Denis Gukov
|
c472dc66dd
|
refactor(be): migrate users to Store
|
2020-12-17 19:00:05 +05:00 |
|
Denis Gukov
|
0c3a7c0c7e
|
fix(be): events endpoint
|
2020-12-17 16:52:00 +05:00 |
|
Denis Gukov
|
d32f35f2ec
|
refactor(be): events via Store
|
2020-12-17 01:57:54 +05:00 |
|
Denis Gukov
|
027e45fc86
|
refactor(be): migrate projects to Store
|
2020-12-17 00:19:20 +05:00 |
|
Denis Gukov
|
49fea98db3
|
refactor(be): migrate key to Store
|
2020-12-08 13:24:54 +05:00 |
|
Denis Gukov
|
19c7b7cbf9
|
refactor(be): migrate repos to Store
|
2020-12-08 00:48:52 +05:00 |
|
Denis Gukov
|
4707bd92ee
|
refactor(be): delete inventory via Store
|
2020-12-07 23:51:11 +05:00 |
|
Denis Gukov
|
385e788795
|
feat(be): migrate inventories to Store
|
2020-12-07 17:13:59 +05:00 |
|
Denis Gukov
|
78f2474fb6
|
chore(be): remove unused function
|
2020-12-06 20:11:49 +05:00 |
|
Denis Gukov
|
61a5e75055
|
Merge pull request #634 from ansible-semaphore/sqlite-support
Get rid of MySQL dependency
|
2020-12-05 12:22:21 -08:00 |
|
Denis Gukov
|
dca82a8edc
|
fix: merge conflict
|
2020-12-06 01:21:16 +05:00 |
|
Denis Gukov
|
947392c287
|
fix(fe): remove test exception :/
|
2020-12-06 00:21:38 +05:00 |
|
Denis Gukov
|
d92da98e7c
|
feat(fe): error page
|
2020-12-06 00:11:51 +05:00 |
|
Denis Gukov
|
f3a786c684
|
fix(be): do not return error if update session returns no rows.
|
2020-12-05 23:28:22 +05:00 |
|
Denis Gukov
|
cf541d0441
|
feat(fe): remove links to external fonts
|
2020-12-05 15:32:11 +05:00 |
|
Denis Gukov
|
621696330c
|
feat(fe): add main.scss for customization vuetify styles
|
2020-12-05 14:53:01 +05:00 |
|
Denis Gukov
|
fd1d42782b
|
refactor(be): return models to db package
|
2020-12-05 14:13:43 +05:00 |
|
Denis Gukov
|
1295435f18
|
test(be): fix dredd tests
|
2020-12-05 03:26:24 +05:00 |
|
Denis Gukov
|
6291647d5b
|
refactor(be): migrate environment endpoints to Store
|
2020-12-04 21:29:37 +05:00 |
|
Denis Gukov
|
d754eefeae
|
chore(be): remove sqlite
|
2020-12-04 13:46:02 +05:00 |
|
Denis Gukov
|
6e1a6d20ca
|
refactor(be): template and environment endpoints use Store
Rename util to helpers
Bind returns bool instead of error
|
2020-12-04 13:46:02 +05:00 |
|
Denis Gukov
|
0d64b43f18
|
refactor(be): move util.go to api directory
|
2020-12-04 13:46:02 +05:00 |
|
Denis Gukov
|
b083f74322
|
fix(be): delete global Mysql variable and add interface Store for dialect-independent communication with database.
|
2020-12-04 13:46:02 +05:00 |
|
Denis Gukov
|
400d2f6933
|
chore: fix merge conflicts
|
2020-12-01 23:35:50 +05:00 |
|
Denis Gukov
|
cc3a8539d2
|
fix(api): user management endpoint
|
2020-12-01 22:16:29 +05:00 |
|
Denis Gukov
|
d09fc1d26c
|
feat(be): support sqlite
|
2020-12-01 21:37:29 +05:00 |
|
Denis Gukov
|
4dbe0182d5
|
fix(api): endpoint which must delete user from project, delete whole project
|
2020-12-01 21:34:48 +05:00 |
|
Denis Gukov
|
eee34fb266
|
Merge pull request #632 from ansible-semaphore/fix-api-trailing-slash
fix(api): remove redirect for calls without trailing slash
|
2020-11-27 03:53:45 +05:00 |
|
Denis Gukov
|
80616eea27
|
fix(api): remove redirect for calls without trailing slash
|
2020-11-27 03:35:49 +05:00 |
|
Denis Gukov
|
1b49bfbe45
|
fix(fe): use endpoint api/user/ instead of api/user
|
2020-11-26 03:56:27 +05:00 |
|
Denis Gukov
|
77e8241a81
|
Merge pull request #629 from ansible-semaphore/fix-routing-when-web-host-defined
Fix web_host option handing
|
2020-11-24 17:41:43 +05:00 |
|
Denis Gukov
|
76390c4959
|
fix: web_host option handing
|
2020-11-24 17:26:02 +05:00 |
|
Denis Gukov
|
a36d23eef5
|
Merge pull request #626 from ansible-semaphore/fix-static-content-routing
Fix static content routing
|
2020-11-24 03:20:11 +05:00 |
|
Denis Gukov
|
060f4d93eb
|
fix(be): loading static content
|
2020-11-24 03:13:25 +05:00 |
|
Denis Gukov
|
a5a3bf30bf
|
ci: return golang image to 1.13
|
2020-11-24 00:24:27 +05:00 |
|