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

Bulk backports to v4-main (3/7 edition) #9751

Merged
merged 61 commits into from
Mar 10, 2025
Merged

Bulk backports to v4-main (3/7 edition) #9751

merged 61 commits into from
Mar 10, 2025

Conversation

gitKrystan
Copy link
Contributor

@gitKrystan gitKrystan commented Mar 8, 2025

Description

Notes for the release

@gitKrystan gitKrystan added the 🎯 canary PR is targeting canary (default) label Mar 8, 2025
gitKrystan and others added 29 commits March 8, 2025 18:05
* feat: runtime logging activation

* fix bugs

* more fixes

* fix lint

* fix build

* fix more lint

* nicer names
)

* Fix bug where race condition causes errors during Request refresh

* Fix lint

* Lint
* feat(cache): add peekRemoteState to cache to view remote state

* fix lint

* update comment

* commit working state

* Add test for getRemoteRelationship

* lint fixes

* another change to expected docs

* prettier fix

* Test fixes
…ypes more useful (#9686)

* chore: add more tests around edit workflows, make builder types more useful

* implement immutable-shows-only-remote-state

* fix lint
* fix: support all known http methods

* fix: support all known http methods
* Port ManyArray class from the model package into the store package

* Improve the MinimumManager type definition

* Relax the json-api validation for hasMany relationships in linksMode

* Adds schema record hasMany relationships in sync linksMode

* Adds ManyArrayManager to manage hasMany relationship arrays

* Adds mutate method to RecordArrayManager

* Set the new ManyArrayManager to newly created ManyArrays

* Fix hasMany read tests

* Adds reloadHasMany method to ManyArrayManager

* Adds mutate method to ManyArrayManager

* Adds reference stability tests for sync hasMany relationships

* Adds reordering hasMany relationship content test

* Adds hasMany relationship reload test

* Adds hasMany relationship reload tests

* General fixes on hasMany tests

* Improve logging on JsonApi cache

* Update the parent record on a findHasMany operation

* cleanup logging and types

* fix types a different way

* smarter still

* fix lint

---------

Co-authored-by: Chris Thoburn <runspired@users.noreply.github.com>
* fix: make serialize utils smarter

* fix lint
* feat: SchemaRecord guide

* cleanup schema-record
…e, lockdown exports (#9697)

* chore: prepare SchemaRecord for stable, lockdown exports

* cleanup imports

* fix assertion
* internal: fixup diagnostic reporting

* fix exit code
* chore: update to pnpm 10

* fix prettier

* fixup settings

* fixup npmrc

* fix lockfile

* bump to 10.5.2

* make work with pnpm

* add script to warp-drive package

* fix patch

* fixup no-shadow-rule

* chore: fix fastboot test app

* fix lock
…9705)

* refactor diagnostic for safer teardown

* make holodeck cleanup appropriately

* fix request test and improve diagnostic a little bit

* fix more tests

* cleanup config

* cleanup dependencies for fastboot scenario

* fix types

* fixup more tests

* fixup more tests

* dont launch holodeck for main test app (yet)

* ensure less noise in CI

* some improvements

* a new approach

* attempt no sync

* use internal sync

* more cleanup

* fix sync

* fix install

* fix more missing peers

* more vite cleanup

* fix more tests, make diagnostic easier to launch

* disable caching

* try something

* fix no-cache

* fix missing testem

* try fastboot again

* cleanup

* cleanup

* try

* updated lockfile with new npmrc settings

* fixup comment

* fixup fastboot

* fix prod tests

* restore settings

* fix deprecation test

* make nicer?

* keep some changes

* fix it

* fix newline

* dont use turbo

* fixup more commands?

* maybe

* fixup

* still use exec

* fix scneario

* update npmrc text

* fix quote mark
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot and others added 25 commits March 8, 2025 18:05
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update code-quality

* dont bump @types/qunit

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Chris Thoburn <runspired@users.noreply.github.com>
* stash

* stash

* cleanup lockfile

* more updates to harness

* more work on scenarios

* add bun log

* simplify perf test build

* another pass through

* turns out we want compat

* make easier to debug

* turn on verbose logging

* try

* use string :eyeroll:

* exclude more logs

* exclude more

* add debug mode for chrome

* give longer timeout for logging

* lets inspect

* fix server

* update check, reduce logging

* fckn finly
* More dramatic update

* Iterate parent of each child

* Add big many to many scenario

* Tidy up

* Enbiggen
* Actually add the m2m test case to the perf test output

* Update .github/workflows/perf-check.yml

---------

Co-authored-by: Chris Thoburn <runspired@users.noreply.github.com>
…9702)

* Don't overnotify for updates to added state that match local updates

* Fix typo

* Tidy up

* stash stuffs

* Add log counts to replace-related-records

* update all the stuffs

* fixup log

---------

Co-authored-by: Chris Thoburn <runspired@users.noreply.github.com>
@gitKrystan gitKrystan merged commit 069e5ea into v4-main Mar 10, 2025
21 checks passed
@gitKrystan gitKrystan deleted the v4-backports-3-7 branch March 10, 2025 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎯 canary PR is targeting canary (default)
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants