Skip to content

Commit

Permalink
chore(repo): Remove corks package
Browse files Browse the repository at this point in the history
The Corks project has been migrated to its own repo: https://github.com/celest-dev/corks
  • Loading branch information
dnys1 committed May 7, 2024
1 parent 7fb09cf commit 4b99644
Show file tree
Hide file tree
Showing 94 changed files with 0 additions and 15,184 deletions.
4 changes: 0 additions & 4 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ updates:
directory: "packages/celest_core"
schedule:
interval: "weekly"
- package-ecosystem: "pub"
directory: "packages/corks_cedar"
schedule:
interval: "weekly"
- package-ecosystem: "pub"
directory: "packages/native/storage"
schedule:
Expand Down
38 changes: 0 additions & 38 deletions .github/workflows/corks_cedar.yaml

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ You have now set up your Celest project and integrated it into your Flutter app.
| [celest](packages/celest/) | The main package for defining Celest backends. | <a href="https://pub.dev/packages/celest" target="_blank"> <img src="https://img.shields.io/pub/v/celest.svg"></a> | [![Celest](https://github.com/celest-dev/celest/actions/workflows/celest.yaml/badge.svg)](https://github.com/celest-dev/celest/actions/workflows/celest.yaml) |
| [celest_auth](packages/celest_auth/) | The authentication and authorization runtimes for Celest. | <a href="https://pub.dev/packages/celest_auth" target="_blank"> <img src="https://img.shields.io/pub/v/celest_auth.svg"></a> | [![Celest Auth](https://github.com/celest-dev/celest/actions/workflows/celest_auth.yaml/badge.svg)](https://github.com/celest-dev/celest/actions/workflows/celest_auth.yaml) |
| [celest_core](packages/celest_core/) | Core types and utilities shared between Celest packages. | <a href="https://pub.dev/packages/celest_core" target="_blank"> <img src="https://img.shields.io/pub/v/celest_core.svg"></a> | [![Celest Core](https://github.com/celest-dev/celest/actions/workflows/celest_core.yaml/badge.svg)](https://github.com/celest-dev/celest/actions/workflows/celest_core.yaml) |
| [corks_cedar](packages/corks_cedar/) | An embedded authorization token format, based off Google's macaroons. | <a href="https://pub.dev/packages/corks_cedar" target="_blank"> <img src="https://img.shields.io/pub/v/corks_cedar.svg"></a> | [![Corks](https://github.com/celest-dev/celest/actions/workflows/corks_cedar.yaml/badge.svg)](https://github.com/celest-dev/celest/actions/workflows/corks_cedar.yaml) |
| [native_storage](packages/native/storage/) | A Dart-only package for accessing platform-native storage functionality. | <a href="https://pub.dev/packages/native_storage" target="_blank"> <img src="https://img.shields.io/pub/v/native_storage.svg"></a> | [![Native Storage](https://github.com/celest-dev/celest/actions/workflows/native_storage.yaml/badge.svg)](https://github.com/celest-dev/celest/actions/workflows/native_storage.yaml) |

## License
Expand Down
2 changes: 0 additions & 2 deletions examples/gemini/celest/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ dependency_overrides:
path: ../../../packages/celest_auth
celest_core:
path: ../../../packages/celest_core
corks_cedar:
path: ../../../packages/corks_cedar
native_storage:
path: ../../../packages/native/storage

Expand Down
2 changes: 0 additions & 2 deletions examples/gemini/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ dependency_overrides:
path: ../../packages/celest_auth
celest_core:
path: ../../packages/celest_core
corks_cedar:
path: ../../packages/corks_cedar
native_storage:
path: ../../packages/native/storage

Expand Down
2 changes: 0 additions & 2 deletions examples/openai/celest/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ dependency_overrides:
path: ../../../packages/celest_auth
celest_core:
path: ../../../packages/celest_core
corks_cedar:
path: ../../../packages/corks_cedar
native_storage:
path: ../../../packages/native/storage

Expand Down
2 changes: 0 additions & 2 deletions examples/openai/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ dependency_overrides:
path: ../../packages/celest_auth
celest_core:
path: ../../packages/celest_core
corks_cedar:
path: ../../packages/corks_cedar
native_storage:
path: ../../packages/native/storage

Expand Down
2 changes: 0 additions & 2 deletions examples/todo/celest/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ dependency_overrides:
path: ../../../packages/celest_auth
celest_core:
path: ../../../packages/celest_core
corks_cedar:
path: ../../../packages/corks_cedar
native_storage:
path: ../../../packages/native/storage

Expand Down
2 changes: 0 additions & 2 deletions examples/todo/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ dependency_overrides:
path: ../../packages/celest_auth
celest_core:
path: ../../packages/celest_core
corks_cedar:
path: ../../packages/corks_cedar
native_storage:
path: ../../packages/native/storage

Expand Down
2 changes: 0 additions & 2 deletions packages/celest/example/celest/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ dependency_overrides:
path: ../../../celest_auth
celest_core:
path: ../../../celest_core
corks_cedar:
path: ../../../corks_cedar
native_storage:
path: ../../../native/storage

Expand Down
2 changes: 0 additions & 2 deletions packages/celest/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ dependency_overrides:
path: ../../celest_auth
celest_core:
path: ../../celest_core
corks_cedar:
path: ../../corks_cedar
native_storage:
path: ../../native/storage

Expand Down
2 changes: 0 additions & 2 deletions packages/celest_auth/example/celest/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ dependency_overrides:
path: ../../
celest_core:
path: ../../../celest_core
corks_cedar:
path: ../../../corks_cedar
native_storage:
path: ../../../native/storage

Expand Down
2 changes: 0 additions & 2 deletions packages/celest_auth/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ dependency_overrides:
path: ../
celest_core:
path: ../../celest_core
corks_cedar:
path: ../../corks_cedar
native_storage:
path: ../../native/storage

Expand Down
7 changes: 0 additions & 7 deletions packages/corks_cedar/.gitignore

This file was deleted.

7 changes: 0 additions & 7 deletions packages/corks_cedar/CHANGELOG.md

This file was deleted.

46 changes: 0 additions & 46 deletions packages/corks_cedar/LICENSE

This file was deleted.

13 changes: 0 additions & 13 deletions packages/corks_cedar/README.md

This file was deleted.

12 changes: 0 additions & 12 deletions packages/corks_cedar/analysis_options.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions packages/corks_cedar/lib/corks_cedar.dart

This file was deleted.

28 changes: 0 additions & 28 deletions packages/corks_cedar/lib/corks_proto.dart

This file was deleted.

Loading

0 comments on commit 4b99644

Please sign in to comment.