Closed arthurpitman closed 5 months ago
4 files ±0 264 suites ±0 19m 59s :stopwatch: - 7m 25s 1 963 tests +1 1 962 :white_check_mark: +2 1 :zzz: ±0 0 :x: - 1 2 051 runs +1 2 050 :white_check_mark: +2 1 :zzz: ±0 0 :x: - 1
Results for commit 335a86c6. ± Comparison against base commit d4fbb883.
:recycle: This comment has been updated with latest results.
1 853 tests +1 1 853 :white_check_mark: +1 27s :stopwatch: -1s 131 suites ±0 0 :zzz: ±0 1 files ±0 0 :x: ±0
Results for commit 00fa2a50. ± Comparison against base commit d4fbb883.
:recycle: This comment has been updated with latest results.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code
This PR adds the
private
field to document types to allow a document to be explicitly made private (not visible to other users) rather than public (which is the default).This PR also makes a breaking change for specifying the type of document, now renaming this to
kind
, which can still be set to eitherdashboard-document
ornotebook-document
. This should be less confusing than havingtype
used twice.For example a private dashboard would have the following config type: