This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
forked from HHS/simpler-grants-gov
-
Notifications
You must be signed in to change notification settings - Fork 0
Add make sprint-data-import and issue-data-import to import github sprint and issue data to database #84
Merged
Merged
Add make sprint-data-import and issue-data-import to import github sprint and issue data to database #84
Changes from 10 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
a0f8f3f
initial commands
aplybeah 4a8a832
update export cmd
aplybeah 81f480c
update cli command to accept files
aplybeah b17fda9
Merge branch 'main' into import-sprint-data
aplybeah a26de2c
lint
aplybeah 1d5bce6
linting again
aplybeah 2f9d957
update pyproject; cli and settings to create working connection
aplybeah 4663874
remove unused
aplybeah 3d1f2c2
Merge branch 'main' into import-sprint-data
aplybeah 7c415ee
reenable validator checks to appease testing; update analytics packag…
aplybeah b4db830
skip e2e tests that require slack auth
aplybeah b2dfe45
lint
aplybeah bc4553f
match naming conventions;add import app
aplybeah 09667a0
add sprint board data
aplybeah 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 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 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⭐⭐⭐ (must change before approval) The makefile command says db-import whereas the python command is db-export. You'll want to pick one or the other. I'm thinking import?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm also thinking
import
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update with import. Please also create a separate import app: