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 #119

Merged
merged 39 commits into from
Jun 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
93fc8d5
Bump docker/build-push-action from 5 to 6 (#17998)
dependabot[bot] Jun 24, 2024
2ac5c32
health convert value to days in calc in whoisquery/x509check alarms (…
ilyam8 Jun 24, 2024
ecc9c3e
go.d whoisquery change default days until expiration 90/30 => 30/15 …
ilyam8 Jun 24, 2024
6dd9903
apps.plugin: remove "Normalization Ratio" internal charts (#18004)
ilyam8 Jun 24, 2024
74f8efd
docs: add Troubleshoot->Getting Logs section to collectors (#18005)
ilyam8 Jun 24, 2024
9fa2434
Regenerate integrations.js (#18006)
netdatabot Jun 24, 2024
f3557d2
[ci skip] Update changelog and version for nightly build: v1.46.0-25-…
netdatabot Jun 25, 2024
52c2307
update netdata global stats and enable them by default (#18001)
ilyam8 Jun 25, 2024
70082e8
Fix small typo (#17875)
stelfrag Jun 25, 2024
6ec0651
Fix RPM repoconfig naming (#18003)
Ferroin Jun 25, 2024
e46a29a
Detect on startup if the netdata-meta.db file is not a valid database…
stelfrag Jun 25, 2024
6e139df
Tidy-up build related CI jobs. (#17962)
Ferroin Jun 25, 2024
22112ed
Sign DEB packages in the GHA runners that build them. (#17949)
Ferroin Jun 25, 2024
ac49f08
Fix typo in packaging workflows.
Ferroin Jun 25, 2024
250d515
Fix DEB package signing issues.
Ferroin Jun 25, 2024
2ea4979
[ci skip] Update changelog and version for nightly build: v1.46.0-34-…
netdatabot Jun 26, 2024
ab66b4e
Fix Slack error reporting for packaging workflows. (#18011)
Ferroin Jun 26, 2024
e244993
Enforce proper include ordering for vendored libraries. (#18008)
Ferroin Jun 26, 2024
1440750
Explicitly disable logsmanagement plugin on known-broken environments…
Ferroin Jun 26, 2024
28a589c
Fix key identification for DEB package signing.
Ferroin Jun 26, 2024
16fea49
Fix key ID handling for DEB package signing.
Ferroin Jun 26, 2024
2bad58b
rrdlabels: allow uppercase A-Z in label name (#18013)
ilyam8 Jun 26, 2024
45d84b1
go.d snmp: add collecting network interface stats (#18014)
ilyam8 Jun 26, 2024
f7c6ba2
Regenerate integrations.js (#18016)
netdatabot Jun 26, 2024
45740fa
[ci skip] Update changelog and version for nightly build: v1.46.0-43-…
netdatabot Jun 27, 2024
ce1f127
ping meta fix configuring ping_group_range (#18020)
ilyam8 Jun 27, 2024
0458b23
go.d snmp: add config options to filter interfaces by name and type (…
ilyam8 Jun 27, 2024
a567f32
fix grep warning in kickstart (#18021)
ilyam8 Jun 27, 2024
391df71
Regenerate integrations.js (#18022)
netdatabot Jun 27, 2024
d776990
alert prototype: set default "after" to -600 (#18025)
ilyam8 Jun 27, 2024
a4adc50
sysinfo (WinAPI) (#17857)
thiagoftsm Jun 27, 2024
9f0c8c4
Fix proxy connect response (#18017)
stelfrag Jun 27, 2024
b9ea4b4
Port postfix collector from python to go (#18026)
Ancairon Jun 27, 2024
ff866e4
go.d k8state: skip jobs/cronjobs Pods (#18028)
ilyam8 Jun 27, 2024
97d6793
Improve global statistics thread shutdown (#18018)
stelfrag Jun 27, 2024
396ad74
go.d/postfix: simplify and fix tests (#18029)
ilyam8 Jun 27, 2024
5e2eb85
Regenerate integrations.js (#18030)
netdatabot Jun 27, 2024
7a44703
add Win CPU interrupts (#17753)
thiagoftsm Jun 27, 2024
97c0a8f
[ci skip] Update changelog and version for nightly build: v1.46.0-57-…
netdatabot Jun 28, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
16 changes: 16 additions & 0 deletions .github/scripts/deb-sign.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#!/bin/bash

set -e

pkgdir="${1}"
keyid="${2}"

echo "::group::Installing Dependencies"
sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get install -y debsigs
echo "::endgroup::"

echo "::group::Signing packages"
debsigs --sign=origin --default-key="${keyid}" "${pkgdir}"/*.{,d}deb
echo "::endgroup::"
143 changes: 0 additions & 143 deletions .github/workflows/build-macos.yml

This file was deleted.

Loading
Loading