Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
melos #11: firebase remote config (#3139)
* Add melos setup and check only set up Dart for now

* Update

* Update]

* Update]

* Update

* Update

* Update

* Fix CHANGELOG

* Update gitignore

* Fix symlink in CHANGELOG

* Add logging to melos

* Update

* Update

* Update

* Update

* Add dio to packages

* Update workflow

* Update

* Update

* Update

* Update

* Update

* Add hive to packages

* Update

* Add file to packages

* Add link to packages

* Update

* Update

* Update

* Update

* Fix test

* Fix test

* Fix test

* Fix test

* Fix test

* Add flutter to packages

* Update

* Update

* Update

* Update

* Update

* Update

* Update

* Update

* Update

* Update

* Update

* Update

* Update
  • Loading branch information
buenaflor authored Aug 6, 2025
commit 5f8892d47e23e63251d089627f00566f9dad18dd
8 changes: 4 additions & 4 deletions .github/workflows/firebase_remote_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ on:
- '.github/workflows/analyze.yml'
- '.github/actions/dart-test/**'
- '.github/actions/coverage/**'
- 'dart/**'
- 'packages/dart/**'
- 'packages/flutter/**'
- 'firebase_remote_config/**'
- 'packages/firebase_remote_config/**'

# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value
concurrency:
Expand All @@ -37,7 +37,7 @@ jobs:

- uses: ./.github/actions/flutter-test
with:
directory: firebase_remote_config
directory: packages/firebase_remote_config
web: false

# TODO: don't set coverage for now to finish publishing it
Expand All @@ -52,5 +52,5 @@ jobs:
analyze:
uses: ./.github/workflows/analyze.yml
with:
package: firebase_remote_config
package: packages/firebase_remote_config
sdk: flutter
1 change: 0 additions & 1 deletion firebase_remote_config/CHANGELOG.md

This file was deleted.

1 change: 0 additions & 1 deletion firebase_remote_config/dartdoc_options.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions firebase_remote_config/pubspec_overrides.yaml

This file was deleted.

1 change: 1 addition & 0 deletions packages/firebase_remote_config/CHANGELOG.md
1 change: 1 addition & 0 deletions packages/firebase_remote_config/dartdoc_options.yaml
4 changes: 4 additions & 0 deletions packages/firebase_remote_config/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# melos_managed_dependency_overrides: sentry
dependency_overrides:
sentry:
path: ../dart