quantumsheep
5761b4e15e
feat: support yaml static inventories
2022-05-24 17:55:20 +02:00
Jordan Hayes
d2b9b856c8
Removed runner.go
2022-02-10 11:49:36 -08:00
Denis Gukov
05dd7c5653
feat: remove soft delete functionality
2022-02-03 12:06:24 +05:00
Denis Gukov
6799208b62
feat(be): add ability to override template extra args in task https://github.com/ansible-semaphore/semaphore/issues/832
2022-01-27 00:51:20 +05:00
Denis Gukov
58c8e45eea
test(be): fix repository test example
2022-01-25 12:24:29 +05:00
Denis Gukov
06ad02d391
feat(be): add git_branch to database and add repository validation
2022-01-22 13:16:23 +05:00
Jordan Hayes
c786d966c4
Tasks now can accept ansible limit
2022-01-11 10:28:29 -08:00
Denis Gukov
df96f0c895
test(be): fix dredd tests
2021-11-03 15:29:51 +05:00
Denis Gukov
36ec69a37b
test(be): fix dredd tests
2021-11-03 15:28:46 +05:00
Denis Gukov
014d323eb0
test(be): pass dredd tests
2021-11-03 14:45:15 +05:00
Denis Gukov
106a53bcae
test(be): fix dredd tests
2021-10-27 21:22:52 +05:00
Denis Gukov
3445d9a716
test(be): add view to dredd hooks and add view to swagger
2021-10-27 17:40:52 +05:00
Denis Gukov
76a81cc29c
fix(be): view positions endpoint
2021-10-27 17:25:51 +05:00
Denis Gukov
1d72c32994
fix(be): delete schedule
2021-09-09 23:56:15 +05:00
Denis Gukov
7ca8da12f3
fix(be): store template description to database for sql
2021-09-09 21:50:02 +05:00
Denis Gukov
813eae8fa3
refactor(be): refreshing schedule pool after schedule updated
2021-09-06 20:45:43 +05:00
Denis Gukov
032f46f7b0
test(be): add test for schedule
2021-09-06 19:26:35 +05:00
Denis Gukov
e998f8a204
test(dredd): remove vault_pass_id from docs
2021-09-02 00:41:24 +05:00
Denis Gukov
a6f266bcb7
feat(be): add inventory become credentials and template vault password to database
2021-09-02 00:17:28 +05:00
Denis Gukov
b950dacd73
test(dredd): fix api docs and return key secret validation
2021-09-01 22:56:44 +05:00
Denis Gukov
0aa20225ed
fix(test): dredd tests
2021-09-01 22:41:54 +05:00
Denis Gukov
c6a02a81fe
fix(be): handing empty forign column name
2021-08-30 21:04:18 +05:00
Denis Gukov
92895f9f3c
refactor(be): remove unused columns
2021-08-30 19:24:20 +05:00
Denis Gukov
6ab1dd7d89
chore: remove upgrade from dradd tests
2021-08-26 12:03:04 +05:00
Denis Gukov
f8dab13c4a
fix(ci): dredd test for template endpoint
2020-11-05 17:45:31 +05:00
Denis Gukov
74bd370a57
feat(web2): template edit
2020-10-05 03:29:02 +05:00
Denis Gukov
221f8db31c
test: fix dredd tests
2020-10-03 01:10:41 +05:00
Denis Gukov
78b298c821
ci: fix dredd tests
2020-10-01 14:40:32 +05:00
Anton Markelov
14f5f6bb35
return 401 instead of 403 on unauthorized pages
2018-10-22 17:19:33 +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
0fceedbd48
Merge pull request #405 from UnitedTraders/198-nonpriv-user
...
Add non-privileged user role
2018-02-27 20:54:43 +01: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
CSJ
cc03766abe
fixed wrong status code for created projects
...
should be 201
2017-07-26 16:06:59 +07:00
Anton Markelov
05a1b3cbd8
add admin role, restrict users without it
2017-07-26 15:55:34 +10:00
Anton Markelov
2bededabbb
update api docs
2017-07-25 14:50:45 +10:00
Eric Cornely
26fa3267a0
Get tasks details
...
Reference issue #356
Get a single task
2017-05-18 14:29:57 +02:00
Matej Kramny
db4948cb89
Merge branch 'master' into develop
...
# Conflicts:
# Dockerfile
# api/login.go
# api/projects/environment.go
# api/projects/project.go
# api/projects/templates.go
# api/tasks/runner.go
# api/users.go
# db/versionHistory.go
# util/bindata.go
2017-04-18 14:48:31 +01:00
laeshiny
a7a2da6d78
Add sort, order parameter to Get Request of /project/id/(templates, inventory, environment, keys, repositories, users to api document
2017-03-17 00:59:33 +09:00
Anton Markelov
f20252e8bf
update swagger docs with models changes
2017-03-13 18:45:25 +10:00
laeshiny
57efc78518
Fix duplicated mapping key mapping key "Task"
...
- replace key "Task" to "TaskOutput"
2017-03-12 11:14:19 +09:00
laeshiny
2590b14f9e
correct the response code in api document
2017-03-11 15:00:13 +09:00
laeshiny
d944f252c7
add content to response of post /project/{project_id}/inventory
2017-03-10 23:56:23 +09:00
Matej Kramny
2a2b7e8aed
merge models -> db
2017-02-22 21:12:16 -08:00
俞坤
d7ae0693ed
fix error route
...
/project/{project_id}/template ==> /project/{project_id}/templates
2016-12-22 15:51:25 +08:00
Matej Kramny
50234f76f0
update api docs
2016-12-21 19:33:08 +09:00
gcavalcante8808
ed46338da5
Fixes #188 .
2016-11-15 13:44:41 -02:00
Matej Kramny
b4cab16fda
Improved UI
...
- Fixes #94
- Fixes admin permissions (needed to manipulate users)
2016-06-17 13:16:46 -07:00
Matej Kramny
41dcf1f3ca
Bump version for api docs
2016-05-24 10:27:11 +01:00
Matej Kramny
0b417594a4
Improve setup, upgrade, new API
...
- Improve upgrade process (fixes #106 )
- Improve upgrade UI
- Delete Users API
- Get user API
- User update API
- Security improvement (does not spill secret over api)
- Improve setup (fixes #100 )
2016-05-23 20:29:38 +01:00
Matej Kramny
74b0657ed2
rename swagger.yml to api-docs.yml
2016-05-17 20:22:11 +01:00