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 buildbot:master #145

Open
wants to merge 4,819 commits into
base: master
Choose a base branch
from
Open

[pull] master from buildbot:master #145

wants to merge 4,819 commits into from

Conversation

pull[bot]
Copy link

@pull pull bot commented May 21, 2021

See Commits and Changes for more details.


Created by pull[bot]

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

@pull pull bot added the ⤵️ pull label May 21, 2021
@codecov
Copy link

codecov bot commented May 21, 2021

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.82%. Comparing base (d76c034) to head (679710d).

Current head 679710d differs from pull request most recent head 96f6828

Please upload reports for the commit 96f6828 to get more accurate results.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #145   +/-   ##
=======================================
  Coverage   91.82%   91.82%           
=======================================
  Files         345      345           
  Lines       36837    36837           
=======================================
  Hits        33824    33824           
  Misses       3013     3013           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sonarcloud
Copy link

sonarcloud bot commented Nov 7, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

2 similar comments
@sonarcloud
Copy link

sonarcloud bot commented Apr 19, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented Jul 2, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented Jul 25, 2023

Please retry analysis of this Pull-Request directly on SonarCloud.

1 similar comment
@sonarcloud
Copy link

sonarcloud bot commented Sep 1, 2023

Please retry analysis of this Pull-Request directly on SonarCloud.

Copy link

sonarcloud bot commented Dec 22, 2023

Please retry analysis of this Pull-Request directly on SonarCloud

Copy link

sonarcloud bot commented Oct 8, 2024

Please retry analysis of this Pull-Request directly on SonarCloud

1 similar comment
Copy link

sonarcloud bot commented Oct 8, 2024

Please retry analysis of this Pull-Request directly on SonarCloud

p12tic and others added 19 commits November 17, 2024 23:11
This fixes unclosed socket ResourceWarning emitted when testing postgres
database with pg8000 connector.
test: Dispose DB engine in copydb test
This enables the use of a dedicated SSH port

Co-authored-by: Povilas Kanapickas <[email protected]>
Use standard URL syntax for Git steps to enable the use of a dedicated SSH port
until_idle resets the timer when there is a new call, so that the method
is only called once per burst
The brd has an api that can schedule several builders for requests,
but we don't use it unless at startup.

This change uses the debouncer so that we wait until there is no
new buildrequest event for 1 s before starting them all
debounce new buildrequests events
Message pack protocol improvements
This is already tested in MasterShellCommand tests. This was
historically needed because multiple implementations were used to
implement subprocesses on master. Currently only one remains and thus
single test suite is sufficient.
twisted.python.log.err() supports passing exception directly. There's no
need to pass empty failure.Failure() or wrap exception into
failure.Failure().
Log exceptions directly instead of via failure.Failure()
test: Remove duplicate tests for env passing to master subprocesses
pyup-bot and others added 29 commits December 10, 2024 19:15
 Fix issues in "Scheduled biweekly dependency update for week 48"
3 years passed since initial code has been implemented, but
unfortunately this wasn't completed. The Buildbot web frontend still
uses HTTP queries with JSON results. Supporting GraphQL properly and
reaping its benefits will require almost complete web frontend rewrite
which is unlikely to happen.

No release note has been added because GraphQL support has never been
officially released.
Maintaining rootlinks makes codebase more complex for little benefit. It
is unlikely that there's an API client that navigates Buildbot API via
URLs instead of hardcoding API endpoints. For any programmatic use cases
there's /api/v2/application.spec endpoint
Currently, cssClass keys represent indexes of log lines from log
beginning to its end. However, code later expects log chunk to start
with index 0. As a result, user sees garbage output where ANSI escape
sequences are in non-first log chunks.
www: Fix indexing of non-first log chunks
Fix venv path and example test module in getting started
www: Implement bold text style in builds steps logs
Copy link

sonarcloud bot commented Dec 14, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
608 Security Hotspots
8.8% Duplication on New Code (required ≤ 3%)
E Security Rating on New Code (required ≥ A)
E Reliability Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

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.