merge develop into pbs 26.13#11796
Closed
sh-andriy wants to merge 11 commits into
Closed
Conversation
Improve management command
…nce#11774) * fix: migrate_osfmetrics_fix_6to8 make sure all items get a recent monthly usage report with cumulative counts up to this point -- previous data migration incorrectly assumed monthly usage reports were either complete or completely missing - restore some previously-removed elastic6 config and dsl types in osf.metrics.es6_metrics - change django-elasticsearch-metrics dependency to a version with elastic6 support added back in - add migrate_osfmetrics_fix_6to8 management command - shows diagnostic counts from es6 and es8 (unless --no-counts) - starts a task for each item with any past usage to add a usage report for 2026-05 with accurate cumulative view/download counts - allow running via osf-admin web ui * add es6 back to github actions * fix: orderable YearMonth * more correct counts * loggable error on non-existant osfid * more accurate comparison count * move usage report epoch to setting * finding anomalies... * further inspecting anomalies... * fix up whoopsies * better handle preprint osfids * fix some older usage reports too * use date_histogram to skip empty months * remove debugging
26.13.0 - add migrate_osfmetrics_fix_6to8 command to correct monthly usage reports - temporarily re-add elasticsearch6 and some es6-based osf-metrics models
…ce/feature/pbs-26-9 [ENG-11560] PBS-26-9 Feature Release PR
Contributor
Author
|
Decided to use different approach with @cslzchen FYI |
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.
Ticket
Purpose
Changes
Side Effects
QE Notes
CE Notes
Documentation