-
Notifications
You must be signed in to change notification settings - Fork 108
Burr Release Scripts #609
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
Burr Release Scripts #609
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
c14c0ce
Adds apache header for terraform template file
de14ed1
Adds licenses to svg, .rat-exclude
20f7790
Adds README with direction on what is/isn't script
e4553d7
Updates the table for source artifacts
db71fe9
Rewrites release script
8da6311
WIP
f3521b7
Adds verification step
873bf68
rolls back version change
ee0fdd7
Updates README
14e16bf
Removes old scripts
7fc1950
Removes hardcoded burr version for rat excludes
071e92e
README + script upgrades
472d6a3
Added licenses to a few files, added mujltiple to .rat-ignore
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| # Python marker file | ||
| .*py\.typed | ||
|
|
||
| # JSON Lines data files | ||
| .*\.jsonl | ||
|
|
||
| # Git and version control config | ||
| \.gitignore | ||
| \.gitmodules | ||
| \.rat-excludes | ||
|
|
||
| # Jupyter notebooks (JSON format, cannot practically add headers) | ||
| .*\.ipynb | ||
|
|
||
| # Data files (CSV - not source code) | ||
| .*\.csv | ||
|
|
||
| # Text files (documentation/data files, not source code) | ||
| .*\.txt | ||
|
|
||
| # Build and tool config files | ||
| .*\.bat | ||
| robots\.txt | ||
|
|
||
| # Examples pattern (legacy - keeping for compatibility) | ||
| apache_burr-.*/burr/examples | ||
19 changes: 18 additions & 1 deletion
19
burr/tracking/server/s3/deployment/terraform/templates/ecs/burr_app.json.tpl
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.
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.
probably want requirements.txt here too?