Denis Gukov
2580c0b2bf
feat: add translation script
2024-09-29 12:32:44 +05:00
Denis Gukov
0a92e7c571
feat(runners): add token to runner config
2024-09-28 23:43:45 +05:00
Thomas Boerger
377048f6ed
feat: rebuild task file and drop version generator
2024-04-28 00:10:27 +02:00
Thomas Boerger
67954b95aa
feat: replace packr and add basic cache headers
...
Since packr have been deprecated in favor of go:embed for quite some
time now I have replaced it with plain go:embed functionality which
makes it more future proof.
The only downside is that go:embed can use relativ paths only, that's
why I have moved the web/dist folder into api/public.
Besides that I have refactored the static asset handling which includes
basic last modification and cache control headers to improve the cache
cache behavior for static assets.
2024-03-01 15:52:30 +01:00
mgukov
40e018aaa1
feat:support go-git client
2023-02-26 13:22:47 +07:00
Denis Gukov
94c69e67f2
test: fix tests after refactoring
2022-11-19 03:38:17 +05:00
Denis Gukov
d382a822fe
refactor: rename directory web2 to web
2022-10-29 18:37:20 +05:00
Denis Gukov
05dd7c5653
feat: remove soft delete functionality
2022-02-03 12:06:24 +05:00
Denis Gukov
8e8ca94126
feat(be): physical delete template from database
2022-02-01 03:16:00 +05:00
Denis Gukov
0bc9aab31a
fix(be): exit from method on error
2022-01-23 20:07:10 +05:00
Denis Gukov
859ecf465f
test(be): dredd config for windows
2021-10-26 14:48:58 +05:00
Denis Gukov
81e50f82ef
fix(config): fill dialect field
2021-08-28 22:57:04 +05:00
Denis Gukov
b60e927fc6
fix(be): correct sorting for boltdb
2021-06-25 00:53:36 +05:00
Denis Gukov
060f4d93eb
fix(be): loading static content
2020-11-24 03:13:25 +05:00
Denis Gukov
d417f95273
feat(be): feat(fe): add websocket for task logs
...
Additionally:
- Added link for running task, https://github.com/ansible-semaphore/semaphore/issues/481
- Added class Listenable and unit tests for it
2020-11-22 04:28:51 +05:00
Denis Gukov
670f1c4425
fix(web2): task log view
2020-11-05 01:12:44 +05:00
Stanislav Simovski
ab5927427d
Remove mulekick router, use mux directly
...
Revert one more commit
2019-07-09 20:39:18 +03:00
Stanislav Simovski
09a2b31eb3
mux != Koa, undo refactor before it gets worse
2019-07-09 19:11:01 +03:00
Stanislav Simovski
bb97b8d757
Execute next middleware in stack only if present
2019-07-09 18:55:42 +03:00
Anton Markelov
cbe0c5ffc8
add compiled_hooks to gitignore
2018-10-20 21:56:32 +10:00
tom whiston
ad4c74fb92
circleci workflows and docker image build and push
2018-04-05 22:40:49 +00:00
Tom Whiston
ccc017cbed
new dockerfiles, circleci v2
2018-03-26 12:26:36 +00:00
Tom Whiston
014b9d0176
Merge branch 'develop' into goreleaser
2018-03-15 00:24:18 +01:00
Tom Whiston
d501b6ca72
add .goreleaser and associated ci changes
...
ignore package-json.lock
fix CPATH for forks testing in circle by pinning to project name
2018-03-13 21:26:35 +00:00
Denis
7263101be0
Use npm instead of submodule. Split public to web/public & web/resources
...
Fix build under Windows
Remove htmls from pug directory
Move package.json to web directory
Remove OS type checking from test
Fix builder.js codestyle
Remove Taskfile_windows.yml
2018-03-13 12:23:20 +05:00
Tom Whiston
3a6173fad9
Merge pull request #488 from vyulabs/fix_link_to_contribution
...
Fix link to CONTRIBUTION.md & add bin/ to .gitignore
2018-03-12 10:56:04 +01:00
Denis
86a51c0eb2
Fix link to CONTRIBUTION.md & add bin/ to .gitignore
2018-03-12 13:21:04 +05:00
Tom Whiston
285493ab20
add dep
2018-03-11 14:58:39 +00:00
Tom Whiston
3f241054ab
add version code generator
2018-03-11 00:05:45 +00:00
Tom Whiston
b745ec6fa2
change to using packr instead of go-bindata
2018-03-05 19:59:58 +01:00
Denis
80a5bff77c
Add binaries to gitignore and remove binddata.go
2018-02-28 11:51:28 +05:00
Matej Kramny
90f628cb5a
ignore caddyfile
2017-08-16 22:46:09 +01:00
laeshiny
d853d64fa9
add .idea/ to .gitignore for Pycharm
2017-03-10 22:13:13 +09:00
Matej Kramny
80538908a8
update contributing.md
...
- fix ./make.sh watch
- rename .jade -> .pug
2017-02-22 03:51:23 -08:00
Matej Kramny
172f0924a7
Ignore css file
2016-05-17 17:51:41 +01:00
Matej Kramny
c0fb2503e1
Ignore OSX files
2016-04-09 00:24:32 +01:00
Matej Kramny
e212c88bd2
ignore sacred files
2016-03-19 11:48:11 +00:00
Matej Kramny
0f180756ab
Auth page
...
- Restructuring & co
2016-03-18 22:03:28 +00:00
Matej Kramny
3de17dbcf3
ignore build/
2016-01-20 19:25:05 +00:00
Matej Kramny
90f9295505
Initial v2 work
2016-01-05 00:32:53 +01:00
Matej Kramny
f09478ec58
Get rid of grunt, fix users routing issues
2015-06-02 15:25:19 +02:00
Matej Kramny
f5c9f996ef
delete setup.js
2014-08-25 00:04:51 +01:00
Matej Kramny
7c466863f2
More data models and basic job runner
2014-08-24 22:00:05 +01:00
Matej Kramny
5465fb2e11
Barebones angular app
2014-08-24 18:36:34 +01:00
Matej Kramny
82a40395d9
Initial commit
2014-08-23 23:43:31 +01:00