Modern UI for Ansible, Terraform, OpenTofu, PowerShell and other DevOps tools.
Go to file
laeshiny d87ca8b8e3 Add sort, order parameter to Get Request of "project/id/templates"
For sorting the list, add parameters to Get Request
- sort: sorting target name
 example) alias (or playbook or ssh_key or inventory or environment or repository)

- order: ordering manner
 example) asc (or desc)
2017-03-16 23:30:41 +09:00
api Add sort, order parameter to Get Request of "project/id/templates" 2017-03-16 23:30:41 +09:00
cli Merge branch 'master' into develop 2017-03-06 11:34:10 -08:00
db Merge pull request #294 from galexrt/sql-primary-keys 2017-03-12 17:11:28 -07:00
public correct to reformat from spaces to tabs 2017-03-15 08:06:26 +09:00
scripts merge models -> db 2017-02-22 21:12:16 -08:00
util merge models -> db 2017-02-22 21:12:16 -08:00
.gitignore add .idea/ to .gitignore for Pycharm 2017-03-10 22:13:13 +09:00
.gitmodules fix circle & docker hub 2016-12-21 18:36:54 +09:00
api-docs.yml Fix duplicated mapping key mapping key "Task" 2017-03-12 11:14:19 +09:00
CHANGELOG.md update Dockerfile, changelog & release scripts 2017-02-22 13:58:45 -08:00
circle.yml compile with go1.8 2017-02-22 03:52:50 -08:00
CODE_OF_CONDUCT.md Code of conduct, changelog 2016-04-29 23:47:31 +02:00
CONTRIBUTING.md add missing package and command 2017-03-09 00:28:55 +09:00
docker-compose.yml merge models -> db 2017-02-22 21:12:16 -08:00
Dockerfile merge models -> db 2017-02-22 21:12:16 -08:00
LICENSE Initial commit 2014-08-23 23:43:31 +01:00
make.sh update Dockerfile, changelog & release scripts 2017-02-22 13:58:45 -08:00
README.md Added link to discord 2017-01-25 02:01:18 +01:00

semaphore

Circle CI semaphore on discord

Contributing

PR's & UX reviews are welcome!

Please follow the contribution guide. Any questions, please open an issue.

License

MIT License

Copyright (c) 2016 Castaway Consulting LLC

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.