• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.circleci/H23-Feb-2021-294262

.dredd/H23-Feb-2021-571476

api/H23-Feb-2021-3,9083,035

cli/H23-Feb-2021-225174

db/H03-May-2022-762561

deployment/H23-Feb-2021-945756

public/vendor/H23-Feb-2021-

util/H03-May-2022-842596

vendor/H03-May-2022-2,158,3721,866,246

web/H03-May-2022-4,8814,762

web2/H03-May-2022-19,53919,099

.gitignoreH A D23-Feb-2021316 2722

.goreleaser.ymlH A D23-Feb-20211.6 KiB7360

CODE_OF_CONDUCT.mdH A D23-Feb-20213.2 KiB7456

CONTRIBUTING.mdH A D23-Feb-20213.5 KiB10480

LICENSEH A D23-Feb-20211.1 KiB2217

README.mdH A D23-Feb-20212.9 KiB5438

Taskfile.ymlH A D23-Feb-202111 KiB365320

Taskfile_windows.ymlH A D23-Feb-2021105 76

api-docs.ymlH A D23-Feb-202127.6 KiB1,2981,250

config.jsonH A D03-May-2022188 1110

go.modH A D23-Feb-20212.6 KiB5754

go.sumH A D23-Feb-202148.6 KiB516515

README.md

1![semaphore](web/public/img/logo.png)
2
3[![Circle CI](https://circleci.com/gh/ansible-semaphore/semaphore.svg?style=svg&circle-token=3702872acf2bec629017fa7dd99fdbea56aef7df)](https://circleci.com/gh/ansible-semaphore/semaphore)
4[![Codacy Badge](https://api.codacy.com/project/badge/Grade/89e0129c6ba64fe2b1ebe983f72a4eff)](https://www.codacy.com/app/ansible-semaphore/semaphore?utm_source=github.com&utm_medium=referral&utm_content=ansible-semaphore/semaphore&utm_campaign=Badge_Grade)
5[![Codacy Badge](https://api.codacy.com/project/badge/Coverage/89e0129c6ba64fe2b1ebe983f72a4eff)](https://www.codacy.com/app/ansible-semaphore/semaphore?utm_source=github.com&utm_medium=referral&utm_content=ansible-semaphore/semaphore&utm_campaign=Badge_Coverage)
6[![semaphore on discord](https://img.shields.io/badge/discord-semaphore%20community-738bd7.svg)](https://discord.gg/GXXTBVz)
7
8- [Releases](https://github.com/ansible-semaphore/semaphore/releases)
9- [Docker Hub](https://hub.docker.com/r/ansiblesemaphore/semaphore/)
10- [Install Instructions](https://github.com/ansible-semaphore/semaphore/wiki/Installation)
11- [Troubleshooting](https://github.com/ansible-semaphore/semaphore/wiki/Troubleshooting)
12- [Contribution Guide](https://github.com/ansible-semaphore/semaphore/blob/develop/CONTRIBUTING.md)
13- [Roadmap](https://github.com/ansible-semaphore/semaphore/projects)
14- [UI Walkthrough](https://blog.strangeman.info/ansible/2017/08/05/semaphore-ui-guide.html) (external blog)
15
16## Release Signing
17
18All releases after 2.5.1 are signed with the gpg public key
19`8CDE D132 5E96 F1D9 EABF 17D4 2C96 CF7D D27F AB82`
20
21## Installation
22
23https://github.com/ansible-semaphore/semaphore/wiki/Installation
24
25## Contributing
26
27PR's & UX reviews are welcome!
28
29Please follow the [contribution](https://github.com/ansible-semaphore/semaphore/blob/develop/CONTRIBUTING.md) guide. Any questions, please open an issue.
30
31## License
32
33MIT License
34
35Copyright (c) 2016 Castaway Consulting LLC
36
37Permission is hereby granted, free of charge, to any person obtaining a copy
38of this software and associated documentation files (the "Software"), to deal
39in the Software without restriction, including without limitation the rights
40to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
41copies of the Software, and to permit persons to whom the Software is
42furnished to do so, subject to the following conditions:
43
44The above copyright notice and this permission notice shall be included in all
45copies or substantial portions of the Software.
46
47THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
48IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
49FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
50AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
51LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
52OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
53SOFTWARE.
54