Skip to content

Commit 08c07eb

Browse files
Merge pull request #292 from oslabs-beta/master
Swell v0.7.0
2 parents 0b262f4 + 5a2e650 commit 08c07eb

File tree

198 files changed

+6633
-5892
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

198 files changed

+6633
-5892
lines changed

.travis.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
language: node_js
22
node_js:
3-
- '10.16.2'
3+
- 10.16.2
44
addons:
55
apt:
66
packages:
7-
- xvfb
7+
- xvfb
88
before_install:
9-
- export DISPLAY=':99.0'
10-
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
11-
cache: npm
9+
- export DISPLAY=':99.0'
10+
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
11+
cache: npm
12+
env:
13+
global:
14+
secure: LsdBvNbrRfEqUcwF0XW6pLzvAVlC8MFvLj1PpaGX2wrcWuDwLbfPl/KDfZBKoj4/abtM71NcjCRK5zUpeMVVG3o4vIQMxxEw+4SGyxpeo39SdE7NX+WC7sVoVfBkI+bWcjieQL26pgzFDFXZ0hkfhzrealRUvMsjmD7kvkv+mvWbmoQZC4A3MR3McPyj7++1mO9pC/l1sDQlJHxk6nrOA0S3fTdt85arbt1ThAsbDR4WZqvfhQ5Sd95VYyIVI35iWyUxx0Cgy3qTZH183LIu+w3Hgm/mSF9jAS1bXjHlDjeaAS5b3MerduTQztA9E0+mAoN9L5L2XDOdhSX1i1GM83DMKXM5kTnmIjqLecNCTreD/PuoThAm/52F6mDQ+0KIJNNFBLzV4KIJLokV/Y4M0pdoSmVSEpnGFYivQcb7U1+oXB84fT4NnA5nqv/65k7Wv8L7G0VNtJ03z1v8jbENMj+CFN3FQLKG7FgEEEMnNy//YNwPaF1REOiLJ02t02sy3XJHFl6crt6dWtXRxlhUDlMYmPaUNqmFsX/18bsPbuKp/1VID8wodpb88zLgRHwp+CudiZm2LLAgMhFY9/aDOYeGCwreRtN/S+jlxMHCD/U86U/N2l4joqvERIYDvY7UQVNy9AeyCFdqrzwGkgcWjnFA+BPKdIi2TEP5CtOEr2g=

README.md

Lines changed: 20 additions & 30 deletions

ReadMeGifs/Gifs/ConcurrentStreams.gif

437 KB

ReadMeGifs/Gifs/CopyToComposer.gif

331 KB

ReadMeGifs/Gifs/GQL-introspection.gif

345 KB

ReadMeGifs/Gifs/GRPCResponses.gif

1.18 MB

ReadMeGifs/Gifs/GraphQL.gif

3.95 MB

ReadMeGifs/Gifs/Http2Streams.gif

1.38 MB

ReadMeGifs/Gifs/Response History.gif

1.33 MB

ReadMeGifs/Gifs/RestRequests.gif

1.85 MB

ReadMeGifs/Gifs/SSE.gif

513 KB

ReadMeGifs/Gifs/SavedWorkspaces.gif

1.13 MB

ReadMeGifs/Gifs/WebSockets.gif

823 KB
-3.59 MB
Binary file not shown.

ReadMeGifs/Swell_API_3_SSE.gif

-3.7 MB
Binary file not shown.
Binary file not shown.
-3.59 MB
Binary file not shown.

ReadMeGifs/Swell_API_Collections.gif

-6.63 MB
Binary file not shown.
-11.4 MB
Binary file not shown.
-11 MB
Binary file not shown.

ReadMeGifs/Swell_API_SSE.gif

-3.84 MB
Binary file not shown.

ReadMeGifs/Swell_API_WebSockets.gif

-2.06 MB
Binary file not shown.

ReadMeGifs/Swell_API_gRPC.gif

-5.34 MB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

ReadMeGifs/introspection.gif

-6.34 MB
Binary file not shown.

ReadMeGifs/ui-showcase.gif

-5.95 MB
Binary file not shown.

__tests__/businessReducer.js

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,18 @@ describe("Business reducer", () => {
99
reqResArray: [],
1010
history: [],
1111
collections: [],
12-
warningMessage: "",
12+
warningMessage: {},
1313
newRequestFields: {
1414
protocol: "",
15+
restUrl: "http://",
16+
wsUrl: "ws://",
17+
gqlUrl: "https://",
18+
grpcUrl: "",
1519
url: "http://",
1620
method: "GET",
1721
graphQL: false,
1822
gRPC: false,
23+
network: "rest",
1924
},
2025
newRequestHeaders: {
2126
headersArr: [],
@@ -28,6 +33,7 @@ describe("Business reducer", () => {
2833
selectedPackage: null,
2934
selectedRequest: null,
3035
selectedService: null,
36+
selectedServiceObj: null,
3137
selectedStreamingType: null,
3238
initialQuery: null,
3339
queryArr: null,
@@ -43,12 +49,20 @@ describe("Business reducer", () => {
4349
bodyContent: "",
4450
bodyVariables: "",
4551
bodyType: "raw",
46-
rawType: "Text (text/plain)",
52+
rawType: "text/plain",
4753
JSONFormatted: true,
54+
bodyIsNew: false,
4855
},
4956
newRequestSSE: {
5057
isSSE: false,
5158
},
59+
introspectionData: { schemaSDL: null, clientSchema: null },
60+
dataPoints: {},
61+
currentResponse: {
62+
request: {
63+
network: "",
64+
},
65+
},
5266
};
5367
});
5468

__tests__/historyUnitTest.js

Lines changed: 0 additions & 124 deletions
This file was deleted.

0 commit comments

Comments
 (0)