Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

misc: restructure repo #453

Merged
merged 6 commits into from
Nov 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 8 additions & 19 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ jobs:
steps:
- install-rust
- checkout
- run: git submodule sync
- run: git submodule update --init
- restore-cargo-cache
- apply-patches
- run:
Expand All @@ -196,6 +198,8 @@ jobs:
steps:
- install-rust
- checkout
- run: git submodule sync
- run: git submodule update --init
- restore-buildx-cache
- run:
name: Make images for tests
Expand Down Expand Up @@ -252,24 +256,6 @@ workflows:
matrix:
parameters:
path:
- examples/axum/hello-world
- examples/axum/websocket
- examples/poem/hello-world
- examples/poem/mongodb
- examples/poem/postgres
- examples/rocket/authentication
- examples/rocket/hello-world
- examples/rocket/postgres
- examples/rocket/url-shortener
- examples/thruster/hello-world
- examples/thruster/postgres
- examples/salvo/hello-world
- examples/serenity/hello-world
- examples/serenity/postgres
- examples/tide/hello-world
- examples/tide/postgres
- examples/tower/hello-world

- resources/aws-rds
- resources/persist
- resources/secrets
Expand All @@ -288,9 +274,12 @@ workflows:
- service-test
- platform-test
- check-standalone
filters:
branches:
only: production
- build-and-push:
requires:
- e2e-test
filters:
branches:
only: main
only: production
33 changes: 0 additions & 33 deletions .github/workflows/www.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "examples"]
path = examples
url = git@github.com:shuttle-hq/examples.git
1 change: 1 addition & 0 deletions examples
Submodule examples added at ef62af
25 changes: 0 additions & 25 deletions examples/README.md

This file was deleted.

11 changes: 0 additions & 11 deletions examples/axum/hello-world/Cargo.toml

This file was deleted.

1 change: 0 additions & 1 deletion examples/axum/hello-world/Shuttle.toml

This file was deleted.

14 changes: 0 additions & 14 deletions examples/axum/hello-world/src/lib.rs

This file was deleted.

18 changes: 0 additions & 18 deletions examples/axum/websocket/Cargo.toml

This file was deleted.

1 change: 0 additions & 1 deletion examples/axum/websocket/Shuttle.toml

This file was deleted.

75 changes: 0 additions & 75 deletions examples/axum/websocket/index.html

This file was deleted.

132 changes: 0 additions & 132 deletions examples/axum/websocket/src/lib.rs

This file was deleted.

10 changes: 0 additions & 10 deletions examples/poem/hello-world/Cargo.toml

This file was deleted.

1 change: 0 additions & 1 deletion examples/poem/hello-world/Shuttle.toml

This file was deleted.

Loading