From 3ada269c9e10db0c1fef709b489bfb39ca5be73e Mon Sep 17 00:00:00 2001 From: Kyle Finley Date: Wed, 4 Sep 2024 12:55:05 -0400 Subject: [PATCH] update repository URLs to reflect transfer of repository ownership (#2483) * update repository URLs to reflect transfer of repository ownership * license copyright company name update * code of conduct updated for new email domain * readme updates for repo transfer * replacing references to Onica with Rackspace * update gha urls to reflect new org * update tests for repo name * assertion fix for unit test * update codecov project badge --------- Co-authored-by: Michael Bordash --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/workflows/cicd.yml | 2 +- .github/workflows/label-maker.yml | 2 +- CODE_OF_CONDUCT.md | 5 ++-- LICENSE | 2 +- README.md | 6 ++-- docs/source/cfngin/blueprints.rst | 4 +-- docs/source/cfngin/remote_sources.rst | 4 +-- docs/source/changelog.rst | 4 +-- docs/source/conf.py | 2 +- docs/source/license.rst | 2 +- docs/source/maintainers/release_process.rst | 2 +- docs/source/quickstart/cloudformation.rst | 4 +-- docs/source/quickstart/conduit.rst | 14 +++++----- docs/source/quickstart/other_ways_to_use.rst | 4 +-- docs/source/serverless/advanced_features.rst | 2 +- .../test-alt/common/iam.cfn/cfngin.yml | 2 +- .../common/test-dependencies.cfn/cfngin.yml | 2 +- infrastructure/test/common/iam.cfn/cfngin.yml | 2 +- .../common/test-dependencies.cfn/cfngin.yml | 2 +- pyproject.toml | 8 +++--- quickstarts/conduit/pyproject.toml | 2 +- quickstarts/conduit/runway.yml | 2 +- .../config/models/cfngin/_package_sources.py | 2 +- runway/templates/cdk-csharp/package.json | 4 +-- runway/templates/cdk-py/package.json | 4 +-- runway/templates/cdk-py/pyproject.toml | 2 +- runway/templates/sls-py/pyproject.toml | 2 +- .../src/docker_xmlsec/pyproject.toml | 2 +- tests/functional/sources/git/runway.yml | 2 +- .../unit/core/components/test__module_path.py | 28 +++++++++---------- tests/unit/sources/test_git.py | 8 +++--- 32 files changed, 68 insertions(+), 67 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f039728a8..539c75e02 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -13,7 +13,7 @@ body: ⚠ Please make sure that this [issue wasn't already requested][issue search], or already implemented in the master branch. - [issue search]: https://github.com/onicagroup/runway/issues?q=is%3Aissue+is%3Aopen+ + [issue search]: https://github.com/rackspace/runway/issues?q=is%3Aissue+is%3Aopen+ - type: textarea attributes: label: Bug Description diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index a79a0a930..bf4ef188c 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -61,7 +61,7 @@ jobs: - name: ℹ️ Output GitHub Context id: gh-context run: | - export _REPO_ORIGIN="onicagroup/runway"; + export _REPO_ORIGIN="rackspace/runway"; echo "repo-origin=${_REPO_ORIGIN}" >> "${GITHUB_OUTPUT}"; export _REPO_HEAD="${{ github.event.pull_request.head.repo.full_name || github.repository }}"; echo "repo-head=${_REPO_HEAD}" >> "${GITHUB_OUTPUT}"; diff --git a/.github/workflows/label-maker.yml b/.github/workflows/label-maker.yml index 4daf073f0..cf1d191b7 100644 --- a/.github/workflows/label-maker.yml +++ b/.github/workflows/label-maker.yml @@ -12,7 +12,7 @@ on: jobs: label-maker: # Skip running the job from forks. - if: github.repository == 'onicagroup/runway' && github.actor != 'dependabot[bot]' + if: github.repository == 'rackspace/runway' && github.actor != 'dependabot[bot]' runs-on: ubuntu-latest steps: - name: ⤵️ Check out code from GitHub diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 0cc59f1d4..6f1be46bf 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -59,8 +59,9 @@ representative at an online or offline event. ## Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported to the community leaders responsible for enforcement at . -All complaints will be reviewed and investigated promptly and fairly. +reported to the community leaders responsible for enforcement at +. All complaints will be reviewed and investigated +promptly and fairly. All community leaders are obligated to respect the privacy and security of the reporter of any incident. diff --git a/LICENSE b/LICENSE index 38f604423..02033ffd6 100644 --- a/LICENSE +++ b/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2018 Onica Group LLC + Copyright 2018 Rackspace Technology, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index 87a8b0ee9..0b15562f6 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Runway -[![CI/CD](https://github.com/onicagroup/runway/workflows/CI/CD/badge.svg?branch=master)](https://github.com/onicagroup/runway/actions?query=workflow%3ACI%2FCD) -[![codecov](https://codecov.io/gh/onicagroup/runway/branch/master/graph/badge.svg?token=Ku28I0RY80)](https://codecov.io/gh/onicagroup/runway) +[![CI/CD](https://github.com/rackspace/runway/workflows/CI/CD/badge.svg?branch=master)](https://github.com/rackspace/runway/actions?query=workflow%3ACI%2FCD) +[![codecov](https://codecov.io/gh/rackspace/runway/branch/master/graph/badge.svg?token=Ku28I0RY80)](https://codecov.io/gh/rackspace/runway) [![PyPi](https://img.shields.io/pypi/v/runway?style=flat)](https://pypi.org/project/runway/) [![code style: black](https://img.shields.io/badge/code%20style-black-000000.svg?style=flat)](https://github.com/psf/black) -![runway-example.gif](https://raw.githubusercontent.com/onicagroup/runway/master/docs/source/images/runway-example.gif) +![runway-example.gif](https://raw.githubusercontent.com/rackspace/runway/master/docs/source/images/runway-example.gif) Runway is a lightweight integration app designed to ease management of infrastructure tools. diff --git a/docs/source/cfngin/blueprints.rst b/docs/source/cfngin/blueprints.rst index ca31475e3..0fa5fd6f9 100644 --- a/docs/source/cfngin/blueprints.rst +++ b/docs/source/cfngin/blueprints.rst @@ -1,4 +1,4 @@ -.. _Runway blueprints: https://github.com/onicagroup/runway/tree/master/runway/blueprints +.. _Runway blueprints: https://github.com/rackspace/runway/tree/master/runway/blueprints .. _troposphere: https://github.com/cloudtools/troposphere .. _Blueprint: @@ -216,7 +216,7 @@ A sample config for the above: CFNType -======= +======== The :class:`~runway.cfngin.blueprints.variables.types.CFNType` can be used to signal that a variable should be submitted to CloudFormation as a Parameter instead of only available to the |Blueprint| when rendering. This is useful if you want to leverage AWS-Specific Parameter types (e.g. ``List``) or Systems Manager Parameter Store values (e.g. ``AWS::SSM::Parameter::Value``). diff --git a/docs/source/cfngin/remote_sources.rst b/docs/source/cfngin/remote_sources.rst index e61ae9b83..c7c3dc3b1 100644 --- a/docs/source/cfngin/remote_sources.rst +++ b/docs/source/cfngin/remote_sources.rst @@ -159,8 +159,8 @@ Git Repository package_sources: git: - - uri: git@github.com:onicagroup/runway.git # ssh - - uri: https://github.com/onicagroup/runway.git # https + - uri: git@github.com:rackspace/runway.git # ssh + - uri: https://github.com/rackspace/runway.git # https ***** diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 4dc5d03ab..28c208c07 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -7,6 +7,6 @@ CHANGELOG The PAT used only needs repo.public_repo access. .. changelog:: - :changelog-url: https://github.com/onicagroup/runway/releases - :github: https://github.com/onicagroup/runway/releases + :changelog-url: https://github.com/rackspace/runway/releases + :github: https://github.com/rackspace/runway/releases :pypi: https://pypi.org/project/runway/ diff --git a/docs/source/conf.py b/docs/source/conf.py index 6d5e56000..c2c861d59 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -95,7 +95,7 @@ # -- Options for LaTeX output ------------------------------------------------ # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-latex-output latex_documents = [ - (master_doc, "runway.tex", "runway Documentation", "Onica Group", "manual"), + (master_doc, "runway.tex", "runway Documentation", "Rackspace Technology, Inc.", "manual"), ] latex_elements = {} diff --git a/docs/source/license.rst b/docs/source/license.rst index 4161f0587..3e244acd8 100644 --- a/docs/source/license.rst +++ b/docs/source/license.rst @@ -197,7 +197,7 @@ recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2018 Onica Group LLC + Copyright 2018 Rackspace Technology, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/docs/source/maintainers/release_process.rst b/docs/source/maintainers/release_process.rst index 6af125b08..a9734efa2 100644 --- a/docs/source/maintainers/release_process.rst +++ b/docs/source/maintainers/release_process.rst @@ -1,4 +1,4 @@ -.. _Releases: https://github.com/onicagroup/runway/releases +.. _Releases: https://github.com/rackspace/runway/releases ############### Release Process diff --git a/docs/source/quickstart/cloudformation.rst b/docs/source/quickstart/cloudformation.rst index fefa16369..528e282ae 100644 --- a/docs/source/quickstart/cloudformation.rst +++ b/docs/source/quickstart/cloudformation.rst @@ -26,7 +26,7 @@ CloudFormation Quickstart $ sed -i -e "s/CUSTOMERNAMEHERE/mydemo/g; s/ENVIRONMENTNAMEHERE/dev/g; s/cfngin-/cfngin-$(uuidgen|tr "[:upper:]" "[:lower:]")-/g" sampleapp.cfn/dev-us-east-1.env $ cat <> runway.yml --- - # Full syntax at https://github.com/onicagroup/runway + # Full syntax at https://github.com/rackspace/runway deployments: - modules: - sampleapp.cfn @@ -44,7 +44,7 @@ CloudFormation Quickstart $ (Get-Content sampleapp.cfn\dev-us-east-1.env).replace('cfngin-', 'cfngin-' + [guid]::NewGuid() + '-') | Set-Content sampleapp.cfn\dev-us-east-1.env $ $RunwayTemplate = @" --- - # Full syntax at https://github.com/onicagroup/runway + # Full syntax at https://github.com/rackspace/runway deployments: - modules: - sampleapp.cfn diff --git a/docs/source/quickstart/conduit.rst b/docs/source/quickstart/conduit.rst index 742aab769..4a58c8058 100644 --- a/docs/source/quickstart/conduit.rst +++ b/docs/source/quickstart/conduit.rst @@ -63,13 +63,13 @@ Setup $ rm 35a66d144d8def340278cd55080d5c745714aca4 $ mv angular-realworld-example-app-35a66d144d8def340278cd55080d5c745714aca4 frontend && cd frontend $ mkdir scripts - $ cd scripts && { curl -O https://raw.githubusercontent.com/onicagroup/runway/master/quickstarts/conduit/build.js ; cd -; } + $ cd scripts && { curl -O https://raw.githubusercontent.com/rackspace/runway/master/quickstarts/conduit/build.js ; cd -; } $ sed -i 's/^\s*"build":\s.*$/ "build": "node scripts\/build",/' package.json $ sed -i 's/^\s*"rxjs":\s.*$/ "rxjs": "~6.3.3",/' package.json $ npm install - $ curl -O https://raw.githubusercontent.com/onicagroup/runway/master/quickstarts/conduit/update_env_endpoint.py + $ curl -O https://raw.githubusercontent.com/rackspace/runway/master/quickstarts/conduit/update_env_endpoint.py $ cd .. - $ curl -O https://raw.githubusercontent.com/onicagroup/runway/master/quickstarts/conduit/runway.yml + $ curl -O https://raw.githubusercontent.com/rackspace/runway/master/quickstarts/conduit/runway.yml .. tab-item:: Windows @@ -93,13 +93,13 @@ Setup $ Rename-Item angular-realworld-example-app-35a66d144d8def340278cd55080d5c745714aca4 frontend && cd frontend $ (gc .\package.json -raw).Replace("`"rxjs`": `"^6.2.1`"", "`"rxjs`": `"~6.3.3`"") | sc .\package.json $ mkdir scripts - $ Invoke-WebRequest "https://raw.githubusercontent.com/onicagroup/runway/master/quickstarts/conduit/build.js" -OutFile scripts/build.js + $ Invoke-WebRequest "https://raw.githubusercontent.com/rackspace/runway/master/quickstarts/conduit/build.js" -OutFile scripts/build.js $ (gc .\package.json) -replace "^\s*`"build`":\s.*$", " `"build`": `"node scripts/build`"," | Out-File .\package.json -Force -Encoding UTF8 $ npm install - $ Invoke-WebRequest "https://raw.githubusercontent.com/onicagroup/runway/master/quickstarts/conduit/update_env_endpoint.py" -OutFile update_env_endpoint.py + $ Invoke-WebRequest "https://raw.githubusercontent.com/rackspace/runway/master/quickstarts/conduit/update_env_endpoint.py" -OutFile update_env_endpoint.py $ cd .. - $ Invoke-WebRequest "https://raw.githubusercontent.com/onicagroup/runway/master/quickstarts/conduit/pyproject.toml" -OutFile pyproject.toml - $ Invoke-WebRequest "https://raw.githubusercontent.com/onicagroup/runway/master/quickstarts/conduit/runway.yml" -OutFile runway.yml + $ Invoke-WebRequest "https://raw.githubusercontent.com/rackspace/runway/master/quickstarts/conduit/pyproject.toml" -OutFile pyproject.toml + $ Invoke-WebRequest "https://raw.githubusercontent.com/rackspace/runway/master/quickstarts/conduit/runway.yml" -OutFile runway.yml .. highlight:: sh diff --git a/docs/source/quickstart/other_ways_to_use.rst b/docs/source/quickstart/other_ways_to_use.rst index 0f951258c..2ca84a39f 100644 --- a/docs/source/quickstart/other_ways_to_use.rst +++ b/docs/source/quickstart/other_ways_to_use.rst @@ -1,5 +1,5 @@ -.. _CloudFormation template: https://github.com/onicagroup/runway/blob/master/quickstarts/runway/runway-quickstart.yml -.. _Dockerfile: https://github.com/onicagroup/runway/blob/master/quickstarts/runway/Dockerfile +.. _CloudFormation template: https://github.com/rackspace/runway/blob/master/quickstarts/runway/runway-quickstart.yml +.. _Dockerfile: https://github.com/rackspace/runway/blob/master/quickstarts/runway/Dockerfile ######################## Other Ways to Use Runway diff --git a/docs/source/serverless/advanced_features.rst b/docs/source/serverless/advanced_features.rst index 96b035d2f..f161a0f18 100644 --- a/docs/source/serverless/advanced_features.rst +++ b/docs/source/serverless/advanced_features.rst @@ -45,7 +45,7 @@ This functionality can be especially useful when used alongside :ref:`remote mod deployments: - modules: - - path: git::git://github.com/onicagroup/example.git//sampleapp?tag=v1.0.0 + - path: git::git://github.com/rackspace/example.git//sampleapp?tag=v1.0.0 options: extend_serverless_yml: custom: diff --git a/infrastructure/test-alt/common/iam.cfn/cfngin.yml b/infrastructure/test-alt/common/iam.cfn/cfngin.yml index 0aa0da92b..b011e46fc 100644 --- a/infrastructure/test-alt/common/iam.cfn/cfngin.yml +++ b/infrastructure/test-alt/common/iam.cfn/cfngin.yml @@ -6,7 +6,7 @@ sys_path: ./../../../ tags: Environment: ${environment} Namespace: ${namespace} - Repository: https://github.com/onicagroup/runway + Repository: https://github.com/rackspace/runway stacks: - name: test-runner-boundary diff --git a/infrastructure/test-alt/common/test-dependencies.cfn/cfngin.yml b/infrastructure/test-alt/common/test-dependencies.cfn/cfngin.yml index 97459c0c8..59b43b88d 100644 --- a/infrastructure/test-alt/common/test-dependencies.cfn/cfngin.yml +++ b/infrastructure/test-alt/common/test-dependencies.cfn/cfngin.yml @@ -6,7 +6,7 @@ sys_path: ./../../../ tags: Environment: ${environment} Namespace: ${namespace} - Repository: https://github.com/onicagroup/runway + Repository: https://github.com/rackspace/runway stacks: - name: cfngin-bucket diff --git a/infrastructure/test/common/iam.cfn/cfngin.yml b/infrastructure/test/common/iam.cfn/cfngin.yml index 60b53c17c..2cbd8203d 100644 --- a/infrastructure/test/common/iam.cfn/cfngin.yml +++ b/infrastructure/test/common/iam.cfn/cfngin.yml @@ -6,7 +6,7 @@ sys_path: ./../../../ tags: Environment: ${environment} Namespace: ${namespace} - Repository: https://github.com/onicagroup/runway + Repository: https://github.com/rackspace/runway stacks: - name: test-runner-boundary diff --git a/infrastructure/test/common/test-dependencies.cfn/cfngin.yml b/infrastructure/test/common/test-dependencies.cfn/cfngin.yml index 9f9e67213..1017ca797 100644 --- a/infrastructure/test/common/test-dependencies.cfn/cfngin.yml +++ b/infrastructure/test/common/test-dependencies.cfn/cfngin.yml @@ -6,7 +6,7 @@ sys_path: ./../../../ tags: Environment: ${environment} Namespace: ${namespace} - Repository: https://github.com/onicagroup/runway + Repository: https://github.com/rackspace/runway stacks: - name: cfngin-bucket diff --git a/pyproject.toml b/pyproject.toml index 577ad0509..b61e94a5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "runway" version = "0.0.0" authors = [ - "Onica Group LLC ", + "Rackspace Technology, Inc. ", ] classifiers = [ "Intended Audience :: Developers", @@ -17,7 +17,7 @@ classifiers = [ ] description = "Simplify infrastructure/app testing/deployment" documentation = "https://runway.readthedocs.io" -homepage = "https://github.com/onicagroup/runway" +homepage = "https://github.com/rackspace/runway" keywords = ["cli"] license = "Apache-2.0" maintainers = [ @@ -28,7 +28,7 @@ packages = [ {include = "runway"}, ] readme = "README.md" -repository = "https://github.com/onicagroup/runway" +repository = "https://github.com/rackspace/runway" [tool.poetry.dependencies] python = ">=3.9, <3.13" @@ -122,7 +122,7 @@ version = "^1.34.158" runway = "runway._cli.main:cli" [tool.poetry.urls] -"Bug Tracker" = "https://github.com/onicagroup/runway/issues" +"Bug Tracker" = "https://github.com/rackspace/runway/issues" [tool.black] force-exclude = ''' diff --git a/quickstarts/conduit/pyproject.toml b/quickstarts/conduit/pyproject.toml index 3c647bd2e..f97fd3530 100644 --- a/quickstarts/conduit/pyproject.toml +++ b/quickstarts/conduit/pyproject.toml @@ -2,7 +2,7 @@ name = "runway-quickstart-conduit" version = "0.0.0" authors = [ - "Onica Group LLC ", + "Rackspace Technology, Inc. ", ] description = "Runway Quickstart" license = "Apache-2.0" diff --git a/quickstarts/conduit/runway.yml b/quickstarts/conduit/runway.yml index c671c627b..2fb286716 100644 --- a/quickstarts/conduit/runway.yml +++ b/quickstarts/conduit/runway.yml @@ -1,4 +1,4 @@ -# See full syntax at https://github.com/onicagroup/runway +# See full syntax at https://github.com/rackspace/runway deployments: - modules: diff --git a/runway/config/models/cfngin/_package_sources.py b/runway/config/models/cfngin/_package_sources.py index cd39fbfdd..121b42a02 100644 --- a/runway/config/models/cfngin/_package_sources.py +++ b/runway/config/models/cfngin/_package_sources.py @@ -56,7 +56,7 @@ class GitCfnginPackageSourceDefinitionModel(ConfigProperty): """Git tag.""" uri: Annotated[ - str, Field(title="Git Repository URI", examples=["git@github.com:onicagroup/runway.git"]) + str, Field(title="Git Repository URI", examples=["git@github.com:rackspace/runway.git"]) ] """Remote git repo URI.""" diff --git a/runway/templates/cdk-csharp/package.json b/runway/templates/cdk-csharp/package.json index 39a11b1ae..7081603dc 100644 --- a/runway/templates/cdk-csharp/package.json +++ b/runway/templates/cdk-csharp/package.json @@ -1,10 +1,10 @@ { - "author": "Onica", + "author": "Rackspace Technology, Inc.", "description": "Sample CDK Project", "devDependencies": { "aws-cdk": "^0.27.0" }, - "homepage": "https://www.onica.com", + "homepage": "https://www.rackspace.com", "main": "app.py", "name": "sampleapp", "private": true, diff --git a/runway/templates/cdk-py/package.json b/runway/templates/cdk-py/package.json index 09eff9f88..bdbea77c5 100644 --- a/runway/templates/cdk-py/package.json +++ b/runway/templates/cdk-py/package.json @@ -1,10 +1,10 @@ { - "author": "Onica", + "author": "Rackspace Technology, Inc.", "description": "Sample CDK Project", "devDependencies": { "aws-cdk": "^1.13.0" }, - "homepage": "https://www.onica.com", + "homepage": "https://www.rackspace.com", "main": "app.py", "name": "sampleapp", "private": true, diff --git a/runway/templates/cdk-py/pyproject.toml b/runway/templates/cdk-py/pyproject.toml index fdced52e0..cb51d4eaf 100644 --- a/runway/templates/cdk-py/pyproject.toml +++ b/runway/templates/cdk-py/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "runway-sample-cdk-py" version = "0.0.0" -authors = ["Onica Group LLC "] +authors = ["Rackspace Technology, Inc. "] description = "Runway Sample" license = "Apache-2.0" diff --git a/runway/templates/sls-py/pyproject.toml b/runway/templates/sls-py/pyproject.toml index c7702b999..d304b2bd5 100644 --- a/runway/templates/sls-py/pyproject.toml +++ b/runway/templates/sls-py/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "runway-sample-sls-py" version = "0.0.0" -authors = ["Onica Group LLC "] +authors = ["Rackspace Technology, Inc. "] description = "Runway Sample" license = "Apache-2.0" diff --git a/tests/functional/cfngin/hooks/test_awslambda/sample_app/src/docker_xmlsec/pyproject.toml b/tests/functional/cfngin/hooks/test_awslambda/sample_app/src/docker_xmlsec/pyproject.toml index e971e267f..1e4263c55 100644 --- a/tests/functional/cfngin/hooks/test_awslambda/sample_app/src/docker_xmlsec/pyproject.toml +++ b/tests/functional/cfngin/hooks/test_awslambda/sample_app/src/docker_xmlsec/pyproject.toml @@ -2,7 +2,7 @@ name = "test-awslambda-xmlsec" version = "0.0.0" authors = [ - "Onica Group LLC ", + "Rackspace Technology, Inc. ", ] description = "Test for awslambda hook." license = "Apache-2.0" diff --git a/tests/functional/sources/git/runway.yml b/tests/functional/sources/git/runway.yml index dfe1a34b1..bf4745402 100644 --- a/tests/functional/sources/git/runway.yml +++ b/tests/functional/sources/git/runway.yml @@ -1,6 +1,6 @@ deployments: - modules: - - path: git::https://github.com/onicagroup/runway.git//tests/functional/cfngin/test_simple_build/simple-build.cfn?branch=master + - path: git::https://github.com/rackspace/runway.git//tests/functional/cfngin/test_simple_build/simple-build.cfn?branch=master type: cloudformation environments: test: true diff --git a/tests/unit/core/components/test__module_path.py b/tests/unit/core/components/test__module_path.py index c88b71ab2..385e826b4 100644 --- a/tests/unit/core/components/test__module_path.py +++ b/tests/unit/core/components/test__module_path.py @@ -36,66 +36,66 @@ class TypeDefTestDefinition(TypedDict): # noqa: D101 TESTS: list[TypeDefTestDefinition] = [ { - "definition": "git::git://github.com/onicagroup/foo/foo-bar.git", + "definition": "git::git://github.com/rackspace/foo/foo-bar.git", "expected": { "location": "./", "arguments": {}, "source": "git", - "uri": "git://github.com/onicagroup/foo/foo-bar.git", + "uri": "git://github.com/rackspace/foo/foo-bar.git", }, }, { - "definition": "git::git://github.com/onicagroup/foo/bar.git", + "definition": "git::git://github.com/rackspace/foo/bar.git", "expected": { "location": "./", "arguments": {}, "source": "git", - "uri": "git://github.com/onicagroup/foo/bar.git", + "uri": "git://github.com/rackspace/foo/bar.git", }, }, { - "definition": "git::git://github.com/onicagroup/foo/bar.git//foo/bar", + "definition": "git::git://github.com/rackspace/foo/bar.git//foo/bar", "expected": { "location": "foo/bar", "arguments": {}, "source": "git", - "uri": "git://github.com/onicagroup/foo/bar.git", + "uri": "git://github.com/rackspace/foo/bar.git", }, }, { - "definition": "git::git://github.com/onicagroup/foo/bar.git?branch=foo", + "definition": "git::git://github.com/rackspace/foo/bar.git?branch=foo", "expected": { "location": "./", "arguments": {"branch": "foo"}, "source": "git", - "uri": "git://github.com/onicagroup/foo/bar.git", + "uri": "git://github.com/rackspace/foo/bar.git", }, }, { - "definition": "git::git://github.com/onicagroup/foo/bar.git?branch=foo&bar=baz", + "definition": "git::git://github.com/rackspace/foo/bar.git?branch=foo&bar=baz", "expected": { "location": "./", "arguments": {"branch": "foo", "bar": "baz"}, "source": "git", - "uri": "git://github.com/onicagroup/foo/bar.git", + "uri": "git://github.com/rackspace/foo/bar.git", }, }, { - "definition": "git::git://github.com/onicagroup/foo/bar.git//src/foo/bar?branch=foo", + "definition": "git::git://github.com/rackspace/foo/bar.git//src/foo/bar?branch=foo", "expected": { "location": "src/foo/bar", "arguments": {"branch": "foo"}, "source": "git", - "uri": "git://github.com/onicagroup/foo/bar.git", + "uri": "git://github.com/rackspace/foo/bar.git", }, }, { - "definition": "git::git://github.com/onicagroup/foo/bar.git//src/foo/bar?branch=foo&bar=baz", + "definition": "git::git://github.com/rackspace/foo/bar.git//src/foo/bar?branch=foo&bar=baz", "expected": { "location": "src/foo/bar", "arguments": {"branch": "foo", "bar": "baz"}, "source": "git", - "uri": "git://github.com/onicagroup/foo/bar.git", + "uri": "git://github.com/rackspace/foo/bar.git", }, }, { diff --git a/tests/unit/sources/test_git.py b/tests/unit/sources/test_git.py index ae96aafbc..0d5cc1168 100644 --- a/tests/unit/sources/test_git.py +++ b/tests/unit/sources/test_git.py @@ -22,12 +22,12 @@ def test_fetch_returns_directory_string(self, cd_tmp_path: Path) -> None: cache_dir=cd_tmp_path, location="/", options={}, - uri="https://github.com/onicagroup/runway.git", + uri="https://github.com/rackspace/runway.git", ).fetch() assert result.parent == cd_tmp_path - assert "onicagroup_runway" in result.name + assert "rackspace_runway" in result.name def test_sanitize_git_path(self) -> None: """Ensure git path is property sanitized.""" - path = Git.sanitize_git_path("https://github.com/onicagroup/runway.git") - assert path == "github.com_onicagroup_runway" + path = Git.sanitize_git_path("https://github.com/rackspace/runway.git") + assert path == "github.com_rackspace_runway"