-
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactoring: global refactoring. use boundaries
Signed-off-by: Victor Login <[email protected]>
- Loading branch information
Showing
1,331 changed files
with
784 additions
and
555 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
## API Boundary | ||
|
||
| Service | Description | Language/Framework | Docs | Status | | ||
|-----------------|--------------------------------|--------------------|---------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| api-cloudevents | Internal GateWay | Go | [docs](./internal/services/api-gateway/README.md) | [![App Status](https://argo.shortlink.best/api/badge?name=shortlink-api-cloudevents&revision=true)](https://argo.shortlink.best/applications/shortlink-api-cloudevents) | | ||
| api-graphql | Internal GateWay | Go | [docs](./internal/services/api-gateway/README.md) | [![App Status](https://argo.shortlink.best/api/badge?name=shortlink-api-graphql&revision=true)](https://argo.shortlink.best/applications/shortlink-api-graphql) | | ||
| api-grpc-web | Internal GateWay | Go | [docs](./internal/services/api-gateway/README.md) | [![App Status](https://argo.shortlink.best/api/badge?name=shortlink-api-grpc-web&revision=true)](https://argo.shortlink.best/applications/shortlink-api-grpc-web) | | ||
| api-http | Internal GateWay | Go | [docs](./internal/services/api-gateway/README.md) | [![App Status](https://argo.shortlink.best/api/badge?name=shortlink-api-http&revision=true)](https://argo.shortlink.best/applications/shortlink-api-http) | | ||
| api-ws | Websocket service | Go | [docs](./internal/services/api-gateway/gateways/ws/README.md) | [![App Status](https://argo.shortlink.best/api/badge?name=shortlink-api-ws&revision=true)](https://argo.shortlink.best/applications/shortlink-api-ws) | | ||
| bff-web | BFF for web | Go | [docs](./internal/services/bff-web/README.md) | [![App Status](https://argo.shortlink.best/api/badge?name=shortlink-bff-web&revision=true)](https://argo.shortlink.best/applications/shortlink-bff-web) | |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
## Auth boundary | ||
|
||
| Service | Description | Language/Framework | Docs | Status | | ||
|---------|------------------|--------------------|--------------------------|-------------------------------------------------------------------------------------------------------------------------------| | ||
| auth | Auth service | Go | [docs](./auth/README.md) | [![App Status](https://argo.shortlink.best/api/badge?name=auth&revision=true)](https://argo.shortlink.best/applications/auth) | | ||
|
||
|
||
### Third-party Service | ||
|
||
| Service | Description | Language/Framework | Docs | Status | | ||
|------------|-------------------------------|--------------------|-----------------------------------------|-------------------------------------------------------------------------------------------------------------------------------| | ||
| ory/kratos | User management service | Go | [docs](https://www.ory.sh/kratos/docs/) | [![App Status](https://argo.shortlink.best/api/badge?name=auth&revision=true)](https://argo.shortlink.best/applications/auth) | | ||
| ory/hydra | OAuth 2.0 Provider | Go | [docs](https://www.ory.sh/keto/docs/) | [![App Status](https://argo.shortlink.best/api/badge?name=auth&revision=true)](https://argo.shortlink.best/applications/auth) | | ||
| spiceDB | Permission management service | Go | [docs](https://authzed.com/docs) | [![App Status](https://argo.shortlink.best/api/badge?name=auth&revision=true)](https://argo.shortlink.best/applications/auth) | |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## Chat Boundary | ||
|
||
| Bounded Context | Service | Description | Language/Framework | Docs | Status | | ||
|------------------|------------|------------------|--------------------|-------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| Chat Boundary | chat | Chat service | Elixir (Phoenix) | [docs](./internal/services/chat/README.md) | [![App Status](https://argo.shortlink.best/api/badge?name=shortlink-chat&revision=true)](https://argo.shortlink.best/applications/shortlink-chat) | |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
## Delivery Boundary | ||
|
||
| Service | Description | Language/Framework | Docs | Status | | ||
|----------|-------------------|--------------------|-----------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| merch | Merch store | Go (Dapr) | [docs](./internal/services/merch/README.md) | [![App Status](https://argo.shortlink.best/api/badge?name=shortlink-merch&revision=true)](https://argo.shortlink.best/applications/shortlink-merch) | | ||
| support | Support service | PHP | [docs](./internal/services/support/README.md) | [![App Status](https://argo.shortlink.best/api/badge?name=shortlink-support&revision=true)](https://argo.shortlink.best/applications/shortlink-support) | |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
## DS boundaries |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## Extension Boundary | ||
|
||
| Service | Description | Language/Framework | Docs | Status | | ||
|-----------------------|----------------------|--------------------|-----------------------------------------------------------------------------|--------| | ||
| chrome-extension | Chrome extension | JavaScript | [docs](./internal/extension/chrome-extension/README.md) | | | ||
| ai-plugin | ChatGPT plugin | JSON | [docs](./ui/nx-monorepo/packages/landing/public/.well-known/ai-plugin.json) | | | ||
| argocd-extension-docs | ArgoCD extension | JavaScript | [docs](./internal/extension/argocd-extension-docs/README.md) | | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
### ChatGPT || OpenAI | ||
|
||
This service support [ChatGPT](https://chat.openai.com/chat) as plugin. | ||
You can use it for ChatGPT by link `https://shortlink.best/.well-known/ai-plugin.json` | ||
|
||
You can read official docs [here](https://platform.openai.com/docs/plugins/getting-started/running-a-plugin) for more information. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## Link Boundary | ||
|
||
| Service | Description | Language/Framework | Docs | Status | | ||
|------------|--------------------------------------------|--------------------|---------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| link | Link service | Go | [docs](./internal/services/api-gateway/README.md) | [![App Status](https://argo.shortlink.best/api/badge?name=shortlink-link&revision=true)](https://argo.shortlink.best/applications/shortlink-link) | | ||
| proxy | Proxy service for redirect to original URL | TypeScript | [docs](./internal/services/proxy/README.md) | [![App Status](https://argo.shortlink.best/api/badge?name=shortlink-proxy&revision=true)](https://argo.shortlink.best/applications/shortlink-proxy) | | ||
| metadata | Parser site by API | Go | [docs](./internal/services/metadata/README.md) | [![App Status](https://argo.shortlink.best/api/badge?name=shortlink-metadata&revision=true)](https://argo.shortlink.best/applications/shortlink-metadata) | |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.