mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2025-01-03 15:46:11 +01:00

[TASK] Update all references to the new repository location (#1519)

This commit is contained in:
Oliver Klee 2024-11-25 19:45:07 +01:00 committed by GitHub
parent 8605fe303b
commit aa83aabf5c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 16 additions and 16 deletions

View file

@ -332,7 +332,7 @@ HOST_UID=$(id -u)
HOST_PID=$(id -g)
USERSET=""
SUFFIX="$RANDOM"
NETWORK="friendsoftypo3-tea-${SUFFIX}"
NETWORK="typo3-best-practices-tea-${SUFFIX}"
CI_PARAMS="${CI_PARAMS:-}"
CONTAINER_HOST="host.docker.internal"
# shellcheck disable=SC2034 # This variable will be needed when we try to clean up the root folder

View file

@ -13,8 +13,8 @@ you agree to adhere to this code of conduct.
Feel free to open an issue - no matter whether you found a bug, would like to request a feature or have questions.
1. Please check existing open and closed issues first and feel free to comment and re-open them.
Existing issues are available at https://github.com/FriendsOfTYPO3/tea/issues .
2. Create a new issue at https://github.com/FriendsOfTYPO3/tea/issues/new .
Existing issues are available at https://github.com/TYPO3BestPractices/tea/issues .
2. Create a new issue at https://github.com/TYPO3BestPractices/tea/issues/new .
3. Use a meaningful title.
4. Provide enough context, a concrete use case and steps to reproduce bugs.

View file

@ -23,8 +23,8 @@ GitHub Actions
==============
This extension has a code-checking workflow for
`GitHub Actions <https://github.com/FriendsOfTYPO3/tea/actions>`__ using
`local tools <https://github.com/FriendsOfTYPO3/tea/blob/main/.github/workflows/ci.yml>`__:
`GitHub Actions <https://github.com/TYPO3BestPractices/tea/actions>`__ using
`local tools <https://github.com/TYPO3BestPractices/tea/blob/main/.github/workflows/ci.yml>`__:
This workflow uses the development tools installed via Composer and PHIVE and
calls them using the provided Composer scripts. This allows running the code
quality checks locally as well as in GitHub Actions.
@ -35,5 +35,5 @@ GitLab CI
=========
This extension also provides
`configuration <https://github.com/FriendsOfTYPO3/tea/blob/main/.gitlab/pipeline/.gitlab-ci.yml>`__
`configuration <https://github.com/TYPO3BestPractices/tea/blob/main/.gitlab/pipeline/.gitlab-ci.yml>`__
for `GitLab CI <https://gitlab.typo3.org/qa/example-extension/-/pipelines>`__.

View file

@ -24,7 +24,7 @@ Also clone the tea extension.
.. index:: Clone Tea Extension
.. code-block:: bash
git clone git@github.com:FriendsOfTYPO3/tea.git
git clone git@github.com:TYPO3BestPractices/tea.git
You can organize the folder structure as you wish, but lets say your folder
structure looks like this:

View file

@ -8,10 +8,10 @@
class="\T3Docs\Typo3DocsTheme\DependencyInjection\Typo3DocsThemeExtension"
project-home="https://extensions.typo3.org/extension/tea"
project-contact="mailto:typo3-coding@oliverklee.de"
project-repository="https://github.com/FriendsOfTYPO3/tea"
project-issues="https://github.com/FriendsOfTYPO3/tea/issues"
project-repository="https://github.com/TYPO3BestPractices/tea"
project-issues="https://github.com/TYPO3BestPractices/tea/issues"
edit-on-github-branch="main"
edit-on-github="FriendsOfTYPO3/tea"
edit-on-github="TYPO3BestPractices/tea"
typo3-core-preferred="stable"
/>
<project

View file

@ -4,7 +4,7 @@
[![TYPO3 V11](https://img.shields.io/badge/TYPO3-11-orange.svg)](https://get.typo3.org/version/11)
[![License](https://img.shields.io/github/license/TYPO3-Documentation/tea)](https://packagist.org/packages/ttn/tea)
[![Total downloads](https://poser.pugx.org/ttn/tea/downloads.svg)](https://packagist.org/packages/ttn/tea)
[![GitHub CI status](https://github.com/FriendsOfTYPO3/tea/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/FriendsOfTYPO3/tea/actions)
[![GitHub CI status](https://github.com/TYPO3BestPractices/tea/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/TYPO3BestPractices/tea/actions)
[![GitLab CI status](https://gitlab.typo3.org/qa/example-extension/badges/main/pipeline.svg)](https://gitlab.typo3.org/qa/example-extension/-/pipelines)
[![Coverage Status](https://coveralls.io/repos/github/TYPO3-Documentation/tea/badge.svg?branch=main)](https://coveralls.io/github/TYPO3-Documentation/tea?branch=main)
@ -16,7 +16,7 @@ You can also use this extension to manage your collection of delicious teas.
| | URL |
|------------------|----------------------------------------------------|
| **Repository:** | https://github.com/FriendsOfTYPO3/tea |
| **Repository:** | https://github.com/TYPO3BestPractices/tea |
| **Read online:** | https://docs.typo3.org/p/ttn/tea/main/en-us/ |
| **TER:** | https://extensions.typo3.org/extension/tea/ |
| **Slack:** | https://typo3.slack.com/channels/qa-best-practices |
@ -26,7 +26,7 @@ You can also use this extension to manage your collection of delicious teas.
We value and welcome feedback of all kinds, including discussions.
Feedback can be sent via TYPO3 slack within [our channel](https://app.slack.com/client/T024TUMLZ/CSQ8T0VS5) or via direct massages to the team members.
We also welcome email. All the contact information is available at our [typo3.org team page](https://typo3.org/community/teams/best-practices).
Another way is to create a [discussion on GitHub](https://github.com/FriendsOfTYPO3/tea/discussions).
Another way is to create a [discussion on GitHub](https://github.com/TYPO3BestPractices/tea/discussions).
## Philosophies

View file

@ -34,8 +34,8 @@
],
"homepage": "https://extensions.typo3.org/extension/tea/",
"support": {
"issues": "https://github.com/FriendsOfTYPO3/tea/issues",
"source": "https://github.com/FriendsOfTYPO3/tea",
"issues": "https://github.com/TYPO3BestPractices/tea/issues",
"source": "https://github.com/TYPO3BestPractices/tea",
"docs": "https://docs.typo3.org/p/ttn/tea/main/en-us/"
},
"require": {

View file

@ -2,7 +2,7 @@
"name": "tea",
"description": "npm helper tools used for the extension",
"repository": {
"url": "https://github.com/FriendsOfTYPO3/tea.git"
"url": "https://github.com/TYPO3BestPractices/tea.git"
},
"keywords": [],
"type": "module",