Skip to content

Commit 961178e

Browse files
authored
Merge branch 'master' into master
2 parents 5c4fbbf + 96344aa commit 961178e

40 files changed

+3737
-271
lines changed

.github/issue_template.md

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
<!---
2+
Thanks for filing an issue 😄 ! Before you submit, please read the following:
3+
4+
Search open/closed issues before submitting since someone might have asked the same thing before!
5+
6+
Issues on GitHub are only related to problems of Swagger-Editor itself. We'll try to offer support
7+
here for your use case, but we can't offer help with projects that use Swagger-UI indirectly,
8+
like Springfox or swagger-node.
9+
10+
If your issue has to do with the right-hand side of the Editor, you're likely talking about
11+
Swagger-UI. Please file your issue there instead: https://github.com/swagger-api/swagger-ui/issues/new
12+
13+
Likewise, we can't accept features or bugs within the Swagger/OpenAPI specifications themselves,
14+
or anything that violates the specifications.
15+
16+
-->
17+
18+
<!--- Provide a general summary of the issue in the title above -->
19+
20+
21+
| Q | A
22+
| ----------------------------------- | -------
23+
| Bug or feature request? |
24+
| Which Swagger/OpenAPI version? |
25+
| Which Swagger-Editor version? |
26+
| How did you install Swagger-Editor? |
27+
| Which broswer & version? |
28+
| Which operating system? |
29+
30+
31+
### Demonstration API definition
32+
<!--- If you're describing a bug, please provide an API definition that reproduces your problem -->
33+
<!--- If you have link to a demo repo please link that! -->
34+
35+
<!--- If your spec is large, please put it into a Gist (https://gist.github.com) instead of pasting it here. -->
36+
37+
```yaml
38+
your: "API definition goes here"
39+
```
40+
41+
### Configuration (browser query string, constructor, config.yaml)
42+
<!--- If describing a bug, tell us what your configuration looks like -->
43+
44+
```js
45+
{
46+
"your": { "constructorConfig": "here" }
47+
}
48+
```
49+
50+
`?yourQueryStringConfig=here`
51+
52+
### Expected Behavior
53+
<!--- If you're describing a bug, tell us what should happen -->
54+
<!--- If you're suggesting a change/improvement, tell us how it should work -->
55+
56+
### Current Behavior
57+
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
58+
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
59+
60+
### Possible Solution
61+
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
62+
<!--- or ideas how to implement the addition or change -->
63+
64+
### Context
65+
<!--- How has this issue affected you? What are you trying to accomplish? -->
66+
<!--- Providing context helps us come up with a solution that is most useful in the real world -->

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ deploy:
1616
1717
skip_cleanup: true
1818
api_key:
19-
secure: "jFzdukXjNKiESkh/61VUNIYHavpovSKAoVHg4ConrpnYimkrjB13mTB2ZMWXdEbNyUxfI48dYBIlnKRZfwaJ5jZ/rtyQONKslE/SDV1EgEXaL1KPv1rB2mbC3U2YiXV/QuusnmNLdxu8iAqnVcJwuCUMAb11Toq9p2KmAc2Ty8g="
19+
secure: "Fh8+qozAjs8YxWYntPN/xO3UNpQ+avEzOz4ULzn5lEXbcQgV/v1/e6ABk06HZ9Go9rigYpR2LnxLfP7Tp6ZC4dFE9GR0ota5rkrXlCJi6QktDccyKEvai2cayDW/3nFv4A7yM1xWgTMlQP5cVfZVEWopscWKCIdnZ9QvhTW0TKY="
2020
on:
2121
tags: true
2222
repo: swagger-api/swagger-editor

dist/swagger-editor-bundle.js

Lines changed: 73 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/swagger-editor-bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/swagger-editor-standalone-preset.js

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/swagger-editor-standalone-preset.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/swagger-editor.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/swagger-editor.js

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/swagger-editor.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/validation.worker.js

Lines changed: 13 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)