Releases: openedx/edx-bulk-grades
Releases · openedx/edx-bulk-grades
v1.1.0
What's Changed
- Replaced whitelist_externals with allowlist_externals in tox and… by @zubairshakoorarbisoft in #158
- docs: Update the security e-mail address. by @feanil in #157
- chore: create catalog-info.yaml by @jristau1984 in #161
- feat: add python312 support by @edx-requirements-bot in #160
New Contributors
- @jristau1984 made their first contribution in #161
Full Changelog: 1.0.2...v1.1.0
1.0.2
What's Changed
- Update standard workflow files. by @feanil in #144
- build: remove unnecessary codecov dependency, upgrade GHA by @matthugs in #149
- docs: Update the contributing guidelines link. by @feanil in #150
- chore: Switch from edx-sphinx-theme to sphinx-book-theme by @xitij2000 in #147
- feat: standardize make extract_translations by @shadinaif in #151
- docs: add CODEOWNERS by @nsprenkle in #153
- fix: rebuild requirements since edx-sphinx-theme wasn't removed by @xitij2000 in #154
- fix: Added support for Django 4.2 by @zubairshakoorarbisoft in #155
New Contributors
- @feanil made their first contribution in #144
- @xitij2000 made their first contribution in #147
- @shadinaif made their first contribution in #151
- @zubairshakoorarbisoft made their first contribution in #155
Full Changelog: v1.0.1...1.0.2
v1.0.1
v1.0.0
What's Changed
- refactor: Updated 'upgrade requirements' workflow to use reusable workflows by @edx-requirements-bot in #101
- Python Requirements Update by @edx-requirements-bot in #106
- chore: Post Django32 Cleanup by @edx-requirements-bot in #108
Full Changelog: 0.9.3...v1.0.0
0.9.3 chore: remove pins which no longer cause version conflicts
chore: remove pins which no longer cause version conflicts (#102) * chore: remove pins which no longer cause version conflicts these pins were added in https://github.com/edx/edx-bulk-grades/pull/75 to avoid conflicts which no longer occur * chore: Updating Python Requirements Co-authored-by: edX requirements bot <[email protected]>
0.9.2: fixed grade history not rendering
version bump for super-csv
0.9.1: feat: row first row of error on duplicate user import
Detect duplicate user_id on the first occurence. Ticket[AU-44] update unit testing update the logic to figure row number
Added support for Django 3.2
Added support for Django 3.2
0.8.14: fix: update csv import error messages
update csv error according discussed Ticket[au-66] version bump update changelog
0.8.13: fix: csv import should throw error on repeat user
if the user show up more than once in the csv, the import will fail and send back the error message with line number. Ticket[AU-20] update error message for repeat user version bump