Skip to content

Tags: LibraryOfCongress/concordia

Tags

v8.9.0

Toggle v8.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added short circuit logic to next-*-asset utilities (#3030)

* Added short circuit logic for getting the next asset in an item/project if possible before falling back to the cache

* Added short circuit for campaign-reviewable

* Added similar changes to campaign transcribable

* Added new round of tests, and updated code that didn't pass existing tests where appropriate

* Full coverage for reviewable-campaign utils

* Full coverage for reviewable-topic utils

* Added full test coverage for transcribable-campaign utils

* Added coverage for transcrigbable-topic utils

* Removed extraneous comment

v8.8.2

Toggle v8.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
CONCD-1183 reverting django-registration upgrade (version 5 does not …

…support activation by GET, only POST (#2950)

v8.8.1

Toggle v8.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Removed reference to media_url in test (#2927)

v8.8.0

Toggle v8.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump gulp-rename from 2.0.0 to 2.1.0 (#2922)

Bumps [gulp-rename](https://github.com/hparra/gulp-rename) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/hparra/gulp-rename/releases)
- [Changelog](https://github.com/hparra/gulp-rename/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hparra/gulp-rename/commits)

---
updated-dependencies:
- dependency-name: gulp-rename
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v8.7

Toggle v8.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Updated asset_id regex in exporter to handle all Paprika URLs (#2835)

v8.6.4

Toggle v8.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Reverted changes to celery logging (release hotfix) (#2782)

* Reverted changes to celery logging

* Removed tests for logging changes that were reverted

* Removed remaining test that used reverted changes

v8.6.3

Toggle v8.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Reverted logging changes (main) (#2783)

* Re-added inadvertently removed action (#2756)

* Fixed asset images having an extraneous period (#2777)

* Reverted changes to celery logging

* Removed tests for logging changes that were reverted

* Removed remaining test that used reverted changes

v8.6.2

Toggle v8.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump sass from 1.86.1 to 1.86.3 (#2772)

Bumps [sass](https://github.com/sass/dart-sass) from 1.86.1 to 1.86.3.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.86.1...1.86.3)

---
updated-dependencies:
- dependency-name: sass
  dependency-version: 1.86.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v8.6.1

Toggle v8.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Re-added inadvertently removed action (#2756)

v8.6.0

Toggle v8.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
CONCD-1113 partial revert (#2748)

* CONCD-1113 reverting the change to the signal handler. Leaving in both of the new celery tasks, although for now they won't actually be called

* CONCD-1113 disconnecting handler for account view tests

* CONCD-1113 test that we're actually receiving the post_save signal when a transcription is created or saved

* CONCD-1113 account for the signal handler, instead of just disconnecting it