Skip to content
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

[pull] master from netdata:master #178

Merged
merged 66 commits into from
Oct 12, 2024
Merged

Conversation

pull[bot]
Copy link

@pull pull bot commented Oct 6, 2024

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

Send node info update after aclk connection timeout
@pull pull bot added the ⤵️ pull label Oct 6, 2024
daniel-sampliner and others added 28 commits October 6, 2024 15:31
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.29.0 to 0.30.0.
- [Commits](golang/net@v0.29.0...v0.30.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
When swap is disabled while we collect it, mark it as obsolete
Compilers for some architectures e.g. RISCV32 do not have 64bit atomics
therefore, its important to deduce that and use it to pass right flags to
compiler to use them, e.g. h2o module

Fixes
nection.c.o): in function `h2o_create_connection':
| /usr/src/debug/netdata/1.47.1/src/web/server/h2o/libh2o/include/h2o.h:1917:(.text.create_conn+0x5e): undefined reference to `__sync_add_and_fetch_8'
| collect2: error: ld returned 1 exit status
fix logs POST query payload parsing again
* print also the original comm

* remove colon from external plugins sanitization
fixed negative timeout; added verbose mode
* Pass correct GOOS and GOARCH on to package builders in CI.

This ensures that they don’t pick up the host CPU and build for that
instead, because apparently Go looks at the host CPU instead of itself
to decide what the default build target is, so if you’re running a
32-bit build of Go on a 64-bit kernel, you get 64-bit binaries by
default...

* Fix typo in platform name.
thiagoftsm and others added 29 commits October 9, 2024 15:16
* Calculate child restart time (start time + shutdown)
Assume the child will return at 125% of that time
Add timers to handle scheduluing of the node update events to the cloud
Handle faster reconnection and reschedule timer to correct state

* Remove unnecessary check

* No need to get the remaining timer value (function may not be supported)

* Switch message to DEBUG
* deploy meta, WINDOWS-INSTALLER markdwon changes and deploy template changes

* multiline command

* de-hardcode nighlty version

* note for beta and nightly availability

* note for paid win installer

* frontend does not support blockquotes and bold, make it one sentence

* reorder

* remove dup

* reword
* feat: add ilert cloud notification integration

* Apply suggestions from code review

---------

Co-authored-by: Fotis Voutsas <[email protected]>
Check for delayed aclk_synd cfg creation
simplify sentence in cloud notification meta
remove_cr: Remove CR from files edited on Win
* Add Ubuntu 24.10 and Fedora 41 to CI.

* Fix broken DNF package install checking in dependency handling script.

* Force usage of DNF on Fedora for dependency handling.
allow disabling libmnl; collect timing statistics and print report
adjust_option: Address comments
@pull pull bot merged commit 81265fe into webfutureiorepo:master Oct 12, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.