Commit Graph

619 Commits

Author SHA1 Message Date
Denis
b849c22559 Use os.Getwd() instend of './' 2018-03-08 19:00:15 +05:00
Denis
3368e40847 Fix indent in bundle.json 2018-03-08 18:49:28 +05:00
Denis
16a0374937 Move inventory tests to projects package 2018-03-08 18:45:53 +05:00
Denis
4bd51c6632 Add test for inventories 2018-03-08 16:49:08 +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
Denis
1be4563a0e Fix last issues 2018-03-08 12:23:58 +05:00
Tom Whiston
5ac47b38fb change build process to use task 2018-03-07 23:02:15 +01:00
Tom Whiston
285bbd3ac8
Merge pull request #475 from twhiston/change_asset_bundler
Change asset bundler
2018-03-06 09:35:43 +01:00
Tom Whiston
7bb044f0e6
Merge pull request #474 from twhiston/remove_default_config
remove the need for config init function
2018-03-06 09:35:09 +01:00
Tom Whiston
8e91611007 Update circle.yml 2018-03-05 20:15:47 +01:00
Tom Whiston
5ecb4cb97f Update CONTRIBUTING.md 2018-03-05 20:09:02 +01:00
Tom Whiston
b745ec6fa2 change to using packr instead of go-bindata 2018-03-05 19:59:58 +01:00
Tom Whiston
59a0b74ee6 Update circle.yml 2018-03-05 18:19:55 +01:00
Tom Whiston
39c85ba561 Update circle.yml 2018-03-05 18:16:48 +01:00
Tom Whiston
be97a6a324 remove the need for config init function in bindata and refactor to function called by main 2018-03-05 18:06:24 +01:00
Denis
6147eaa064 Add ACE JSON worker 2018-02-28 18:44:12 +05:00
Denis
f31bf99a90 Add ACE modes to bundler 2018-02-28 18:24:22 +05:00
Denis
7cc879595e Replace textarea elements to ui-ace 2018-02-28 14:38:59 +05:00
Denis
34c95b419f Add ACE dependancies 2018-02-28 14:38:59 +05:00
Tom Whiston
d1946fd05b
Merge pull request #461 from twhiston/create_tmp_dir
Create tmp dir if not existent before job run
2018-02-28 10:12:38 +01:00
Tom Whiston
43abd774bc better permissions 2018-02-28 10:02:54 +01:00
Tom Whiston
d24e73f35e
Merge pull request #470 from vyulabs/ignore_binaries
Add binaries to gitignore and remove binddata.go
2018-02-28 09:24:11 +01:00
Tom Whiston
a2c207c6d9 Merge branch 'develop' into create_tmp_dir 2018-02-28 09:10:20 +01:00
Tom Whiston
8f58fa7434
Merge pull request #469 from UnitedTraders/468-copy-task-log
allow copy from task log text area
2018-02-28 08:44:14 +01:00
Denis
80a5bff77c Add binaries to gitignore and remove binddata.go 2018-02-28 11:51:28 +05:00
Anton Markelov
13230ebe3a allow copy from task log text area 2018-02-28 10:49:27 +10:00
Tom Whiston
2373a4df54 update bindata for current develop branch 2018-02-27 21:06:55 +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
7a43a5814e
Merge pull request #440 from UnitedTraders/314-output-permalink
add link to JSON task output in task info
2018-02-27 20:52:21 +01:00
Tom Whiston
8460bf7f01
Merge pull request #433 from vyulabs/hidden-templates
feat(template): hidden templates
2018-02-27 20:50:55 +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
ec41a59539 rename migration asset 2018-02-19 08:59:28 +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
feaf87b787 change docker-startup.sh config file handling
moves config file to non ephemeral location
2018-02-14 12:17:48 +01:00
Matej Kramny
26ac51bacb
Update README.md 2018-02-07 17:14:10 +00: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
Anton Markelov
87fe5f70ad add link to JSON task output 2017-11-14 16:01:21 +10:00
Denis Gukov
c4a6eebf9f feat(inventory): add File type 2017-10-26 12:33:19 +05:00
Denis Gukov
472aa30d61 feat: add File type of Inventory 2017-10-26 12:33:03 +05:00