Skip to content

Commit f2db924

Browse files
authored
chore(documentation): updating repository URL and name to the new location (aws-powertools#2499)
1 parent f02f134 commit f2db924

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+1453
-1453
lines changed

.chglog/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ style: github
22
template: CHANGELOG.tpl.md
33
info:
44
title: CHANGELOG
5-
repository_url: https://github.com/awslabs/aws-lambda-powertools-python
5+
repository_url: https://github.com/aws-powertools/powertools-lambda-python
66
options:
77
commits:
88
filters:

.github/CODEOWNERS

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
22

3-
* @awslabs/aws-lambda-powertools-python
3+
* @aws-powertools/lambda-python

.github/ISSUE_TEMPLATE/bug_report.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body:
88
value: |
99
Thank you for submitting a bug report. Please add as much information as possible to help us reproduce, and remove any potential sensitive data.
1010
11-
Please become familiar with [our definition of bug](https://github.com/awslabs/aws-lambda-powertools-python/blob/develop/MAINTAINERS.md#is-that-a-bug).
11+
Please become familiar with [our definition of bug](https://github.com/aws-powertools/powertools-lambda-python/blob/develop/MAINTAINERS.md#is-that-a-bug).
1212
- type: textarea
1313
id: expected_behaviour
1414
attributes:
@@ -79,7 +79,7 @@ body:
7979
id: logs
8080
attributes:
8181
label: Debugging logs
82-
description: If available, please share [debugging logs](https://awslabs.github.io/aws-lambda-powertools-python/#debug-mode)
82+
description: If available, please share [debugging logs](https://docs.powertools.aws.dev/lambda-python/#debug-mode)
8383
render: python
8484
validations:
8585
required: false

.github/ISSUE_TEMPLATE/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Ask a question
4-
url: https://github.com/awslabs/aws-lambda-powertools-python/discussions/new
4+
url: https://github.com/aws-powertools/powertools-lambda-python/discussions/new
55
about: Ask a general question about Lambda Powertools

.github/ISSUE_TEMPLATE/feature_request.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ body:
3636
attributes:
3737
label: Acknowledgment
3838
options:
39-
- label: This feature request meets [Powertools for AWS Lambda (Python) Tenets](https://awslabs.github.io/aws-lambda-powertools-python/latest/#tenets)
39+
- label: This feature request meets [Powertools for AWS Lambda (Python) Tenets](https://docs.powertools.aws.dev/lambda-python/latest/#tenets)
4040
required: true
41-
- label: Should this be considered in other Powertools for AWS Lambda languages? i.e. [Java](https://github.com/awslabs/aws-lambda-powertools-java/), [TypeScript](https://github.com/awslabs/aws-lambda-powertools-typescript/), and [.NET](https://github.com/awslabs/aws-lambda-powertools-dotnet/)
41+
- label: Should this be considered in other Powertools for AWS Lambda languages? i.e. [Java](https://github.com/aws-powertools/powertools-lambda-java/), [TypeScript](https://github.com/aws-powertools/powertools-lambda-typescript/), and [.NET](https://github.com/aws-powertools/powertools-lambda-dotnet/)
4242
required: false
4343
- type: markdown
4444
attributes:

.github/ISSUE_TEMPLATE/maintenance.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ body:
5353
attributes:
5454
label: Acknowledgment
5555
options:
56-
- label: This request meets [Powertools for AWS Lambda (Python) Tenets](https://awslabs.github.io/aws-lambda-powertools-python/latest/#tenets)
56+
- label: This request meets [Powertools for AWS Lambda (Python) Tenets](https://docs.powertools.aws.dev/lambda-python/latest/#tenets)
5757
required: true
58-
- label: Should this be considered in other Powertools for AWS Lambda languages? i.e. [Java](https://github.com/awslabs/aws-lambda-powertools-java/), [TypeScript](https://github.com/awslabs/aws-lambda-powertools-typescript/), and [.NET](https://github.com/awslabs/aws-lambda-powertools-dotnet/)
58+
- label: Should this be considered in other Powertools for AWS Lambda languages? i.e. [Java](https://github.com/aws-powertools/powertools-lambda-java/), [TypeScript](https://github.com/aws-powertools/powertools-lambda-typescript/), and [.NET](https://github.com/aws-powertools/powertools-lambda-dotnet/)
5959
required: false
6060
- type: markdown
6161
attributes:

.github/ISSUE_TEMPLATE/rfc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ body:
9191
attributes:
9292
label: Acknowledgment
9393
options:
94-
- label: This feature request meets [Powertools for AWS Lambda (Python) Tenets](https://awslabs.github.io/aws-lambda-powertools-python/latest/#tenets)
94+
- label: This feature request meets [Powertools for AWS Lambda (Python) Tenets](https://docs.powertools.aws.dev/lambda-python/latest/#tenets)
9595
required: true
96-
- label: Should this be considered in other Powertools for AWS Lambda languages? i.e. [Java](https://github.com/awslabs/aws-lambda-powertools-java/), [TypeScript](https://github.com/awslabs/aws-lambda-powertools-typescript/), and [.NET](https://github.com/awslabs/aws-lambda-powertools-dotnet/)
96+
- label: Should this be considered in other Powertools for AWS Lambda languages? i.e. [Java](https://github.com/aws-powertools/powertools-lambda-java/), [TypeScript](https://github.com/aws-powertools/powertools-lambda-typescript/), and [.NET](https://github.com/aws-powertools/powertools-lambda-dotnet/)
9797
required: false
9898
- type: markdown
9999
attributes:

.github/ISSUE_TEMPLATE/static_typing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body:
88
value: |
99
Thank you for submitting a static typing report. Please add as much information as possible to help us reproduce.
1010
11-
Our preferred static type checker is [Mypy](https://mypy.readthedocs.io/en/stable/) using the following [configuration](https://github.com/awslabs/aws-lambda-powertools-python/blob/develop/mypy.ini).
11+
Our preferred static type checker is [Mypy](https://mypy.readthedocs.io/en/stable/) using the following [configuration](https://github.com/aws-powertools/powertools-lambda-python/blob/develop/mypy.ini).
1212
- type: dropdown
1313
id: tool
1414
attributes:

.github/ISSUE_TEMPLATE/tech_debt.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ body:
5050
attributes:
5151
label: Acknowledgment
5252
options:
53-
- label: This request meets [Powertools for AWS Lambda (Python) Tenets](https://awslabs.github.io/aws-lambda-powertools-python/latest/#tenets)
53+
- label: This request meets [Powertools for AWS Lambda (Python) Tenets](https://docs.powertools.aws.dev/lambda-python/latest/#tenets)
5454
required: true
55-
- label: Should this be considered in other Powertools for AWS Lambda languages? i.e. [Java](https://github.com/awslabs/aws-lambda-powertools-java/), [TypeScript](https://github.com/awslabs/aws-lambda-powertools-typescript/), and [.NET](https://github.com/awslabs/aws-lambda-powertools-dotnet/)
55+
- label: Should this be considered in other Powertools for AWS Lambda languages? i.e. [Java](https://github.com/aws-powertools/powertools-lambda-java/), [TypeScript](https://github.com/aws-powertools/powertools-lambda-typescript/), and [.NET](https://github.com/aws-powertools/powertools-lambda-dotnet/)
5656
required: false
5757
- type: markdown
5858
attributes:

.github/PULL_REQUEST_TEMPLATE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515

1616
If your change doesn't seem to apply, please leave them unchecked.
1717

18-
* [ ] [Meet tenets criteria](https://awslabs.github.io/aws-lambda-powertools-python/#tenets)
18+
* [ ] [Meet tenets criteria](https://docs.powertools.aws.dev/lambda-python/#tenets)
1919
* [ ] I have performed a self-review of this change
2020
* [ ] Changes have been tested
2121
* [ ] Changes are documented
22-
* [ ] PR title follows [conventional commit semantics](https://github.com/awslabs/aws-lambda-powertools-python/blob/develop/.github/semantic.yml)
22+
* [ ] PR title follows [conventional commit semantics](https://github.com/aws-powertools/powertools-lambda-python/blob/develop/.github/semantic.yml)
2323

2424
<details>
2525
<summary>Is this a breaking change?</summary>

.github/actions/create-pr/create_pr_for_staged_changes.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function create_temporary_branch_with_changes() {
8989
function create_pr() {
9090
start_span "Creating PR against ${TEMP_BRANCH} branch"
9191
# TODO: create label
92-
NEW_PR_URL=$(gh pr create --title "${PR_TITLE}" --body "${PR_BODY}: ${WORKFLOW_URL}" --base "${BASE_BRANCH}" --label "${SKIP_LABEL}" || error "Failed to create PR") # e.g, https://github.com/awslabs/aws-lambda-powertools/pull/13
92+
NEW_PR_URL=$(gh pr create --title "${PR_TITLE}" --body "${PR_BODY}: ${WORKFLOW_URL}" --base "${BASE_BRANCH}" --label "${SKIP_LABEL}" || error "Failed to create PR") # e.g, https://github.com/aws-powertools/powertools-lambda-python/pull/13
9393

9494
# greedy remove any string until the last URL path, including the last '/'. https://opensource.com/article/17/6/bash-parameter-expansion
9595
debug "Extracing PR Number from PR URL: "${NEW_PR_URL}""

.github/scripts/constants.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = Object.freeze({
3131
"LABEL_PENDING_RELEASE": "pending-release",
3232

3333
/** @type {string} */
34-
"HANDLE_MAINTAINERS_TEAM": "@awslabs/aws-lambda-powertools-python",
34+
"HANDLE_MAINTAINERS_TEAM": "@aws-powertools/powertools-lambda-python",
3535

3636
/** @type {string[]} */
3737
"IGNORE_AUTHORS": ["dependabot[bot]", "markdownify[bot]"],

.github/scripts/label_missing_acknowledgement_section.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports = async ({github, context, core}) => {
2323
if (isMatch == null) {
2424
core.info(`No acknowledgement section found, maybe the author didn't use the template but there is one.`)
2525

26-
let msg = "No acknowledgement section found. Please make sure you used the template to open a PR and didn't remove the acknowledgment section. Check the template here: https://github.com/awslabs/aws-lambda-powertools-python/blob/develop/.github/PULL_REQUEST_TEMPLATE.md#acknowledgment";
26+
let msg = "No acknowledgement section found. Please make sure you used the template to open a PR and didn't remove the acknowledgment section. Check the template here: https://github.com/aws-powertools/powertools-lambda-python/blob/develop/.github/PULL_REQUEST_TEMPLATE.md#acknowledgment";
2727
await github.rest.issues.createComment({
2828
owner: context.repo.owner,
2929
repo: context.repo.repo,

.github/workflows/dispatch_analytics.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ permissions:
3333

3434
jobs:
3535
dispatch_token:
36-
if: github.repository == 'awslabs/aws-lambda-powertools-python'
36+
if: github.repository == 'aws-powertools/powertools-lambda-python'
3737
concurrency:
3838
group: analytics
3939
runs-on: ubuntu-latest

.github/workflows/on_closed_issues.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
### ⚠️COMMENT VISIBILITY WARNING⚠️
2626
This issue is now closed. Please be mindful that future comments are hard for our team to see.
2727
28-
If you need more assistance, please either tag a [team member](https://github.com/awslabs/aws-lambda-powertools-python/blob/develop/MAINTAINERS.md#current-maintainers) or open a new issue that references this one.
28+
If you need more assistance, please either tag a [team member](https://github.com/aws-powertools/powertools-lambda-python/blob/develop/MAINTAINERS.md#current-maintainers) or open a new issue that references this one.
2929
3030
If you wish to keep having a conversation with other community members under this issue feel free to do so.

.github/workflows/reusable_export_pr_details.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
description: "Record PR workflow execution ID to download PR details"
2222
required: true
2323
type: number
24-
workflow_origin: # see https://github.com/awslabs/aws-lambda-powertools-python/issues/1349
24+
workflow_origin: # see https://github.com/aws-powertools/powertools-lambda-python/issues/1349
2525
description: "Repository full name for runner integrity"
2626
required: true
2727
type: string
@@ -54,8 +54,8 @@ jobs:
5454
export_pr_details:
5555
permissions:
5656
actions: read # download PR artifact
57-
# see https://github.com/awslabs/aws-lambda-powertools-python/issues/1349
58-
if: inputs.workflow_origin == 'awslabs/aws-lambda-powertools-python'
57+
# see https://github.com/aws-powertools/powertools-lambda-python/issues/1349
58+
if: inputs.workflow_origin == 'aws-powertools/powertools-lambda-python'
5959
runs-on: ubuntu-latest
6060
env:
6161
FILENAME: pr.txt

.github/workflows/reusable_publish_docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Reusable publish documentation
33
# see .github/workflows/on_push_docs.yml for docs
44

55
env:
6-
ORIGIN: awslabs/aws-lambda-powertools-python
6+
ORIGIN: aws-powertools/powertools-lambda-python
77

88
on:
99
workflow_call:

404.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
const versionRegex = /(\w.+)\/(latest|([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+[0-9A-Za-z-]+)?)/;
1111

1212
if (websitePath.search(versionRegex) === -1) {
13-
let projectName = "aws-lambda-powertools-python"
13+
let projectName = "powertools-lambda-python"
1414
// redirect old links to latest version alias
1515
window.location = websitePath.replace(projectName, `${projectName}/latest`)
1616
}

0 commit comments

Comments
 (0)