Commit 2d7c1a8
committed
feat(cli): Mix in
To ensure that multiple databases are not needed in projects using Cloud Auth, mix in Cloud Auth to users' databases if available, or use the vendored `CloudAuthDatabase` class when there is no database.
TODO:
- Move migration logic to a proper migration class
- Run build_runner if neededCloudAuthDatabase to database classes1 parent 865d4de commit 2d7c1a8
File tree
41 files changed
+3957
-1041
lines changed- apps/cli
- fixtures
- standalone
- auth
- goldens
- functions
- authenticated_lib
- lib
- public_lib
- lib/src/generated
- data
- client/lib
- src
- goldens
- functions/tasks
- lib/src
- database
- functions
- generated
- lib/src
- analyzer
- resolver
- codegen
- api
- cloud
- project
- test/analyzer
- packages/celest_ast/lib/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
41 files changed
+3957
-1041
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
428 | 428 | | |
429 | 429 | | |
430 | 430 | | |
431 | | - | |
432 | | - | |
433 | 431 | | |
434 | 432 | | |
435 | 433 | | |
| |||
501 | 499 | | |
502 | 500 | | |
503 | 501 | | |
504 | | - | |
505 | | - | |
506 | 502 | | |
507 | 503 | | |
508 | 504 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 119 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments