-
Notifications
You must be signed in to change notification settings - Fork 745
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
Cascade merge 0.16.x into develop #11056
Merged
Merged
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
…isplay and dismissal cookie
…s for badly formed UUIDs.
Use in confirming that the job storage database is readable. Delete upgrade functionality in favour of sanity checking.
…splay download button.
Conform code to E721 for flake8.
Handle queries that resolve to an empty result set in search utils.
Always run plugin upgrades separately from core Kolibri upgrades.
Do full schema check for job storage tables
Add top spacing since change in container and app bar defaults.
Prevent fetching Studio data when not authorized.
Layout tweaks for Learn
…import-admin setup_wizard: only set firstImportedLodUser if task starts without errors
…ion-capability Feature metered connection capability
Add download button to BrowseResourceMetadata
Attempt to reduce query times and memory usage during channel deletion operations
Prevent learner only imported superadmins from seeing studio.
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.9 to 7.22.10. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.22.10/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/preset-env" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…rn/babel/preset-env-7.22.10 Bump @babel/preset-env from 7.22.9 to 7.22.10
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.9 to 7.22.10. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.22.10/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) from 7.22.9 to 7.22.10. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.22.10/packages/babel-plugin-transform-runtime) --- updated-dependencies: - dependency-name: "@babel/plugin-transform-runtime" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…rn/babel/core-7.22.10 Bump @babel/core from 7.22.9 to 7.22.10
…rn/babel/plugin-transform-runtime-7.22.10 Bump @babel/plugin-transform-runtime from 7.22.9 to 7.22.10
Consolidate logic to prevent polling for non learner only imports.
Bumps [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) from 5.0.1 to 5.1.0. - [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases) - [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md) - [Commits](stylelint-scss/stylelint-scss@v5.0.1...v5.1.0) --- updated-dependencies: - dependency-name: stylelint-scss dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Add loader to YourClasses component
…rn/stylelint-scss-5.1.0 Bump stylelint-scss from 5.0.1 to 5.1.0
Upgrade pyzeroconf to version unpatched for Android.
Make import metadata tests more robust for mptt fields.
marcellamaki
approved these changes
Aug 10, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
APP: Learn
Re: Learn App (content, quizzes, lessons, etc.)
APP: Setup Wizard
Re: Setup Wizard (facility import, superuser creation, settings, etc.)
DEV: backend
Python, databases, networking, filesystem...
DEV: dev-ops
Continuous integration & deployment
SIZE: large
SIZE: medium
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.
Needed to resolve linting issues.