Bug 22993: Unit tests
[koha.git] / t / db_dependent / api / v1 / patrons.t
2022-03-11 Nick ClemensBug 22993: Unit tests
2022-02-04 Jonathan DruartBug 29884: Run missing test in api/v1/patrons.t
2022-01-07 Tomas Cohen AraziBug 29508: Regression tests
2022-01-07 Tomas Cohen AraziBug 29503: Regression tests
2022-01-07 Tomas Cohen AraziBug 29741: (follow-up) Make DELETE /patrons use the...
2022-01-07 Tomas Cohen AraziBug 29018: Regression tests
2021-11-03 Jonathan DruartBug 29395: use EXPORT_OK from Koha::Patron::Debarments
2021-10-25 Tomas Cohen AraziBug 28585: (QA follow-up) Add explicit tests for settin...
2021-10-25 Tomas Cohen AraziBug 28585: (follow-up) Tests for q= supporting date...
2021-10-25 Tomas Cohen AraziBug 28585: Regression tests
2021-10-15 Tomas Cohen AraziBug 29157: Regression tests
2021-07-30 Jonathan DruartBug 28585: Revert of the 3 commits
2021-07-30 Jonathan DruartBug 28632: Prevent api/v1/patrons.t to fail on dates...
2021-07-26 Tomas Cohen AraziBug 28585: (follow-up) Tests for q= supporting date...
2021-07-26 Tomas Cohen AraziBug 28585: Regression tests
2021-06-23 Nick ClemensBug 28480: (QA follow-up) Add unit test
2021-04-22 Tomas Cohen AraziBug 28002: Unit tests
2020-11-06 Tomas Cohen AraziBug 14708: (QA follow-up) Add tests
2020-09-11 Jonathan DruartBug 26384: Fix executable flags
2020-09-02 Nick ClemensBug 23634: (QA follow-up) Adjust tests
2020-09-02 Martin RenvoizeBug 23634: (QA follow-up) Catch all email cases in API
2020-09-02 Tomas Cohen AraziBug 23634: Secure the email on the API
2020-04-29 Tomas Cohen AraziBug 25048: Regression tests
2020-03-31 Jonathan DruartBug 22001: Make the DBD error regex less strict
2020-02-25 Ere MaijalaBug 22522: Fix several REST API tests
2020-02-24 Jonathan DruartBug 24545: Fix license statements
2020-01-24 Tomas Cohen AraziBug 24509: Fix API relared tests failing on MySQL8
2019-11-01 Tomas Cohen AraziBug 23860: Update tests to new style
2019-11-01 Tomas Cohen AraziBug 23860: Regression tests
2019-09-23 Tomas Cohen AraziBug 23584: Add the controller method and tests
2019-04-18 Tomas Cohen AraziBug 21336: Fix the API
2019-02-22 Tomas Cohen AraziBug 22216: Make GET /patrons/{patron_id} staff only
2019-01-11 Tomas Cohen AraziBug 22107: patrons.t doesn't need to delete existing...
2018-07-18 Tomas Cohen AraziBug 20287: Fix tests expecting a warning
2018-03-29 Tomas Cohen AraziBug 19784: Unit tests for /api/v1/patrons
2018-03-29 Tomas Cohen AraziBug 16330: Remove validation code from Koha::Patron
2018-03-29 Tomas Cohen AraziBug 16330: (QA follow-up) ModMember requires borrowernumber
2018-03-29 Tomas Cohen AraziBug 16330: Move patches to OpenAPI
2018-03-29 Benjamin RoksethBug 16330: Add routes to add, update and delete patrons
2018-02-12 Jonathan DruartBug 18403: rename Koha::Patron->can to has_permission
2017-09-21 Lari TaskulaBug 18137: Make /patrons Mojolicious::Plugin::OpenAPI...
2017-07-24 Nick ClemensBug 18826 - (QA Followup) Add mock SessionStorage to...
2017-07-24 Jonathan DruartBug 18826: rollback transaction for api tests
2017-02-17 Tomas Cohen AraziBug 17932: (followup) Fix /patrons endpoint
2016-09-02 Lari TaskulaBug 14868: Display required permissions in permission...
2016-09-02 Lari TaskulaBug 14868: Use x-koha-authorization in current routes
2016-03-03 Jonathan DruartBug 15548: Move new patron related code to Patron*
2015-11-04 Julian MauriceBug 13799: Rename t/.../v1/borrowers.t to t/.../v1...