Skip to content

Conversation

@labkey-jeckels
Copy link
Contributor

Rationale

We'd like insights into which web parts are being used and which can be deleted.

Changes

  • New webPartCounts metric, with each web part name as a child and its usage count as its value

labkey-jeckels and others added 29 commits November 4, 2024 11:30
* Issue 50861: Pass around properly encoded WebDav URLs

* Fix rename to names with special characters

Misc NAb-related fixes

* Test fixes

* Misc cleanup

* Fix FilesWebpartFileRootTest

* More consistent encoding, fix typo

* Remove debugger statement

* Revert to storing relative paths non-URI-encoded for file web parts

* Fix encoding of paths on client

* Simplify URI creation

* PageFlowUtil: better match browser encodeURI, encodeURIComponent

* Follow-up changes for encoding

* Retain PageFlowUtil.encode() implementation
- separate from expectation that it is "like" JavaScript encodeURIComponent()
- retain encoding single-quote in encodeURIComponent()

* File Browser: display decoded path for "WebDav URL"

* Touch (to initiate CI build)

---------

Co-authored-by: labkey-tchad <[email protected]>
Co-authored-by: labkey-nicka <[email protected]>
# Conflicts:
#	core/package-lock.json
#	core/package.json
#	experiment/package-lock.json
#	experiment/package.json
…e, label, or import alias (#6025)

- currently only supports name
- ParameterCurveFit to support constants for min and max asymptote
- Add Sigmoidal Logistic 3 Parameter curve fit
- StatsServiceImpl.TestCase update for 3PL curve fit and 4PL simplex fit
- Add curve fit stats for new API: residual sum of squares, root mean square error, R2, adjusted R2
…ociate fcs files with the wsp (#6074)

Add check to prevent possible NPE
@labkey-jeckels labkey-jeckels requested a review from a team November 22, 2024 02:15
new SqlSelector(getSchema(),
sql).forEach(rs -> {
counts.put(rs.getString("Name"), rs.getInt("C"));
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could use getValueMap(), but whatever

labkey-adam and others added 5 commits November 22, 2024 11:18
* Update to Manage "Participant" link and text on Manage Study page.
* Add 'Delete Participant' section. 
* Implement 'Delete' Action.
* Handle typeahead, dynamic combobox load, fix delete from ParticipantGroupMap. 
* Add 'View Participant Data' link.
* Error handling and log messages.
* Add audit log for deleting from ParticipantGroupMap table.

---------

Co-authored-by: Lum <[email protected]>
# Conflicts:
#	api/src/org/labkey/api/ApiModule.java
#	experiment/package-lock.json
#	experiment/package.json
@labkey-jeckels labkey-jeckels deleted the 24.11_fb_51727_webpartMetrics branch November 22, 2024 23:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants