Skip to content

feat(cloud_core): Add celest_cloud_core package#363

Merged
dnys1 merged 1 commit intomainfrom
04-27-feat_cloud_core_add_celest_cloud_core_package
Apr 28, 2025
Merged

feat(cloud_core): Add celest_cloud_core package#363
dnys1 merged 1 commit intomainfrom
04-27-feat_cloud_core_add_celest_cloud_core_package

Conversation

@dnys1
Copy link
Member

@dnys1 dnys1 commented Apr 28, 2025

  • Moves some of the utility classes out of celest_cloud_auth into a new package
  • Adds a Filter parser with Drift interop

Copy link
Member Author

dnys1 commented Apr 28, 2025

- Moves some of the utility classes out of `celest_cloud_auth` into a new package
- Adds a `Filter` parser with Drift interop
@dnys1 dnys1 force-pushed the 04-27-feat_cloud_core_add_celest_cloud_core_package branch from 51262e1 to 988fb7e Compare April 28, 2025 01:54
Comment on lines +16 to +36
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Git Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
- name: Setup Flutter
uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046 # 2.19.0
with:
cache: true
- name: Get Packages
working-directory: services/celest_cloud_core
run: dart pub upgrade
- name: Analyze
working-directory: services/celest_cloud_core
run: dart analyze
- name: Format
working-directory: services/celest_cloud_core
run: dart format --set-exit-if-changed .
- name: Test
working-directory: services/celest_cloud_core
run: dart test

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {contents: read}
Copy link
Member Author

dnys1 commented Apr 28, 2025

Merge activity

  • Apr 27, 7:30 PM PDT: A user started a stack merge that includes this pull request via Graphite.
  • Apr 27, 7:31 PM PDT: @dnys1 merged this pull request with Graphite.

@dnys1 dnys1 merged commit 6578c95 into main Apr 28, 2025
8 checks passed
@dnys1 dnys1 deleted the 04-27-feat_cloud_core_add_celest_cloud_core_package branch April 28, 2025 02:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant