Switch from Gitlab to self-host!

This commit is contained in:
2019-04-25 01:22:33 +02:00
parent bd7c90747e
commit b4dafa64b3
2 changed files with 102 additions and 4 deletions

View File

@@ -1,5 +1,9 @@
# Admin Panel
![build](https://img.shields.io/drone/build/Avior/AdminPanel.svg?server=https%3A%2F%2Fci.delta-wings.net&style=for-the-badge)
![coverage](https://img.shields.io/codacy/coverage/ae3cdab2030c4b62aa42d3d0eed40f86.svg?style=for-the-badge)
![Code Quality](https://img.shields.io/codacy/grade/ae3cdab2030c4b62aa42d3d0eed40f86.svg?style=for-the-badge)
## Table of Content
- [Admin Panel](#admin-panel)
@@ -34,17 +38,22 @@ We're using [shields.io](https://shields.io/) badges
### Build status
![build](https://img.shields.io/gitlab/pipeline/delta-wings/adminpanel.svg?style=for-the-badge)
`https://img.shields.io/gitlab/pipeline/delta-wings/adminpanel.svg?style=for-the-badge`
_([ci.delta-wings.net](https://ci.delta-wings.net))_
![build](https://img.shields.io/drone/build/Avior/AdminPanel.svg?server=https%3A%2F%2Fci.delta-wings.net&style=for-the-badge)
`https://img.shields.io/drone/build/AdminPanel/Core.svg?server=https%3A%2F%2Fci.delta-wings.net&style=for-the-badge`
### Coverage
_([Codacy](https://app.codacy.com/project/Aviorleking/AdminPanel/dashboard))_
![coverage](https://img.shields.io/codacy/coverage/ae3cdab2030c4b62aa42d3d0eed40f86.svg?style=for-the-badge)
`https://img.shields.io/codacy/coverage/ae3cdab2030c4b62aa42d3d0eed40f86.svg?style=for-the-badge`
### Code Quality
_([Codacy](https://app.codacy.com/project/Aviorleking/AdminPanel/dashboard))_
![Code Quality](https://img.shields.io/codacy/grade/ae3cdab2030c4b62aa42d3d0eed40f86.svg?style=for-the-badge)
`https://img.shields.io/codacy/grade/ae3cdab2030c4b62aa42d3d0eed40f86.svg?style=for-the-badge`
@@ -58,10 +67,14 @@ We're using [shields.io](https://shields.io/) badges
- [EditorConfig](https://editorconfig.org/)
- [Git](https://git-scm.com/)
- [Issue & Merge request templates](https://www.talater.com/open-source-templates/#/)
- [Composer](https://getcomposer.org/)
- [PHP Codesniffer](https://github.com/squizlabs/PHP_CodeSniffer)
- [Symfony VarDumper](https://symfony.com/doc/current/components/var_dumper.html)
- [PHPUnit](https://phpunit.de/)
- [PHP Mess Detector](https://phpmd.org/)
- [Gitlab](https://gitlab.com/)
- [Codacy](codacy.com)
- Hosting
- [Gitlab](https://gitlab.com/) _Project url [here](https://gitlab.com/delta-wings/adminpanel)_
- [Gitea](https://gitea.io/) _Current server [here](https://git.delta-wings.net/Avior/AdminPanel)_
- [Drone](https://drone.io/) _Current server [here](https://ci.delta-wings.net/)_
- [Codacy](https://codacy.com/) _Project Dashboard [here](https://app.codacy.com/project/Aviorleking/AdminPanel/dashboard)_