Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes various changes to improve the efficiency and functionality of different files within the
widgets
directory. The most important changes include modifying code in thetesting.html
file to load repositories and improve visibility into active connections, adding new functions to render charts in thechart.js
file, and modifying thelibrary.js
file to handle errors and return additional information.Main changes:
widgets/widgets/testing_widget/testing.html
: Modified code to load repositories and improve visibility into active connections. [1] [2] [3] [4] [5] [6] [7] [8]widgets/widgets/chart/chart.js
: Added new functionsrenderPieChart
andrenderTrendLine
to render charts.widgets/library.js
: Modified functions to handle errors and return additional information. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]Other changes:
widgets/widgets/hub/hub.html
: Modified code and text content. [1] [2] [3] [4]widgets/widgets/widget_2x1/widget_2x1.js
: Modified assignment of thealerts
variable.vss-extension-dev.json
: Updated version number of the extension.widgets/build-info/index.html
: Modified text content of an element.widgets/widgets/widget_1x1/widget_1x1.js
: Added new variables and modified assignment of properties. [1] [2]widgets/widgets/chart/chart.html