Skip to content

Commit 7f19a86

Browse files
authored
Merge branch 'trunk' into blazar_support
2 parents e7df9ed + 1422927 commit 7f19a86

File tree

86 files changed

+2886
-1689
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+2886
-1689
lines changed

.asf.yaml

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,18 @@
1313
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
16-
#
17-
# File with ASF Github metadata, see
18-
# https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features
19-
# for more details
16+
17+
# All configurations could be found here: https://github.com/apache/infrastructure-asfyaml/
18+
2019
github:
21-
description: "Apache Libcloud is a Python library which hides differences between different cloud provider APIs and allows you to manage different cloud resources through a unified and easy to use API."
20+
description: "Apache Libcloud is a Python library that hides differences between different cloud provider APIs and allows you to manage different cloud resources through a unified and easy-to-use API."
2221
homepage: https://libcloud.apache.org
2322
labels:
2423
- python
2524
- library
2625
- cloud
2726
- libcloud
2827
- apache
29-
del_branch_on_merge: true
3028
features:
3129
wiki: false
3230
issues: true
@@ -37,25 +35,24 @@ github:
3735
rebase: false
3836
autolink_jira:
3937
- LIBCLOUD
38+
pull_requests:
39+
allow_auto_merge: true
40+
allow_update_branch: true
41+
del_branch_on_merge: true
4042
protected_branches:
4143
trunk:
4244
required_status_checks:
43-
# strict means "Require branches to be up to date before merging".
44-
strict: true
45-
# contexts are the names of checks that must pass
4645
contexts:
47-
- "Unit Tests (Python 3.9)"
4846
- "Unit Tests (Python 3.10)"
4947
- "Unit Tests (Python 3.11)"
5048
- "Unit Tests (Python 3.12)"
5149
- "Unit Tests (Python 3.13)"
52-
- "Run Various Lint and Other Checks (3.9)"
53-
- "Build and upload Documentation (3.9)"
5450
- "Dependency Review"
51+
- "Run Various Lint and Other Checks (3.10)"
52+
- "Build and upload Documentation (3.10)"
5553

5654
notifications:
5755
jobs: notifications@libcloud.apache.org
5856
issues: notifications@libcloud.apache.org
5957
pullrequests: notifications@libcloud.apache.org
60-
jobs: notifications@libcloud.apache.org
6158
jira_options: link label comment

.github/actions/README.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.github/actions/gh-action-pip-audit/.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 0 additions & 64 deletions
This file was deleted.

.github/actions/gh-action-pip-audit/.github/ISSUE_TEMPLATE/config.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/actions/gh-action-pip-audit/.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 0 additions & 50 deletions
This file was deleted.

.github/actions/gh-action-pip-audit/.github/workflows/ci.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

.github/actions/gh-action-pip-audit/.github/workflows/selftest.yml

Lines changed: 0 additions & 108 deletions
This file was deleted.

.github/actions/gh-action-pip-audit/.github/workflows/semgrep.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

.github/actions/gh-action-pip-audit/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)