-
Notifications
You must be signed in to change notification settings - Fork 20
Metrics API test #408
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
Merged
Merged
Metrics API test #408
Conversation
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
for more information, see https://pre-commit.ci
👋 Thanks for opening this PR! The Cookbook will be automatically built with GitHub Actions. To see the status of your deployment, click below. |
jukent
added a commit
that referenced
this pull request
Mar 19, 2024
* Create automate-metrics.yaml * outline for automate-metrics.yaml * Create get-metrics.py * Update automate-metrics.yaml * Update automate-metrics.yaml * Create metrics.md * Update footer-menu.html with metrics * Update footer-menu.html * Update footer-menu.html with metrics * Delete portal/metrics.md * Create metrics.md * add json_extract to extensions * Update get-metrics.py to also write file * Update get-metrics.py with returned condition * Update automate-metrics.yaml * pre-commit * use os to access passed in keys * fix double quoted strings * add jsonextract to environment.yml * write metrics.md in a python file * rm from config * use env files * update comment * state with a table * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * rm table because it won't format and add to toc tree * add dispatch * starting metrics file, and - vs _ * pre-commit * fix write-metrics * Metrics API test (#408) * Create automate-metrics.yaml * outline for automate-metrics.yaml * Create get-metrics.py * Update automate-metrics.yaml * Update automate-metrics.yaml * Update footer-menu.html with metrics * Create metrics.md * add json_extract to extensions * Update get-metrics.py to also write file * Update get-metrics.py with returned condition * Update automate-metrics.yaml * pre-commit * use os to access passed in keys * fix double quoted strings * add jsonextract to environment.yml * write metrics.md in a python file * rm from config * use env files * update comment * state with a table * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * rm table because it won't format and add to toc tree * add dispatch * starting metrics file, and - vs _ * pre-commit * fix write-metrics --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * make a metrics folder for holding future graphs * missed a path herr * add metrics automation as a step before site building * rm automate-metrics schedule * Add last updated time to write-metrics * pre-commit * Update automate-metrics.yaml to use wget * Update automate-metrics.yaml * use curl * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update automate-metrics.yaml * Update automate-metrics.yaml fix file name * Update automate-metrics.yaml * Update automate-metrics.yaml * Update automate-metrics.yaml * Update get-metrics.py * Update get-metrics.py * Update automate-metrics.yaml * Update get-metrics.py * Update automate-metrics.yaml * Update get-metrics.py * Update get-metrics.py * Update get-metrics.py * Update get-metrics.py * Update get-metrics.py * Update get-metrics.py * Update get-metrics.py * Update get-metrics.py * Update get-metrics.py * Update get-metrics.py * Update get-metrics.py * Update get-metrics.py * Update get-metrics.py to build dict * Update automate-metrics.yaml * Update get-metrics.py * Update get-metrics.py * Update automate-metrics.yaml * Update get-metrics.py * Update get-metrics.py * Update get-metrics.py * Update get-metrics.py * Update automate-metrics.yaml * Update get-metrics.py * Update get-metrics.py * Update get-metrics.py * Update get-metrics.py * Update get-metrics.py * Update get-metrics.py * Update get-metrics.py * Update get-metrics.py * Update get-metrics.py * Update get-metrics.py * Update get-metrics.py * Update get-metrics.py * Update automate-metrics.yaml * Update write-metrics-md.py * Update get-metrics.py * Update automate-metrics.yaml * Update nightly-build.yaml * Update publish-site.yaml * Update trigger-preview.yaml * Update trigger-site-build.yaml * change from workflow_dispatch to workflow_call * Update get-metrics.py * Update get-metrics.py * add files to gitignore * add scripts for more plotting and nest automate-metrics better * print small portion of key * use pip * testing * testing * print stmts * more prints * don't save * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * try -u before python call * Try no quotes no $, move env files, combine pip * try printing in main * Update get-metrics.py * Update get-metrics.py * Update get-metrics.py * duplicate needs * try with linebreaks * try except * valueerror * change the error * import google * change print move imports * isolate to part that fails * working from main now * rm action from PR triggered workflow * oops re add jobs * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix file paths * fix filepaths * opps make it work on actions, not local again * save stale versions of images, image path to python files from root * fix lowercase and make metrics folder * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * format md table, add portal to top pages plot * Delete portal/metrics/bypage.png * add 3rd plot type and edit fontsizes etc * remove map for now * some comments --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
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.
Merging onto a branch of upstream for GH actions testing as determined in #319