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

Overhaul metrics [feature branch] #3209

Merged
merged 110 commits into from
Jun 15, 2023
Merged

Overhaul metrics [feature branch] #3209

merged 110 commits into from
Jun 15, 2023

Conversation

LaPeste
Copy link
Contributor

@LaPeste LaPeste commented Feb 1, 2023

Description

This is the feature branch where every PR relative to overhaul metrics is going to be merged.
The content of this branch is, of course, already been reviewed and ready to be merged in master at any time.

Fixes #

TODO

  • Update changelog entry with correct GH PR

LaPeste and others added 30 commits November 2, 2022 13:29
* main:
  Add a concurrency setting to pr workflow (#3260)
  Adopt the exception unification changes (#3194)
  Expose options to control sync timeouts (#3224)
  Use BsonSerializer.RegisterProvider (#3226)
  Remove survey ad (#3229)
@nirinchev nirinchev assigned nirinchev and unassigned LaPeste Mar 3, 2023
Comment on lines +240 to +243
catch
{
return Unknown();
}

Check notice

Code scanning / CodeQL

Generic catch clause

Generic catch clause.

if (match?.Groups.Count > 1)
{
id = match.Groups[1].Value;

Check warning

Code scanning / CodeQL

Dereferenced variable may be null

Variable [match](1) may be null at this access as suggested by [this](2) null check.

if (match?.Groups.Count > 1)
{
id = match.Groups[1].Value;

Check warning

Code scanning / CodeQL

Dereferenced variable may be null

Variable [match](1) may be null at this access as suggested by [this](2) null check.
* main:
  [v11] 10. Annotate projects for nullability (#3243)
  Merge v11 into main (#3268)
  Prepare for vNext (#3271)
  Prepare for 10.21.0 (#3270)
  Upgrade to Core 13.6.0 (#3269)
  Corrected error on README.md [skip-ci]
  Create simple project with Avalonia (#3263)
  Add support for compensating writes (#3259)

# Conflicts:
#	Realm/Realm.Weaver/ImportedReferences.cs
#	Realm/Realm.Weaver/RealmWeaver.cs
* main: (29 commits)
  Add platform-specific helpers package (#3323)
  Allow geobox to be constructed from 4 coordinates (#3341)
  Add support for geospatial queries (#3300)
  Update UWP certificate, add instructions on how to do it (#3338)
  Don't throw an exception when setting an embedded property to the same value (#3337)
  Automatically handle object -> embedded object migrations (#3322)
  Add a check for the thread in Realm.IsInTransaction (#3336)
  Update to latest Core (#3334)
  Fix a few typos
  Move the SG and weaver binaries to the Realm package (#3319)
  Update ci-actions to latest commit (#3318)
  Fix a couple of warnings (#3317)
  Prepare for vNext (#3316)
  Prepare for 11.0.0 (#3315)
  Add support for arm on Linux (#3267)
  Update changelog
  Add tests for Set.PropertyChanged notifications (#3309)
  Change testing targets to net7.0 (#3305)
  Adjust codeql config (#3311)
  Allow publishing unity package on prerelease workflow (#3310)
  ...

# Conflicts:
#	Realm/Realm.UnityWeaver/UnityWeaver.cs
#	wrappers/realm-core
@nirinchev nirinchev merged commit f64ef2e into main Jun 15, 2023
63 of 64 checks passed
@nirinchev nirinchev deleted the ac/overhaul-metrics branch June 15, 2023 18:33
nirinchev added a commit that referenced this pull request Jun 21, 2023
* main: (169 commits)
  Prepare for vNext (#3361)
  Prepare for 11.1.2 (#3360)
  Fix maui namespaces (#3357)
  Add a task to verify namespaces (#3358)
  Prepare for vNext (#3356)
  Prepare for 11.1.1 (#3355)
  Fix namespaces to ensure we don't have Realm as a namespace (#3353)
  Better warning for skipped properties with attributes (#3354)
  Revert "Better warning for skipped properties with attributes"
  Better warning for skipped properties with attributes
  Add nuget readme (#3350)
  Prepare for vNext (#3349)
  Prepare for 11.1.0 (#3348)
  Remove SG package reference from XUnit tests
  Use a different MSVC version (#3347)
  Overhaul metrics [feature branch] (#3209)
  Bump NuGet.Protocol from 5.9.3 to 6.0.5 (#3346)
  Add platform-specific helpers package (#3323)
  Allow geobox to be constructed from 4 coordinates (#3341)
  Add support for geospatial queries (#3300)
  ...

# Conflicts:
#	.github/templates/main.yml
#	.github/templates/pr.yml
#	.github/templates/test-net-core.yml
#	.github/templates/test-uwp-managed.yml
#	.github/workflows/pr.yml
#	.github/workflows/test-uwp-managed.yml
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants