Cal-itp portfolio build/deploy is a standalone CLI#2059
Draft
jparr wants to merge 22 commits into
Draft
Conversation
add the required deploy to the site.yml
generated snapshots from old tool. copied logic. tested against snapshots
only tested against fixtures so far
Update builder.py
Update test_build_integration.py
refactor to pure functions for testability - less magic dont use dataframes. turn the dataframe into a python primitive first
handle errors in %%capture_parameters
Contributor
Author
|
needs README and cleanup as well as the accessibility check. |
c852fd9 to
a61488e
Compare
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.
Converted the portfolio build/deploy process into a standalone CLI as a workspace package. This means that it can be run from inside any portfolio project regardless of the location.
It is 'batteries included' and incorporates the magic
%%capture_parameters%%as well as the builder functions inshared_utils/portfolio_utilsref: #1876