Skip to content

Commit

Permalink
update repository URLs to reflect transfer of repository ownership (#…
Browse files Browse the repository at this point in the history
…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 <michael.bordash@rackspace.com>
  • Loading branch information
ITProKyle and mbordash2 authored Sep 4, 2024
1 parent b7a582f commit 3ada269
Show file tree
Hide file tree
Showing 32 changed files with 68 additions and 67 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}";
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label-maker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <opensource@onica.com>.
All complaints will be reviewed and investigated promptly and fairly.
reported to the community leaders responsible for enforcement at
<opensource@rackspace.com>. 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.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
4 changes: 2 additions & 2 deletions docs/source/cfngin/blueprints.rst
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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<AWS::EC2::Image::Id>``) or Systems Manager Parameter Store values (e.g. ``AWS::SSM::Parameter::Value<String>``).
Expand Down
4 changes: 2 additions & 2 deletions docs/source/cfngin/remote_sources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
*****
Expand Down
4 changes: 2 additions & 2 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}

Expand Down
2 changes: 1 addition & 1 deletion docs/source/license.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/maintainers/release_process.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _Releases: https://github.com/onicagroup/runway/releases
.. _Releases: https://github.com/rackspace/runway/releases

###############
Release Process
Expand Down
4 changes: 2 additions & 2 deletions docs/source/quickstart/cloudformation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<EOF >> runway.yml
---
# Full syntax at https://github.com/onicagroup/runway
# Full syntax at https://github.com/rackspace/runway
deployments:
- modules:
- sampleapp.cfn
Expand All @@ -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
Expand Down
14 changes: 7 additions & 7 deletions docs/source/quickstart/conduit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

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

Expand Down
4 changes: 2 additions & 2 deletions docs/source/quickstart/other_ways_to_use.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/source/serverless/advanced_features.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/test-alt/common/iam.cfn/cfngin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/test/common/iam.cfn/cfngin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "runway"
version = "0.0.0"
authors = [
"Onica Group LLC <opensource@onica.com>",
"Rackspace Technology, Inc. <opensource@rackspace.com>",
]
classifiers = [
"Intended Audience :: Developers",
Expand All @@ -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 = [
Expand All @@ -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"
Expand Down Expand Up @@ -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 = '''
Expand Down
2 changes: 1 addition & 1 deletion quickstarts/conduit/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "runway-quickstart-conduit"
version = "0.0.0"
authors = [
"Onica Group LLC <opensource@onica.com>",
"Rackspace Technology, Inc. <opensource@rackspace.com>",
]
description = "Runway Quickstart"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion quickstarts/conduit/runway.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# See full syntax at https://github.com/onicagroup/runway
# See full syntax at https://github.com/rackspace/runway

deployments:
- modules:
Expand Down
2 changes: 1 addition & 1 deletion runway/config/models/cfngin/_package_sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."""

Expand Down
4 changes: 2 additions & 2 deletions runway/templates/cdk-csharp/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
4 changes: 2 additions & 2 deletions runway/templates/cdk-py/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion runway/templates/cdk-py/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "runway-sample-cdk-py"
version = "0.0.0"
authors = ["Onica Group LLC <opensource@onica.com>"]
authors = ["Rackspace Technology, Inc. <opensource@rackspace.com>"]
description = "Runway Sample"
license = "Apache-2.0"

Expand Down
2 changes: 1 addition & 1 deletion runway/templates/sls-py/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "runway-sample-sls-py"
version = "0.0.0"
authors = ["Onica Group LLC <opensource@onica.com>"]
authors = ["Rackspace Technology, Inc. <opensource@rackspace.com>"]
description = "Runway Sample"
license = "Apache-2.0"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "test-awslambda-xmlsec"
version = "0.0.0"
authors = [
"Onica Group LLC <opensource@onica.com>",
"Rackspace Technology, Inc. <opensource@rackspace.com>",
]
description = "Test for awslambda hook."
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/functional/sources/git/runway.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading

0 comments on commit 3ada269

Please sign in to comment.