Skip to content
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

Merged
merged 38 commits into from
Oct 28, 2021
Merged

chore: Lints #918

merged 38 commits into from
Oct 28, 2021

Commits on Oct 27, 2021

  1. Reorg + integ tests

    Dillon Nys committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    d47c95f View commit details
    Browse the repository at this point in the history
  2. Clean up

    Dillon Nys committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    053428e View commit details
    Browse the repository at this point in the history
  3. Update tests; attempt Android

    Dillon Nys committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    6a652ee View commit details
    Browse the repository at this point in the history
  4. Throw if Android

    Dillon Nys committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    53c0378 View commit details
    Browse the repository at this point in the history
  5. Lint amplify_flutter and amplify_core

    Dillon Nys committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    847b0f4 View commit details
    Browse the repository at this point in the history
  6. Fix

    Dillon Nys committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    536f232 View commit details
    Browse the repository at this point in the history
  7. Re-enable CI/CD lints

    Dillon Nys committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    eac58a8 View commit details
    Browse the repository at this point in the history
  8. Fix amplify_flutter tests

    Dillon Nys committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    49d6109 View commit details
    Browse the repository at this point in the history
  9. Run Android lints

    Dillon Nys committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    3e0aa13 View commit details
    Browse the repository at this point in the history
  10. Fix formatting

    Dillon Nys committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    899c8e6 View commit details
    Browse the repository at this point in the history
  11. Keep trying Android reset

    Dillon Nys committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    a7c50f4 View commit details
    Browse the repository at this point in the history
  12. Create amplify_test_flutter package

    Dillon Nys committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    06246b1 View commit details
    Browse the repository at this point in the history
  13. Fix API auth for REST (aws-amplify#925)

    dnys1 authored and Dillon Nys committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    ccff951 View commit details
    Browse the repository at this point in the history
  14. 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.
    fjnoyp authored and Dillon Nys committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    6749fbb View commit details
    Browse the repository at this point in the history
  15. 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]>
    Dillon Nys and HuiSF committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    d807487 View commit details
    Browse the repository at this point in the history
  16. 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]>
    Dillon Nys and dnys1 committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    207a739 View commit details
    Browse the repository at this point in the history
  17. Revert "feat(datastore): Add ModelField ReadOnly support (aws-amplify…

    …#599)" (aws-amplify#994)
    
    This reverts commit fd12602.
    Dillon Nys committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    128f035 View commit details
    Browse the repository at this point in the history
  18. 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]>
    Dillon Nys and Jordan-Nelson committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    17454f4 View commit details
    Browse the repository at this point in the history
  19. Fix imports

    Dillon Nys committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    8846418 View commit details
    Browse the repository at this point in the history
  20. Fix linting

    Dillon Nys committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    dac3a5c View commit details
    Browse the repository at this point in the history
  21. Update dependencies

    Dillon Nys committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    a9b77d7 View commit details
    Browse the repository at this point in the history
  22. Add missing build tools

    Dillon Nys committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    ddc7a21 View commit details
    Browse the repository at this point in the history
  23. Update pubspecs

    Dillon Nys committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    14409a9 View commit details
    Browse the repository at this point in the history
  24. Revert Android changes

    Dillon Nys committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    140e1e3 View commit details
    Browse the repository at this point in the history
  25. Use local dependencies

    Dillon Nys committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    05e1629 View commit details
    Browse the repository at this point in the history
  26. Update license and readme

    Dillon Nys committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    295ecf4 View commit details
    Browse the repository at this point in the history
  27. Trigger CI

    Dillon Nys committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    57d3493 View commit details
    Browse the repository at this point in the history
  28. Fix imports

    Dillon Nys committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    39ae1eb View commit details
    Browse the repository at this point in the history
  29. Fix lints

    Dillon Nys committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    38ee1c8 View commit details
    Browse the repository at this point in the history
  30. Revert amplify_flutter change

    Dillon Nys committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    121b58e View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. Remove unnecessary lint disable

    Dillon Nys committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    62a3860 View commit details
    Browse the repository at this point in the history
  2. Revert DataStore model changes; fix yellow

    Dillon Nys committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    fb983dc View commit details
    Browse the repository at this point in the history
  3. Revert test pkg & integ tests

    Dillon Nys committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    e4cd233 View commit details
    Browse the repository at this point in the history
  4. Fix amplify_flutter example

    Dillon Nys committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    87f0748 View commit details
    Browse the repository at this point in the history
  5. Fix amplify_flutter example

    Dillon Nys committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    4c2975b View commit details
    Browse the repository at this point in the history
  6. Fix amplify_flutter example

    Dillon Nys committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    9a1bb39 View commit details
    Browse the repository at this point in the history
  7. Remove uuid from API plugin deps

    Dillon Nys committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    b18f154 View commit details
    Browse the repository at this point in the history
  8. Misc corrections

    Dillon Nys committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    cc49f79 View commit details
    Browse the repository at this point in the history