Commit Graph

57 Commits

Author SHA1 Message Date
Denis Gukov
b2f5d42a6f test: remove date/time pattern from open api 2022-11-09 22:04:35 +05:00
anarchistcat
b27611e565 Diff mode test 2022-10-28 05:05:13 +02:00
Denis Gukov
1ce64c4ce5 docs: remove task env format 2022-10-22 00:30:33 +05:00
Denis Gukov
bc2ea65b00 docs: task environment format 2022-10-06 16:19:42 +05:00
Denis Gukov
5c716dadeb fix(be): api-docs.yaml 2022-06-29 22:11:06 +05:00
Denis Gukov
bd855dab9b test: fix dredd tests 2022-06-29 21:25:28 +05:00
Denis Gukov
261719137a
Merge pull request #811 from jdhayes/develop
Added ansible limit to API
2022-06-23 17:02:21 +05:00
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