Bug 15496: Add API endoint for deleting a bib
[koha.git] / t / db_dependent / api / v1 /
2019-04-26 Kyle M HallBug 15496: Add API endoint for deleting a bib
2019-04-18 Tomas Cohen AraziBug 21336: Fix the API
2019-04-10 Martin RenvoizeBug 22600: Update Tests adding 'interface' as needed
2019-03-28 Josef MoravecBug 13895: Fix test
2019-03-28 Josef MoravecBug 13895: (follow-up) Fix POST response
2019-03-28 Josef MoravecBug 13895: Change renewal endpoint
2019-03-28 Josef MoravecBug 13895: Refactor test using REST Basic auth
2019-03-28 Josef MoravecBug 13895: Remove create_item and create_biblio subs...
2019-03-28 Josef MoravecBug 13895: Remove the opac checks in privileged endpoint
2019-03-28 Josef MoravecBug 13895: (follow-up) Adapt checkout endpoint to opena...
2019-03-28 Julian MauriceBug 13895: Add API routes for checkouts retrieval and...
2019-03-22 Andrew IsherwoodBug 18589: (follow-up) Add borrowernumber test
2019-03-22 Josef MoravecBug 19661: (follow-up) Use Basic auth in tests
2019-03-22 Matthias MeusburgerBug 19661: REST API - Funds Endpoint
2019-03-13 Martin RenvoizeBug 21756: Replace manualinvoice with add_debit in...
2019-03-15 Tomas Cohen AraziBug 22206: (follow-up) Voted RFC changes
2019-03-15 Josef MoravecBug 22206: (QA follow-up) Fix tests for hold suspension api
2019-03-15 Tomas Cohen AraziBug 22206: Unit tests
2019-03-15 Tomas Cohen AraziBug 20006: Unit tests fixes
2019-03-15 Josef MoravecBug 20563: (QA follow-up) Fix number of tests in api...
2019-03-15 Andrew IsherwoodBug 20563: (follow-up) Add unit test
2019-03-15 Andrew IsherwoodBug 21063: Add "Columns settings" for ILL
2019-03-08 Tomas Cohen AraziBug 22483: (follow-up) Fix wrong tests higlighted by bug
2019-02-22 Tomas Cohen AraziBug 22216: Make GET /patrons/{patron_id} staff only
2019-02-19 Andrew IsherwoodBug 20600: (follow-up) Fix tests
2019-02-19 Andrew IsherwoodBug 20600: (follow-up) Fix unit tests
2019-02-19 Tomas Cohen AraziBug 16497: Refactor tests using BASIC authentication
2019-02-19 Tomas Cohen AraziBug 16497: (follow-up) GET operations require staff...
2019-02-19 Tomas Cohen AraziBug 16497: (follow-up) Adapt to existing guidelines...
2019-02-19 Jiří KozlovskýBug 16497: Add /api/v1/libraries
2019-02-15 Tomas Cohen AraziBug 22227: Make GET /cities staff only
2019-01-30 Tomas Cohen AraziBug 22132: (QA follow-up) set_password now expects...
2019-01-30 Martin RenvoizeBug 22132: (QA follow-up) Tests - use Mojo builtin...
2019-01-30 Tomas Cohen AraziBug 22132: Unit tests
2019-01-28 Tomas Cohen AraziBug 22061: (follow-up) set_password expects a hashref
2019-01-28 Tomas Cohen AraziBug 22061: (QA follow-up) Rename password_2 => password...
2019-01-28 Tomas Cohen AraziBug 22061: Unit tests
2019-01-28 Tomas Cohen AraziBug 22061: Add a /public namespace that can be switched...
2019-01-28 Tomas Cohen AraziBug 17006: Add /patrons/{patron_id}/password
2019-01-28 Tomas Cohen AraziBug 17006: Unit tests
2019-01-11 Tomas Cohen AraziBug 22107: patrons.t doesn't need to delete existing...
2019-01-04 Tomas Cohen AraziBug 22071: Regression tests
2019-01-08 Tomas Cohen AraziBug 21786: Unit tests
2018-11-16 Martin RenvoizeBug 21835: (QA follow-up) Fix failing test
2018-11-06 Jonathan DruartBug 20996: Remove warning 'Un-mocked method'
2018-11-06 Martin RenvoizeBug 20996: (RM follow-up) Fix the api tests
2018-11-02 Andrew IsherwoodBug 20996: Fix unit tests
2018-10-09 Tomas Cohen AraziBug 11897: Use 'stockrotation' permission for the endpoint
2018-10-09 Martin RenvoizeBug 11897: Stockrotation
2018-08-31 Tomas Cohen AraziBug 20944: Add route to add credits to a patron's account
2018-07-31 Jonathan DruartBug 21133: Fix use statements order
2018-07-18 Tomas Cohen AraziBug 20942: Split debit and credit lines
2018-07-18 Tomas Cohen AraziBug 20942: Unit tests for /patrons/{patron_id}/account
2018-07-18 Tomas Cohen AraziBug 20287: Fix tests expecting a warning
2018-05-09 Tomas Cohen AraziBug 20624: Net::OAuth2::AuthorizationServer is not...
2018-05-09 Tomas Cohen AraziBug 20624: (QA follow-up) Unit tests for missing deps...
2018-05-09 Tomas Cohen AraziBug 20624: Unit tests
2018-05-09 Tomas Cohen AraziBug 20612: Unit tests
2018-05-08 Julian MauriceBug 20402: Use TestBuilder->build_object in oauth.t
2018-05-08 Julian MauriceBug 20402: Fix oauth.t
2018-05-08 Julian MauriceBug 20402: Implement OAuth2 authentication for REST API
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-03-15 Tomas Cohen AraziBug 20167: Regression test
2018-02-16 Tomas Cohen AraziBug 20004: Unit tests
2018-02-12 Jonathan DruartBug 18403: rename Koha::Patron->can to has_permission
2018-01-30 Julian MauriceBug 16213: Allow to select hold's itemtype when using API
2017-12-14 Tomas Cohen AraziBug 18330: (follow-up) Adapt holds.t to match the new...
2017-11-09 Tomas Cohen AraziBug 7317: (QA followup) Rename 'branch' for 'library'
2017-11-09 Tomas Cohen AraziBug 7317: (followup) Migrate endpoint to OpenAPI
2017-11-09 Alex SassmannshausenBug 7317: Interlibrary loans framework for Koha.
2017-10-03 Jonathan DruartBug 19405: Prevent api/v1/holds.t to fail randomly
2017-09-29 Tomas Cohen AraziBug 18120: /acquisitions/vendors unit tests
2017-09-21 Tomas Cohen AraziBug 18137: (QA followup) Make sure the session exists...
2017-09-21 Lari TaskulaBug 18137: Make /cities Mojolicious::Plugin::OpenAPI...
2017-09-21 Lari TaskulaBug 18137: Make /patrons Mojolicious::Plugin::OpenAPI...
2017-09-21 Lari TaskulaBug 18137: Migrate from Swagger2 to Mojolicious::Plugin...
2017-09-20 Tomas Cohen AraziBug 19119: Remove definitions.t
2017-09-20 Lari TaskulaBug 18508: Fix t/db_dependent/api/v1/swagger/definition...
2017-08-15 Jonathan DruartBug 18292: Remove return 1 statements in tests
2017-07-24 Nick ClemensBug 18826 - (QA Followup) Add mock SessionStorage to...
2017-07-24 Jonathan DruartBug 18826: rollback transaction for api tests
2017-07-18 Jonathan DruartBug 18262: Fix api/holds.t tests
2017-02-17 Tomas Cohen AraziBug 17932: (followup) Fix /patrons endpoint
2016-11-18 Jonathan DruartBug 17654: Add tests to enforce swagger definition...
2016-11-17 Jonathan DruartBug 17431: Remove use of C4::Items and C4::Biblio
2016-11-17 Jonathan DruartBug 17431: Create the object we need instead of assumin...
2016-11-17 Lari TaskulaBug 17431: (follow-up) Fix issuingrules
2016-11-17 Lari TaskulaBug 17431: Fix failing test t/db_dependent/api/v1/holds.t
2016-10-28 Martin RenvoizeBug 17428: [REST] best practice followup
2016-10-28 Tomas Cohen AraziBug 17428: [REST] Cities endpoint unit tests
2016-09-09 Kyle M HallBug 17032 [QA Followup] - Update path to swagger.json...
2016-09-09 Jonathan DruartBug 17032: Remove warning "keys on reference is experim...
2016-09-09 Lari TaskulaBug 17032: Make sure Swagger object definition is up...
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-07-08 Julian MauriceBug 16271: Allow more filters on /api/v1/holds
next