Javier Mendiara Cañardo
2de7b957df
gitignore all npm-debug logs
...
Lot of npm-debugs files can be generated in devs computers, each one with a number suffix
ex:
```sh
npm-debug.log.213131231
npm-debug.log.213131231
npm-debug.log.213131231
```
Adding a wildcard prevents for accidental commits
_Official and default .gitignore for node in github.com: https://github.com/github/gitignore/blob/master/Node.gitignore#L4_
2017-05-09 15:14:14 +02:00
shockey
a068f78252
Merge pull request #3043 from shockey/v/3.0.9
...
v3.0.9
2017-05-05 20:04:54 -07:00
Kyle Shockey
933da1e93a
Dist rebuild
2017-05-05 19:56:41 -07:00
Kyle Shockey
3c1a1780a6
v3.0.9 as declared version
2017-05-05 19:51:46 -07:00
Ron
bf1bc120fe
Merge pull request #3039 from bodnia/config-readme
...
Readme for Topbar plugin, Configs plugin
2017-05-05 14:54:39 -07:00
Ron
fce31afa6c
Merge branch 'master' into config-readme
2017-05-05 14:41:46 -07:00
Anna
b73063578c
Merge pull request #3040 from bodnia/config-plugin-enable
...
enable configs plugin by default
2017-05-05 17:57:22 +03:00
Anna Bodnia
cbd74b0c67
enable configs plugin by default
2017-05-05 17:50:22 +03:00
Anna Bodnia
8e80ca9583
Readme for Topbar plugin, Configs plugin
2017-05-05 17:45:40 +03:00
shockey
3ef50589e9
Merge pull request #3029 from shockey/rebuild
...
Rebuild dist
2017-05-04 11:09:39 -07:00
Kyle Shockey
1d146394f3
Rebuild dist
2017-05-04 10:57:42 -07:00
shockey
e91573af39
Merge pull request #3017 from Minasokoni/searchbar-fix
...
preventDefault the searchbar
2017-05-04 10:42:38 -07:00
shockey
2cc3e3c2d6
Merge branch 'master' into searchbar-fix
2017-05-04 10:29:14 -07:00
Anna
af7a99e901
Merge pull request #3026 from bodnia/fix-2841
...
fixes #2841
2017-05-04 17:37:38 +03:00
Anna Bodnia
7e1eb4e9a7
fix #2841
2017-05-04 17:18:47 +03:00
Anna
4f0cf53401
Merge pull request #2949 from stefangr/fix_oauth2_scope_checkbox_uniqueness
...
Make the oauth2 scope checkbox id more unique.
2017-05-04 11:01:13 +03:00
Stefan Grootscholten
073eff4e10
Make the checkbox id more unique.
...
If the swagger.json defines more than one oauth2 Security scheme with
matching scopes, the id of the scope checkboxes were not unique.
As a result the scope for a second security scheme could not be
selected.
By adding the security scheme name to the id, it becomes more unique.
2017-05-04 09:39:22 +02:00
Robert Barnwell
cd7007d557
Merge branch 'master' into searchbar-fix
2017-05-03 14:17:32 -07:00
shockey
b76dcc2d4a
Merge pull request #3018 from shockey/bug/3016-window-guard
...
Version stamping updates
2017-05-02 12:43:13 -07:00
Kyle Shockey
b2af309cd5
Rebuild dist
2017-05-02 12:24:09 -07:00
Kyle Shockey
7296a054c4
Fix #3016
2017-05-02 12:15:17 -07:00
Minasokoni
6b5063ead1
Merge branch 'searchbar-fix' of github.com:Minasokoni/swagger-ui into searchbar-fix
2017-05-02 11:02:24 -07:00
Minasokoni
018491b4a7
removed semicolon
2017-05-02 11:02:14 -07:00
Robert Barnwell
74b4a3d598
Merge branch 'master' into searchbar-fix
2017-05-02 10:40:31 -07:00
Minasokoni
51b04b3a26
preventDefault the form
2017-05-02 10:38:35 -07:00
shockey
f14d8067c4
Merge pull request #3005 from shockey/v/3.0.8
...
v/3.0.8
2017-04-28 19:55:24 -07:00
Kyle Shockey
c08f3c230b
v3.0.8 ( fixes #2923 #2889 )
2017-04-28 19:51:37 -07:00
Kyle Shockey
96f4b65dfa
Rebuild dist
2017-04-28 19:40:39 -07:00
Kyle Shockey
69fd57f17f
Increment swagger-client version
2017-04-28 18:43:24 -07:00
shockey
f85fdb7835
Merge pull request #3004 from shockey/ft/3003-version-info
...
Add global variable that exposes UI version
2017-04-28 10:46:27 -07:00
Kyle Shockey
15d43886a3
Attach information to version object
2017-04-28 10:41:47 -07:00
Kyle Shockey
0e62d920e8
Merge branch 'master' of github.com:swagger-api/swagger-ui into ft/3003-version-info
2017-04-28 10:29:06 -07:00
Kyle Shockey
b6c3f91127
Fix #3003
2017-04-28 10:06:43 -07:00
shockey
11e9bbfdbb
Merge pull request #2958 from swagger-api/feature/older-react
...
Remove object-assign
2017-04-28 09:38:51 -07:00
shockey
d2c3078a79
Merge branch 'master' into feature/older-react
2017-04-28 09:21:15 -07:00
shockey
dd11740359
Merge pull request #3002 from Minasokoni/searchbar-update
...
Updated searchbar sizing and added onSubmit func
2017-04-28 09:06:48 -07:00
Robert Barnwell
8a1e447f0f
Merge branch 'master' into searchbar-update
2017-04-28 08:39:16 -07:00
Minasokoni
ca808e9d18
updated searchbar sizing
2017-04-28 08:36:32 -07:00
Josh Ponelat
f5e89dc02e
build
2017-04-28 11:19:39 +02:00
Josh Ponelat
2cff912261
remove object-assign dep ( which was missing from package.json )
2017-04-28 11:17:59 +02:00
shockey
5a5a4d016b
Merge pull request #2997 from shockey/Minasokoni-container-name-change
...
Changed main container className
2017-04-27 20:12:47 -07:00
Kyle Shockey
f1f912a46f
Merge branch 'master' of github.com:swagger-api/swagger-ui into Minasokoni-container-name-change
2017-04-27 20:04:52 -07:00
Kyle Shockey
518e2ec732
Merge branch 'master' into Minasokoni-container-name-change
2017-04-27 19:57:29 -07:00
Anna
862301e6df
Merge pull request #2993 from bodnia/fix-2870
...
fix #2870
2017-04-27 19:14:16 +02:00
Anna Bodnia
374ac9cbbb
fix #2870
2017-04-27 20:09:05 +03:00
Kyle Shockey
7d87c9d680
Fix typo in container classname
2017-04-27 09:09:09 -07:00
Kyle Shockey
78336e99aa
Merge branch 'container-name-change' of https://github.com/Minasokoni/swagger-ui into Minasokoni-container-name-change
2017-04-27 09:08:55 -07:00
Anna
a7c90e2d77
Merge pull request #2992 from bodnia/fix-2844
...
#2844 fix accessCode flow
2017-04-27 18:06:12 +02:00
Anna Bodnia
87a23c7c9e
fix eslint errors
2017-04-27 19:01:27 +03:00
Anna Bodnia
d013e7a05c
#2844 fix accessCode flow
2017-04-27 18:55:25 +03:00