Matej Kramny
1bf90662bf
Merge pull request #292 from laeshiny/develop
...
Fix duplicated mapping key mapping key "Task"
2017-03-12 17:12:25 -07:00
Matej Kramny
ef4b1edd51
Merge pull request #294 from galexrt/sql-primary-keys
...
Added primary keys to the existing tables
2017-03-12 17:11:28 -07:00
Alexander Trost
bf83b7e312
Added v2.2.1 sql migration file that adds primary keys to the tables
2017-03-12 19:51:03 +01:00
laeshiny
57efc78518
Fix duplicated mapping key mapping key "Task"
...
- replace key "Task" to "TaskOutput"
2017-03-12 11:14:19 +09:00
Matej Kramny
51c7ea879a
Merge pull request #289 from laeshiny/develop
...
add content to response of post /project/{project_id}/inventory
2017-03-11 12:31:30 -08:00
laeshiny
2590b14f9e
correct the response code in api document
2017-03-11 15:00:13 +09:00
laeshiny
89fc1f77c8
correct the response content and code
...
- add an inventory id to the response content
- replace the response code to 201 (Created)
2017-03-11 14:47:26 +09:00
laeshiny
d944f252c7
add content to response of post /project/{project_id}/inventory
2017-03-10 23:56:23 +09:00
laeshiny
d853d64fa9
add .idea/ to .gitignore for Pycharm
2017-03-10 22:13:13 +09:00
Matej Kramny
82726588cb
Merge branch 'master' into develop
2017-03-09 11:25:00 -08:00
Alan Campbell
d1e88706bc
Merge pull request #283 from laeshiny/master
...
add missing package and command
2017-03-08 13:11:01 -05:00
laeshiny
2a63d4372b
add missing package and command
2017-03-09 00:28:55 +09:00
Matej Kramny
6c633fdbf2
Merge branch 'master' into develop
...
# Conflicts:
# api/auth.go
# cli/main.go
# db/Event.go
2017-03-06 11:34:10 -08:00
Matej Kramny
e6d98c9dc3
Merge pull request #277 from strangeman/wrong-time
...
Use UTC_TIMESTAMP instead of NOW
2017-02-28 12:01:14 -08:00
Anton Markelov
4ee8f80555
Use UTC_TIMESTAMP instead of NOW
2017-02-28 21:46:27 +10:00
Matej Kramny
4d353d41e5
Merge pull request #275 from commodityvectors/sshcert
...
Added SSH certificate support
2017-02-23 11:00:02 -08:00
Douglas Temple
09dfe7463e
Added SSH certificate support
2017-02-23 11:21:18 +00:00
Matej Kramny
2a2b7e8aed
merge models -> db
2017-02-22 21:12:16 -08:00
Matej Kramny
3f3da12d37
🎉 gin -> net/http
2017-02-22 15:21:49 -08:00
Matej Kramny
1ddfcd5b5f
moar refactor
...
- c.MustGet( -> context.Get(r,
- c.Get( -> context.GetOk(r,
2017-02-22 14:21:52 -08:00
Matej Kramny
2f16f70e98
begin refactor gin -> net/http
2017-02-22 14:17:36 -08:00
Matej Kramny
44017069df
update Dockerfile, changelog & release scripts
2017-02-22 13:58:45 -08:00
Matej Kramny
80a34026e3
bump version to 2.2.0
2017-02-22 13:30:05 -08:00
Matej Kramny
edab838083
update add templates, gh release script
2017-02-22 13:29:49 -08:00
Matej Kramny
6b26502cf5
compile with go1.8
2017-02-22 03:52:50 -08:00
Matej Kramny
002b7209b7
Merge branch 'master' of github.com:ansible-semaphore/semaphore
2017-02-22 03:51:31 -08:00
Matej Kramny
80538908a8
update contributing.md
...
- fix ./make.sh watch
- rename .jade -> .pug
2017-02-22 03:51:23 -08:00
Matej Kramny
900db2abd3
Merge pull request #257 from strangeman/dashboard-alias
...
Add task template names to dashboard
2017-02-22 02:50:07 -08:00
Matej Kramny
c828cc7e4a
Merge pull request #262 from strangeman/templateid-ui
...
Add/Update Template dialog: Add Template ID field, mark some fields as required
2017-02-22 02:49:18 -08:00
Matej Kramny
d6f12251c6
Merge pull request #268 from nightvisi0n/fix_go-github-api-break
...
fix api breaking of google/go-github
2017-02-21 12:52:42 -08:00
julian
245a033456
fix api breaking of google/go-github
...
google/go-github broke the api of their functions with 23d6cb9cac
This commit adds the context `context.TODO()` to the call of `gh.Repositories.ListReleases` which is meant to be used "when it's unclear which Context to use or it is not yet available (because the surrounding function has not yet been extended to accept a Context parameter)" (citing https://godoc.org/context )
Signed-off-by: julian <dev@jneureuther.de>
2017-02-21 20:44:35 +01:00
Matej Kramny
ce596b810d
Merge pull request #265 from ansible-semaphore/fix-264
...
Reload on modal dismiss
2017-02-15 12:02:04 -08:00
Alan Campbell
20b601f45b
Reload on modal dismiss
2017-02-15 01:20:57 -05:00
Alan Campbell
68b9d10bb7
Merge pull request #258 from strangeman/docs-improve
...
Small documentation improvements
2017-02-11 22:42:34 -05:00
Anton Markelov
7c5370269d
Add/Update Template dialog: Add Template ID field, mark some fields as required
2017-02-12 12:15:05 +10:00
Anton Markelov
4cf992c3e9
Add task template name to log too
2017-02-11 21:44:15 +10:00
Anton Markelov
5eadb21ab5
Small documentation improvements
2017-02-11 20:11:38 +10:00
Anton Markelov
f186fea9eb
Add task template names for dashboard
2017-02-11 18:34:57 +10:00
Matej Kramny
8bc0871150
Merge pull request #256 from kpashka/master
...
Pass OS environment variables to Ansible
2017-02-08 10:22:38 -08:00
Pavel Kiselev
9a8415cce4
Remove trailing dot-slash in find output
2017-02-08 22:15:21 +07:00
Pavel Kiselev
69d1c4c9b7
Copy-paste fixes
2017-02-08 19:36:44 +07:00
Pavel Kiselev
b7b8db7cfd
It's method, not a function
2017-02-08 19:29:59 +07:00
Pavel Kiselev
beb029dc3d
Use temp path for update repository function
2017-02-08 19:28:07 +07:00
Pavel Kiselev
e0897e87c8
Pass OS environment variables to Ansible
2017-02-08 19:26:15 +07:00
Anže Jenšterle
65877535ca
Added link to discord
2017-01-25 02:01:18 +01:00
Alan Campbell
6d3e59b041
Merge pull request #244 from jerrygb/patch-1
...
Update CONTRIBUTING.md
2017-01-11 02:49:49 -05:00
Jerry George
ce166eeece
Update CONTRIBUTING.md
...
swagger.yml was renamed to api-docs.yml
Commit Ref: 74b0657ed2
2017-01-10 19:33:07 -05:00
Alan Campbell
15e1dda5cc
Merge pull request #241 from pianzide1117/master
...
fix error api-doc route
2017-01-05 17:46:39 -05:00
俞坤
d7ae0693ed
fix error route
...
/project/{project_id}/template ==> /project/{project_id}/templates
2016-12-22 15:51:25 +08:00
Matej Kramny
8d2e741813
update docker file release
2016-12-22 03:51:48 +09:00