Skip to content

Commit

Permalink
refactoring: Shortlink -> ShortLink
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Login <batazor@evrone.com>
  • Loading branch information
batazor committed Dec 26, 2023
1 parent 327ab38 commit 5824139
Show file tree
Hide file tree
Showing 74 changed files with 80 additions and 80 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# shortlink

Shortlink is an open-source educational project that provides a pretty user interface and respects GDPR.
ShortLink is an open-source educational project that provides a pretty user interface and respects GDPR.

The goal of the project is to demonstrate the practical application of microservices architecture.

Expand Down
2 changes: 1 addition & 1 deletion cr.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sign: true
key: Shortlink
key: ShortLink
2 changes: 1 addition & 1 deletion docs/c4/containers/services/shortctl/ext.puml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Container_Ext(shortctl, "Shortlink CLI", "Docker", "CLI for shortlink")
Container_Ext(shortctl, "ShortLink CLI", "Docker", "CLI for shortlink")
2 changes: 1 addition & 1 deletion docs/c4/containers/services/shortctl/service.puml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Container(shortctl, "Shortlink CLI", "Docker", "CLI for shortlink")
Container(shortctl, "ShortLink CLI", "Docker", "CLI for shortlink")
2 changes: 1 addition & 1 deletion docs/c4/containers/ui/next/next.puml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Container(next, "Shortlink UI", "NextJS", "ShortLink UI")
Container(next, "ShortLink UI", "NextJS", "ShortLink UI")
2 changes: 1 addition & 1 deletion docs/c4/containers/ui/ui_kit/ui_kit.puml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Container(kit, "Shortlink UI-kit", "Storybook", "Storybook for ShortLink UI-kit")
Container(kit, "ShortLink UI-kit", "Storybook", "Storybook for ShortLink UI-kit")
6 changes: 3 additions & 3 deletions internal/boundaries/api/api-gateway/docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,14 @@ host: shortlink.best
info:
contact:
email: support@swagger.io
name: Shortlink repository
name: ShortLink repository
url: https://github.com/shortlink-org/shortlink/issues
description: Shortlink API
description: ShortLink API
license:
name: MIT
url: http://www.opensource.org/licenses/MIT
termsOfService: http://swagger.io/terms/
title: Shortlink API
title: ShortLink API
version: "1.0"
paths:
/links:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ x-json-schema-faker:
useExamplesValue: true

info:
title: Shortlink API
title: ShortLink API
description: |
Shortlink API for BFF web service
ShortLink API for BFF web service
version: 0.0.1

tags:
Expand Down
4 changes: 2 additions & 2 deletions internal/boundaries/marketing/stats/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# stats

Shortlink stats-server
ShortLink stats-server

### Goal

Expand Down Expand Up @@ -52,4 +52,4 @@ $> bazel build //...
- [Bazel](https://bazel.build/)
- [Conan](https://conan.io/)
- Observability
- [Promehteus](https://prometheus.io/)
- [Promehteus](https://prometheus.io/)
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Hi %FIRST_NAME%,

Shortlink is a URL shortening service that lets you share links with your team in seconds. It's fast, easy to use, and best of all - free!
ShortLink is a URL shortening service that lets you share links with your team in seconds. It's fast, easy to use, and best of all - free!

I've attached an invite below so you can try it out. I think you'll really like it!

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Hi %FIRST_NAME%,

Welcome to shortlink! We are excited to have you on board.

Shortlink is a fast, simple way to create short links. We're perfect for quickly sharing links on social media or in emails. Plus, we offer a variety of customization options so you can personalize your links however you like.
ShortLink is a fast, simple way to create short links. We're perfect for quickly sharing links on social media or in emails. Plus, we offer a variety of customization options so you can personalize your links however you like.

How is your experience so far? Let us know what you think!

Expand Down
2 changes: 1 addition & 1 deletion internal/boundaries/platform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
|-----------|---------------------------------------------------------------|--------------------|----------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------|
| csi | CSI example | Go | [docs](./internal/boundaries/platform/csi/README.md) | [![App Status](https://argo.shortlink.best/api/badge?name=shortlink-csi&revision=true)](https://argo.shortlink.best/applications/shortlink-csi) |
| logger | Logger service | Go | [docs](./internal/boundaries/platform/logger/README.md) | [![App Status](https://argo.shortlink.best/api/badge?name=shortlink-logger&revision=true)](https://argo.shortlink.best/applications/shortlink-logger) |
| shortctl | Shortlink CLI | Go | [docs](./internal/boundaries/platform/cli/README.md) | |
| shortctl | ShortLink CLI | Go | [docs](./internal/boundaries/platform/cli/README.md) | |

### Third-party Service

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: shortlink-api
description: Shortlink API
description: ShortLink API
links:
- url: https://github.com/shortlink-org/shortlink/tree/main/internal/boundaries/api/api-gateway
title: GitHub Repo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: shortlink-landing
description: Shortlink Landing Page
description: ShortLink Landing Page
links:
- url: https://github.com/shortlink-org/shortlink/tree/main/ui/landing
title: GitHub Repo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: shortlink-next
description: Shortlink next Page
description: ShortLink next Page
links:
- url: https://github.com/shortlink-org/shortlink/tree/main/ui/next
title: GitHub Repo
Expand Down
4 changes: 2 additions & 2 deletions internal/boundaries/platform/csi/docs/shortctl-csi.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## shortctl-csi

Shortlink container storage interface
ShortLink container storage interface

### Synopsis

Shortlink container storage interface
ShortLink container storage interface

```
shortctl-csi [flags]
Expand Down
2 changes: 1 addition & 1 deletion internal/boundaries/platform/shortctl/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## shortctl

Shortlink it's sandbox for experiments
ShortLink it's sandbox for experiments

### Getting started

Expand Down
2 changes: 1 addition & 1 deletion internal/boundaries/platform/shortctl/shortctl.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## shortctl

Shortlink it's sandbox for experiments
ShortLink it's sandbox for experiments

### Synopsis

Expand Down
2 changes: 1 addition & 1 deletion internal/boundaries/ui/mobile/expo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### ADR

- [ADR-0001](./docs/ADR/decisions/0001-init.md) - Adopting Expo Monorepo with Nx for Shortlink Service Client
- [ADR-0001](./docs/ADR/decisions/0001-init.md) - Adopting Expo Monorepo with Nx for ShortLink Service Client

### Getting Started

Expand Down
2 changes: 1 addition & 1 deletion internal/boundaries/ui/mobile/expo/apps/shortlink/app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"expo": {
"name": "Shortlink",
"name": "ShortLink",
"slug": "shortlink",
"version": "1.0.0",
"orientation": "portrait",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 1. Adopting Expo Monorepo with Nx for Shortlink Service Client
# 1. Adopting Expo Monorepo with Nx for ShortLink Service Client

Date: 2023-09-12

Expand Down
2 changes: 1 addition & 1 deletion internal/boundaries/ui/mobile/flutter/shortlink/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# shortlink

Shortlink application.
ShortLink application.

## Getting Started

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: shortlink
description: Shortlink application.
description: ShortLink application.

# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## eslint-config-shortlink

This package provides Shortlink's `.eslintrc` as an extensible shared config.
This package provides ShortLink's `.eslintrc` as an extensible shared config.

### References

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## @shortlink/ui-kit

The UI Kit is a collection of React components that are used in the Shortlink app.
The UI Kit is a collection of React components that are used in the ShortLink app.

### Installation

Expand Down
2 changes: 1 addition & 1 deletion internal/pkg/cache/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Cache

This repository contains the `cache` package, a Go package that provides a high-level interface to cache operations used
in the **Shortlink** project. This package leverages `go-redis/cache` to provide a comprehensive caching solution
in the **ShortLink** project. This package leverages `go-redis/cache` to provide a comprehensive caching solution
that includes both local and Redis-based caching.

## Getting Started
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
description: Shortlink Project
description: ShortLink Project
# Allow manifests to deploy from any Git repos
sourceRepos:
- '*'
Expand Down
2 changes: 1 addition & 1 deletion ops/Helm/backstage/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
appVersion: "1.0.0"
name: backstage
description: Shortlink landing service
description: ShortLink landing service
version: 0.3.1
kubeVersion: ">= 1.28.0 || >= v1.28.0-0"
keywords:
Expand Down
2 changes: 1 addition & 1 deletion ops/Helm/backstage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)

Shortlink landing service
ShortLink landing service

**Homepage:** <https://batazor.github.io/shortlink/>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
appVersion: "1.0.0"
name: shortlink-api-cloudevents
description: Shortlink API service
description: ShortLink API service
version: 0.13.1
kubeVersion: ">= 1.28.0 || >= v1.28.0-0"
keywords:
Expand Down
2 changes: 1 addition & 1 deletion ops/Helm/shortlink-api/shortlink-api-cloudevents/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![Version: 0.13.1](https://img.shields.io/badge/Version-0.13.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)

Shortlink API service
ShortLink API service

**Homepage:** <https://batazor.github.io/shortlink/>

Expand Down
2 changes: 1 addition & 1 deletion ops/Helm/shortlink-api/shortlink-api-graphql/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
appVersion: "1.0.0"
name: shortlink-api-graphql
description: Shortlink API service
description: ShortLink API service
version: 0.13.1
kubeVersion: ">= 1.28.0 || >= v1.28.0-0"
keywords:
Expand Down
2 changes: 1 addition & 1 deletion ops/Helm/shortlink-api/shortlink-api-graphql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![Version: 0.13.1](https://img.shields.io/badge/Version-0.13.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)

Shortlink API service
ShortLink API service

**Homepage:** <https://batazor.github.io/shortlink/>

Expand Down
2 changes: 1 addition & 1 deletion ops/Helm/shortlink-api/shortlink-api-grpc-web/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
appVersion: "1.0.0"
name: shortlink-api-grpc-web
description: Shortlink API service
description: ShortLink API service
version: 0.13.1
kubeVersion: ">= 1.28.0 || >= v1.28.0-0"
keywords:
Expand Down
2 changes: 1 addition & 1 deletion ops/Helm/shortlink-api/shortlink-api-grpc-web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![Version: 0.13.1](https://img.shields.io/badge/Version-0.13.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)

Shortlink API service
ShortLink API service

**Homepage:** <https://batazor.github.io/shortlink/>

Expand Down
2 changes: 1 addition & 1 deletion ops/Helm/shortlink-api/shortlink-api-http/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
appVersion: "1.0.0"
name: shortlink-api-http
description: Shortlink API service
description: ShortLink API service
version: 0.13.1
kubeVersion: ">= 1.28.0 || >= v1.28.0-0"
keywords:
Expand Down
2 changes: 1 addition & 1 deletion ops/Helm/shortlink-api/shortlink-api-http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![Version: 0.13.1](https://img.shields.io/badge/Version-0.13.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)

Shortlink API service
ShortLink API service

**Homepage:** <https://batazor.github.io/shortlink/>

Expand Down
2 changes: 1 addition & 1 deletion ops/Helm/shortlink-api/shortlink-api-ws/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
appVersion: "1.0.0"
name: shortlink-api-ws
description: Shortlink API service
description: ShortLink API service
version: 0.13.1
kubeVersion: ">= 1.28.0 || >= v1.28.0-0"
keywords:
Expand Down
2 changes: 1 addition & 1 deletion ops/Helm/shortlink-api/shortlink-api-ws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![Version: 0.13.1](https://img.shields.io/badge/Version-0.13.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)

Shortlink API service
ShortLink API service

**Homepage:** <https://batazor.github.io/shortlink/>

Expand Down
2 changes: 1 addition & 1 deletion ops/Helm/shortlink-auth/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
appVersion: "1.0.0"
name: shortlink-auth
description: Shortlink Auth Service
description: ShortLink Auth Service
version: 0.1.1
kubeVersion: ">= 1.28.0 || >= v1.28.0-0"
keywords:
Expand Down
2 changes: 1 addition & 1 deletion ops/Helm/shortlink-auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)

Shortlink Auth Service
ShortLink Auth Service

**Homepage:** <https://batazor.github.io/shortlink/>

Expand Down
2 changes: 1 addition & 1 deletion ops/Helm/shortlink-bff-web/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
appVersion: "1.0.0"
name: shortlink-bff-web
description: Shortlink BFF Service for web
description: ShortLink BFF Service for web
version: 0.1.1
kubeVersion: ">= 1.28.0 || >= v1.28.0-0"
keywords:
Expand Down
2 changes: 1 addition & 1 deletion ops/Helm/shortlink-bff-web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)

Shortlink BFF Service for web
ShortLink BFF Service for web

**Homepage:** <https://batazor.github.io/shortlink/>

Expand Down
2 changes: 1 addition & 1 deletion ops/Helm/shortlink-billing/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
appVersion: "1.0.0"
name: shortlink-billing
description: Shortlink service for get billing by URL
description: ShortLink service for get billing by URL
version: 0.1.1
kubeVersion: ">= 1.28.0 || >= v1.28.0-0"
keywords:
Expand Down
2 changes: 1 addition & 1 deletion ops/Helm/shortlink-billing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)

Shortlink service for get billing by URL
ShortLink service for get billing by URL

**Homepage:** <https://batazor.github.io/shortlink/>

Expand Down
2 changes: 1 addition & 1 deletion ops/Helm/shortlink-bot/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
appVersion: "1.0.0"
name: shortlink-bot
description: Shortlink service for get bot by URL
description: ShortLink service for get bot by URL
version: 0.3.1
kubeVersion: ">= 1.28.0 || >= v1.28.0-0"
keywords:
Expand Down
Loading

0 comments on commit 5824139

Please sign in to comment.