Commit 5e29b9f
chore(data-service): consolidate all op logging in a decorator COMPASS-6624 (#4271)
* chore(webpack-config): update babel to support latest decorators spec
* chore(data-service): refactor common op logic to decorator
* chore(data-service): isPromise -> isPromiseLike
Co-authored-by: Anna Henningsen <[email protected]>
* chore(data-serivce): next available log id
* chore: disable source maps and compact for istanbul transforms
both are resource expensive and cause coverage tasks to crash with OOM
* chore(e2e): update expected log message
---------
Co-authored-by: Anna Henningsen <[email protected]>1 parent 259fb95 commit 5e29b9f
File tree
47 files changed
+1702
-1938
lines changed- configs
- eslint-plugin-compass
- webpack-config-compass
- src
- packages
- compass-aggregations
- compass-app-stores
- compass-collection
- compass-components
- compass-connection-import-export
- compass-connections
- compass-crud
- compass-database
- compass-e2e-tests/tests
- compass-editor
- compass-explain-plan
- compass-export-to-language
- compass-field-store
- compass-find-in-page
- compass-home
- compass-import-export
- compass-indexes
- compass-instance
- compass-logging
- compass-maybe-protect-connection-string
- compass-query-bar
- compass-query-history
- compass-saved-aggregations-queries
- compass-schema-validation
- compass-schema
- compass-settings
- compass-shell
- compass-sidebar
- compass-utils
- compass-welcome
- connection-form
- data-service
- src
- test
- databases-collections-list
- databases-collections
- explain-plan-helper
- hadron-app-registry
- hadron-document
- ssh-tunnel
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
47 files changed
+1702
-1938
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
65 | 65 | | |
66 | | - | |
67 | | - | |
| 66 | + | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments