-
Notifications
You must be signed in to change notification settings - Fork 2
1.9.0 #253
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
1.9.0 #253
Changes from all commits
Commits
Show all changes
78 commits
Select commit
Hold shift + click to select a range
ac99f12
initial streamlit app
digitalghost-dev 4254812
uv init
digitalghost-dev f047681
adding paths to ignore
digitalghost-dev c53c725
pinning all dependencies
digitalghost-dev 4339a9a
updating version numbers
digitalghost-dev 03253c8
adding `country_codes`, `standings`, and ` tournaments` sources (#247)
digitalghost-dev 347df7d
replacing `st-supabase-connection` with official `supabase` library (…
digitalghost-dev 57c0613
initial `selectbox` and `dataframe` layout (#249)
digitalghost-dev 6034fe1
adding header (#249)
digitalghost-dev cadb7ea
Merge branch 'main' into 1.9.0
digitalghost-dev 8a8fa44
adding initial tournament metrics layout (#249)
digitalghost-dev dd6e392
adding flag representing tournament location, updating standings data…
digitalghost-dev 4bdab47
adding winning deck column and event logo (#249)
digitalghost-dev 8a92b02
adding paths to ignore
digitalghost-dev 1bd03e1
adding additional columns
digitalghost-dev ab60c3f
adding map of all events during current season (#249)
digitalghost-dev ee8b2f2
splitting into two tabs (#249)
digitalghost-dev 686c548
splitting into two tabs (#249)
digitalghost-dev 7e121c5
adding box plot (#249)
digitalghost-dev 7755f97
moving player country stats into a class for better organization (#249)
digitalghost-dev 484c7fe
moving raw standings section to class (#249)
digitalghost-dev 5445dab
applying ruff formatting
digitalghost-dev e7f8117
adding initial deck stats section (#249)
digitalghost-dev 47d8b4c
updating deck stats section (#249)
digitalghost-dev a5c0464
adding tournament locations section to a class (#249)
digitalghost-dev 32424bc
moving to styling for shared list designs (#252)
digitalghost-dev 08fe34c
adding main entry point for `tcg` command (#247)
digitalghost-dev 70b18a0
update card package to reference `item` and `itemDelegate` from styli…
digitalghost-dev 9e2aedc
initial tournament list page (#247)
digitalghost-dev 6b0c484
initial dashboard/tabs page (#247)
digitalghost-dev 05be4ea
increasing list height (#247)
digitalghost-dev e7707fb
initial entry point for `tcg` command (#247)
digitalghost-dev 768960c
updating comments
digitalghost-dev ef50694
adding option to return back to previous screen (#247)
digitalghost-dev 25d0e2e
fixing naming conventions and typos (#247)
digitalghost-dev f2c6485
fixing `Exported function with the unexported return type` warning (#…
digitalghost-dev 7cbac74
adding countries as first content in the lipgloss tab screen (#247)
digitalghost-dev 653be13
updating tests
digitalghost-dev 342c674
initial overview tab content (#247)
digitalghost-dev 13af63e
moving tab content to own files (#247)
digitalghost-dev fdd0c0b
updating tests
digitalghost-dev e8fa71b
renaming files (#247)
digitalghost-dev 2d64227
splitting tab content into separate files (#247)
digitalghost-dev f9e56e6
protecting against division by 0 (#247)
digitalghost-dev aefec4c
store structured tournament data instead of parsing display string (#…
digitalghost-dev 73bfcaf
updating function references (#247)
digitalghost-dev cf311ac
sorting tournaments in descending order (#247)
digitalghost-dev 8129cba
guarantee at least 1 block for any non-zero count (#247)
digitalghost-dev 0e54566
adding 2 columns for standings table (#247)
digitalghost-dev c031a06
updating function names (#247)
digitalghost-dev 3a7d3bf
updating tests
digitalghost-dev ece7a6b
initial standings tab content (#247)
digitalghost-dev 17c0118
moving bar chart for countries and decks to own file (#247)
digitalghost-dev 9f9e529
moving list designs to `styling` package (#252)
digitalghost-dev 1bca58b
replace global `supabaseConn` with dependency injection (#247)
digitalghost-dev 76e623b
updating tests
digitalghost-dev 456cc0f
adding golden files to test `tcg` command output (#247)
digitalghost-dev a53d25d
extract `runTcgLoop` to enable unit testing of loop logic (#247)
digitalghost-dev d26422a
containerizing Streamlit app (#249)
digitalghost-dev 11d061b
adding `standings` table as a source
digitalghost-dev 805c1b6
fixing `golangci-lint` errors
digitalghost-dev f3f872a
updating tests
digitalghost-dev 201875e
adding `--web` flag to `tcg` command (#249)
digitalghost-dev 2fa4eca
adding entry point for `tcg` command (#247)
digitalghost-dev 6ed281f
adding `COPY` step for `.config` file (#249)
digitalghost-dev f78a53f
updating link to Streamlit app (#249)
digitalghost-dev 57741c2
applying `go fmt` changes
digitalghost-dev 1a752b4
fixing `golangci-lint` errors
digitalghost-dev 60b96d6
printing out warning if current environment can't open a browser (#249)
digitalghost-dev 21bd085
updating version number
digitalghost-dev ebbbf02
fixing `gosec` error
digitalghost-dev 0cc3a08
updating demo gifs to use CloudFront cdn links
digitalghost-dev 6acc673
updating roadmap
digitalghost-dev d98983c
updating dependencies
digitalghost-dev 5cc734b
fixing `pyrefly` issues
digitalghost-dev 95ef484
guarding against non-ASCII ISO codes (#247)
digitalghost-dev 50f19a4
adding description (#249)
digitalghost-dev 144f679
pinning to specific version
digitalghost-dev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| name: 'poke_cli_dbt' | ||
| version: '1.8.11' | ||
| version: '1.9.0' | ||
|
|
||
| profile: 'poke_cli_dbt' | ||
|
|
||
|
|
||
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.