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

Added core logging #5727

Merged
merged 21 commits into from
Apr 25, 2023
Merged

Added core logging #5727

merged 21 commits into from
Apr 25, 2023

Commits on Mar 31, 2023

  1. Initial stub

    papafe committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    f9fb5ab View commit details
    Browse the repository at this point in the history
  2. Small note

    papafe committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    163be76 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Corrections

    papafe committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    8024720 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Fixed test

    papafe committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    ef68b27 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into fp/core-logging

    * main: (41 commits)
      allow useQuery to filter or sort a collection by using a callback (#5513)
      Fix `realm.create` types and 'requiredProperties' on Realm.Object constructor (#5697)
      Fix return type of `App.allUsers` (#5708)
      Removed renamed file
      Remove console.log
      Fix README instructions and bump version
      Bump template versions
      Update Templates (#5702)
      Moved "submodules" wireit task to "postinstall"
      Set up typedoc for realm-react, realm-web (#5709)
      Prepare for vNext (#5711)
      Prepare for 12.0.0-alpha.2 (#5707)
      Build iOS prebuilds in release by default (#5710)
      Use the event.sender as assignee when preparing release
      Updated prepare release workflow to print PR url in summary
      Fixing lint error
      fix the template app links (#5701)
      Expose `Sync` as named export (#5705)
      Enable all tests after bad rebase (#5595)
      Clear test state flag (#5689)
      ...
    
    # Conflicts:
    #	packages/realm/src/Realm.ts
    papafe committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    b8950b6 View commit details
    Browse the repository at this point in the history
  3. Small correction [skip ci]

    papafe committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    ca15a98 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Update packages/realm/src/Logger.ts

    Co-authored-by: LJ <[email protected]>
    papafe and elle-j authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    b6441e6 View commit details
    Browse the repository at this point in the history
  2. Created inverted table

    papafe committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    baf6486 View commit details
    Browse the repository at this point in the history
  3. Various fixes

    papafe committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    8924bb3 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into fp/core-logging

    * main:
      Update core to v13.9.1 (#5739)
      Implement `User.state` (#5712)
      Rename `local-mongodb` to enable app replacements (#5734)
      Update return type of 'assert.never'. (#5718)
      Run tests after builds are done, regardless of they failed or succeeded (#5729)
    papafe committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    c670167 View commit details
    Browse the repository at this point in the history
  5. Updated core

    papafe committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    4d1e602 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Final touches

    papafe committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    f1356c4 View commit details
    Browse the repository at this point in the history
  2. Small fix

    papafe committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    ba23794 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Apply suggestions from code review

    Co-authored-by: LJ <[email protected]>
    papafe and elle-j authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    ea1daa7 View commit details
    Browse the repository at this point in the history
  2. Small corrections

    papafe committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    2ff0f8b View commit details
    Browse the repository at this point in the history
  3. Small fixes

    papafe committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    7d9d292 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Update packages/realm/src/Logger.ts

    Co-authored-by: Kræn Hansen <[email protected]>
    papafe and kraenhansen authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    41f9d26 View commit details
    Browse the repository at this point in the history
  2. Removed unused [skip ci]

    papafe committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    af0e164 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Merge branch 'main' into fp/core-logging

    * main:
      Added note in docs for change listeners (#5749)
      Update CHANGELOG entry (#5751)
      Use `SchemaParseError` for invalid schemas (#5722)
      Improving Electron tests (#5738)
      Support SSL Sync Configuration (#5507)
    
    # Conflicts:
    #	CHANGELOG.md
    papafe committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    0044a20 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Merge branch 'main' into fp/core-logging

    * main:
      Update yaml to version 2.2.2 (#5763)
      Upgraded RN to 0.71.7 for "realm" and "@realm/react"
      React Native 0.71.4 → 0.71.7 (#5761)
      Split changelog and compability matrix. Update readme and support. (#5748)
      fix build scripts for ios and android
      Removed simple test/example used to bootstrap bindgen project
      Make bindgen-lib's .eslintrc be freestanding, and copy to js bindgen dir
      move js_spec.yml out of bindgen-lib
      Move js-specific TS files out of bindgen-lib
      change --template arg to be path to source file
      move packages/bindgen to packages/realm/bindgen/vendor/bindgen-lib
      rename realm_js_helpers.h to just realm_helpers.h
      Iterating Android tests (#5746)
    papafe committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    f63973b View commit details
    Browse the repository at this point in the history
  2. Removed

    papafe committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    50c64f7 View commit details
    Browse the repository at this point in the history