forked from ansible/awx
-
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 branch 'devel' into user-friendly-email-notifications
- Loading branch information
Showing
4,163 changed files
with
299,117 additions
and
233,449 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 |
---|---|---|
@@ -1,2 +1 @@ | ||
.git | ||
awx/ui/node_modules |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
PYTHONUNBUFFERED=true | ||
SELENIUM_DOCKER_TAG=latest | ||
|
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
--- | ||
files: | ||
awx/ui/: | ||
labels: component:ui | ||
|
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 |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
name: "\U0001F41B Bug report" | ||
about: Create a report to help us improve | ||
|
||
--- | ||
<!-- Issues are for **concrete, actionable bugs and feature requests** only - if you're just asking for debugging help or technical support, please use: | ||
- http://webchat.freenode.net/?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 | ||
- Bug Report | ||
|
||
##### SUMMARY | ||
<!-- Briefly describe the problem. --> | ||
|
||
##### ENVIRONMENT | ||
* AWX version: X.Y.Z | ||
* AWX install method: openshift, minishift, docker on linux, docker for mac, boot2docker | ||
* Ansible version: X.Y.Z | ||
* Operating System: | ||
* Web Browser: | ||
|
||
##### STEPS TO REPRODUCE | ||
|
||
<!-- Please describe exactly how to reproduce the problem. --> | ||
|
||
##### EXPECTED RESULTS | ||
|
||
<!-- What did you expect to happen when running the steps above? --> | ||
|
||
##### ACTUAL RESULTS | ||
|
||
<!-- What actually happened? --> | ||
|
||
##### ADDITIONAL INFORMATION | ||
|
||
<!-- Include any links to sosreport, database dumps, screenshots or other | ||
information. --> |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
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://webchat.freenode.net/?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. --> |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
name: "\U0001F525 Security bug report" | ||
about: How to report security vulnerabilities | ||
|
||
--- | ||
|
||
For all security related bugs, email [email protected] 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 |
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
ignore: | | ||
.tox | ||
awx/main/tests/data/inventory/plugins/** | ||
# vault files | ||
awx/main/tests/data/ansible_utils/playbooks/valid/vault.yml | ||
awx/ui/test/e2e/tests/smoke-vars.yml | ||
|
||
extends: default | ||
|
||
rules: | ||
line-length: disable |
Oops, something went wrong.