This is an automated email from the ASF dual-hosted git repository.
DaanHoogland pushed a change to branch ghi7297-messages
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
discard bcd5b3b2461 tests
discard 4f7e0e7a51d deal with sonarqube warnings
discard a93c48dc71a sonarqube warning use static imports for mock and
verification methods
discard d93a6ecc954 sonarqube warning wrong assertions used
discard 9a787ba78aa sonarqube warning uniused var
discard 383b8c6428c sonarqube warning nested ternary operator
discard a7d8aa1afb8 call static type static
discard 58bfd737c59 deal with static use warning
discard f2805b54963 deal with shadowing vars warning
discard 1c696145033 deal with dedup warning
discard 42ab4f79c80 tests
discard 9de1303a0c8 relevant tests
discard 6dddc3f7b1f removed unnecessary stub
discard 1b5305101a8 NPE guard
discard 665a1139c50 address copilots comments
discard 72d12d4dcaa tests
discard 453f3d686d1 adjust calls to format alert strings
discard 7f132d5026f generic formatting facility for alert messages
add ebc5e64b708 [CI] Run `pre-commit autoupdate` to update the hooks
(#12943)
add e2012133599 markdown table format fixes (#13848)
add 1ceb1d09255 docs: fix broken star history chart by using a new
provider (#13844)
add 659f675b059 README: add three more status buttons (#11650)
add dbee809b639 Rotate Copilot tokens for the gh-aw agentic workflows
(#13525)
add 1cd249160ec Update sonar-check.yml to manage coverage comments (#13878)
add ad49ed854ad generic formatting facility for alert messages
add 771154ae127 adjust calls to format alert strings
add 7784bfe98c5 tests
add 869594717ec address copilots comments
add 233c22da5e4 NPE guard
add 364b8e97928 removed unnecessary stub
add b99e395107a relevant tests
add 22dc84f9c19 tests
add 6a28a4b0ef9 deal with dedup warning
add 07be1d87178 deal with shadowing vars warning
add 0bd1d522f2e deal with static use warning
add 418000293e0 call static type static
add cd8caec7828 sonarqube warning nested ternary operator
add 893cc4b625b sonarqube warning uniused var
add 67cb4d2a595 sonarqube warning wrong assertions used
add 02d41e6c98b sonarqube warning use static imports for mock and
verification methods
add 2bc58b2e1fc deal with sonarqube warnings
add 61f1c3d1703 tests
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (bcd5b3b2461)
\
N -- N -- N refs/heads/ghi7297-messages (61f1c3d1703)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/COPILOT_TOKENS.md | 90 +++++++++
.github/scripts/post-compile.sh | 148 +++++++++++++++
.github/workflows/copilot-token-health.yml | 64 +++++++
.github/workflows/daily-issue-triage.lock.yml | 148 +++++++++++----
.github/workflows/daily-issue-triage.md | 84 ++++++++
.github/workflows/daily-repo-status.md | 62 ------
.github/workflows/sonar-check.yml | 24 ++-
...status.lock.yml => weekly-repo-status.lock.yml} | 211 ++++++++++++++-------
.github/workflows/weekly-repo-status.md | 141 ++++++++++++++
.pre-commit-config.yaml | 14 +-
README.md | 7 +-
.../framework/extensions/network/README.md | 84 ++++----
plugins/storage/volume/ontap/README.md | 20 +-
13 files changed, 870 insertions(+), 227 deletions(-)
create mode 100644 .github/COPILOT_TOKENS.md
create mode 100755 .github/scripts/post-compile.sh
create mode 100644 .github/workflows/copilot-token-health.yml
delete mode 100644 .github/workflows/daily-repo-status.md
rename .github/workflows/{daily-repo-status.lock.yml =>
weekly-repo-status.lock.yml} (90%)
create mode 100644 .github/workflows/weekly-repo-status.md