Da/actions - #2068
Draft
DianaAliabieva wants to merge 14 commits into
Draft
Da/actions#2068DianaAliabieva wants to merge 14 commits into
DianaAliabieva wants to merge 14 commits into
Conversation
… API response Only bump item last_modified when a version is actually minted Add some testing and handling of millisecond edge cases when rehydrating date from db Refactor UTC handler into separate function Update relevant table tests to include new column Tidy up comments Remove misleading comment (cherry picked from commit e9c7f6b)
(cherry picked from commit b338055)
Reintroduce chemform (cherry picked from commit d236324)
…e preferences so new columns default to shown (cherry picked from commit 2b8f5aa)
(cherry picked from commit 009c154)
(cherry picked from commit fe9666c)
(cherry picked from commit b041e54)
…tatable # Conflicts: # pydatalab/src/pydatalab/routes/v0_1/items.py # webapp/src/components/CollectionInformation.vue # webapp/src/components/DynamicDataTable.vue
…atalab-org#1914) Adapts the clear-filters column/button to the new columns-driven filter setup from datalab-org#1914: extracts default-filters construction into getDefaultFilters() so it can be reused both on created() and when clearing, adds hasActiveFilters, and updates the 4 component tests for the extra header column.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## bc/refactor-dynamicdatatable #2068 +/- ##
================================================================
+ Coverage 80.27% 80.50% +0.22%
================================================================
Files 83 84 +1
Lines 7616 7909 +293
================================================================
+ Hits 6114 6367 +253
- Misses 1502 1542 +40 🚀 New features to boost your workflow:
|
DianaAliabieva
marked this pull request as draft
September 1, 2026 10:09
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Here is the "new"column with actions. If there is more than 3 action you will have a list of others actions in a drop-diwn list.
(for no the data there was a random one).
All actions works according to the code.