-
Notifications
You must be signed in to change notification settings - Fork 3
[WIP] Improvements-2 #38
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
Open
cmeiklejohn
wants to merge
14
commits into
improvements
Choose a base branch
from
improvements-2
base: improvements
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
7423ddc
Add Dockerfile.
cmeiklejohn f832136
Handle possible environment variables from Docker container.
cmeiklejohn df6b2c3
Remove documentation requirements.
cmeiklejohn c71aab9
Remove throwing debug statement.
cmeiklejohn 03f56cd
Set code conditional on server mode.
cmeiklejohn 04d2eed
Clarify comment.
cmeiklejohn 80f8146
Ensure we have access to global.
cmeiklejohn f4e2e43
Add comment.
cmeiklejohn 5d1c4ea
Switch logging.
cmeiklejohn 8ffd5c7
Make sure routes are under /filibuster.
cmeiklejohn 2424f6b
Comment.
cmeiklejohn 30be0eb
Add API for supplying analysis file.
cmeiklejohn 51e056e
Don't read analysis file is provided by API.
cmeiklejohn 5100e06
Ensure we generate client specific errors on initial call not just te…
cmeiklejohn 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| FROM python:3.9 | ||
| WORKDIR /app | ||
| COPY . . | ||
| RUN make install | ||
| CMD ["/usr/local/bin/filibuster", "--server-only"] | ||
| EXPOSE 5005 |
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,6 +1,6 @@ | ||
| click>=7.1.2 | ||
| Flask==1.0.0 | ||
| requests | ||
| sphinx | ||
| sphinx-rtd-theme | ||
| myst-parser | ||
| Flask==2.0.0 | ||
| pytest | ||
| requests | ||
| Jinja2 | ||
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.