-
Notifications
You must be signed in to change notification settings - Fork 247
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
chore: Lints #918
chore: Lints #918
Commits on Oct 27, 2021
-
Dillon Nys committed
Oct 27, 2021 Configuration menu - View commit details
-
Copy full SHA for d47c95f - Browse repository at this point
Copy the full SHA d47c95fView commit details -
Dillon Nys committed
Oct 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 053428e - Browse repository at this point
Copy the full SHA 053428eView commit details -
Dillon Nys committed
Oct 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 6a652ee - Browse repository at this point
Copy the full SHA 6a652eeView commit details -
Dillon Nys committed
Oct 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 53c0378 - Browse repository at this point
Copy the full SHA 53c0378View commit details -
Lint amplify_flutter and amplify_core
Dillon Nys committedOct 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 847b0f4 - Browse repository at this point
Copy the full SHA 847b0f4View commit details -
Dillon Nys committed
Oct 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 536f232 - Browse repository at this point
Copy the full SHA 536f232View commit details -
Dillon Nys committed
Oct 27, 2021 Configuration menu - View commit details
-
Copy full SHA for eac58a8 - Browse repository at this point
Copy the full SHA eac58a8View commit details -
Dillon Nys committed
Oct 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 49d6109 - Browse repository at this point
Copy the full SHA 49d6109View commit details -
Dillon Nys committed
Oct 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 3e0aa13 - Browse repository at this point
Copy the full SHA 3e0aa13View commit details -
Dillon Nys committed
Oct 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 899c8e6 - Browse repository at this point
Copy the full SHA 899c8e6View commit details -
Dillon Nys committed
Oct 27, 2021 Configuration menu - View commit details
-
Copy full SHA for a7c50f4 - Browse repository at this point
Copy the full SHA a7c50f4View commit details -
Create amplify_test_flutter package
Dillon Nys committedOct 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 06246b1 - Browse repository at this point
Copy the full SHA 06246b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccff951 - Browse repository at this point
Copy the full SHA ccff951View commit details -
feat(datastore): Add ModelField ReadOnly support (aws-amplify#599)
* feat(datastore): Add ModelField ReadOnly support ModelFields can be readOnly to support non modifiable field types.
Configuration menu - View commit details
-
Copy full SHA for 6749fbb - Browse repository at this point
Copy the full SHA 6749fbbView commit details -
chore: 0.2.5 release (aws-amplify#975)
* fix(datastore): Sync Issues (aws-amplify#963) * Bump iOS * Bump version * Bump version * Update Changelogs * Update changelogs * Update changelogs * fix(datastore): Remove temporary fix to issue aws-amplify#395 (aws-amplify#967) * fix(datastore): OIDC Rework (aws-amplify#966) * Bump version * Update Changelogs * Update changelogs * Update changelogs * Change internal OIDC implementation * Remove iOS tests for now * Remove AuthProviderTests * Update conventions * Fix whitespace * Add tests * Clean up * Clean up concurrency * Fix tests * Bump iOS versions * Clean up Android * Update changelog date * Update changelogs Co-authored-by: Hui Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d807487 - Browse repository at this point
Copy the full SHA d807487View commit details -
feat(datastore): add observeQuery API (aws-amplify#892)
* feat: dart only implementation of observeQuery * feat: use sorted list for cached item * chore: rename sorted list file * feat: move merge logic inside QuerySnapshot * chore: update logging * chore: move evaluate logic to QueryPredicate * feat: add compareTo for temporal types * chore: update examples * test: add unit tests for querySnapshot * feat: add sync status * chore: move StreamGroup * feat: batch before sync * feat: duration batching * chore: create executor * chore: add license * feat: allow for no throttling * test: add tests for throttle extension * chore: remove events from QuerySnapshot * chore: remove events from executor * chore: undo change in main for unit tests * chore: undo formatting change * chore: remove temp changes to query * chore: remove temp change in post model * chore: add missing license * chore: add missing license * chore: remove check for dup event * chore: handle non-comparable fields * chore: remove comments from temporal types * chore: remove late keyword * chore: add operators to SortedList * test: add test for withSyncStatus * test: add tests for SortedList * chore: replace StreamGroup w/ merge util * chore: update comments * test: add unit test for mergeStreams * test: add tests for observeQueryExecutor * chore: removed unused ensureInitialized calls * chore: update doc comments * fix: update query field operator comparisons * test: add tests for sort comparisons * test: query predicate comparison test * test: add test for sync status cache * test: add tests for and/or/not predicates * chore: update model * chore: address initial PR comments * chore: refactor ObserveQueryExecutor * chore: refactor SortedList to use ListMixin * feat: update merge to use sync stream controller * test: observeQuery integ tests * chore: update example app * feat: start batching after model sync started * chore: removed runQueries() from example app * chore: refactor sort order, add test * chore: update import statement * chore: refactor withSubscriptionEvent * chore: add test coverage to throttle util * chore: replace custom merge util with async * chore: address formatting issue * chore: remove unused stream util * chore: undo unrelated change * Revert test model changes * Fix test model * Bump iOS version Co-authored-by: Dillon Nys <[email protected]> Co-authored-by: Dillon Nys <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 207a739 - Browse repository at this point
Copy the full SHA 207a739View commit details -
Revert "feat(datastore): Add ModelField ReadOnly support (aws-amplify…
…#599)" (aws-amplify#994) This reverts commit fd12602.
Dillon Nys committedOct 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 128f035 - Browse repository at this point
Copy the full SHA 128f035View commit details -
chore: 0.2.6 release (aws-amplify#993)
* 0.2.6 release * Update example app pubspec * Bump Android deps * Query operator fields should be nullable * Update changelogs * fix: update predicate evaluation for nulls * test: add query predicate evaluate tests for nulls * chore: update test data * chore: regen models with cli 6.3.1 * chore: add test schema file Co-authored-by: Jordan Nelson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 17454f4 - Browse repository at this point
Copy the full SHA 17454f4View commit details -
Dillon Nys committed
Oct 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 8846418 - Browse repository at this point
Copy the full SHA 8846418View commit details -
Dillon Nys committed
Oct 27, 2021 Configuration menu - View commit details
-
Copy full SHA for dac3a5c - Browse repository at this point
Copy the full SHA dac3a5cView commit details -
Dillon Nys committed
Oct 27, 2021 Configuration menu - View commit details
-
Copy full SHA for a9b77d7 - Browse repository at this point
Copy the full SHA a9b77d7View commit details -
Dillon Nys committed
Oct 27, 2021 Configuration menu - View commit details
-
Copy full SHA for ddc7a21 - Browse repository at this point
Copy the full SHA ddc7a21View commit details -
Dillon Nys committed
Oct 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 14409a9 - Browse repository at this point
Copy the full SHA 14409a9View commit details -
Dillon Nys committed
Oct 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 140e1e3 - Browse repository at this point
Copy the full SHA 140e1e3View commit details -
Dillon Nys committed
Oct 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 05e1629 - Browse repository at this point
Copy the full SHA 05e1629View commit details -
Dillon Nys committed
Oct 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 295ecf4 - Browse repository at this point
Copy the full SHA 295ecf4View commit details -
Dillon Nys committed
Oct 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 57d3493 - Browse repository at this point
Copy the full SHA 57d3493View commit details -
Dillon Nys committed
Oct 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 39ae1eb - Browse repository at this point
Copy the full SHA 39ae1ebView commit details -
Dillon Nys committed
Oct 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 38ee1c8 - Browse repository at this point
Copy the full SHA 38ee1c8View commit details -
Dillon Nys committed
Oct 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 121b58e - Browse repository at this point
Copy the full SHA 121b58eView commit details
Commits on Oct 28, 2021
-
Remove unnecessary lint disable
Dillon Nys committedOct 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 62a3860 - Browse repository at this point
Copy the full SHA 62a3860View commit details -
Revert DataStore model changes; fix yellow
Dillon Nys committedOct 28, 2021 Configuration menu - View commit details
-
Copy full SHA for fb983dc - Browse repository at this point
Copy the full SHA fb983dcView commit details -
Dillon Nys committed
Oct 28, 2021 Configuration menu - View commit details
-
Copy full SHA for e4cd233 - Browse repository at this point
Copy the full SHA e4cd233View commit details -
Dillon Nys committed
Oct 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 87f0748 - Browse repository at this point
Copy the full SHA 87f0748View commit details -
Dillon Nys committed
Oct 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 4c2975b - Browse repository at this point
Copy the full SHA 4c2975bView commit details -
Dillon Nys committed
Oct 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 9a1bb39 - Browse repository at this point
Copy the full SHA 9a1bb39View commit details -
Remove uuid from API plugin deps
Dillon Nys committedOct 28, 2021 Configuration menu - View commit details
-
Copy full SHA for b18f154 - Browse repository at this point
Copy the full SHA b18f154View commit details -
Dillon Nys committed
Oct 28, 2021 Configuration menu - View commit details
-
Copy full SHA for cc49f79 - Browse repository at this point
Copy the full SHA cc49f79View commit details