Skip to content

Commit

Permalink
chore: move repo from kaleidos-ventures to taigaio org
Browse files Browse the repository at this point in the history
  • Loading branch information
bameda committed Mar 26, 2024
1 parent 8170f08 commit 11b5b33
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ There are many different ways to contribute to Taiga's platform, from patches, t

## Issues

If you find a bug in the source code, you can help us by [submitting an issue](https://github.com/kaleidos-ventures/taiga-back/issues/new/choose). Even better, you can submit a Pull Request with a fix.
If you find a bug in the source code, you can help us by [submitting an issue](https://github.com/taigaio/taiga-back/issues/new/choose). Even better, you can submit a Pull Request with a fix.

## Commit Message Guidelines

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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**

Expand All @@ -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).
2 changes: 1 addition & 1 deletion docs/update-dependencies.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Update dependencies

We can check [Dependabot](https://github.com/kaleidos-ventures/taiga-back/security/dependabot) to keep updated on dependencies alerts.
We can check [Dependabot](https://github.com/taigaio/taiga-back/security/dependabot) to keep updated on dependencies alerts.

To update major dependencies:
- edit `requirements.in` and `requirements-devel.in` to update the version scopes if needed
Expand Down
8 changes: 4 additions & 4 deletions requirements-contribs.in
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
8 changes: 4 additions & 4 deletions requirements-contribs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@
"taigaio_url": "https://taiga.io",
"social": {
"twitter_url": "https://twitter.com/taigaio",
"github_url": "https://github.com/kaleidos-ventures",
"github_url": "https://github.com/taigaio",
},
"support": {
"url": "https://tree.taiga.io/support/",
Expand Down
2 changes: 1 addition & 1 deletion taiga/importers/management/commands/import_from_asana.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def add_arguments(self, parser):
parser.add_argument('--token', dest="token", type=str,
help='Auth token')
parser.add_argument('--project-id', dest="project_id", type=str,
help='Project ID or full name (ex: kaleidos-ventures/taiga-back)')
help='Project ID or full name (ex: taigaio/taiga-back)')
parser.add_argument('--template', dest='template', default="kanban",
help='template to use: scrum or kanban (default kanban)')
parser.add_argument('--type', dest='type', default="user_stories",
Expand Down
2 changes: 1 addition & 1 deletion taiga/importers/management/commands/import_from_github.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def add_arguments(self, parser):
parser.add_argument('--token', dest="token", type=str,
help='Auth token')
parser.add_argument('--project-id', dest="project_id", type=str,
help='Project ID or full name (ex: kaleidos-ventures/taiga-back)')
help='Project ID or full name (ex: taigaio/taiga-back)')
parser.add_argument('--template', dest='template', default="kanban",
help='template to use: scrum or kanban (default kanban)')
parser.add_argument('--type', dest='type', default="user_stories",
Expand Down
2 changes: 1 addition & 1 deletion taiga/importers/management/commands/import_from_jira.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def add_arguments(self, parser):
help='Server address (default: https://jira.atlassian.com)',
default="https://jira.atlassian.com")
parser.add_argument('--project-id', dest="project_id", type=str,
help='Project ID or full name (ex: kaleidos-ventures/taiga-back)')
help='Project ID or full name (ex: taigaio/taiga-back)')
parser.add_argument('--project-type', dest="project_type", type=str,
help='Project type in jira: project or board')
parser.add_argument('--template', dest='template', default="scrum",
Expand Down
2 changes: 1 addition & 1 deletion taiga/importers/management/commands/import_from_pivotal.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def add_arguments(self, parser):
parser.add_argument('--token', dest="token", type=str,
help='Auth token')
parser.add_argument('--project-id', dest="project_id", type=str,
help='Project ID or full name (ex: kaleidos-ventures/taiga-back)')
help='Project ID or full name (ex: taigaio/taiga-back)')
parser.add_argument('--template', dest='template', default="scrum",
help='template to use: scrum or scrum (default scrum)')
parser.add_argument('--ask-for-users', dest='ask_for_users', const=True,
Expand Down
2 changes: 1 addition & 1 deletion taiga/importers/management/commands/import_from_trello.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def add_arguments(self, parser):
parser.add_argument('--token', dest="token", type=str,
help='Auth token')
parser.add_argument('--project-id', dest="project_id", type=str,
help='Project ID or full name (ex: kaleidos-ventures/taiga-back)')
help='Project ID or full name (ex: taigaio/taiga-back)')
parser.add_argument('--template', dest='template', default="kanban",
help='template to use: scrum or kanban (default kanban)')
parser.add_argument('--ask-for-users', dest='ask_for_users', const=True,
Expand Down

0 comments on commit 11b5b33

Please sign in to comment.