-
Notifications
You must be signed in to change notification settings - Fork 14
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
Identity on off cmdline #323
Merged
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
75297f1
identity onoff cmd function
mary-dcouto b99b9bc
identity on off function
mary-dcouto 8265e3c
set loglevel command line option
mary-dcouto 00de956
notify the UI through events channel
mary-dcouto 343a52e
sent notify message to UI and monitor for loglevel
mary-dcouto d176672
notify ui about identity changes
mary-dcouto 2de56dd
display proper error message
mary-dcouto 6548984
adding feedback option to the cmd line
mary-dcouto 5198f40
updainge the version
mary-dcouto b25be12
Merge branch 'main' into identity-onOff-cmdline
mary-dcouto ecdb230
update version
mary-dcouto 74dbf43
fixing build errors after merge
mary-dcouto e7288b8
Merge branch 'main' into identity-onOff-cmdline
mary-dcouto e2e6577
revering the formatting changes
mary-dcouto b083bd4
Merge branch 'main' into identity-onOff-cmdline
mary-dcouto 0f6e179
merge origin/main to identity-onOff-cmdline
dovholuknf c1d3b3d
one big commit - nothing but go fmt ./...
dovholuknf 0273259
Merge pull request #344 from openziti/identity-onOff-cmdline-fmt
mary-dcouto 6ebc4d1
remove ownIntercept from the list services option
mary-dcouto 3fa72ad
updating version
mary-dcouto 9c4d129
Fix the search for service query
actieve 5a0bc73
fixing code review comments
mary-dcouto d73d66a
initial stab at chunking nrpt rules
dovholuknf 4b18db7
make sure we add the final chunk of rules to the NRPT. also update th…
dovholuknf f757977
fix two bugs - first don't add IPs to NRPT. dispatch service updates …
dovholuknf 6847519
Merge remote-tracking branch 'origin/issuefix-346' into issue-349-chu…
dovholuknf 5a46877
output the NRPT policy/rule on feedback
dovholuknf d9a55ff
update release-notes
dovholuknf 8ec6cb1
fix race condition at startup
dovholuknf cc3220d
try to fix the off by one issue
dovholuknf d8cd6c2
Merge pull request #350 from openziti/issue-349-chunk-nrpt-rules
dovholuknf 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
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 |
---|---|---|
|
@@ -7,3 +7,4 @@ NFWintunInstaller.msi | |
wintun.dll | ||
|
||
gdb.txt | ||
logs |
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.
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.
looks like you need to use tabs in .cs files to be consistent