Skip to content

Commit df44ce3

Browse files
Rename nameai.dev to nameai.io (#611)
* Rename nameai.dev to nameai.io * update version * Create witty-squids-kick.md --------- Co-authored-by: lightwalker.eth <[email protected]>
1 parent 0e74daf commit df44ce3

File tree

111 files changed

+23
-18
lines changed

Some content is hidden

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

111 files changed

+23
-18
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"namehashlabs.org",
1515
"@namehash/seo",
1616
"@namehash/internal",
17-
"nameai.dev",
17+
"nameai.io",
1818
"namekit.io",
1919
"namegraph.dev"
2020
]

.changeset/witty-squids-kick.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@namehash/nameai": patch
3+
---
4+
5+
Rename nameai.dev to nameai.io

.github/workflows/nameai-api-lambda-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- staging
88
paths:
99
- "packages/nameai-python/**"
10-
- "apps/api.nameai.dev/**"
10+
- "apps/api.nameai.io/**"
1111
- ".github/workflows/nameai-api-lambda-deploy.yml"
1212
workflow_dispatch:
1313

@@ -76,7 +76,7 @@ jobs:
7676
cd terraform
7777
chmod +x ./deploy_lambda.sh
7878
./deploy_lambda.sh $STAGE $AWS_REGION $DOMAIN_NAME $CERTIFICATE_NAME $HOSTED_ZONE_NAME
79-
working-directory: apps/api.nameai.dev
79+
working-directory: apps/api.nameai.io
8080

8181
notify:
8282
name: Send Slack deployment event notification

.github/workflows/nameai-python-lint.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
branches:
55
- main
66
paths:
7-
- "apps/api.nameai.dev/**"
7+
- "apps/api.nameai.io/**"
88
pull_request:
99
branches: ["main", "staging"]
1010
paths:
11-
- "apps/api.nameai.dev/**"
11+
- "apps/api.nameai.io/**"
1212

1313
jobs:
1414
lint:
@@ -21,11 +21,11 @@ jobs:
2121
uses: chartboost/ruff-action@v1
2222
with:
2323
version: 0.6.7
24-
src: "./apps/api.nameai.dev"
24+
src: "./apps/api.nameai.io"
2525

2626
- name: Ruff Format
2727
uses: chartboost/ruff-action@v1
2828
with:
2929
version: 0.6.7
3030
args: "format --check"
31-
src: "./apps/api.nameai.dev"
31+
src: "./apps/api.nameai.io"

.github/workflows/nameai-python-unit-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ on:
55
branches:
66
- main
77
paths:
8-
- "apps/api.nameai.dev/**"
8+
- "apps/api.nameai.io/**"
99
pull_request:
1010
branches:
1111
- main
1212
- staging
1313
paths:
14-
- "apps/api.nameai.dev/**"
14+
- "apps/api.nameai.io/**"
1515

1616
jobs:
1717
test:
@@ -36,9 +36,9 @@ jobs:
3636
cache: "poetry"
3737

3838
- name: Install dependencies
39-
working-directory: ./apps/api.nameai.dev
39+
working-directory: ./apps/api.nameai.io
4040
run: poetry install --extras "lambda"
4141

4242
- name: Run tests
43-
working-directory: ./apps/api.nameai.dev
43+
working-directory: ./apps/api.nameai.io
4444
run: poetry run pytest -vv

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ repos:
44
hooks:
55
- id: ruff
66
args: [ --fix ]
7-
files: '^(packages/nameguard-python|apps/api.nameai.dev)/.*\.py'
7+
files: '^(packages/nameguard-python|apps/api.nameai.io)/.*\.py'
88
- id: ruff-format
9-
files: '^(packages/nameguard-python|apps/api.nameai.dev)/.*\.py'
9+
files: '^(packages/nameguard-python|apps/api.nameai.io)/.*\.py'

0 commit comments

Comments
 (0)