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!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
Rather than hard-code the name and version in package.json, generate the file
during the build process. The strings %NAME% and %VERSION% will be replaced
with appropriate values during a new build target 'package.json'.
* origin/zeromq:
Update supervisor configuration during deployment to allow pulling in zeromq based dependencies and so that the new callback handler will get started alongside celery
Update unit tests to manage zeromq based tasks
Cleanup and refactor some parts of thew new zeromq based callback receiver
Update playbook to install zeromq3 and the dependent python module
Some cleanup and documentation for zeromq implementation
Pull results off zeromq and distribute to workers
Manage the zeromq connection per-pid
Initial 0mq implementation
* origin/master: (36 commits)
AC-564 fixed a bug with CodeMirror editor and post dialog removal/cleanup.
AC-564 fixed a bug with CodeMirror editor and post dialog removal/cleanup.
AC-564 added new method to codemirror wrapper to enable replacing textarea fields with an editor. Implemented in inventory, groups, hosts, and templates. Solved issues with groups related to two potential textareas at the same time. Found and fixed an error in the way ReturnToCaller() utility was being called. Finished implementing angular-md5. Adding or saving a job template now shows a pop-up on save when a callback is enabled. The pop-up shows the callback url and host key. Before user had to save and then re-open the template to get the URL. With the pop-up we're now showing it immmediately on save.
AC-564 added new method to codemirror wrapper to enable replacing textarea fields with an editor. Implemented in inventory, groups, hosts, and templates. Solved issues with groups related to two potential textareas at the same time. Found and fixed an error in the way ReturnToCaller() utility was being called. Finished implementing angular-md5. Adding or saving a job template now shows a pop-up on save when a callback is enabled. The pop-up shows the callback url and host key. Before user had to save and then re-open the template to get the URL. With the pop-up we're now showing it immmediately on save.
Fixed broken links where ngHref is used in list objects.
Fixed js error post host edit save.
Fixed menu bar height. After TB upgrade it was fixed at 50px. Moved back to 0 and let image height be dominant. Pulled in angular-codemirror overlay fix.
Install add-apt-repository during AMI build
Assume yes when adding PPA
UUID will always be random
Don't forget to install the PPA
Fixed twiter js package. Now repo includes dist subdir.
Fixing twitter js library
Update to latest ubuntu-12.04 base AMI
Include awx.min.js in sdist packaging
Add 'npm install' task to the make process
AC-564 implemented angular-codemirror to provide JSON/YAML syntax highlighting and linting in a full-screen editor.
Fix issue AC-977 by including job_template in summary fields for job activity stream events
Fixed a bug in Groups.js helper that blocked GroupsEdit, so you couldn't edit an existing group. Issue was Angular depenedency ineject was misaligned with function parameters.
AC-725 Added tower version to app footer and license dialog. Refactored license dialog to use tabs rather than accordions. Fixed conflict between angular routes and TB tabs.
...