Thijs Schreijer
40deacb718
fix(o2k) update path param regex to match 1 segment only ( #3298 )
...
existing regex '\S+' is equivalent to '[^\s]+' by adding the
'/' character as not allowed, we limit the regex to match only 1 path
segment
This path: "/tracks/{hello}/world/{there}”
Would create: “/tracks/(?<hello>\S+)/world/(?<there>\S+)$”
This path works as expected:
/tracks/xxx/world/yyy
With captures:
hello: xxx
there: yyy
This path also works, unexpected:
/tracks/xxx/zzz/world/yyy/andthensome
With captures:
hello: xxx/zzz
there: yyy/andthensome
The last one should have matched only a single path segment, but
actually matches multiple.
2021-04-19 19:50:46 +12:00
Mike Ellan
81e16a1c97
parameter style fix ( #3256 )
...
Setting parameter style to form if not provided.
2021-04-09 14:56:49 -04:00
Opender Singh
e094a1f678
lib@2.2.33
2021-03-30 10:03:21 +13:00
Mike Ellan
da9ef1a009
Inject custom vars in target servers ( #3237 )
2021-03-25 09:23:54 -04:00
Opender Singh
5ba91ceb21
lib@2.2.29
2021-03-03 11:12:19 +13:00
Dimitri Mitropoulos
eb4ae99f84
use operationId where possible in o2k generation ( #3072 )
...
* use `operationId` if it exists for route name
* adds precedence for x-kong-name usages
2021-02-16 16:34:34 -05:00
Dimitri Mitropoulos
770be1b924
makes all route paths regexes in o2k (with ending markers) ( #3066 )
...
* adds jest to openapi-2-kong so tests can run
* removes special case since everything is a regex
* updates tests now that everything is a regex
2021-02-10 10:38:30 -05:00
dependabot[bot]
dd2017d8b8
Bump ini from 1.3.5 to 1.3.8 ( #2940 )
2020-12-15 05:22:01 +00:00
Opender Singh
f5a0e9eb7c
lib@2.2.26
2020-11-26 16:12:14 +13:00
Isaac Moore
474da01295
Add required annotation to Kubernetes config ( #2709 )
...
Fixes #2706
2020-10-13 10:32:25 +13:00
Opender Singh
601c6060a4
Update o2k readme examples ( #2679 )
2020-09-30 19:38:44 +13:00
Opender Singh
6cafe6ae47
Update babelrc to node 12 for all packages ( #2670 )
2020-09-29 18:33:03 +13:00
Opender Singh
c2d989e1e0
lib@2.2.24
2020-09-22 11:45:33 +12:00
Opender Singh
1b416d8027
Release branch for 2020.4.0 ( #2576 )
2020-09-15 08:55:18 +12:00
Opender Singh
9af2054ccf
lib@2.2.12
2020-07-02 11:29:00 +12:00
Opender Singh
b99228d080
Rename insomnia-cli to insomnia-inso
2020-07-02 11:28:05 +12:00
Opender Singh
d91e6735a7
lib@2.2.11
2020-07-02 11:19:48 +12:00
Opender Singh
85860ce031
Add unit testing to CLI, configurable Mocha reporter ( #2311 )
2020-06-30 09:54:12 +12:00
Gregory Schier
55be1de2bd
lib@2.2.10
2020-06-29 10:51:46 -07:00
Gregory Schier
85f4bf31be
Update packages from lib@2.2.9 publish
2020-06-25 15:50:39 -07:00
Opender Singh
1d10a42851
Upgrade husky and eslint ( #2306 )
...
* hopefully
* Update
* Update
* Fix
* Update
2020-06-19 05:48:09 +12:00
Gregory Schier
2800c9c9e7
lib@2.2.6
2020-05-20 20:15:22 -07:00
Gregory Schier
5252137f3c
lib@2.2.5
2020-05-20 20:14:45 -07:00
Opender Singh
dd085bd2d2
k4k8s - ingress document name must be unique ( #2164 )
...
* Ensure ingress documents and service have the same name
* Update readme
* ignore markdown during format...
* Address comments
* Update readme
2020-05-15 11:15:31 +12:00
Opender Singh
443d6df08d
Initial pass to combine eslint and prettier ( #2166 )
2020-05-15 10:54:07 +12:00
Opender Singh
011fa00535
Remove built files from source control and update bootstrap steps ( #2165 )
2020-05-15 08:57:03 +12:00
Opender Singh
29027c4d4a
Various k4k8s config gen bugs ( #2136 )
2020-05-15 08:27:43 +12:00
Mike Ellan
4f39486eb7
Storybook Sidebar Provisioning & WIP Implementation ( #2125 )
...
* Migrating dimensions, latest SVG, stubbing sidebar
* Revert "Migrating dimensions, latest SVG, stubbing sidebar"
This reverts commit 5014a68f52
.
* Revert "Revert "Migrating dimensions, latest SVG, stubbing sidebar""
This reverts commit 28c130c8d8
.
* Post merge bootstrap & build
* Linting
* Updating Story Heirarchy
* Migrating legacy tooltip component
* Reverting spacing integration into core dimensions
* Cleaning up comments, tweaking CSS var usage
* Removing static height
* Cleaning up static CSS values, re-organizing sliding panel, fixing search icon
* adding flow def for autobind in new SB instance
* PR feedback, removing new vars/updating markup
* Fixing lint > flow error on type
2020-05-14 14:00:29 -04:00
Opender Singh
70e66e9abf
Usage documentation for bundled plugins ( #2120 )
...
* Add ingress document and name docs
* Add usage readme
* Add documentation to each kong plugin
* DOCS
* DOCS
2020-05-13 09:22:55 +12:00
Opender Singh
8536da8e92
Prioritize plugins correctly if the same type of plugin exists at different levels in OAS ( #2132 )
2020-05-08 12:37:44 +12:00
Opender Singh
486f4b5881
Add plugin hub/npm hyperlink to plugin listing ( #2109 )
2020-05-03 15:46:02 +12:00
Gregory Schier
8276688758
lib@2.2.4
2020-05-01 20:40:27 -07:00
Gregory Schier
58fed78d06
Flatten insomnia-libcurl package ( #2081 )
...
* Remove unnecessary insomnia-libcurl package to flatter installation dirs
* Remove empty test folder
* Fix inlc mock
2020-04-29 12:59:46 -07:00
Gregory Schier
7de8246ff8
lib@2.2.2
2020-04-27 15:02:35 -07:00
Opender Singh
0e7b96c868
Add Swagger UI required prop ( #2062 )
2020-04-28 08:58:40 +12:00
Gregory Schier
c6a7c4d682
Initial designer merge
2020-04-26 13:33:39 -07:00