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 25, 2024
1 parent 1f5f524 commit 41ea2f1
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@

## 6.0.10 (2021-04-13)

- Feature: Add a "move to top" option to the context menu of the backlog ([#2239](https://github.com/kaleidos-ventures/taiga-front/pull/2239))
- Feature: Add a "move to top" option to the context menu of the backlog (PR #2239)
- Fix: Add simple line breaks to wysiwyg editor
- Update translations

Expand Down
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 @@ -8,7 +8,7 @@
## Get the compiled version

You can get the compiled version of this code in the
[taiga-front-dist](http://github.com/kaleidos-ventures/taiga-front-dist) repository
[taiga-front-dist](http://github.com/taigaio/taiga-front-dist) repository

## Documentation

Expand All @@ -23,7 +23,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-front/issues)
- in [Github issues](https://github.com/taigaio/taiga-front/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**.

Expand All @@ -43,13 +43,13 @@ 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-front/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-front/blob/main/CONTRIBUTING.md).

## Initial dev env

Expand Down Expand Up @@ -95,7 +95,7 @@ To run a local Selenium Server, you will need to have the Java Development Kit (

#### E2E tests

- To run **e2e tests** you need [taiga-back](https://github.com/kaleidos-ventures/taiga-back) running and
- To run **e2e tests** you need [taiga-back](https://github.com/taigaio/taiga-back) running and

```
npx gulp
Expand Down
8 changes: 4 additions & 4 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN set -eux; \
apk add \
bash; \
# Install taiga-front core
wget https://github.com/kaleidos-ventures/taiga-front-dist/archive/6.7.7.zip -O source.zip; \
wget https://github.com/taigaio/taiga-front-dist/archive/6.7.7.zip -O source.zip; \
unzip source.zip; \
mv /taiga-front-dist-6.7.7 /taiga; \
mv /conf.json.template taiga/dist/; \
Expand All @@ -27,15 +27,15 @@ RUN set -eux; \
mkdir /taiga/dist/plugins; \
cd /taiga/dist/plugins; \
# Slack
wget https://github.com/kaleidos-ventures/taiga-contrib-slack/archive/6.7.0.zip -O source.zip; \
wget https://github.com/taigaio/taiga-contrib-slack/archive/6.7.0.zip -O source.zip; \
unzip -j source.zip "taiga-contrib-slack-6.7.0/front/dist/*" -d slack; \
rm source.zip; \
# Github
wget http://github.com/kaleidos-ventures/taiga-contrib-github-auth/archive/6.7.0.zip -O source.zip; \
wget http://github.com/taigaio/taiga-contrib-github-auth/archive/6.7.0.zip -O source.zip; \
unzip -j source.zip "taiga-contrib-github-auth-6.7.0/front/dist/*" -d github-auth; \
rm source.zip; \
# Gitlab
wget http://github.com/kaleidos-ventures/taiga-contrib-gitlab-auth/archive/6.7.1.zip -O source.zip; \
wget http://github.com/taigaio/taiga-contrib-gitlab-auth/archive/6.7.1.zip -O source.zip; \
unzip -j source.zip "taiga-contrib-gitlab-auth-6.7.1/front/dist/*" -d gitlab-auth; \
rm source.zip; \
cd /; \
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "MPL-2",
"repository": {
"type": "git",
"url": "https://github.com/kaleidos-ventures/taiga-front.git"
"url": "https://github.com/taigaio/taiga-front.git"
},
"scripts": {
"scss-lint": "gulp scss-lint --fail",
Expand Down Expand Up @@ -133,6 +133,6 @@
"pikaday": "^1.8.2",
"raven-js": "^3.7.0",
"showdown": "^1.4.3",
"taiga-html-editor": "https://github.com/kaleidos-ventures/taiga-html-editor#stable"
"taiga-html-editor": "https://github.com/taigaio/taiga-html-editor#stable"
}
}
2 changes: 1 addition & 1 deletion scripts/manage_translations.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


# NOTE: This script is based on taiga-back manage_translations.py script
# (https://github.com/kaleidos-ventures/taiga-back/blob/main/scripts/manage_translations.py)
# (https://github.com/taigaio/taiga-back/blob/main/scripts/manage_translations.py)
#
# This python file contains utility scripts to manage taiga translations.
# It has to be run inside the taiga-front git root directory (over the taiga-back env).
Expand Down

0 comments on commit 41ea2f1

Please sign in to comment.