forked from apache/cloudstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'apache/main' into 4.18-add-ConfigDrive-…
…datasource
- Loading branch information
Showing
4,262 changed files
with
150,086 additions
and
48,795 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,15 +27,21 @@ github: | |
- infrastructure | ||
- java | ||
- python | ||
- hosting | ||
- kvm | ||
- libvirt | ||
- vsphere | ||
- vmware | ||
- xenserver | ||
- xcp-ng | ||
- orchestration | ||
- virtualization | ||
- virtual-machine | ||
- kubernetes | ||
|
||
features: | ||
wiki: true | ||
issues: true | ||
discussions: true | ||
projects: true | ||
|
||
enabled_merge_buttons: | ||
|
@@ -45,5 +51,18 @@ github: | |
|
||
collaborators: | ||
- acs-robot | ||
- kiranchavala | ||
- rajujith | ||
- vishesh92 | ||
- GaOrtiga | ||
- SadiJr | ||
- winterhazel | ||
- rp- | ||
|
||
protected_branches: ~ | ||
|
||
notifications: | ||
commits: [email protected] | ||
issues: [email protected] | ||
pullrequests: [email protected] | ||
discussions: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,31 +27,12 @@ concurrency: | |
cancel-in-progress: true | ||
|
||
jobs: | ||
build: | ||
permissions: | ||
contents: read # for actions/checkout to fetch code | ||
statuses: write # for github/super-linter to mark status of each linter run | ||
name: Super-Linter Check | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Checkout Code | ||
uses: actions/checkout@v3 | ||
with: | ||
# Full git history is needed to get a proper list of changed files within `super-linter` | ||
fetch-depth: 0 | ||
- name: SuperLinter | ||
uses: github/super-linter/[email protected] | ||
env: | ||
DEFAULT_BRANCH: main | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
VALIDATE_ALL_CODEBASE: false | ||
VALIDATE_PYTHON_FLAKE8: true | ||
pre-commit: | ||
name: Run pre-commit | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Check Out | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: Install | ||
run: | | ||
python -m pip install --upgrade pip | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.