IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
- don't include SECRET_KEY
- don't include SSL certs
- add /etc/ansible
- fix the pip freeze command
- add a dir listing of /var/lib/awx/job_status (but not the actual stdouts)
* upstream/release_2.2.3: (33 commits)
Bump version to 2.2.3
Optimize inventory read check for Job Templates
Updating changelog for 2.2 release
Bump version to 2.2.2
Use smart_str instead of .encode on passwords
Change default sensitive redaction behavior
Update changelogs for 2.2.1
Add an error message when running a job and trying to use an OpenSSH formatted key on an older version of OpenSSH.
Revert "Add sudo: true to the backup playbook"
Handle Ubuntu 12.04 psutil recursive cancel
fixed log viewer modal partial
fixed alignment of download standard out button in modals
About Tower version number fix
Pin package version for older release
add standard out download button to various places in the UI
Bump 2.2 branch to version 2.2.1
Don't create a group that is its own parent when an EC2 tag has an empty value. Fixes https://trello.com/c/2zc0odvX
Limit max depth when building mapping of group depths to avoid hitting recursion limit. Fixes https://trello.com/c/2zc0odvX
Fix .ini web links for v2
Add support for detecting encrypted openssh format private keys. Fixes https://trello.com/c/ZeVOXN5U
...
In the demodalification of the custom inventory source modal, I switched to using the naming convention "inventory_source" instead of the original "source_script" title we dubbed it when we started developing the feature. I felt that
changing the naming convention better aligned with what is presented in the UI. This change continues to keep the naming convention consistent in the UI.
Our old check used an extremely inefficient boolean logic AND and
generated a bad query. This does a simpler check by querying the
inventories that the user has access to and using that as a simple
condition when performing the job template permission query
* upstream/release_2.2: (31 commits)
Updating changelog for 2.2 release
Bump version to 2.2.2
Use smart_str instead of .encode on passwords
Change default sensitive redaction behavior
Update changelogs for 2.2.1
Add an error message when running a job and trying to use an OpenSSH formatted key on an older version of OpenSSH.
Revert "Add sudo: true to the backup playbook"
Handle Ubuntu 12.04 psutil recursive cancel
fixed log viewer modal partial
fixed alignment of download standard out button in modals
About Tower version number fix
Pin package version for older release
add standard out download button to various places in the UI
Bump 2.2 branch to version 2.2.1
Don't create a group that is its own parent when an EC2 tag has an empty value. Fixes https://trello.com/c/2zc0odvX
Limit max depth when building mapping of group depths to avoid hitting recursion limit. Fixes https://trello.com/c/2zc0odvX
Fix .ini web links for v2
Add support for detecting encrypted openssh format private keys. Fixes https://trello.com/c/ZeVOXN5U
Fix psutil usage on el6 for job cancel
Set recursive on child process canceling
...
occassionally the hostCount will not get incremented despite a host result being processed as successful, failed, skipped, unreachable, or changed. This cause the UI not to show the host status
on the job detail page as host results were stored in the hostSummaries array, they were organized by hostname, but hostname can be changed as a result of the playbook potentially
We originally tried to prune these .encode() calls out of the tree in
favor of smart_str but we must have missed this one. This allows
migration 0066 to work if utf-8 characters are used in the password
We originally tried to prune these .encode() calls out of the tree in
favor of smart_str but we must have missed this one. This allows
migration 0066 to work if utf-8 characters are used in the password