-
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
Commits on Dec 25, 2023
-
address dependency issues (#1678)
* 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
Configuration menu - View commit details
-
Copy full SHA for d9bcc9f - Browse repository at this point
Copy the full SHA d9bcc9fView commit details
Commits on Dec 28, 2023
-
handle little issues, missing parts (#1710)
* 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
Configuration menu - View commit details
-
Copy full SHA for a62b75c - Browse repository at this point
Copy the full SHA a62b75cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 376ae61 - Browse repository at this point
Copy the full SHA 376ae61View commit details
Commits on Jan 4, 2024
-
Fix reward calculation (#1716)
* update reward calculation * make format check * unexport counting struct * remove unused code
Configuration menu - View commit details
-
Copy full SHA for 27745b3 - Browse repository at this point
Copy the full SHA 27745b3View commit details
Commits on Jan 27, 2024
-
* redundantly parse macaddress from surveys * make format check * remove extra code
Configuration menu - View commit details
-
Copy full SHA for b66cabe - Browse repository at this point
Copy the full SHA b66cabeView commit details
Commits on Jan 30, 2024
-
Improve VPN and Proxy cli command (#1722)
* add --timeout (-t) flag to start proxy * add --timeout (-t) flag to start vpn
Configuration menu - View commit details
-
Copy full SHA for c2d1025 - Browse repository at this point
Copy the full SHA c2d1025View commit details
Commits on Jan 31, 2024
-
Server list optimization (#1720)
* 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
Configuration menu - View commit details
-
Copy full SHA for 1e7789c - Browse repository at this point
Copy the full SHA 1e7789cView commit details
Commits on Feb 1, 2024
-
Improve Survey and Log Collection (#1721)
* 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
Configuration menu - View commit details
-
Copy full SHA for a72d26a - Browse repository at this point
Copy the full SHA a72d26aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f319585 - Browse repository at this point
Copy the full SHA f319585View commit details
Commits on Feb 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fa090e6 - Browse repository at this point
Copy the full SHA fa090e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d9d708 - Browse repository at this point
Copy the full SHA 3d9d708View commit details -
little improve on skywire and setup-node (#1723)
* 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
Configuration menu - View commit details
-
Copy full SHA for f00c68a - Browse repository at this point
Copy the full SHA f00c68aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3eaa74 - Browse repository at this point
Copy the full SHA f3eaa74View commit details
Commits on Feb 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a7d6cbf - Browse repository at this point
Copy the full SHA a7d6cbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for b07080a - Browse repository at this point
Copy the full SHA b07080aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0446e00 - Browse repository at this point
Copy the full SHA 0446e00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4461867 - Browse repository at this point
Copy the full SHA 4461867View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d814a3 - Browse repository at this point
Copy the full SHA 3d814a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b522d95 - Browse repository at this point
Copy the full SHA b522d95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21ffa84 - Browse repository at this point
Copy the full SHA 21ffa84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ee1979 - Browse repository at this point
Copy the full SHA 5ee1979View commit details -
Merge pull request #1728 from mrpalide/feat/http-proxy-to-skysocks-cl…
…ient Feature | http-proxy on skysocks-client
Configuration menu - View commit details
-
Copy full SHA for e4f31dc - Browse repository at this point
Copy the full SHA e4f31dcView commit details
Commits on Feb 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a12527d - Browse repository at this point
Copy the full SHA a12527dView commit details -
Merge pull request #1729 from mrpalide/fix/windows-vpn-issue-due-to-w…
…ireguard Fix VPN issue on Windows
Configuration menu - View commit details
-
Copy full SHA for fbb5006 - Browse repository at this point
Copy the full SHA fbb5006View commit details
Commits on Feb 9, 2024
-
Fix offline config gen (#1734)
* 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
Configuration menu - View commit details
-
Copy full SHA for cb560bc - Browse repository at this point
Copy the full SHA cb560bcView commit details -
Fix
skywire-cli config gen --all
(#1735)* fix erroneous behavior on return from prerun function * fix confiig gen logging for service conf url * adjust logging for config gen * fix logic for fetching services configuration * make format
Configuration menu - View commit details
-
Copy full SHA for 945f786 - Browse repository at this point
Copy the full SHA 945f786View commit details
Commits on Feb 10, 2024
-
Fix v1.3.17 survey collection (#1736)
* update dmsg deps & vendor * log collection changes for survey endpoint name change * fix ci errors
Configuration menu - View commit details
-
Copy full SHA for 0f8f078 - Browse repository at this point
Copy the full SHA 0f8f078View commit details
Commits on Feb 11, 2024
-
implement cobra cli for apps & integrate apps with merged binary comp…
…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
Configuration menu - View commit details
-
Copy full SHA for 247f30b - Browse repository at this point
Copy the full SHA 247f30bView commit details
Commits on Feb 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5f3c76b - Browse repository at this point
Copy the full SHA 5f3c76bView commit details -
fix linux release pipeline (#1738)
* update release pipeline with skywire deployment archive * fix conflicting id
Configuration menu - View commit details
-
Copy full SHA for b580cb1 - Browse repository at this point
Copy the full SHA b580cb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7914bfd - Browse repository at this point
Copy the full SHA 7914bfdView commit details -
Merge pull request #1739 from mrpalide/fix/linux-gorelease-new-packag…
…e-skywire-deployment fix linux goreleaser config issues
Configuration menu - View commit details
-
Copy full SHA for 06aa253 - Browse repository at this point
Copy the full SHA 06aa253View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0da42c1 - Browse repository at this point
Copy the full SHA 0da42c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6eef89a - Browse repository at this point
Copy the full SHA 6eef89aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7db40ac - Browse repository at this point
Copy the full SHA 7db40acView commit details -
Configuration menu - View commit details
-
Copy full SHA for e50d361 - Browse repository at this point
Copy the full SHA e50d361View commit details -
Configuration menu - View commit details
-
Copy full SHA for b127d9c - Browse repository at this point
Copy the full SHA b127d9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c11cad - Browse repository at this point
Copy the full SHA 2c11cadView commit details -
Merge pull request #1740 from mrpalide/fix/clean-codebase-from-useles…
…s-parts Clean Codebase
Configuration menu - View commit details
-
Copy full SHA for a65f07f - Browse repository at this point
Copy the full SHA a65f07fView commit details
Commits on Feb 23, 2024
-
* add skywire cli rtree subcommand ; relocate services and dmsghttp subcommands to config update. * Revise `skywire cli ut` implementation. * Deduplicate GetData function and move to cmd/skywire-cli/commands/internal. * Revise `proxy list` and `vpn list` similarly.
Configuration menu - View commit details
-
Copy full SHA for 735fb41 - Browse repository at this point
Copy the full SHA 735fb41View commit details
Commits on Feb 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e7ba587 - Browse repository at this point
Copy the full SHA e7ba587View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d1eddc - Browse repository at this point
Copy the full SHA 5d1eddcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c113b5 - Browse repository at this point
Copy the full SHA 3c113b5View commit details -
Merge pull request #1744 from mrpalide/fix/service-config-json-stun-s…
…erver-IPs Update stun servers IPs
Configuration menu - View commit details
-
Copy full SHA for d2efd79 - Browse repository at this point
Copy the full SHA d2efd79View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9f9747 - Browse repository at this point
Copy the full SHA b9f9747View commit details -
Merge pull request #1745 from mrpalide/feat/dmsg-client-type
Add dmsg client type
Configuration menu - View commit details
-
Copy full SHA for 004b1e2 - Browse repository at this point
Copy the full SHA 004b1e2View commit details -
update skywire-deployment (#1746)
* add cmd/skywire * update cmd/skywire-deployment with dmsg-socks5 and add monitors back
Configuration menu - View commit details
-
Copy full SHA for 052053b - Browse repository at this point
Copy the full SHA 052053bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89ced53 - Browse repository at this point
Copy the full SHA 89ced53View commit details -
Merge pull request #1747 from mrpalide/fix/skychat-skysocks-client-fl…
…ag-issue Fix skychat flag issue
Configuration menu - View commit details
-
Copy full SHA for e71d745 - Browse repository at this point
Copy the full SHA e71d745View commit details
Commits on Feb 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 559b977 - Browse repository at this point
Copy the full SHA 559b977View commit details -
Merge pull request #1748 from mrpalide/fix/flag-issue-on-skysocks-client
Fix flag on skysocks-client
Configuration menu - View commit details
-
Copy full SHA for 7880994 - Browse repository at this point
Copy the full SHA 7880994View commit details -
Update skywire-services and skycoin-service-discovery deps (#1749)
* update skywire-deployment * update go.mod and vendor
Configuration menu - View commit details
-
Copy full SHA for 8e3660b - Browse repository at this point
Copy the full SHA 8e3660bView commit details -
* add tree & doc cmd to merged binary ; generate WIP docs * remove tmp file * make format * fix ci error
Configuration menu - View commit details
-
Copy full SHA for 4150aff - Browse repository at this point
Copy the full SHA 4150affView commit details
Commits on Mar 5, 2024
-
Fix setup-node help menu in skywire-deployment subcommands (#1751)
* fix help menu display for skywire-deployment subcommands * move coloredcobra & help menu initialization to the command wrapper cmd/skywire-visor/skywire-visor.go
Configuration menu - View commit details
-
Copy full SHA for 766cc21 - Browse repository at this point
Copy the full SHA 766cc21View commit details
Commits on Mar 6, 2024
-
Improve help menus ; update vendor deps (#1752)
* fix merged binary help menu ; vendor latest commits from services, sd, & dmsg * update cmd/skywire merged binary
Configuration menu - View commit details
-
Copy full SHA for 8d5fb0d - Browse repository at this point
Copy the full SHA 8d5fb0dView commit details
Commits on Mar 7, 2024
-
Fix
skywire cli config gen -pd
(#1755)* fix dmsghttp-config.json detection for linux packages * add check-cg Makefile directive to check config gen - offline and offline+dmsghttp modes ; small change on help menu text of config gen * fix comment ; make format
Configuration menu - View commit details
-
Copy full SHA for 6414c3f - Browse repository at this point
Copy the full SHA 6414c3fView commit details -
Fix
proxy start
andproxy stop
(#1757)* revert recent changes to proxy start and stop to restore functionality * fix ci errors ; update check-cg makefile directive
Configuration menu - View commit details
-
Copy full SHA for 9ff15a2 - Browse repository at this point
Copy the full SHA 9ff15a2View commit details
Commits on Mar 11, 2024
-
new ConnectedServerType in config | little improve (#1760)
* add additional ip fetching url * fix DoNothing hook format error * add new field to config for choose what type of dmsg servers visor should connect. we have 'all', 'official' and 'community' value for now. Default value is 'all' for now. * update dmsg@develop * remove replace commands on go.mod
Configuration menu - View commit details
-
Copy full SHA for 9d80774 - Browse repository at this point
Copy the full SHA 9d80774View commit details
Commits on Mar 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d2409b3 - Browse repository at this point
Copy the full SHA d2409b3View commit details -
Merge pull request #1763 from 0pcom/fix/merged-app-names
change app subcommand names back to full app name
Configuration menu - View commit details
-
Copy full SHA for 459df97 - Browse repository at this point
Copy the full SHA 459df97View commit details
Commits on Mar 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9777a15 - Browse repository at this point
Copy the full SHA 9777a15View commit details
Commits on Mar 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f8f4b32 - Browse repository at this point
Copy the full SHA f8f4b32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9091fc6 - Browse repository at this point
Copy the full SHA 9091fc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94f7f42 - Browse repository at this point
Copy the full SHA 94f7f42View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0b9b7a - Browse repository at this point
Copy the full SHA d0b9b7aView commit details -
Merge pull request #1771 from mrpalide/fix/panic-on-skysocks-server-o…
…n-windows IPC issue on Windows
Configuration menu - View commit details
-
Copy full SHA for 875ec75 - Browse repository at this point
Copy the full SHA 875ec75View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4a8999 - Browse repository at this point
Copy the full SHA c4a8999View commit details -
Merge pull request #1775 from mrpalide/fix/update-skywire-services-an…
…d-ut Update skywire-services and skywire-ut
Configuration menu - View commit details
-
Copy full SHA for 120a67c - Browse repository at this point
Copy the full SHA 120a67cView commit details
Commits on Mar 19, 2024
-
* 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
Configuration menu - View commit details
-
Copy full SHA for e13ffd2 - Browse repository at this point
Copy the full SHA e13ffd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca566e3 - Browse repository at this point
Copy the full SHA ca566e3View commit details -
* 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
Configuration menu - View commit details
-
Copy full SHA for 11dfbbb - Browse repository at this point
Copy the full SHA 11dfbbbView commit details
Commits on Mar 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 384c167 - Browse repository at this point
Copy the full SHA 384c167View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce10686 - Browse repository at this point
Copy the full SHA ce10686View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d02e27 - Browse repository at this point
Copy the full SHA 8d02e27View commit details -
Configuration menu - View commit details
-
Copy full SHA for af74bc1 - Browse repository at this point
Copy the full SHA af74bc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 077979a - Browse repository at this point
Copy the full SHA 077979aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c22562e - Browse repository at this point
Copy the full SHA c22562eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ee8f49 - Browse repository at this point
Copy the full SHA 7ee8f49View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa8b32c - Browse repository at this point
Copy the full SHA aa8b32cView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc625f1 - Browse repository at this point
Copy the full SHA dc625f1View commit details -
Merge pull request #1780 from mrpalide/fix/some-little-issues-on-v1.3.20
Fix some little issues before v1.3.20-rc1
Configuration menu - View commit details
-
Copy full SHA for c07e455 - Browse repository at this point
Copy the full SHA c07e455View commit details -
* 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
Configuration menu - View commit details
-
Copy full SHA for 51093e2 - Browse repository at this point
Copy the full SHA 51093e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d03f1c3 - Browse repository at this point
Copy the full SHA d03f1c3View commit details -
* make default value of timeout on proxy and vpn to 0 * remove syslog from setup-node * remove syslog completely from visor
Configuration menu - View commit details
-
Copy full SHA for e61085c - Browse repository at this point
Copy the full SHA e61085cView commit details -
Merge pull request #1783 from 0pcom/sn-conf-gen
`setup-node` config gen
Configuration menu - View commit details
-
Copy full SHA for 43b4c15 - Browse repository at this point
Copy the full SHA 43b4c15View commit details -
Configuration menu - View commit details
-
Copy full SHA for e767f3c - Browse repository at this point
Copy the full SHA e767f3cView commit details -
Merge pull request #1784 from mrpalide/fix/go-mod-vendor-issue-v1.3.2…
…0-rc2 fix `go mod vendor` issue
Configuration menu - View commit details
-
Copy full SHA for 8e782b1 - Browse repository at this point
Copy the full SHA 8e782b1View commit details
Commits on Mar 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ecb01a4 - Browse repository at this point
Copy the full SHA ecb01a4View commit details -
Merge pull request #1791 from mrpalide/fix/vpn-start-command
fix skywire cli vpn command
Configuration menu - View commit details
-
Copy full SHA for 17f630c - Browse repository at this point
Copy the full SHA 17f630cView commit details