Bugzilla – Attachment 66806 Details for
Bug 18137
Migrate from Mojolicious::Plugin::Swagger2 to Mojolicious::Plugin::OpenAPI
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18137: (follow-up) Sort definitions.json
Bug-18137-follow-up-Sort-definitionsjson.patch (text/plain), 1.17 KB, created by
Tomás Cohen Arazi (tcohen)
on 2017-09-04 13:54:33 UTC
(
hide
)
Description:
Bug 18137: (follow-up) Sort definitions.json
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2017-09-04 13:54:33 UTC
Size:
1.17 KB
patch
obsolete
>From 9f13bd7a8095779de0fbfec67f8f65656c11cfc0 Mon Sep 17 00:00:00 2001 >From: Lari Taskula <lari.taskula@jns.fi> >Date: Thu, 16 Mar 2017 14:24:52 +0200 >Subject: [PATCH] Bug 18137: (follow-up) Sort definitions.json > >Before this file grows, we should sort it alphabetically. > >To test: >1. prove t/db_dependent/api/v1 > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > api/v1/swagger/definitions.json | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) > >diff --git a/api/v1/swagger/definitions.json b/api/v1/swagger/definitions.json >index d27167b924..939baa8615 100644 >--- a/api/v1/swagger/definitions.json >+++ b/api/v1/swagger/definitions.json >@@ -2,16 +2,16 @@ > "city": { > "$ref": "definitions/city.json" > }, >- "patron": { >- "$ref": "definitions/patron.json" >- }, >- "holds": { >- "$ref": "definitions/holds.json" >+ "error": { >+ "$ref": "definitions/error.json" > }, > "hold": { > "$ref": "definitions/hold.json" > }, >- "error": { >- "$ref": "definitions/error.json" >+ "holds": { >+ "$ref": "definitions/holds.json" >+ }, >+ "patron": { >+ "$ref": "definitions/patron.json" > } > } >-- >2.14.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 18137
:
60490
|
60491
|
60492
|
60493
|
60494
|
60495
|
60533
|
60837
|
60838
|
60839
|
60840
|
60841
|
60842
|
60843
|
60866
|
60867
|
61163
|
61166
|
62780
|
62781
|
62782
|
62783
|
62784
|
62785
|
62786
|
62787
|
62788
|
62789
|
62816
|
63025
|
63026
|
63027
|
63028
|
63029
|
63030
|
63031
|
63032
|
63033
|
63034
|
63177
|
63178
|
63179
|
63180
|
63181
|
63182
|
63183
|
63184
|
63185
|
63186
|
63187
|
63188
|
63189
|
63190
|
63191
|
63192
|
63193
|
63194
|
63195
|
63196
|
63283
|
65106
|
65107
|
65108
|
65109
|
65110
|
65111
|
65112
|
65113
|
65114
|
65115
|
65404
|
65713
|
65714
|
66802
|
66803
|
66804
|
66805
|
66806
|
66807
|
66808
|
66809
|
66810
|
66811
|
66812
|
66813
|
66814
|
66815
|
66816
|
66817
|
66818
|
66819