-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: move repo from kaleidos-ventures to taigaio org
- Loading branch information
Showing
11 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
> **READ THIS FIRST!**: We recently announced Taiga plans for the future and they greatly affect how we manage this repository and the current Taiga 6 release. Check it [here](https://blog.taiga.io/announcing_taiganext.html). | ||
|
||
[![Managed with Taiga.io](https://img.shields.io/badge/managed%20with-TAIGA.io-709f14.svg)](https://tree.taiga.io/project/taiga/ "Managed with Taiga.io") | ||
[![Tests Status](https://github.com/kaleidos-ventures/taiga-back/workflows/Taiga%20Back%20-%20Test%20and%20Coverage/badge.svg?branch=main)](https://github.com/kaleidos-ventures/taiga-back/actions?query=workflow%3A%22Taiga+Back+-+Test+and+Coverage%22 "Tests Status") | ||
[![Coverage Status](https://img.shields.io/coveralls/kaleidos-ventures/taiga-back/main.svg)](https://coveralls.io/r/kaleidos-ventures/taiga-back?branch=main "Coverage Status") | ||
[![Tests Status](https://github.com/taigaio/taiga-back/workflows/Taiga%20Back%20-%20Test%20and%20Coverage/badge.svg?branch=main)](https://github.com/taigaio/taiga-back/actions?query=workflow%3A%22Taiga+Back+-+Test+and+Coverage%22 "Tests Status") | ||
[![Coverage Status](https://img.shields.io/coveralls/taigaio/taiga-back/main.svg)](https://coveralls.io/r/taigaio/taiga-back?branch=main "Coverage Status") | ||
|
||
## Documentation | ||
|
||
|
@@ -19,7 +19,7 @@ Currently, we have authored three main documentation hubs: | |
If you **find a bug** in Taiga you can always report it: | ||
|
||
- in [Taiga issues](https://tree.taiga.io/project/taiga/issues). **This is the preferred way** | ||
- in [Github issues](https://github.com/kaleidos-ventures/taiga-back/issues) | ||
- in [Github issues](https://github.com/taigaio/taiga-back/issues) | ||
- send us a mail to [email protected] if is a bug related to [tree.taiga.io](https://tree.taiga.io) | ||
- send us a mail to [email protected] if is a **security bug** | ||
|
||
|
@@ -39,10 +39,10 @@ There are many different ways to contribute to Taiga's platform, from patches, t | |
|
||
## Code of Conduct | ||
|
||
Help us keep the Taiga Community open and inclusive. Please read and follow our [Code of Conduct](https://github.com/kaleidos-ventures/code-of-conduct/blob/main/CODE_OF_CONDUCT.md). | ||
Help us keep the Taiga Community open and inclusive. Please read and follow our [Code of Conduct](https://github.com/taigaio/code-of-conduct/blob/main/CODE_OF_CONDUCT.md). | ||
|
||
## License | ||
|
||
Every code patch accepted in Taiga codebase is licensed under [MPL 2.0](LICENSE). You must be careful to not include any code that can not be licensed under this license. | ||
|
||
Please read carefully [our license](LICENSE) and ask us if you have any questions as well as the [Contribution policy](https://github.com/kaleidos-ventures/taiga-back/blob/main/CONTRIBUTING.md). | ||
Please read carefully [our license](LICENSE) and ask us if you have any questions as well as the [Contribution policy](https://github.com/taigaio/taiga-back/blob/main/CONTRIBUTING.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
git+https://github.com/kaleidos-ventures/[email protected]#egg=taiga-contrib-github-auth&subdirectory=back | ||
git+https://github.com/kaleidos-ventures/[email protected]#egg=taiga-contrib-gitlab-auth-official&subdirectory=back | ||
git+https://github.com/kaleidos-ventures/[email protected]#egg=taiga-contrib-slack&subdirectory=back | ||
git+https://github.com/kaleidos-ventures/[email protected]#egg=taiga-contrib-protected | ||
git+https://github.com/taigaio/[email protected]#egg=taiga-contrib-github-auth&subdirectory=back | ||
git+https://github.com/taigaio/[email protected]#egg=taiga-contrib-gitlab-auth-official&subdirectory=back | ||
git+https://github.com/taigaio/[email protected]#egg=taiga-contrib-slack&subdirectory=back | ||
git+https://github.com/taigaio/[email protected]#egg=taiga-contrib-protected |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,11 @@ | |
# | ||
# pip-compile requirements-contribs.in | ||
# | ||
taiga-contrib-github-auth @ git+https://github.com/kaleidos-ventures/[email protected]#subdirectory=back | ||
taiga-contrib-github-auth @ git+https://github.com/taigaio/[email protected]#subdirectory=back | ||
# via -r requirements-contribs.in | ||
taiga-contrib-gitlab-auth-official @ git+https://github.com/kaleidos-ventures/[email protected]#subdirectory=back | ||
taiga-contrib-gitlab-auth-official @ git+https://github.com/taigaio/[email protected]#subdirectory=back | ||
# via -r requirements-contribs.in | ||
taiga-contrib-protected @ git+https://github.com/kaleidos-ventures/[email protected] | ||
taiga-contrib-protected @ git+https://github.com/taigaio/[email protected] | ||
# via -r requirements-contribs.in | ||
taiga-contrib-slack @ git+https://github.com/kaleidos-ventures/[email protected]#subdirectory=back | ||
taiga-contrib-slack @ git+https://github.com/taigaio/[email protected]#subdirectory=back | ||
# via -r requirements-contribs.in |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters