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

Patch 1 #3382

Closed
wants to merge 524 commits into from
Closed

Patch 1 #3382

wants to merge 524 commits into from

Conversation

Safat99
Copy link

@Safat99 Safat99 commented Jul 26, 2024

Spelling mistakes found and now cherry-picking

Upgrade instructions

  • please check this discussion to get a hint of what has changed:
    here

Review instructions

Checklist

  • Code follows the PSR-2 coding style
  • Tests have been created, run, and adjusted as needed
  • The PR is created against the lowest maintained branch
  • Reviewer - PR Title is brief but complete and starts with FEATURE|TASK|BUGFIX
  • Reviewer - The first section explains the change briefly for change-logs
  • Reviewer - Breaking Changes are marked with !!! and have upgrade-instructions

mhsdesign and others added 30 commits February 14, 2024 12:21
Which was introduced via neos#2793
FEATURE: Separate RouteConfiguration from Router
…rom `Session` and `SessionManager` into `SessionDataStore` and `SessionMetaDataStore`

This is the first step of refactoring the storage of session data to value objects.
This will enable to have a single record to contain the whole metadata for the session.
…ion internally and accept session metadata externally
The method collectGarbage is now located in the sessionManagerInterface.
some tests had to be adjusted for that
By serializing in SessionDataStore and using the string frontend a debounce hash can be held to
avoid writing the same data again even when it was already written.
The metadata store will keep a copy of all metadata entries while reading and will only update metadata entries that
have been modified or that are older than the given threshold.
The properties get the readonly flag after we rebase / merge to php 8.1
Since the odd behavior of writing "lastVisitedNode" to the session cache without reading it first is gone.
After rebasing we have php 8.1 as min version and can rely on that.
dependabot bot and others added 27 commits July 6, 2024 00:58
Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.7.22 to 2024.7.4.
- [Commits](certifi/python-certifi@2023.07.22...2024.07.04)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
In preparation of Flow 9 we deprecate some functionality we expose
but that was deprecated in doctrine already, so we will remove it.
!!!TASK: Deprecate outdated doctrine functionality
We accept DBAL with ^3.1.4 and ORM ^2.14.0
Adation to IterableResult deprecation.
…entation/urllib3-2.2.2

Bump urllib3 from 2.0.7 to 2.2.2 in /Neos.Flow/Documentation
…entation/certifi-2024.7.4

Bump certifi from 2023.7.22 to 2024.7.4 in /Neos.Flow/Documentation
Co-authored-by: Karsten Dambekalns <[email protected]>
…bal-tw-3.2

!!! FEATURE: update to `doctrine/dbal` version 3
spelling mistakes found and corrected
undoing the error of the previous commit
@github-actions github-actions bot added the 8.3 label Jul 26, 2024
@jonnitto
Copy link
Member

jonnitto commented Aug 3, 2024

Hi @Safat99
I think you have the wrong base branch in your fork, as all the commits from another branch are in this PR. Please create a PR with just the changed files.

@jonnitto jonnitto closed this Aug 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.