-
Notifications
You must be signed in to change notification settings - Fork 45
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
Merge develop into master after release #1794
Merged
Conversation
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
* merge deployment binaries with skywire * update vendor * update go.mod & vendor with skywire-utilities and dmsg v1.3.14 * fix help menu formatting of subcommands * include dmsgweb ; move subcommands * remove unused variables ; make format check * exclude testing certain files on windows * include test of cmd/apps on windows
* add skywire skywire-deployment skywire-systray to Makefile and CI process | go mod vendor for fixing dsmgweb issue there * remove version check on upgrade windows installer * fix unknown buildinfo.Version() value by add fixed v1.3.15 there for skywire-cli log command * update crypto to v0.17.0 * remove useless [ character on badges in README.md
* update reward calculation * make format check * unexport counting struct * remove unused code
* redundantly parse macaddress from surveys * make format check * remove extra code
* add --timeout (-t) flag to start proxy * add --timeout (-t) flag to start vpn
* re-implement proxy list ; cache ut and sd files * update go.mod go.sum and vendor deps * fix ci errors * fix ci errors * remove unused variable * match changes to proxy list with vpn list * match changes to proxy list with vpn list * add missing variables * fix ci errors * fix ci errors * use os.TmpDir() to get temporary files dir
* change default maximum file to download in log collection from 30 kb to 1 mb * keep survey on memory instead file * add service URLs and connected dsmg-servers to survey details * fix issues on new survey fields * return survey value from memory to /node-info endpoint | remove node-info.json endpoint, because not available anymore * add omitempty to services URLs struct * make format * revert save survey as file | change routine from 1 hour to 24 hours * add services-conf.json file updater * add service-config to packages and release files | update README.md * read and fetch from service-config.json on generating config
* set default min session on dmsg servers 2 * add randomize on getHTTPClient dmsg servers list * add setupNode context value for setup-node request to dmsg * update dmsg@develop * use env variable instead fix 2 value on min sess * revert MINDMSGSESS to 8 on env
…ient Feature | http-proxy on skysocks-client
…ireguard Fix VPN issue on Windows
* fix fallback deployment service conf * make format * fix ci errors * fix ci errors * fix ci errors * fix ci errors * fix ci errors * add flags for aquashed config and supplying config as argument to the visor * fix ci errors * fix ci errors
* update dmsg deps & vendor * log collection changes for survey endpoint name change * fix ci errors
…ilation (#1704) * update apps to use cobra cli * include visor app binaries as subcommands in merged compilation * use double hyphenated longhand flags for apps - conform to gnu-posix standard * update deps and vendor * fix scripts * add Makefile directives for testing skywire-deployment * revise colored cobra implementation for apps
* update release pipeline with skywire deployment archive * fix conflicting id
…n-windows IPC issue on Windows
…d-ut Update skywire-services and skywire-ut
* update skywire-services@develop * improve config and app logic for official apps read from merged binary file * replace skywire-deployment with skywire * initial changes on Makefile * add build-merged-windows to Makefile * add clean stage to build-merged-windows * add .exe extension to merged binary build * update goreleaser configs for one merged binary * remove archlinux goreleaser, useless * update mac_installer * update win installer script
* don't user working dir to determine bin path * adjust bin path in skyenv * update Makefile * small fix * make format * change default bin path from ./apps to ./build * remove unneeded app launcher scripts * fix make run-source * change cmd/skywire-deployment to cmd/skywire * fix makefile on windows
Fix some little issues before v1.3.20-rc1
* fix issue on Product.wxs config on windows installer maker, wix * fix version to 1.3.20 on windows installer * add disableapps vpn-server to config gen on windows * fix skysocks client name on ipc * fix mac install | initial commit * fix mac installer issues | final commit * fix DoCustomSetting and StartProxy issue on flags * improve proxy start command * fix ctrl+c and timeout issue on starting/stopping proxy * print Stopped! alert after killing process * fix vpn issue on timeout and ctrl+c signal * fix loop issue on skysocks-client * add http flag to httpProxy * remove arm64 for windows goreleaser * http flag now is optional and not set as default. user should set it if he want run http proxy * fix multiple flushing issue on proxy start
* make default value of timeout on proxy and vpn to 0 * remove syslog from setup-node * remove syslog completely from visor
`setup-node` config gen
…0-rc2 fix `go mod vendor` issue
fix skywire cli vpn command
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.