Closed arthurpitman closed 6 months ago
4 files - 1 258 suites - 125 23m 0s :stopwatch: - 23m 33s 1 904 tests + 2 1 903 :white_check_mark: + 2 1 :zzz: ±0 0 :x: ±0 1 984 runs - 78 1 983 :white_check_mark: - 78 1 :zzz: ±0 0 :x: ±0
Results for commit bb36dede. ± Comparison against base commit 19ed1688.
:recycle: This comment has been updated with latest results.
1 795 tests +4 1 795 :white_check_mark: +4 17s :stopwatch: ±0s 128 suites +1 0 :zzz: ±0 1 files ±0 0 :x: ±0
Results for commit bb36dede. ± Comparison against base commit 19ed1688.
:recycle: This comment has been updated with latest results.
@arthurpitman looks great so far :) one thing i've noticed is that json data doesn't seem to be formatted or "prettified" before persisting, hence the whole data appears in a single line.
@arthurpitman looks great so far :) one thing i've noticed is that json data doesn't seem to be formatted or "prettified" before persisting, hence the whole data appears in a single line.
That seems to be way dashboards and notebooks save their data. Do you think it is something we should consider doing for the user?
That seems to be way dashboards and notebooks save their data. Do you think it is something we should consider doing for the user?
good point, I thought we are doing that for other configs as well 🤔
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code
This PR adds support for downloading documents of type
dashboard
andnotebook
, placing these within in the project in folders of the same name.To use this feature, enable the feature flag by setting
MONACO_FEAT_DOCUMENTS
totrue