-
Notifications
You must be signed in to change notification settings - Fork 22
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
[Issue #2481] Add new GitHub export #2539
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
2db7d34
test: Enables slack integration tests to run with flag
widal001 a85a342
feat: Adds new analytics/dataset IssueMetadata
widal001 e3928c6
test: Adds tests for datasets/issues.py
widal001 faae26c
feat: Adds GitHubIssues as subtype of BaseDataset
widal001 cba3e7b
refactor: Makes github.py a sub-package
widal001 ebfbc8b
feat: Adds new export functions for GitHub data
widal001 5db64d8
feat: Adds BaseDataset.to_json()
widal001 dd6558d
fix: Handles validation errors
widal001 7de6c6f
fix: NaN values in output of BaseDataset.to_dict()
widal001 4254fab
feat: Adds a new `export gh_delivery_data` entry point
widal001 0b149d9
Merge branch 'main' into issue-2481-add-new-github-export
widal001 1f2ce9f
ci: Fix mypy failure
widal001 6dadaba
build(analytics): Adds jq to Dockerfile
widal001 8dd8ffa
feat(analytics): Adds `make delivery-data-export` command
widal001 5e3a832
Merge branch 'main' into issue-2481-add-new-github-export
widal001 5128b06
feat(analytics): Adds `BaseDataset.from_json()` method
widal001 3c2aa06
refactor(analytics): Updates export_json_to_database
widal001 553456b
docs(analytics): Added TODO for GitHub graphql API
widal001 c387e5c
Merge branch 'main' into issue-2481-add-new-github-export
widal001 90c6b03
feat: Adds `delivery-data-export` to `gh-data-export` target
widal001 3729a0f
Merge branch 'main' into issue-2481-add-new-github-export
widal001 9f8852a
fix(analytics): Extra space in Makefile variable
widal001 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
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
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.
Do we want this running in AWS?
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.
Not yet! I'll think want to finish some subset of the following tickets:
/analytics
codebaseThen I'll create a separate ticket for which commands to run in AWS and tag you on it @coilysiren