-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Merge in #9859 to v8/feature/nucache-perf #10152
Merged
nathanwoulfe
merged 119 commits into
umbraco:v8/feature/nucache-perf
from
nzdev:v8/feature-perf-sync-coldboot-fix
Apr 20, 2021
Merged
Merge in #9859 to v8/feature/nucache-perf #10152
nathanwoulfe
merged 119 commits into
umbraco:v8/feature/nucache-perf
from
nzdev:v8/feature-perf-sync-coldboot-fix
Apr 20, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Conflicts: # src/SolutionInfo.cs
# Conflicts: # src/SolutionInfo.cs
# Conflicts: # src/SolutionInfo.cs
# Conflicts: # src/SolutionInfo.cs
# Conflicts: # src/SolutionInfo.cs
# Conflicts: # src/SolutionInfo.cs
umbraco#9264) * [Issue 5277-146] accessibility - Close 'X' icon next to language drop down is identified as "link" - screen reader * add new loacalization key
umbraco#9973) (cherry picked from commit da5351d)
…s external providers
* Adds some scope tests (ported back from netcore) and provides a much better error message, ensure execution context is not flowed to child tasks that shouldn't leak any current ambient context * updates comment * Ensure SqlMainDomLock suppresses execution context too * Since we're awaiting a task in a library method, ConfigureAwait(false) * missing null check Co-authored-by: Elitsa Marinovska <elm@umbraco.dk>
umbraco#9954) Co-authored-by: Elitsa Marinovska <elm@umbraco.dk>
* Add copy logic to Media Picker * Add action for copy all * Fix for selectable media item
* 9962: Use $allowedEditors instead of allowed * 9962: Remove redundant statement
* Added support for screeen reader alerts on the embed so that assitive technology knows when a url retrieve has been succesfull. Added labels for the controls Preview reload only triggered if the values for height and width change * Added control ids for the link picker * Add French translation
… a tree search (umbraco#10100) * Added support for screeen reader alerts on the embed so that assitive technology knows when a url retrieve has been succesfull. Added labels for the controls Preview reload only triggered if the values for height and width change * Tree search details the number of search items returned * Add French translations
This reverts commit fc77252.
This reverts commit f7c032a.
…-with-explicit-scope Create explicit scope for mappers in UmbracoMapper
…umbraco#10101) * Added support for screeen reader alerts on the embed so that assitive technology knows when a url retrieve has been succesfull. Added labels for the controls Preview reload only triggered if the values for height and width change * Added support for label fors for the macro picker and also gave the ,acro search box a title * Now displays a count of the matching macros returned. Please note the language file amends shared with umbraco#10100 * Removed src-only class for the display of the count of messages
…equests (umbraco#10126) * Allow KeepAlive controller Ping method to be requested by non local requests and accept head requests * removed unused references
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Prerequisites
If there's an existing issue for this PR then this fixes #8376
Description
Merge in #9859 to v8/feature/nucache-perf to reduce cold boot times.