Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release #618

Merged
merged 17 commits into from
Nov 21, 2023
Merged

Release #618

merged 17 commits into from
Nov 21, 2023

Commits on Nov 19, 2023

  1. Configuration menu
    Copy the full SHA
    dd0e6f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83f2174 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbd08af View commit details
    Browse the repository at this point in the history
  4. .gitignore updated

    michael-harper committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    9207b67 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b4a86a0 View commit details
    Browse the repository at this point in the history
  6. fixed linting issue

    michael-harper committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    89c0058 View commit details
    Browse the repository at this point in the history
  7. Billing pre-release (#605)

    * Bill 112 (#583)
    
    * START: add billing home page and data page
    
    * FIX: fixed style in the nav. Everythign but search bar
    
    * DONE: menu and billing pages done
    
    * REMOVE: remove redundant code
    
    * User Story 1.3: As a user, I want to sort costs by budget and by the percentage of budget used
    
    * First version of Current Billing Cost page.
    
    * Added dropdown to select grouping by Project, Topic or Dataset.
    
    * [BIL-39] User Story 2.3: As a user, I want to view costs in a time series with daily granularity in the billing dashboard (#588)
    
    * Added gcp-projects API to billing, new Billing CostByTime page
    
    * Updated StackedAreaByDateChart wiht more custom properties.
    
    * Bill 150 (#589)
    
    * API: add api changes to allow the get running cost query to filter using invoice month
    
    * IN PROGRESS: trying to cache the call to the seqr prop map API endpoint. UI cleaned up.
    
    * RM: console.log
    
    * Extended bq looks back time to 300 days as we do not have much loaded in the dev table. (#591)
    
    * REFACOR: move data loading logic into the main page to be used by all charts
    
    * DONE: data table on time view page complete
    
    * Added gcp-projects API to billing, new Billing CostByTime page
    
    * Updated StackedAreaByDateChart with more custom properties.
    
    * First version of Bar and Donut charts.
    
    * Upgrading babel / vulnerability.
    
    * Bil 242 - Hide billing pages when env variables aren't set (#600)
    
    * DONE: menu and billing pages done
    
    * REMOVE: remove redundant code
    
    * API: add api changes to allow the get running cost query to filter using invoice month
    
    * FIX: Dropdown to FieldSelector in BillingInvoiceMonthCost
    
    * FIX: all pages and navigation/links working
    
    * FIX: fixed all of the navigate() issues now all links work
    
    * IN PROGRESS: trying to cache the call to the seqr prop map API endpoint. UI cleaned up.
    
    * LINT: fix typing issues in API
    
    * RM: console.log
    
    * Extended bq looks back time to 300 days as we do not have much loaded in the dev table. (#591)
    
    * Billing cost by time data refactor (#592)
    
    * IN PROGRESS: data table on over time cost page
    
    * DONE: data table on time view page complete
    
    * UPDATE: frontend now checks if the the billing endpoint is returning an OK status or not. Hides billing pages on any failed (not 200) status
    
    ---------
    
    Co-authored-by: Milo Hyben <milo-hyben@users.noreply.github.com>
    
    * Added gcp-projects API to billing, new Billing CostByTime page
    
    * Updated StackedAreaByDateChart with more custom properties.
    
    * First version of Bar and Dount charts.
    
    * Upgrading babel / vulnerability.
    
    * Billing - show 24H table fields only to the current invoice month (#604)
    
    * Fixing last 24H billing calculations.
    
    * Limit Budget % and 24H to only latest month.
    
    * Pick only the latest monthly budget row per gcp_project.
    
    * Added Last 24H UTC day to the table header.
    
    * Removing unused job_config.
    
    * Fixing docker image building issues.
    
    * Getting gcp_project data from gcp_billing view instead of aggregated view. (#606)
    
    * Small fix to enable query cost by ar-guid, added example to API docs. (#611)
    
    ---------
    
    Co-authored-by: Sabrina Yan <9669990+violetbrina@users.noreply.github.com>
    milo-hyben and violetbrina authored Nov 19, 2023
    Configuration menu
    Copy the full SHA
    bdb637d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ebb5379 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    01c6139 View commit details
    Browse the repository at this point in the history
  2. added check for warning log in test_get_read_filenames_no_reads_pass …

    …as well as length of read_filenames. Also changed removed /venv in .gitignore file - probably best for a separate PR
    michael-harper committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    778585d View commit details
    Browse the repository at this point in the history
  3. removed unused imports

    michael-harper committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    d85ba2d View commit details
    Browse the repository at this point in the history
  4. Update scripts/parse_existing_cohort.py

    Co-authored-by: Vivian Bakiris <79084890+vivbak@users.noreply.github.com>
    michael-harper and vivbak authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    44779bc View commit details
    Browse the repository at this point in the history
  5. Update test/test_parse_existing_cohort.py

    Co-authored-by: Vivian Bakiris <79084890+vivbak@users.noreply.github.com>
    michael-harper and vivbak authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    9f0909c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2aec9dc View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'origin/update-existing-cohort-parser-wi…

    …th-skip-flag' into update-existing-cohort-parser-with-skip-flag
    michael-harper committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    20af8c6 View commit details
    Browse the repository at this point in the history
  8. fixed linting issue

    michael-harper committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    74b9031 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #616 from populationgenomics/update-existing-cohor…

    …t-parser-with-skip-flag
    
    Update existing cohort parser with warning flag
    vivbak authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    4422f3e View commit details
    Browse the repository at this point in the history