-
Notifications
You must be signed in to change notification settings - Fork 397
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
Allow proxy through master #427
Open
rrusso1982
wants to merge
28
commits into
jhuckaby:master
Choose a base branch
from
rrusso1982:rrusso1982/port_selection
base: master
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
28 commits
Select commit
Hold shift + click to select a range
0483ac8
adding settings that will allow direct control over the protocols and…
9a7ebd7
update version number
18dc7f8
add example config
fa2b80c
fix proto string
148fec2
implement pull through proxy
948bde4
update deps
61c1daa
fix tail size
889085e
fix function name
da1307a
debug url
91f8be7
fix url
52e5fa8
debug
d3b416c
change proxy config
eab75f0
change config
8e51960
add port and proto
0b416d3
update example config
05fe9fe
remove extra uri
1a6a2bc
fix api uri
d64c56e
fix var name
9425a44
add slave lookup
70c2751
find slave
75f7fa7
update function call
d4546d2
update job
b72d1cd
use self for params
e542740
merge params
ed2ea5b
fix jopb params
fdcc6f0
set poll interval config
ea39f54
fix api name
6fcfed1
prevent duplicate log lines
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "Cronicle", | ||
"version": "0.8.62", | ||
"version": "0.8.63", | ||
"description": "A simple, distributed task scheduler and runner with a web based UI.", | ||
"author": "Joseph Huckaby <[email protected]>", | ||
"homepage": "https://github.com/jhuckaby/Cronicle", | ||
|
@@ -55,7 +55,8 @@ | |
"pixl-server-storage": "^2.0.10", | ||
"pixl-server-web": "^1.1.7", | ||
"pixl-server-api": "^1.0.2", | ||
"pixl-server-user": "^1.0.9" | ||
"pixl-server-user": "^1.0.9", | ||
"read-last-lines": "^1.8.0" | ||
}, | ||
"devDependencies": { | ||
"pixl-unit": "^1.0.10" | ||
|
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
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.
Thanks for implementing this, really appreciate it! But just as a question is this extra line a typo?