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
Stanislav Simovski
23d65ba0c2
Refactored all routes to use native mux Middelware
2019-07-09 16:07:16 +03:00
Stanislav Simovski
23fdc8550b
Set version on windows taskfile
...
It doesn't otherwise build on windows since by default it's `1`:
```powershell
Taskfiles versions should match. First is "2" but second is "1"
```
backup
2019-07-09 16:07:10 +03:00
Anton Markelov
17535f0087
Merge pull request #569 from UnitedTraders/552-relative-path
...
Fix bug with relative path
2019-07-09 17:13:57 +10:00
Matej Kramny
d5f8335f2a
fix dependency
2019-07-09 10:36:20 +08:00
Anton Markelov
32484cbd50
allow o use semaphore via relative path
2018-10-24 15:04:55 +10:00
Anton Markelov
c88f2120ee
try to fix relative path
2018-10-23 13:22:49 +10:00
Anton Markelov
14f5f6bb35
return 401 instead of 403 on unauthorized pages
2018-10-22 17:19:33 +10:00
dahyung-kwon
5d1ac1241e
Add task.arguments value to getPlaybookArgs() method.
2018-09-11 20:49:03 +09:00
Anton Markelov
cd30536a85
make semaphore less panic
2018-06-14 16:20:16 +10:00
Anton Markelov
b60213aa88
remove task from queue if it failed (on prepare step)
2018-06-08 18:29:12 +10:00
Anton Markelov
a817d2d127
add requested changes, add some logging
2018-06-08 13:09:13 +10:00
Anton Markelov
087acb8ed4
remove collisions on prepareTask stage
2018-06-07 17:29:55 +10:00
tom whiston
cccc00d113
use dredd for api testing
...
add ci context docker deployment
update api docs
add some small fixes
2018-04-18 18:03:15 +00:00
tom whiston
17fa7bb407
add gometalinter to tools and run it in circle.
...
extract some error checking and logging in places where linting needed or errors not checked
2018-04-05 21:24:19 +00:00
Tom Whiston
79c1f4f5ab
Merge pull request #502 from UnitedTraders/495-better-feedback
...
Add stderr for `list-hosts` output
2018-03-20 02:01:17 +01:00
Anton Markelov
9474aac833
remove unused variable
2018-03-20 10:12:43 +10:00
Anton Markelov
bb2946ddee
fixes after codacy review
2018-03-16 12:00:14 +10:00
Anton Markelov
52aee98395
add stderr for list-hosts
output
2018-03-16 11:26:25 +10:00
Tom Whiston
2e642591f2
fix codacy issues
2018-03-15 00:52:37 +01:00
Tom Whiston
2ce4f0ebf1
Merge branch 'develop' into cmd_environment_vars
...
# Conflicts:
# api/tasks/runner.go
2018-03-15 00:49:40 +01: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
88647c887c
Merge pull request #436 from vyulabs/file_inventory
...
Add "file" type for inventory
2018-03-08 23:51:36 +01:00
Denis
d27a91cca4
Fix inventory test for windows path
2018-03-08 19:15:45 +05:00
Denis
346af83e25
Remove redundant variable
2018-03-08 19:01:10 +05:00
Denis
b849c22559
Use os.Getwd() instend of './'
2018-03-08 19:00:15 +05:00
Denis
16a0374937
Move inventory tests to projects package
2018-03-08 18:45:53 +05:00
Denis
4aeef04369
feat: add tests
2018-03-08 16:37:38 +05:00
Denis
a63fd9d570
Validate inventory path before save
2018-03-08 14:04:34 +05:00
Denis
de7cb3453d
Removed AWS/DO/GCloud inventory types
2018-03-08 12:39:20 +05:00
Tom Whiston
b745ec6fa2
change to using packr instead of go-bindata
2018-03-05 19:59:58 +01:00
Tom Whiston
43abd774bc
better permissions
2018-02-28 10:02:54 +01:00
Tom Whiston
a2c207c6d9
Merge branch 'develop' into create_tmp_dir
2018-02-28 09:10:20 +01:00
Tom Whiston
0fceedbd48
Merge pull request #405 from UnitedTraders/198-nonpriv-user
...
Add non-privileged user role
2018-02-27 20:54:43 +01:00
Tom Whiston
a6699ffd6f
Merge pull request #449 from twhiston/fix_stdin_hang
...
Fix stdIn hanging issue
2018-02-27 20:53:19 +01:00
Tom Whiston
0e0bef5129
Merge pull request #442 from UnitedTraders/441-crash-after-new-role
...
Fix crash when new role added to requirements
2018-02-27 20:52:52 +01:00
Tom Whiston
000bfecab4
Merge pull request #395 from UnitedTraders/393-big-output
...
Use bufio.Reader instead of bufio.Scanner for task logging
2018-02-27 20:50:11 +01:00
Anton Markelov
10f2b4b413
another minor grammar fixes
2018-02-20 10:12:19 +10:00
Anton Markelov
910c8bc4e9
another minor fixes after review
2018-02-19 08:49:40 +10:00
Anton Markelov
5e26bfb92c
fix for https://github.com/ansible-semaphore/semaphore/issues/158
2018-02-17 09:52:08 +10:00
Anton Markelov
fe5dcdc1c8
minor fixes after code review
2018-02-17 09:46:23 +10:00
Tom Whiston
99d5f201fa
make default permissions more open to keep tmp folders happy. Fix include error
2018-02-15 21:53:36 +01:00
Tom Whiston
8aeaf7507c
Adds check for tmp dir and create if missing
...
also test for function
2018-02-15 21:29:16 +01:00
Tom Whiston
7a7b5972d8
Add environment key ENV
...
This adds the optional key ENV to the environment that allows you to pass command execution level arguments to the run
2018-02-14 15:54:14 +01:00
Tom Whiston
7982c2cdb5
fixes issue where ansible asking for user entry could case semaphore to hang completely
2018-02-05 19:51:14 +01:00
Anton Markelov
10ade65f62
Fix crash when new role added to requirements
2017-11-22 11:45:01 +10:00
Denis Gukov
472aa30d61
feat: add File type of Inventory
2017-10-26 12:33:03 +05:00
Matej Kramny
f48c7fa8c2
Merge pull request #402 from strangeman/367-limit-activity-list
...
Limit activity and tasks lists in dashboards
2017-08-19 10:08:12 +01:00