CDD Vault Link changelog
v.next
- Molecules search: Remember the last search per vault and restore it when reopening the tab.
- Refactor: Extracted
runAsyncExport/runAsyncExportAsDfhelpers for the CDD async-export pattern; collapsed ~9 duplicated call sites acrossgetMoleculesAsync,getBatchesAsync,getProtocolsAsync,getCollectionsAsync,getSavedSearchResults,cDDVaultSearchAsync, andgetVaultStats. - Refactor: Extracted
createCddDfFromObjectscore;createMoleculesDfFromObjectsandcreateBatchesDfFromObjectsnow share one pipeline with endpoint-specific post-processing. - Fix:
paramsStringFromObjnow URL-encodes values viaURLSearchParams; previously unencoded values could silently malform requests. - Tab loading: Unified all tabs on a preview-then-"Load all" pattern. Initial open always shows the first 100 rows via the sync endpoint; if more exist, a ribbon appears with a "Load all" button that runs the async endpoint in the background and swaps the dataframe on completion. Removed the old
createCDDTableViewWithPreviewhelper. - API: Added sync
queryCollectionsandqueryBatcheswrappers to pair with their async counterparts. - Types: Added
molecule(parentMolecule) toBatch; addedregistration_type,registration_form,num_aromatic_rings,p_k_a_basic,bbb2_scoretoMolecule; madeMolecule.batchesoptional (absent when a Molecule is nested inside a Batch). - Added Batches tab to the CDD Vault app (preview + Load all, parent molecule id/smiles columns).
- Renamed search functions:
cDDVaultSearch2→cDDVaultSearch(now the canonical sync counterpart tocDDVaultSearchAsync, with apage_sizeparameter); the old 25-parametercDDVaultSearchmoved tocDDVaultSearch2.
1.1.0 (2026-03-16)
Bug fixes
- GROK-19523: AppTreeBrowser decorator: Fixed behavior, so it finds the app properly, fixed usages
1.0.5 (2025-12-24)
Bug fixes
- GROK-18964 CDD Vault: Cannot get statistics for vault DataGrok test vault: Failed to fetch
1.0.4 (2025-05-28)
- Some UI fixes
- Having only one view opened in a preview at once
1.0.3 (2025-05-22)
- Cache fixes
- Implemented routing
1.0.2 (2025-04-01)
- Added 'Protocols' and 'Collections' links to initial page
1.0.1 (2025-04-01)
- Fixed error when receiving empty result
1.0.0 (2025-04-01)
Integration with CDD Vault registration system.