mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 01:08:48 -03:30
.github folder maintaince (#12327)
* Removing old awxbot files * Removing security bug report as GitHub now shows the security piolicy from /SECURITY.md * Changing feature_request from md to yml * Adding additional options to bug report components andinstall method * Removing old ISSUE_TEMPLATE.md * Changing issue type and adding additional components * Removing auto-generated change log * Adding awx_collection and cli components * Changing content search pattern for type labels * Changing from collection to awx_collection tag and adding dependencies tag * Adding unicode bug to bug repot to match feature unicode character * Changing bug to bug or docs * Remove docker on * and boot2docker infavor of docker development environmnet * Create top level issue with: CoC, Enterprise, Top level help * Remove old CODEOWNERS file
This commit is contained in:
17
.github/BOTMETA.yml
vendored
17
.github/BOTMETA.yml
vendored
@@ -1,17 +0,0 @@
|
|||||||
---
|
|
||||||
files:
|
|
||||||
awx/ui/:
|
|
||||||
labels: component:ui
|
|
||||||
maintainers: $team_ui
|
|
||||||
awx/api/:
|
|
||||||
labels: component:api
|
|
||||||
maintainers: $team_api
|
|
||||||
awx/main/:
|
|
||||||
labels: component:api
|
|
||||||
maintainers: $team_api
|
|
||||||
installer/:
|
|
||||||
labels: component:installer
|
|
||||||
|
|
||||||
macros:
|
|
||||||
team_api: wwitzel3 matburt chrismeyersfsu cchurch AlanCoding ryanpetrello rooftopcellist
|
|
||||||
team_ui: jlmitch5 jaredevantabor mabashian marshmalien benthomasson jakemcdermott
|
|
||||||
1
.github/CODEOWNERS
vendored
1
.github/CODEOWNERS
vendored
@@ -1 +0,0 @@
|
|||||||
workflows/e2e_test.yml @tiagodread @shanemcd @jakemcdermott
|
|
||||||
49
.github/ISSUE_TEMPLATE.md
vendored
49
.github/ISSUE_TEMPLATE.md
vendored
@@ -1,49 +0,0 @@
|
|||||||
<!---
|
|
||||||
The Ansible community is highly committed to the security of our open source
|
|
||||||
projects. Security concerns should be reported directly by email to
|
|
||||||
security@ansible.com. For more information on the Ansible community's
|
|
||||||
practices regarding responsible disclosure, see
|
|
||||||
https://www.ansible.com/security
|
|
||||||
-->
|
|
||||||
|
|
||||||
##### ISSUE TYPE
|
|
||||||
<!--- Pick one below and delete the rest: -->
|
|
||||||
- Bug Report
|
|
||||||
- Feature Idea
|
|
||||||
- Documentation
|
|
||||||
|
|
||||||
##### COMPONENT NAME
|
|
||||||
<!-- Pick the area of AWX for this issue, you can have multiple, delete the rest: -->
|
|
||||||
- API
|
|
||||||
- UI
|
|
||||||
- Collection
|
|
||||||
|
|
||||||
##### SUMMARY
|
|
||||||
<!-- Briefly describe the problem. -->
|
|
||||||
|
|
||||||
##### ENVIRONMENT
|
|
||||||
* AWX version: X.Y.Z
|
|
||||||
* AWX install method: operator, developer environment
|
|
||||||
* AWX deployment target: openshift, kubernetes, minikube
|
|
||||||
* Operating System:
|
|
||||||
* Web Browser:
|
|
||||||
|
|
||||||
##### STEPS TO REPRODUCE
|
|
||||||
|
|
||||||
<!-- For new features, show how the feature would be used. For bugs, please show
|
|
||||||
exactly how to reproduce the problem. Ideally, provide all steps and data needed
|
|
||||||
to recreate the bug from a new awx install. -->
|
|
||||||
|
|
||||||
##### EXPECTED RESULTS
|
|
||||||
|
|
||||||
<!-- For bug reports, what did you expect to happen when running the steps
|
|
||||||
above? -->
|
|
||||||
|
|
||||||
##### ACTUAL RESULTS
|
|
||||||
|
|
||||||
<!-- For bug reports, what actually happened? -->
|
|
||||||
|
|
||||||
##### ADDITIONAL INFORMATION
|
|
||||||
|
|
||||||
<!-- Include any links to sosreport, database dumps, screenshots or other
|
|
||||||
information. -->
|
|
||||||
17
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
17
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -1,13 +1,12 @@
|
|||||||
---
|
---
|
||||||
name: Bug Report
|
name: Bug Report
|
||||||
description: Create a report to help us improve
|
description: "🐞 Create a report to help us improve"
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Issues are for **concrete, actionable bugs and feature requests** only. For debugging help or technical support, please use:
|
Bug Report issues are for **concrete, actionable bugs** only.
|
||||||
- The #ansible-awx channel on irc.libera.chat
|
For debugging help or technical support, please see the [Get Involved section of our README](https://github.com/ansible/awx#get-involved)
|
||||||
- The awx project mailing list, https://groups.google.com/forum/#!forum/awx-project
|
|
||||||
|
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: terms
|
id: terms
|
||||||
@@ -24,7 +23,7 @@ body:
|
|||||||
- type: textarea
|
- type: textarea
|
||||||
id: summary
|
id: summary
|
||||||
attributes:
|
attributes:
|
||||||
label: Summary
|
label: Bug Summary
|
||||||
description: Briefly describe the problem.
|
description: Briefly describe the problem.
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
@@ -45,6 +44,9 @@ body:
|
|||||||
- label: UI
|
- label: UI
|
||||||
- label: API
|
- label: API
|
||||||
- label: Docs
|
- label: Docs
|
||||||
|
- label: Collection
|
||||||
|
- label: CLI
|
||||||
|
- label: Other
|
||||||
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: awx-install-method
|
id: awx-install-method
|
||||||
@@ -57,9 +59,8 @@ body:
|
|||||||
- minikube
|
- minikube
|
||||||
- openshift
|
- openshift
|
||||||
- minishift
|
- minishift
|
||||||
- docker on linux
|
- docker development environment
|
||||||
- docker for mac
|
- N/A
|
||||||
- boot2docker
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
|||||||
12
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
12
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
blank_issues_enabled: false
|
||||||
|
contact_links:
|
||||||
|
- name: For debugging help or technical support
|
||||||
|
url: https://github.com/ansible/awx#get-involved
|
||||||
|
about: For general debugging or technical support please see the Get Involved section of our readme.
|
||||||
|
- name: 📝 Ansible Code of Conduct
|
||||||
|
url: https://docs.ansible.com/ansible/latest/community/code_of_conduct.html?utm_medium=github&utm_source=issue_template_chooser
|
||||||
|
about: AWX uses the Ansible Code of Conduct; ❤ Be nice to other members of the community. ☮ Behave.
|
||||||
|
- name: 💼 For Enterprise
|
||||||
|
url: https://www.ansible.com/products/engine?utm_medium=github&utm_source=issue_template_chooser
|
||||||
|
about: Red Hat offers support for the Ansible Automation Platform
|
||||||
17
.github/ISSUE_TEMPLATE/feature_request.md
vendored
17
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@@ -1,17 +0,0 @@
|
|||||||
---
|
|
||||||
name: "✨ Feature request"
|
|
||||||
about: Suggest an idea for this project
|
|
||||||
|
|
||||||
---
|
|
||||||
<!-- Issues are for **concrete, actionable bugs and feature requests** only - if you're just asking for debugging help or technical support, please use:
|
|
||||||
|
|
||||||
- http://web.libera.chat/?channels=#ansible-awx
|
|
||||||
- https://groups.google.com/forum/#!forum/awx-project
|
|
||||||
|
|
||||||
We have to limit this because of limited volunteer time to respond to issues! -->
|
|
||||||
|
|
||||||
##### ISSUE TYPE
|
|
||||||
- Feature Idea
|
|
||||||
|
|
||||||
##### SUMMARY
|
|
||||||
<!-- Briefly describe the problem or desired enhancement. -->
|
|
||||||
42
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
42
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
@@ -0,0 +1,42 @@
|
|||||||
|
---
|
||||||
|
name: ✨ Feature request
|
||||||
|
description: Suggest an idea for this project
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
Feature Request issues are for **feature requests** only.
|
||||||
|
For debugging help or technical support, please see the [Get Involved section of our README](https://github.com/ansible/awx#get-involved)
|
||||||
|
|
||||||
|
- type: checkboxes
|
||||||
|
id: terms
|
||||||
|
attributes:
|
||||||
|
label: Please confirm the following
|
||||||
|
options:
|
||||||
|
- label: I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
|
||||||
|
required: true
|
||||||
|
- label: I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates.
|
||||||
|
required: true
|
||||||
|
- label: I understand that AWX is open source software provided for free and that I might not receive a timely response.
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: summary
|
||||||
|
attributes:
|
||||||
|
label: Feature Summary
|
||||||
|
description: Briefly describe the desired enhancement.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: checkboxes
|
||||||
|
id: components
|
||||||
|
attributes:
|
||||||
|
label: Select the relevant components
|
||||||
|
options:
|
||||||
|
- label: UI
|
||||||
|
- label: API
|
||||||
|
- label: Docs
|
||||||
|
- label: Collection
|
||||||
|
- label: CLI
|
||||||
|
- label: Other
|
||||||
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
---
|
|
||||||
name: "\U0001F525 Security bug report"
|
|
||||||
about: How to report security vulnerabilities
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
For all security related bugs, email security@ansible.com instead of using this issue tracker and you will receive a prompt response.
|
|
||||||
|
|
||||||
For more information on the Ansible community's practices regarding responsible disclosure, see https://www.ansible.com/security
|
|
||||||
9
.github/LABEL_MAP.md
vendored
9
.github/LABEL_MAP.md
vendored
@@ -1,9 +0,0 @@
|
|||||||
Bug Report: type:bug
|
|
||||||
Bugfix Pull Request: type:bug
|
|
||||||
Feature Request: type:enhancement
|
|
||||||
Feature Pull Request: type:enhancement
|
|
||||||
UI: component:ui
|
|
||||||
API: component:api
|
|
||||||
Installer: component:installer
|
|
||||||
Docs Pull Request: component:docs
|
|
||||||
Documentation: component:docs
|
|
||||||
17
.github/PULL_REQUEST_TEMPLATE.md
vendored
17
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -1,11 +1,3 @@
|
|||||||
<!--- changelog-entry
|
|
||||||
# Fill in 'msg' below to have an entry automatically added to the next release changelog.
|
|
||||||
# Leaving 'msg' blank will not generate a changelog entry for this PR.
|
|
||||||
# Please ensure this is a simple (and readable) one-line string.
|
|
||||||
---
|
|
||||||
msg: ""
|
|
||||||
-->
|
|
||||||
|
|
||||||
##### SUMMARY
|
##### SUMMARY
|
||||||
<!--- Describe the change, including rationale and design decisions -->
|
<!--- Describe the change, including rationale and design decisions -->
|
||||||
|
|
||||||
@@ -17,15 +9,18 @@ the change does.
|
|||||||
|
|
||||||
##### ISSUE TYPE
|
##### ISSUE TYPE
|
||||||
<!--- Pick one below and delete the rest: -->
|
<!--- Pick one below and delete the rest: -->
|
||||||
- Feature Pull Request
|
- Breaking Change
|
||||||
- Bugfix Pull Request
|
- New or Enhanced Feature
|
||||||
- Docs Pull Request
|
- Bug or Docs Fix
|
||||||
|
|
||||||
##### COMPONENT NAME
|
##### COMPONENT NAME
|
||||||
<!--- Name of the module/plugin/module/task -->
|
<!--- Name of the module/plugin/module/task -->
|
||||||
- API
|
- API
|
||||||
- UI
|
- UI
|
||||||
- Collection
|
- Collection
|
||||||
|
- CLI
|
||||||
|
- Docs
|
||||||
|
- Other
|
||||||
|
|
||||||
##### AWX VERSION
|
##### AWX VERSION
|
||||||
<!--- Paste verbatim output from `make VERSION` between quotes below -->
|
<!--- Paste verbatim output from `make VERSION` between quotes below -->
|
||||||
|
|||||||
8
.github/issue_labeler.yml
vendored
8
.github/issue_labeler.yml
vendored
@@ -1,12 +1,16 @@
|
|||||||
needs_triage:
|
needs_triage:
|
||||||
- '.*'
|
- '.*'
|
||||||
"type:bug":
|
"type:bug":
|
||||||
- "Please confirm the following"
|
- "Bug Summary"
|
||||||
"type:enhancement":
|
"type:enhancement":
|
||||||
- "Feature Idea"
|
- "Feature Summary"
|
||||||
"component:ui":
|
"component:ui":
|
||||||
- "\\[X\\] UI"
|
- "\\[X\\] UI"
|
||||||
"component:api":
|
"component:api":
|
||||||
- "\\[X\\] API"
|
- "\\[X\\] API"
|
||||||
"component:docs":
|
"component:docs":
|
||||||
- "\\[X\\] Docs"
|
- "\\[X\\] Docs"
|
||||||
|
"component:awx_collection":
|
||||||
|
- "\\[X\\] Collection"
|
||||||
|
"component:cli":
|
||||||
|
- "\\[X\\] awxkit"
|
||||||
|
|||||||
7
.github/pr_labeler.yml
vendored
7
.github/pr_labeler.yml
vendored
@@ -10,5 +10,10 @@
|
|||||||
"component:cli":
|
"component:cli":
|
||||||
- any: ["awxkit/**/*"]
|
- any: ["awxkit/**/*"]
|
||||||
|
|
||||||
"component:collection":
|
"component:awx_collection":
|
||||||
- any: ["awx_collection/**/*"]
|
- any: ["awx_collection/**/*"]
|
||||||
|
|
||||||
|
"dependencies":
|
||||||
|
- any: ["awx/ui/package.json"]
|
||||||
|
- any: ["awx/requirements/*.txt"]
|
||||||
|
- any: ["awx/requirements/requirements.in"]
|
||||||
|
|||||||
13
.github/workflows/stage.yml
vendored
13
.github/workflows/stage.yml
vendored
@@ -100,23 +100,10 @@ jobs:
|
|||||||
AWX_TEST_IMAGE: ${{ github.repository }}
|
AWX_TEST_IMAGE: ${{ github.repository }}
|
||||||
AWX_TEST_VERSION: ${{ github.event.inputs.version }}
|
AWX_TEST_VERSION: ${{ github.event.inputs.version }}
|
||||||
|
|
||||||
- name: Generate changelog
|
|
||||||
uses: shanemcd/simple-changelog-generator@v1
|
|
||||||
id: changelog
|
|
||||||
with:
|
|
||||||
repo: "${{ github.repository }}"
|
|
||||||
|
|
||||||
- name: Write changelog to file
|
|
||||||
run: |
|
|
||||||
cat << 'EOF' > /tmp/awx-changelog
|
|
||||||
${{ steps.changelog.outputs.changelog }}
|
|
||||||
EOF
|
|
||||||
|
|
||||||
- name: Create draft release for AWX
|
- name: Create draft release for AWX
|
||||||
working-directory: awx
|
working-directory: awx
|
||||||
run: |
|
run: |
|
||||||
ansible-playbook -v tools/ansible/stage.yml \
|
ansible-playbook -v tools/ansible/stage.yml \
|
||||||
-e changelog_path=/tmp/awx-changelog \
|
|
||||||
-e repo=${{ github.repository }} \
|
-e repo=${{ github.repository }} \
|
||||||
-e awx_image=ghcr.io/${{ github.repository }} \
|
-e awx_image=ghcr.io/${{ github.repository }} \
|
||||||
-e version=${{ github.event.inputs.version }} \
|
-e version=${{ github.event.inputs.version }} \
|
||||||
|
|||||||
Reference in New Issue
Block a user