Denis Gukov
472aa30d61
feat: add File type of Inventory
2017-10-26 12:33:03 +05:00
laeshiny
fa69fd13d8
Add sort, order parameter to Get Request of "project/id/inventory"
...
For sorting the list, add parameters to Get Request
- sort: sorting target name
example) name (or type)
- order: ordering manner
example) asc (or desc)
2017-03-16 23:55:50 +09:00
laeshiny
8c30b75c57
Rearrange list of Task Template, Inventory, Environment, Team in UI
...
- Add "order by alias (or name)" to query of getting list in Task Template, Inventory, Environment, Team
2017-03-15 00:04:48 +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
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
b4cab16fda
Improved UI
...
- Fixes #94
- Fixes admin permissions (needed to manipulate users)
2016-06-17 13:16:46 -07:00
Matej Kramny
c58d9ac34f
refactoring
2016-05-24 10:55:48 +01:00