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

Refactor scheduler #259

Merged
merged 14 commits into from
Feb 17, 2022
Merged

Refactor scheduler #259

merged 14 commits into from
Feb 17, 2022

Commits on Feb 10, 2022

  1. Configuration menu
    Copy the full SHA
    99b430c View commit details
    Browse the repository at this point in the history
  2. refactor scheduler

    blagoev committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    eea9bae View commit details
    Browse the repository at this point in the history
  3. rerun tests

    blagoev committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    170910b View commit details
    Browse the repository at this point in the history
  4. randomize tests

    blagoev committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    ced1ddb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4befdf5 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Randomize test execution ordering (#249)

    Dart tests configured to be executed in random order.
    desistefanova authored Feb 11, 2022
    Configuration menu
    Copy the full SHA
    fbeb04b View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. throw error on primary key set (#253)

    * throw error on primary key set
    
    * relax final on collections
    
    fix tests
    
    * fix setters in generated constructor to use RealmObject.set directly
    
    * fix generator tests
    
    * run realm_dart tests on generator change.
    
    test only on Linux
    
    * fix working directory
    
    * fix workflow
    
    * fix coverage file path
    
    * get submodule
    blagoev authored Feb 14, 2022
    Configuration menu
    Copy the full SHA
    e9ef147 View commit details
    Browse the repository at this point in the history
  2. clarify readme (#256)

    * clarify readme
    
    * fix link
    
    * handle PR feedback
    
    * fix code samples
    blagoev authored Feb 14, 2022
    Configuration menu
    Copy the full SHA
    17789b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae40b6c View commit details
    Browse the repository at this point in the history
  4. run CI on every change (#257)

    * run CI on every change
    
    * use stable channel on CI
    blagoev authored Feb 14, 2022
    Configuration menu
    Copy the full SHA
    889c514 View commit details
    Browse the repository at this point in the history
  5. Samples and tests updated with relaxed final constraint for primary k…

    …eys and properties (#248)
    
    Samples updated not to require final for properties, primary keys and lists when generating models.
    desistefanova authored Feb 14, 2022
    Configuration menu
    Copy the full SHA
    c7b0758 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. isValid of realm list and object (#183)

    * Realm object isValid and realm list isValid implementation
    * Tests added for property isValid of RealmList and RealmObject
    desistefanova authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    d93dd63 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Merge branch 'master' into refactor-scheduler

    # Conflicts:
    #	.github/workflows/realm-dart-linux.yml
    #	test/realm_test.dart
    blagoev committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    8dd5a54 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. fix scheduler

    blagoev committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    5450ac0 View commit details
    Browse the repository at this point in the history