From 11b5b339c58d7d15c49cf32c82aae494948c13f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Tue, 26 Mar 2024 12:02:40 +0100 Subject: [PATCH] chore: move repo from kaleidos-ventures to taigaio org --- CONTRIBUTING.md | 2 +- README.md | 10 +++++----- docs/update-dependencies.md | 2 +- requirements-contribs.in | 8 ++++---- requirements-contribs.txt | 8 ++++---- settings/common.py | 2 +- .../importers/management/commands/import_from_asana.py | 2 +- .../management/commands/import_from_github.py | 2 +- .../importers/management/commands/import_from_jira.py | 2 +- .../management/commands/import_from_pivotal.py | 2 +- .../management/commands/import_from_trello.py | 2 +- 11 files changed, 21 insertions(+), 21 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fd7e571d..edcf25d1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 diff --git a/README.md b/README.md index fbca9f17..2cc406af 100644 --- a/README.md +++ b/README.md @@ -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 support@taiga.io if is a bug related to [tree.taiga.io](https://tree.taiga.io) - send us a mail to security@taiga.io 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). diff --git a/docs/update-dependencies.md b/docs/update-dependencies.md index 0e2821f5..e0e41fab 100644 --- a/docs/update-dependencies.md +++ b/docs/update-dependencies.md @@ -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 diff --git a/requirements-contribs.in b/requirements-contribs.in index f3a8c7cf..d87e71b1 100644 --- a/requirements-contribs.in +++ b/requirements-contribs.in @@ -1,4 +1,4 @@ -git+https://github.com/kaleidos-ventures/taiga-contrib-github-auth.git@6.7.0#egg=taiga-contrib-github-auth&subdirectory=back -git+https://github.com/kaleidos-ventures/taiga-contrib-gitlab-auth.git@6.7.1#egg=taiga-contrib-gitlab-auth-official&subdirectory=back -git+https://github.com/kaleidos-ventures/taiga-contrib-slack.git@6.7.0#egg=taiga-contrib-slack&subdirectory=back -git+https://github.com/kaleidos-ventures/taiga-contrib-protected.git@6.7.0#egg=taiga-contrib-protected +git+https://github.com/taigaio/taiga-contrib-github-auth.git@6.7.0#egg=taiga-contrib-github-auth&subdirectory=back +git+https://github.com/taigaio/taiga-contrib-gitlab-auth.git@6.7.1#egg=taiga-contrib-gitlab-auth-official&subdirectory=back +git+https://github.com/taigaio/taiga-contrib-slack.git@6.7.0#egg=taiga-contrib-slack&subdirectory=back +git+https://github.com/taigaio/taiga-contrib-protected.git@6.7.0#egg=taiga-contrib-protected diff --git a/requirements-contribs.txt b/requirements-contribs.txt index f0d5a20a..3fb14809 100644 --- a/requirements-contribs.txt +++ b/requirements-contribs.txt @@ -4,11 +4,11 @@ # # pip-compile requirements-contribs.in # -taiga-contrib-github-auth @ git+https://github.com/kaleidos-ventures/taiga-contrib-github-auth.git@6.7.0#subdirectory=back +taiga-contrib-github-auth @ git+https://github.com/taigaio/taiga-contrib-github-auth.git@6.7.0#subdirectory=back # via -r requirements-contribs.in -taiga-contrib-gitlab-auth-official @ git+https://github.com/kaleidos-ventures/taiga-contrib-gitlab-auth.git@6.7.1#subdirectory=back +taiga-contrib-gitlab-auth-official @ git+https://github.com/taigaio/taiga-contrib-gitlab-auth.git@6.7.1#subdirectory=back # via -r requirements-contribs.in -taiga-contrib-protected @ git+https://github.com/kaleidos-ventures/taiga-contrib-protected.git@6.7.0 +taiga-contrib-protected @ git+https://github.com/taigaio/taiga-contrib-protected.git@6.7.0 # via -r requirements-contribs.in -taiga-contrib-slack @ git+https://github.com/kaleidos-ventures/taiga-contrib-slack.git@6.7.0#subdirectory=back +taiga-contrib-slack @ git+https://github.com/taigaio/taiga-contrib-slack.git@6.7.0#subdirectory=back # via -r requirements-contribs.in diff --git a/settings/common.py b/settings/common.py index 5e15800f..54c6edde 100644 --- a/settings/common.py +++ b/settings/common.py @@ -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/", diff --git a/taiga/importers/management/commands/import_from_asana.py b/taiga/importers/management/commands/import_from_asana.py index cea31abb..1a201a56 100644 --- a/taiga/importers/management/commands/import_from_asana.py +++ b/taiga/importers/management/commands/import_from_asana.py @@ -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", diff --git a/taiga/importers/management/commands/import_from_github.py b/taiga/importers/management/commands/import_from_github.py index 276a6bba..1f3c5f0f 100644 --- a/taiga/importers/management/commands/import_from_github.py +++ b/taiga/importers/management/commands/import_from_github.py @@ -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", diff --git a/taiga/importers/management/commands/import_from_jira.py b/taiga/importers/management/commands/import_from_jira.py index 6e5c980b..1404c278 100644 --- a/taiga/importers/management/commands/import_from_jira.py +++ b/taiga/importers/management/commands/import_from_jira.py @@ -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", diff --git a/taiga/importers/management/commands/import_from_pivotal.py b/taiga/importers/management/commands/import_from_pivotal.py index 2ddaeb9f..ae21c4f5 100644 --- a/taiga/importers/management/commands/import_from_pivotal.py +++ b/taiga/importers/management/commands/import_from_pivotal.py @@ -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, diff --git a/taiga/importers/management/commands/import_from_trello.py b/taiga/importers/management/commands/import_from_trello.py index 12b44fb8..0f41183f 100644 --- a/taiga/importers/management/commands/import_from_trello.py +++ b/taiga/importers/management/commands/import_from_trello.py @@ -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,