Austin S. Hemmelgarn
|
230fbe067d
Reorder functions properly in updater script. (#12399)
|
2 лет назад |
Austin S. Hemmelgarn
|
410191bcd2
Fix handling of checks for newer updater script on update. (#12367)
|
2 лет назад |
Austin S. Hemmelgarn
|
3b07293ede
Redirect dependency handling script output to logfile when running from updater. (#12341)
|
2 лет назад |
Austin S. Hemmelgarn
|
7a0fa00128
Fix incorrect function names in netdata-updater.sh.
|
2 лет назад |
Austin S. Hemmelgarn
|
e818796806
Pull in build dependencies when updating a locally built install. (#12294)
|
2 лет назад |
Austin S. Hemmelgarn
|
62938c2e1d
Fix incorrect install type on some older nightly installs. (#12282)
|
2 лет назад |
Daniel Weaver
|
0d0e5ab901
Fixing stderr output when testing tmpdir (#12298)
|
2 лет назад |
Austin S. Hemmelgarn
|
3dc314432e
Add support to the updater to toggle auto-updates on and off. (#12202)
|
2 лет назад |
Austin S. Hemmelgarn
|
a24f5bd75c
Revert "Overhaul handling of auto-updates in the installer code. (#12076)" (#12182)
|
3 лет назад |
Austin S. Hemmelgarn
|
da7f215ad6
Overhaul handling of auto-updates in the installer code. (#12076)
|
3 лет назад |
Austin S. Hemmelgarn
|
d9c91c23ce
Fix handling of non-x86 static builds in updater. (#12055)
|
3 лет назад |
Ilya Mashchenko
|
1184003875
fix(updater): checksum validation for static build (#11986)
|
3 лет назад |
Austin S. Hemmelgarn
|
a46e36aef9
Add support to updater for updating native DEB/RPM installs with our official packages. (#11753)
|
3 лет назад |
Austin S. Hemmelgarn
|
53cb66c18a
Fi handling of agent restart on update. (#11887)
|
3 лет назад |
Austin S. Hemmelgarn
|
52f743c5a7
Fix the code that checks for available updates. (#11870)
|
3 лет назад |
maneamarius
|
0633e54dd1
fix getting latest release tag (#11908)
|
3 лет назад |
Ilya Mashchenko
|
81a3feae6f
fix(updater): don't produce output when static update succeeded (#11879)
|
3 лет назад |
Austin S. Hemmelgarn
|
9e08ce63f7
Make netdata-updater.sh POSIX compliant. (#11755)
|
3 лет назад |
Ilya Mashchenko
|
e75f29b248
fix(updater): fix exit code when updating static install && updater script (#11873)
|
3 лет назад |
Ilya Mashchenko
|
aa0255b75f
updater: don't use api.github.com when checking for latest stable version (#11700)
|
3 лет назад |
Austin S. Hemmelgarn
|
0bae55d9b6
use the correct exit status for the updater with static updates. (#11520)
|
3 лет назад |
наб
|
c57b9a199e
Don't write updater log under root (#10901)
|
3 лет назад |
Austin S. Hemmelgarn
|
db35cc3e78
Allow arbitrary options to be passed to make from netdata-installer.sh. (#11479)
|
3 лет назад |
Ilya Mashchenko
|
4561d6a5a9
fix `install_type` detection during update (#11199)
|
3 лет назад |
Austin S. Hemmelgarn
|
295d407fb0
Store info about the installation type for later retrieval. (#11157)
|
3 лет назад |
Austin S. Hemmelgarn
|
53b51bc800
Don’t use glob expansion in argument to `cd` in updater. (#10936)
|
3 лет назад |
Josh Soref
|
f39406c9b6
Spelling build (#10428)
|
3 лет назад |
Austin S. Hemmelgarn
|
e5aa543cac
Assorted updater fixes. (#10613)
|
3 лет назад |
Austin S. Hemmelgarn
|
1e2a5297a1
Properly handle saved temporary directory on updates. (#10550)
|
4 лет назад |
Austin S. Hemmelgarn
|
a0f71ad6d3
Fixed function name in updater script. (#10462)
|
4 лет назад |
Austin S. Hemmelgarn
|
fca2598c79
Fixed handling of environment file in updater script. (#10447)
|
4 лет назад |
Austin S. Hemmelgarn
|
9ea434bf3f
Updated messages about checksum validation failures on install. (#10448)
|
4 лет назад |
Skibbi
|
b4201dc796
Qick and dirty fix for #10420 (#10424)
|
4 лет назад |
Austin S. Hemmelgarn
|
59db8884c6
Persist `$TMPDIR` from installer to updater. (#10384)
|
4 лет назад |
Austin S. Hemmelgarn
|
19dd150acf
Fixed handling of self-updating in updater script. (#10352)
|
4 лет назад |
Austin S. Hemmelgarn
|
7a416ecdcb
Made the update script significantly more robust and user friendly. (#10261)
|
4 лет назад |
abrbon
|
5fcfe4eb29
Fixed bug in auto-updater for FreeBSD (#10198) (#10204)
|
4 лет назад |
Austin S. Hemmelgarn
|
b873b655ce
Fixed two bugs related to version handling in install and update code. (#10162)
|
4 лет назад |
Austin S. Hemmelgarn
|
8ae0a356ff
Use printf instead of echo for better POSIX compliance. (#9842)
|
4 лет назад |
Austin S. Hemmelgarn
|
d128889316
Fixed updater bug introduced by incomplete variable rename in #8808. (#9834)
|
4 лет назад |
Austin S. Hemmelgarn
|
13e7309254
Fix handling of NETDATA_NIGHTLIES_BASEURL. (#9831)
|
4 лет назад |
Austin S. Hemmelgarn
|
9c3b49ee99
Improved temporary directory checking in installer and updater. (#9797)
|
4 лет назад |
James Mills
|
11c610af74
Fix the netdata-updater.sh to correctly pass REINSTALL_OPTIONS (finally) (#8808)
|
4 лет назад |
Austin S. Hemmelgarn
|
b63d58f1c8
Add a random offset to the update script when running non-interactively. (#9245)
|
4 лет назад |
James Mills
|
57c916530c
Fix reliability of kickstart/kickstart-static64 with checksums sometimes failing (#9165)
|
4 лет назад |
James Mills
|
e92d2ce7a1
Revert "Introduce a random sleep in the Netdata updater (#9079)" (#9161)
|
4 лет назад |
James Mills
|
cea8a3fcbb
Introduce a random sleep in the Netdata updater (#9079)
|
4 лет назад |
Austin S. Hemmelgarn
|
cf948d42c2
Switched to the new React dashboard code as the default dashboard. (#8363)
|
4 лет назад |
James Mills
|
3568c340ad
Fix auto updates for static installs (kickstart_static64.sh) (#8507)
|
4 лет назад |
James Mills
|
f6be65b39b
Fix the lack of cleanup in the netdata updater (#8414)
|
4 лет назад |