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

Merge release-v0.16.x into develop #11371

Merged
merged 78 commits into from
Oct 8, 2023
Merged

Merge release-v0.16.x into develop #11371

merged 78 commits into from
Oct 8, 2023

Conversation

rtibbles
Copy link
Member

@rtibbles rtibbles commented Oct 8, 2023

Summary

This is a cascade merge without any merge conflicts.

MisRob and others added 30 commits September 7, 2023 13:01
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.
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
ShivangRawat30 and others added 21 commits October 3, 2023 16:34
Signed-off-by: shivangrawat30 <[email protected]>
Bugfix- birth year selction on profile edit page
…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.
…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 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
@rtibbles rtibbles merged commit 3435a54 into develop Oct 8, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.