Commit d0f5642
COMPASS-98 react convert collection (#593)
* COMPASS-98 added query bar to schema
* COMPASS-98 added collection component
* COMPASS-98 added query bar to CRUD and Explain
* COMPASS-98 cleaned up collection package
* COMPASS-98 fixing index
* COMPASS-98 add options to QueryStore and add QueryChangedStore (#590)
* COMPASS-98 add options to QueryStore and add QueryChangedStore
* fix typo
* comments
* pass all other query options to QueryChangedStore. (#592)
* COMPASS-98 listening to namespace for crud and indexes init
* COMPASS-98 crud, schema and explain listens to query changes + removed x from schema action/store files
* COMPASS-98 added fix to Explain plan not resetting on collection change
* COMPASS-98 tests working and schema sample bug fixed
* COMPASS-98 CRUD and explain working
* COMPASS-98 switching between collection and db view
* COMPASS-98 set name of collection
* COMPASS-98 document & indexes loading on mount
* COMPASS-98 made no difference on styling :(
* COMPASS-98 removed hanging console.log
* COMPASS-98 a slightly safer way of preventing double resets for crud
* Header repositioning fix
* COMPASS-98 fix bug where minicharts don’t rerender...
...when updating namespace and schema view was active.
* COMPASS-98 fix bug where minicharts don’t rerender...
...when updating namespace and schema view was active.
cherry-picking deb2133
* fix linter issue.
* fix linter issue.
* COMPASS-98 minor changes to remove comments
* COMPASS-98 removed unused files
* COMPASS-98 removed useless flexbox-fixed class
* using collection 'store' method instead
* removed debugs
* full namespace as title instead of just collection name
* COMPASS-98 adding id to tabs
* 5 passing functional tests!
* splitting functional test of query refine and apply
* supporting more test cases!
* COMPASS-98 most functional tests working
* added extra margin top to show the create button
* skip reset test instead of commenting out.1 parent 241a4f2 commit d0f5642
File tree
35 files changed
+660
-454
lines changed- src
- app/home
- internal-packages
- app
- lib
- components
- stores
- styles
- collection
- lib/components
- styles
- crud/lib
- component
- store
- database/styles
- explain
- lib
- components
- stores
- styles
- indexes/lib
- component
- store
- query
- lib
- component
- store
- schema/lib
- action
- component
- store
- test
- support
35 files changed
+660
-454
lines changedThis file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
19 | 44 | | |
20 | 45 | | |
21 | 46 | | |
| |||
184 | 209 | | |
185 | 210 | | |
186 | 211 | | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | 212 | | |
209 | 213 | | |
210 | 214 | | |
211 | 215 | | |
212 | 216 | | |
213 | 217 | | |
214 | 218 | | |
215 | | - | |
216 | | - | |
| 219 | + | |
| 220 | + | |
217 | 221 | | |
218 | | - | |
| 222 | + | |
219 | 223 | | |
220 | | - | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
221 | 227 | | |
222 | 228 | | |
223 | 229 | | |
| |||
0 commit comments