-
Notifications
You must be signed in to change notification settings - Fork 738
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 release-v0.16.x into develop #11371
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
so that they can be commited together with their sizes. Fixes #10797
- Resolves seemingly unresponsive toggle switch on slow networks and prevents from repeated clicks. - Includes related re-ordering of async events to achieve consistent UX.
…al requests. As could remove other resources that have not been flagged for removal.
Do previously omitted update to current content schema reflection.
Signed-off-by: shivangrawat30 <[email protected]>
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.20 to 7.23.0. - [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.23.0/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…rn/babel/core-7.23.0 Bump @babel/core from 7.22.20 to 7.23.0
Decrease time-to-sync for learn-only devices joining the network
Properly set admin_imported flag at import and deletion.
Bumps [axios](https://github.com/axios/axios) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.5.0...v1.5.1) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [glob](https://github.com/isaacs/node-glob) from 10.3.7 to 10.3.9. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v10.3.7...v10.3.9) --- updated-dependencies: - dependency-name: glob dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 13.0.1 to 13.0.2. - [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md) - [Commits](markdown-it/markdown-it@13.0.1...13.0.2) --- updated-dependencies: - dependency-name: markdown-it dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.15 to 10.4.16. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](postcss/autoprefixer@10.4.15...10.4.16) --- updated-dependencies: - dependency-name: autoprefixer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…rn/axios-1.5.1 Bump axios from 1.5.0 to 1.5.1
…rn/glob-10.3.9 Bump glob from 10.3.7 to 10.3.9
…rn/markdown-it-13.0.2 Bump markdown-it from 13.0.1 to 13.0.2
Signed-off-by: shivangrawat30 <[email protected]>
Bugfix- birth year selction on profile edit page
Navigation issue in Channels
…er-resize updated KDS reference & testing after changes to useKResponsiveWindow
Pass dummy auth token to testing script.
Migrates the OSUser associated with a facility user when migrating users.
Signed-off-by: shivangrawat30 <[email protected]>
…cts persist and that deletes are preferred to updates.
Bumps [csv-parse](https://github.com/adaltas/node-csv/tree/HEAD/packages/csv-parse) from 5.5.0 to 5.5.1. - [Changelog](https://github.com/adaltas/node-csv/blob/master/packages/csv-parse/CHANGELOG.md) - [Commits](https://github.com/adaltas/node-csv/commits/[email protected]/packages/csv-parse) --- updated-dependencies: - dependency-name: csv-parse dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
This is needed when a plugin has more than one sub-package which contains translatable strings. All the strings from all the packages need to be pulled into the `*-messages.json` file which is injected into the frontend output — but currently only at most one sub-package is supported. For Kolibri itself, this is kolibri-common. The kolibri-explore-plugin, however, has at least two sub-packages. This commit changes the `--namespace` and `--searchPath` options to allow them to be specified multiple times. For example, `--namespace ek-components --searchPath ./packages/ek-components --namespace template-ui --searchPath ./packages/template-ui`. It shouldn’t change the behaviour when they are passed zero or one times, as before, so this change should be backwards-compatible. The strings from each namespace are still outputted into a per-namespace CSV file, with the assumption that the translation step (when CSVs are turned into JSON files) will combine them all into a single JSON file suitable for webpack to load. See endlessm/kolibri-explore-plugin#846 Signed-off-by: Philip Withnall <[email protected]>
…rn/csv-parse-5.5.1 Bump csv-parse from 5.5.0 to 5.5.1
Fix lesson visibility toggling for single user syncing
kolibri-tools: Accept multiple --namespace/--searchPath arguments
Deleted the responsiveWindowMixin from kolibri/library/user_auth
github-actions
bot
added
DEV: backend
Python, databases, networking, filesystem...
APP: Device
Re: Device App (content import/export, facility-syncing, user permissions, etc.)
APP: Learn
Re: Learn App (content, quizzes, lessons, etc.)
APP: Coach
Re: Coach App (lessons, quizzes, groups, reports, etc.)
APP: User
Re: User app (sign-in, sign-up, user profile, etc.)
APP: Setup Wizard
Re: Setup Wizard (facility import, superuser creation, settings, etc.)
SIZE: large
labels
Oct 8, 2023
Build Artifacts
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
APP: Coach
Re: Coach App (lessons, quizzes, groups, reports, etc.)
APP: Device
Re: Device App (content import/export, facility-syncing, user permissions, etc.)
APP: Learn
Re: Learn App (content, quizzes, lessons, etc.)
APP: Setup Wizard
Re: Setup Wizard (facility import, superuser creation, settings, etc.)
APP: User
Re: User app (sign-in, sign-up, user profile, etc.)
DEV: backend
Python, databases, networking, filesystem...
SIZE: large
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.
Summary
This is a cascade merge without any merge conflicts.