Skip to content

Commit

Permalink
Name change: Amplica Labs -> Project Liberty Labs (#347)
Browse files Browse the repository at this point in the history
Updating:
- Packages
- Docker references
- Documentation

No Amplica references should remain.

Closes: #345
  • Loading branch information
wilwade authored Aug 7, 2024
1 parent ff4539b commit 393fa3b
Show file tree
Hide file tree
Showing 67 changed files with 7,692 additions and 6,639 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright Amplica Labs
Copyright Project Liberty LLC

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,56 +68,56 @@ Each Gateway services is an independent microservice.
<details>
<summary>Account Service</summary>

- [API Documentation](https://amplicalabs.github.io/gateway/account)
- [API Documentation](https://projectlibertylabs.github.io/gateway/account)
- [README](./services/account/README.md)

</details>

<details>
<summary>Graph Service</summary>

- [API Documentation](https://amplicalabs.github.io/gateway/graph/)
- [API Documentation](https://projectlibertylabs.github.io/gateway/graph/)
- [README](./services/graph/README.md)

</details>

<details>
<summary>Content Publishing Service</summary>

- [API Documentation](https://amplicalabs.github.io/gateway/content-publishing/)
- [API Documentation](https://projectlibertylabs.github.io/gateway/content-publishing/)
- [README](./services/content-publishing/README.md)

</details>

<details>
<summary>Content Watcher Service</summary>

- [API Documentation](https://amplicalabs.github.io/gateway/content-watcher/)
- [API Documentation](https://projectlibertylabs.github.io/gateway/content-watcher/)
- [README](./services/content-watcher/README.md)

</details>

<details>
<summary>Reconnection Service</summary>

- [API Documentation](https://amplicalabs.github.io/reconnection-service/)
- [GitHub](https://github.com/AmplicaLabs/reconnection-service)
- [API Documentation](https://projectlibertylabs.github.io/reconnection-service/)
- [GitHub](https://github.com/ProjectLibertyLabs/reconnection-service)

</details>

<!-- LIVE Docs -->

## 🚀 Live Docs

- [Live Docs](https://amplicalabs.github.io/gateway/)
- [Live Docs](https://projectlibertylabs.github.io/gateway/)

<p align="right">(<a href="#-table-of-contents">back to top</a>)</p>

<!-- GETTING STARTED -->

## 💻 Getting Started

For a more detailed tutorial, visit [Live Docs](https://amplicalabs.github.io/gateway/).
For a more detailed tutorial, visit [Live Docs](https://projectlibertylabs.github.io/gateway/).

To get a local copy up and running, follow these steps.

Expand All @@ -135,7 +135,7 @@ Clone this repository to your desired folder:
Clone:

```sh
git clone [email protected]:AmplicaLabs/gateway.git
git clone [email protected]:ProjectLibertyLabs/gateway.git
cd gateway
```

Expand Down Expand Up @@ -169,7 +169,7 @@ To build and serve the Gateway Documentation:

### Deployment

Deployment of the Gateway services have various options. See the [Live Docs](https://amplicalabs.github.io/gateway/) for more details.
Deployment of the Gateway services have various options. See the [Live Docs](https://projectlibertylabs.github.io/gateway/) for more details.

Deployment of the Gateway documentation occurs via merge to `main` branch via GitHub Actions.

Expand All @@ -182,7 +182,7 @@ Deployment of the Gateway documentation occurs via merge to `main` branch via Gi
Contributions, issues, and feature requests are welcome!

- [Contributing Guidelines](./CONTRIBUTING.md)
- [Open Issues](https://github.com/AmplicaLabs/gateway/issues)
- [Open Issues](https://github.com/ProjectLibertyLabs/gateway/issues)

<p align="right">(<a href="#-table-of-contents">back to top</a>)</p>

Expand Down
2 changes: 1 addition & 1 deletion docker-compose-k6.account.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ services:
retries: 3
start_period: 40s
networks:
- amplica-gateway
- gateway-net

gateway-base:
profiles:
Expand Down
24 changes: 12 additions & 12 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ x-common-environment: &common-environment
HEALTH_CHECK_MAX_RETRY_INTERVAL_SECONDS: 10
HEALTH_CHECK_SUCCESS_THRESHOLD: 10
CAPACITY_LIMIT: '{"type":"percentage", "value":80}'
SIWF_URL: 'https://amplicalabs.github.io/siwf/ui'
SIWF_URL: 'https://projectlibertylabs.github.io/siwf/ui'
SIWF_DOMAIN: 'localhost'
IPFS_ENDPOINT: ${IPFS_ENDPOINT:-http://ipfs:5001}
IPFS_GATEWAY_URL: ${IPFS_GATEWAY_URL:-https://ipfs.io/ipfs/[CID]}
Expand Down Expand Up @@ -51,7 +51,7 @@ services:
ports:
- 6379:6379
networks:
- amplica-gateway
- gateway-net
volumes:
- redis_data:/data/redis

Expand All @@ -73,7 +73,7 @@ services:
ports:
- 9944:9944
networks:
- amplica-gateway
- gateway-net
volumes:
- chainstorage:/data
profiles:
Expand All @@ -86,7 +86,7 @@ services:
- 127.0.0.1:5001:5001
- 127.0.0.1:8080:8080
networks:
- amplica-gateway
- gateway-net
volumes:
- ipfs_data:${IPFS_VOLUME:-/data/ipfs}

Expand Down Expand Up @@ -114,7 +114,7 @@ services:
- ipfs
- gateway-base
networks:
- amplica-gateway
- gateway-net

content-publishing-service-worker:
image: gateway-dev:latest
Expand All @@ -129,7 +129,7 @@ services:
- ipfs
- gateway-base
networks:
- amplica-gateway
- gateway-net

content-watcher-service:
image: gateway-dev:latest
Expand All @@ -146,7 +146,7 @@ services:
- ipfs
- gateway-base
networks:
- amplica-gateway
- gateway-net

graph-service-api:
image: gateway-dev:latest
Expand All @@ -162,7 +162,7 @@ services:
- redis
- gateway-base
networks:
- amplica-gateway
- gateway-net

graph-service-worker:
image: gateway-dev:latest
Expand All @@ -176,7 +176,7 @@ services:
- redis
- gateway-base
networks:
- amplica-gateway
- gateway-net

account-service-api:
image: gateway-dev:latest
Expand All @@ -193,7 +193,7 @@ services:
- ipfs
- gateway-base
networks:
- amplica-gateway
- gateway-net

account-service-worker:
image: gateway-dev:latest
Expand All @@ -209,7 +209,7 @@ services:
- gateway-base

networks:
- amplica-gateway
- gateway-net

volumes:
ipfs_data:
Expand All @@ -222,4 +222,4 @@ volumes:
content_watcher_node_cache:

networks:
amplica-gateway:
gateway-net:
2 changes: 1 addition & 1 deletion docs/book.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[book]
authors = ["Amplica Labs"]
authors = ["Project Liberty Labs"]
language = "en"
multilingual = false
src = "src"
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@amplica-labs/gateway",
"name": "@projectlibertylabs/gateway",
"version": "1.0.0",
"description": "Monorepo for Gateway shared packages",
"author": "Project Liberty, LLC",
Expand All @@ -11,6 +11,6 @@
"format": "prettier --write ."
},
"devDependencies": {
"@amplica-labs/prettier-config": "^1.0.0"
"@projectlibertylabs/prettier-config": "^1.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@amplica-labs/prettier-config",
"name": "@projectlibertylabs/prettier-config",
"version": "1.0.0",
"description": "Shared prettier config",
"main": "./prettier-config.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-config/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@amplica-labs/ts-config",
"name": "@projectlibertylabs/ts-config",
"version": "1.0.0",
"description": "Shared TS compiler options",
"main": "tsconfig.json",
Expand Down
2 changes: 1 addition & 1 deletion services/account/.prettierrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"@amplica-labs/prettier-config"
"@projectlibertylabs/prettier-config"
Loading

0 comments on commit 393fa3b

Please sign in to comment.