-
Notifications
You must be signed in to change notification settings - Fork 12
Orbit spring cleaning #90
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
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
2778fd5
orbit: hyperspace: do_bcrypt_hash: remove get parameter
charliemirabile 2599121
orbit: hyperspace: remove ability to perform bcrypt hash
charliemirabile c6ce16f
orbit: hyperspace: remove unused -e option
charliemirabile f0536e7
orbit: hyperspace: remove ability to query for session by token
charliemirabile d057efa
orbit: hyperspace: remove ability to query specific user
charliemirabile ee7d9fb
orbit: hyperspace: remove ability to create sessions
charliemirabile 957023f
orbit: hyperspace: remove ability to validate credentials
charliemirabile 409d7af
orbit: hyperspace: only print output on error for action commands
charliemirabile dc15d1e
orbit: hyperspace: reorder args to group session and user commands
charliemirabile e432468
orbit: hyperspace: improve help output when no action is specified
charliemirabile 9f11d30
orbit: hyperspace: improve need
charliemirabile ac5d7eb
orbit: radius: replace ad-hoc generation of tokens
charliemirabile aeb668c
orbit: radius: remove encode and decode helpers
charliemirabile 8b58352
orbit: radius: cgit: prefer bytes.decode over str constructor
charliemirabile ec901b5
orbit: radius: inline form welcome buttons
charliemirabile d756be7
orbit: radius: upgrade login form to function
charliemirabile 827541f
orbit: radius: inline register response
charliemirabile f9c3dfb
orbit: radius: inline form register
charliemirabile d83e5ef
orbit: radius: remove mk_table helper
charliemirabile da8ab4d
orbit: radius: remove unused str and repr functions
charliemirabile 7e0afe2
orbit: radius: rocket: remove unused properties
charliemirabile e8e0ca0
orbit: get dependencies from `apk` instead of `pip`
charliemirabile 025ac96
orbit: remove old files
charliemirabile 57f2e4a
orbit: Containerfile: set workdir and prefer relative paths
charliemirabile 0f3e606
orbit/submatrix: Containerfile: prefer array form of CMD instruction
charliemirabile 9d311d8
orbit: Containerfile: only `chown` files that orbit needs to write
charliemirabile c06da56
orbit: Copy from additional contexts directly into final stage
charliemirabile f1515af
orbit: Containerfile: put orbit code in `/usr/local/share`
charliemirabile 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 was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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,5 @@ | ||
| [uwsgi] | ||
| http = 0.0.0.0:9098 | ||
| chdir = /orbit | ||
| wsgi-file = radius.py | ||
|
|
||
| disable-logging | ||
|
|
||
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.