|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. |
4 | 4 |
|
| 5 | +## [10.0.0-1](https://github.com/macite/doubtfire-deploy/compare/v8.0.42...v10.0.0-1) (2025-04-09) |
| 6 | + |
| 7 | + |
| 8 | +### Features |
| 9 | + |
| 10 | +* add ability to set an institution logo to add to header ([267cf19](https://github.com/macite/doubtfire-deploy/commit/267cf19c15632a5b24d9f2915bbf1b59ff297fe4)) |
| 11 | +* add refresh token auth handling ([e0129b9](https://github.com/macite/doubtfire-deploy/commit/e0129b9e393d9a6df1efd2e75a276f4cd38c36de)) |
| 12 | +* added feedback chips, migrated learning outcome table changes, working on testing files for both ([182e06c](https://github.com/macite/doubtfire-deploy/commit/182e06ccd18a0abec3a30b8882458cce0c12ebd3)) |
| 13 | +* added feedback chips, migrated learning outcome table changes, working on testing files for both ([1639205](https://github.com/macite/doubtfire-deploy/commit/16392058d7acab5a994c6b310fd55efdf08f1c33)) |
| 14 | +* enable saml config per institution ([b1e17bf](https://github.com/macite/doubtfire-deploy/commit/b1e17bf1563c66de19f3f8bd6fa8072f2cd8fe5a)) |
| 15 | +* made changes to feedback chips schema, removing redundant components, updated models and tests to reflect this ([84c3358](https://github.com/macite/doubtfire-deploy/commit/84c3358a755aabb7a1f02c98c725d3db7b2e02cd)) |
| 16 | +* made changes to feedback chips schema, removing redundant components, updated models and tests to reflect this ([9eebc54](https://github.com/macite/doubtfire-deploy/commit/9eebc541b0c4a03017b7f0a5a2c2cd2e0ddb9969)) |
| 17 | +* move to secure cookies and refresh tokens ([31975b7](https://github.com/macite/doubtfire-deploy/commit/31975b7b4475a854ba0adacf6bdb6e8ab45392ec)) |
| 18 | +* show outcomes in portfolio and task pdfs ([7694726](https://github.com/macite/doubtfire-deploy/commit/76947269e83e577a124b6f0252d758951497f0a1)) |
| 19 | +* started work on feedback chip api and modifications to learning outcome ([5b99b69](https://github.com/macite/doubtfire-deploy/commit/5b99b69e9297d55ab5a3cab0576d10ae47099ba5)) |
| 20 | +* started work on feedback chip api and modifications to learning outcome ([1fc1569](https://github.com/macite/doubtfire-deploy/commit/1fc1569586fabe8be82b19e4543f7f3d36fb2498)) |
| 21 | + |
| 22 | + |
| 23 | +### Bug Fixes |
| 24 | + |
| 25 | +* add include_tlo flag to feedback_chip csv download ([5bfafc3](https://github.com/macite/doubtfire-deploy/commit/5bfafc3cb87f39632df55daa2bd744e7c9b6325d)) |
| 26 | +* add learning outcome abbreviation uniqueness ([655493f](https://github.com/macite/doubtfire-deploy/commit/655493f8e7f605a214c9d89856a4d811bca7c20c)) |
| 27 | +* add task_status check for csv upload ([0147aff](https://github.com/macite/doubtfire-deploy/commit/0147aff9c22116ed03af4b7447d967b00e3fac98)) |
| 28 | +* allow docker exec to work in gh actions ([807f567](https://github.com/macite/doubtfire-deploy/commit/807f567b636b2830458ed3368fef0861c27d956e)) |
| 29 | +* correct routes for swagger support ([b0026ab](https://github.com/macite/doubtfire-deploy/commit/b0026ab5b571f7b82b647e4677b26217604bc1e3)) |
| 30 | +* enhance auth for feedback chips including adding tests ([f038bdd](https://github.com/macite/doubtfire-deploy/commit/f038bdd4d4132d0464a40fa0fb02489ddd223260)) |
| 31 | +* ensure log is still copied if pdf gen fails ([0370df4](https://github.com/macite/doubtfire-deploy/commit/0370df41ce119b8fba2a09ab108840f55b6007d6)) |
| 32 | +* ensure new rollover units are not marked archived ([4dee4d7](https://github.com/macite/doubtfire-deploy/commit/4dee4d7c05a10056d47914d36b00ac7092bac3f0)) |
| 33 | +* ensure task link migration works without model ([836e247](https://github.com/macite/doubtfire-deploy/commit/836e247137d5ccd6f92a5062a6084125838b4c2c)) |
| 34 | +* fix global group chip creation ([eecb2ce](https://github.com/macite/doubtfire-deploy/commit/eecb2ce71c5479481f94ab4877eed83607b1ba1c)) |
| 35 | +* global outcome chip upload ([57e1e6c](https://github.com/macite/doubtfire-deploy/commit/57e1e6ccb5f02b8d1449bbceef11c65ad98342af)) |
| 36 | +* group chip not updating ([f02b22a](https://github.com/macite/doubtfire-deploy/commit/f02b22a01786635c47dd97b5082e49bb634f1949)) |
| 37 | +* move group_id storage from summary_text to comment_text ([fa424d3](https://github.com/macite/doubtfire-deploy/commit/fa424d35193c65a5f6e64770cb961a909a86ee2c)) |
| 38 | +* remove auth put and fix token cycling ([59aa38a](https://github.com/macite/doubtfire-deploy/commit/59aa38a5f2649163281ac136f795f9d74629c153)) |
| 39 | +* remove missed api mount ([0b237a7](https://github.com/macite/doubtfire-deploy/commit/0b237a77a1517176317fa57157d9a057bc47c3e0)) |
| 40 | +* reorder migrations to ensure they run together ([2d04b1d](https://github.com/macite/doubtfire-deploy/commit/2d04b1d8c5801323d49b0f198bb62d7c897b4fdc)) |
| 41 | +* revert ruby version for development deploy branch ([c05f3cb](https://github.com/macite/doubtfire-deploy/commit/c05f3cbaad9cbf3e6c42cf4fff052616e221e192)) |
| 42 | +* set correct exit status ([a63cee8](https://github.com/macite/doubtfire-deploy/commit/a63cee85efb0c1c4980743d18660af7da805d491)) |
| 43 | +* set dockerfile context ([0f993a9](https://github.com/macite/doubtfire-deploy/commit/0f993a993dcb8636804fabcff23331d5a097b1ec)) |
| 44 | +* task_status csv validation ([ddb166b](https://github.com/macite/doubtfire-deploy/commit/ddb166b43e6c9667732e727c25a0128c139a2f7a)) |
| 45 | +* update create_from_csv to validate same abbreviation tlos ([242f38a](https://github.com/macite/doubtfire-deploy/commit/242f38a81dc6c8c94d0b77753563076acdc1ff1a)) |
| 46 | + |
| 47 | +## [8.1.0](https://github.com/macite/doubtfire-deploy/compare/v8.0.42...v8.1.0) (2025-04-09) |
| 48 | + |
| 49 | + |
| 50 | +### Features |
| 51 | + |
| 52 | +* add ability to set an institution logo to add to header ([267cf19](https://github.com/macite/doubtfire-deploy/commit/267cf19c15632a5b24d9f2915bbf1b59ff297fe4)) |
| 53 | +* add refresh token auth handling ([e0129b9](https://github.com/macite/doubtfire-deploy/commit/e0129b9e393d9a6df1efd2e75a276f4cd38c36de)) |
| 54 | +* added feedback chips, migrated learning outcome table changes, working on testing files for both ([182e06c](https://github.com/macite/doubtfire-deploy/commit/182e06ccd18a0abec3a30b8882458cce0c12ebd3)) |
| 55 | +* added feedback chips, migrated learning outcome table changes, working on testing files for both ([1639205](https://github.com/macite/doubtfire-deploy/commit/16392058d7acab5a994c6b310fd55efdf08f1c33)) |
| 56 | +* enable saml config per institution ([b1e17bf](https://github.com/macite/doubtfire-deploy/commit/b1e17bf1563c66de19f3f8bd6fa8072f2cd8fe5a)) |
| 57 | +* made changes to feedback chips schema, removing redundant components, updated models and tests to reflect this ([84c3358](https://github.com/macite/doubtfire-deploy/commit/84c3358a755aabb7a1f02c98c725d3db7b2e02cd)) |
| 58 | +* made changes to feedback chips schema, removing redundant components, updated models and tests to reflect this ([9eebc54](https://github.com/macite/doubtfire-deploy/commit/9eebc541b0c4a03017b7f0a5a2c2cd2e0ddb9969)) |
| 59 | +* move to secure cookies and refresh tokens ([31975b7](https://github.com/macite/doubtfire-deploy/commit/31975b7b4475a854ba0adacf6bdb6e8ab45392ec)) |
| 60 | +* show outcomes in portfolio and task pdfs ([7694726](https://github.com/macite/doubtfire-deploy/commit/76947269e83e577a124b6f0252d758951497f0a1)) |
| 61 | +* started work on feedback chip api and modifications to learning outcome ([5b99b69](https://github.com/macite/doubtfire-deploy/commit/5b99b69e9297d55ab5a3cab0576d10ae47099ba5)) |
| 62 | +* started work on feedback chip api and modifications to learning outcome ([1fc1569](https://github.com/macite/doubtfire-deploy/commit/1fc1569586fabe8be82b19e4543f7f3d36fb2498)) |
| 63 | + |
| 64 | + |
| 65 | +### Bug Fixes |
| 66 | + |
| 67 | +* add include_tlo flag to feedback_chip csv download ([5bfafc3](https://github.com/macite/doubtfire-deploy/commit/5bfafc3cb87f39632df55daa2bd744e7c9b6325d)) |
| 68 | +* add learning outcome abbreviation uniqueness ([655493f](https://github.com/macite/doubtfire-deploy/commit/655493f8e7f605a214c9d89856a4d811bca7c20c)) |
| 69 | +* add task_status check for csv upload ([0147aff](https://github.com/macite/doubtfire-deploy/commit/0147aff9c22116ed03af4b7447d967b00e3fac98)) |
| 70 | +* allow docker exec to work in gh actions ([807f567](https://github.com/macite/doubtfire-deploy/commit/807f567b636b2830458ed3368fef0861c27d956e)) |
| 71 | +* correct routes for swagger support ([b0026ab](https://github.com/macite/doubtfire-deploy/commit/b0026ab5b571f7b82b647e4677b26217604bc1e3)) |
| 72 | +* enhance auth for feedback chips including adding tests ([f038bdd](https://github.com/macite/doubtfire-deploy/commit/f038bdd4d4132d0464a40fa0fb02489ddd223260)) |
| 73 | +* ensure log is still copied if pdf gen fails ([0370df4](https://github.com/macite/doubtfire-deploy/commit/0370df41ce119b8fba2a09ab108840f55b6007d6)) |
| 74 | +* ensure new rollover units are not marked archived ([4dee4d7](https://github.com/macite/doubtfire-deploy/commit/4dee4d7c05a10056d47914d36b00ac7092bac3f0)) |
| 75 | +* ensure task link migration works without model ([836e247](https://github.com/macite/doubtfire-deploy/commit/836e247137d5ccd6f92a5062a6084125838b4c2c)) |
| 76 | +* fix global group chip creation ([eecb2ce](https://github.com/macite/doubtfire-deploy/commit/eecb2ce71c5479481f94ab4877eed83607b1ba1c)) |
| 77 | +* global outcome chip upload ([57e1e6c](https://github.com/macite/doubtfire-deploy/commit/57e1e6ccb5f02b8d1449bbceef11c65ad98342af)) |
| 78 | +* group chip not updating ([f02b22a](https://github.com/macite/doubtfire-deploy/commit/f02b22a01786635c47dd97b5082e49bb634f1949)) |
| 79 | +* move group_id storage from summary_text to comment_text ([fa424d3](https://github.com/macite/doubtfire-deploy/commit/fa424d35193c65a5f6e64770cb961a909a86ee2c)) |
| 80 | +* remove auth put and fix token cycling ([59aa38a](https://github.com/macite/doubtfire-deploy/commit/59aa38a5f2649163281ac136f795f9d74629c153)) |
| 81 | +* remove missed api mount ([0b237a7](https://github.com/macite/doubtfire-deploy/commit/0b237a77a1517176317fa57157d9a057bc47c3e0)) |
| 82 | +* reorder migrations to ensure they run together ([2d04b1d](https://github.com/macite/doubtfire-deploy/commit/2d04b1d8c5801323d49b0f198bb62d7c897b4fdc)) |
| 83 | +* revert ruby version for development deploy branch ([c05f3cb](https://github.com/macite/doubtfire-deploy/commit/c05f3cbaad9cbf3e6c42cf4fff052616e221e192)) |
| 84 | +* set correct exit status ([a63cee8](https://github.com/macite/doubtfire-deploy/commit/a63cee85efb0c1c4980743d18660af7da805d491)) |
| 85 | +* set dockerfile context ([0f993a9](https://github.com/macite/doubtfire-deploy/commit/0f993a993dcb8636804fabcff23331d5a097b1ec)) |
| 86 | +* task_status csv validation ([ddb166b](https://github.com/macite/doubtfire-deploy/commit/ddb166b43e6c9667732e727c25a0128c139a2f7a)) |
| 87 | +* update create_from_csv to validate same abbreviation tlos ([242f38a](https://github.com/macite/doubtfire-deploy/commit/242f38a81dc6c8c94d0b77753563076acdc1ff1a)) |
| 88 | + |
5 | 89 | ### [8.0.42](https://github.com/macite/doubtfire-deploy/compare/v8.0.41...v8.0.42) (2025-03-10) |
6 | 90 |
|
7 | 91 |
|
|
0 commit comments