Commit Graph

463 Commits

Author SHA1 Message Date
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
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
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
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
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
Denis Gukov
b1a5ff630a style(template): use tabs instead of spaces 2017-10-24 15:22:44 +05:00
Denis Gukov
74f02e5c80 fix(template): move hasHiddenTemplates to scope 2017-10-24 15:20:21 +05:00
Denis Gukov
eaf05e9c9e feat(template): display hide/show hidden button only if hidden templates exists 2017-10-24 15:14:32 +05:00
Denis Gukov
345ff4d182 feat(template): hidden templates 2017-10-24 14:49:51 +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
Matej Kramny
163bfc07b3 Merge pull request #400 from tcatrain/develop
Docker update to handle LDAP
2017-08-19 10:07:10 +01:00