Commit dbfc9e2
File tree
Expand file treeCollapse file tree
15 files changed
+359
-324
lines changedFilter options
- console/src
- components
- Common
- GqlCompatibilityWarning
- utils
- Error
- Services
- About
- ApiExplorer/ApiRequest
- Data
- RawSQL
- Schema
- TableModify
- TableRelationships
- utils
Expand file treeCollapse file tree
15 files changed
+359
-324
lines changed+4-1Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
| 4 | + |
4 | 5 |
|
5 | 6 |
|
6 | 7 |
|
| ||
29 | 30 |
|
30 | 31 |
|
31 | 32 |
|
32 |
| - |
| 33 | + |
| 34 | + |
| 35 | + |
33 | 36 |
|
34 | 37 |
|
35 | 38 |
|
|
console/src/components/Common/GqlCompatibilityWarning/GqlCompatibilityWarning.js
Copy file name to clipboardExpand all lines: console/src/components/Common/GqlCompatibilityWarning/GqlCompatibilityWarning.js+17-3Lines changed: 17 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
5 |
| - |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
6 | 14 |
|
7 |
| - |
| 15 | + |
| 16 | + |
| 17 | + |
8 | 18 |
|
9 |
| - |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
10 | 24 |
|
11 | 25 |
|
12 | 26 |
|
console/src/components/Common/utils/v1QueryUtils.js
Copy file name to clipboardExpand all lines: console/src/components/Common/utils/v1QueryUtils.js+11-10Lines changed: 11 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
1 | 12 |
|
2 | 13 |
|
3 | 14 |
|
| ||
39 | 50 |
|
40 | 51 |
|
41 | 52 |
|
42 |
| - |
43 |
| - |
44 |
| - |
45 |
| - |
46 |
| - |
47 |
| - |
48 |
| - |
49 |
| - |
50 |
| - |
51 |
| - |
|
console/src/components/Error/ErrorPage.scss
Copy file name to clipboardExpand all lines: console/src/components/Error/ErrorPage.scss+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
33 |
| - |
| 33 | + |
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
|
console/src/components/Services/About/About.js
Copy file name to clipboardExpand all lines: console/src/components/Services/About/About.js+32-19Lines changed: 32 additions & 19 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
4 |
| - |
| 4 | + |
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
| 9 | + |
| 10 | + |
| 11 | + |
9 | 12 |
|
10 | 13 |
|
11 | 14 |
|
| ||
32 | 35 |
|
33 | 36 |
|
34 | 37 |
|
35 |
| - |
36 |
| - |
37 |
| - |
38 |
| - |
39 |
| - |
40 |
| - |
41 |
| - |
42 |
| - |
43 |
| - |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
44 | 54 |
|
45 |
| - |
46 |
| - |
47 |
| - |
48 |
| - |
49 |
| - |
50 |
| - |
51 |
| - |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
52 | 60 |
|
| 61 | + |
| 62 | + |
| 63 | + |
53 | 64 |
|
54 | 65 |
|
55 | 66 |
|
| ||
165 | 176 |
|
166 | 177 |
|
167 | 178 |
|
168 |
| - |
169 |
| - |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
170 | 183 |
|
171 | 184 |
|
172 | 185 |
|
|
console/src/components/Services/ApiExplorer/ApiRequest/ApiRequest.js
Copy file name to clipboardExpand all lines: console/src/components/Services/ApiExplorer/ApiRequest/ApiRequest.js+18Lines changed: 18 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
| 36 | + |
36 | 37 |
|
37 | 38 |
|
38 | 39 |
|
| ||
90 | 91 |
|
91 | 92 |
|
92 | 93 |
|
| 94 | + |
93 | 95 |
|
94 | 96 |
|
95 | 97 |
|
| ||
104 | 106 |
|
105 | 107 |
|
106 | 108 |
|
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
107 | 125 |
|
108 | 126 |
|
109 | 127 |
|
|
console/src/components/Services/ApiExplorer/ApiRequest/utils.js
Copy file name to clipboardExpand all lines: console/src/components/Services/ApiExplorer/ApiRequest/utils.js+14-6Lines changed: 14 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
| 50 | + |
| 51 | + |
| 52 | + |
50 | 53 |
|
51 |
| - |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
52 | 58 |
|
53 | 59 |
|
54 |
| - |
55 |
| - |
| 60 | + |
| 61 | + |
| 62 | + |
56 | 63 |
|
57 |
| - |
58 |
| - |
| 64 | + |
| 65 | + |
| 66 | + |
59 | 67 |
|
60 | 68 |
|
61 |
| - |
| 69 | + |
62 | 70 |
|
63 | 71 |
|
64 | 72 |
|
|
console/src/components/Services/Data/DataPageContainer.js
Copy file name to clipboardExpand all lines: console/src/components/Services/Data/DataPageContainer.js+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| 8 | + |
8 | 9 |
|
9 | 10 |
|
10 | 11 |
|
| ||
77 | 78 |
|
78 | 79 |
|
79 | 80 |
|
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
80 | 85 |
|
81 | 86 |
|
82 | 87 |
|
|
console/src/components/Services/Data/DataSubSidebar.js
Copy file name to clipboardExpand all lines: console/src/components/Services/Data/DataSubSidebar.js+4-11Lines changed: 4 additions & 11 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
7 | 6 |
|
8 | 7 |
|
9 | 8 |
|
| ||
107 | 106 |
|
108 | 107 |
|
109 | 108 |
|
110 |
| - |
111 |
| - |
112 |
| - |
113 |
| - |
114 |
| - |
115 |
| - |
116 |
| - |
117 |
| - |
118 |
| - |
119 | 109 |
|
120 | 110 |
|
121 | 111 |
|
| ||
135 | 125 |
|
136 | 126 |
|
137 | 127 |
|
138 |
| - |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
139 | 132 |
|
140 | 133 |
|
141 | 134 |
|
|
console/src/components/Services/Data/RawSQL/RawSQL.js
Copy file name to clipboardExpand all lines: console/src/components/Services/Data/RawSQL/RawSQL.js+33-3Lines changed: 33 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
| ||
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
43 | 69 |
|
44 | 70 |
|
45 | 71 |
|
| ||
252 | 278 |
|
253 | 279 |
|
254 | 280 |
|
255 |
| - |
| 281 | + |
| 282 | + |
| 283 | + |
256 | 284 |
|
257 | 285 |
|
258 | 286 |
|
| ||
474 | 502 |
|
475 | 503 |
|
476 | 504 |
|
477 |
| - |
| 505 | + |
| 506 | + |
| 507 | + |
478 | 508 |
|
479 | 509 |
|
480 | 510 |
|
|
0 commit comments