[Koha-bugs] [Bug 25048] Successful resource deletion should return 204

2020-05-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25048 Joy Nelson changed: What|Removed |Added CC||j...@bywatersolutions.com ---

[Koha-bugs] [Bug 25048] Successful resource deletion should return 204

2020-04-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25048 Martin Renvoize changed: What|Removed |Added Status|Passed QA |Pushed to master

[Koha-bugs] [Bug 25048] Successful resource deletion should return 204

2020-04-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25048 --- Comment #12 from Martin Renvoize --- Nice work everyone! Pushed to master for 20.05 -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing

[Koha-bugs] [Bug 25048] Successful resource deletion should return 204

2020-04-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25048 Kyle M Hall changed: What|Removed |Added Status|Signed Off |Passed QA

[Koha-bugs] [Bug 25048] Successful resource deletion should return 204

2020-04-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25048 --- Comment #11 from Kyle M Hall --- Created attachment 103944 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=103944=edit Bug 25048: Make successful resource deletion return 204 This patch adapts the spec and the

[Koha-bugs] [Bug 25048] Successful resource deletion should return 204

2020-04-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25048 Kyle M Hall changed: What|Removed |Added Attachment #102403|0 |1 is obsolete|

[Koha-bugs] [Bug 25048] Successful resource deletion should return 204

2020-04-24 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25048 --- Comment #9 from Tomás Cohen Arazi --- (In reply to Katrin Fischer from comment #8) > Dependency is not signed off yet - moving to BLOCKED. Please unlock when bug > 25032 is ready. Dependency unlocked. -- You are receiving

[Koha-bugs] [Bug 25048] Successful resource deletion should return 204

2020-04-24 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25048 Tomás Cohen Arazi changed: What|Removed |Added Status|BLOCKED |Signed Off -- You are

[Koha-bugs] [Bug 25048] Successful resource deletion should return 204

2020-04-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25048 Katrin Fischer changed: What|Removed |Added CC||katrin.fisc...@bsz-bw.de

[Koha-bugs] [Bug 25048] Successful resource deletion should return 204

2020-04-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25048 David Nind changed: What|Removed |Added Attachment #102333|0 |1 is obsolete|

[Koha-bugs] [Bug 25048] Successful resource deletion should return 204

2020-04-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25048 David Nind changed: What|Removed |Added Attachment #102332|0 |1 is obsolete|

[Koha-bugs] [Bug 25048] Successful resource deletion should return 204

2020-04-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25048 David Nind changed: What|Removed |Added Status|Needs Signoff |Signed Off -- You are

[Koha-bugs] [Bug 25048] Successful resource deletion should return 204

2020-04-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25048 --- Comment #5 from Tomás Cohen Arazi --- (In reply to Jonathan Druart from comment #4) > + ->status_is(204, 'SWAGGER3.2.4') > + ->content_is('', 'SWAGGER3.3.4'); > > Can you explain that? That refers to the API coding

[Koha-bugs] [Bug 25048] Successful resource deletion should return 204

2020-04-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25048 Jonathan Druart changed: What|Removed |Added CC|

[Koha-bugs] [Bug 25048] Successful resource deletion should return 204

2020-04-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25048 --- Comment #3 from Tomás Cohen Arazi --- Created attachment 102333 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=102333=edit Bug 25048: Make successful resource deletion return 204 This patch adapts the spec

[Koha-bugs] [Bug 25048] Successful resource deletion should return 204

2020-04-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25048 --- Comment #2 from Tomás Cohen Arazi --- Created attachment 102332 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=102332=edit Bug 25048: Regression tests This patch adds regression tests for the response bodies

[Koha-bugs] [Bug 25048] Successful resource deletion should return 204

2020-04-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25048 Tomás Cohen Arazi changed: What|Removed |Added Depends on||25032 Referenced

[Koha-bugs] [Bug 25048] Successful resource deletion should return 204

2020-04-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25048 Tomás Cohen Arazi changed: What|Removed |Added CC|

[Koha-bugs] [Bug 25048] Successful resource deletion should return 204

2020-04-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25048 --- Comment #1 from Tomás Cohen Arazi --- References for people reviewing this: - RESTful DELETE: https://restfulapi.net/http-methods/#delete - OpenAPI handling on 204:

[Koha-bugs] [Bug 25048] Successful resource deletion should return 204

2020-04-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25048 Tomás Cohen Arazi changed: What|Removed |Added Status|NEW |ASSIGNED -- You are

[Koha-bugs] [Bug 25048] Successful resource deletion should return 204

2020-04-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25048 Tomás Cohen Arazi changed: What|Removed |Added Assignee|koha-b...@lists.koha-commun |tomasco...@gmail.com