Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-03-18 | plugins/tower.py: Use urllib.parse rather than urlparse | Yanis Guenane | 1 | -1/+5 | |
urlparse does not exist in python3, it has been replaced by urllib.parse Signed-off-by: Yanis Guenane <yguenane@redhat.com> | |||||
2019-03-15 | use the correct logger for the callback receiver | Ryan Petrello | 2 | -3/+11 | |
the callback receiver and dispatcher share several modules, so add logic to use the correct logger | |||||
2019-03-15 | #3415 propose the change translation in Japanese | Takashi Sugimura | 1 | -1/+1 | |
regarding https://github.com/ansible/awx/issues/3415 | |||||
2019-03-14 | Change email notification success/fail messages and add a timeout feature | beeankha | 4 | -7/+34 | |
2019-03-14 | UI - scroll to top in pagination | Vismay Golwala | 1 | -0/+1 | |
Currently in pagination, when we switch from one page to another, the view is stuck at the bottom and is slightly inconvenient to scroll all the way to top, in potentially a large list of records. So in order to prevent that, this commit sets automatic scroll to top while switching between pages, using jQuery's animate and scrollTop methods. Signed-off-by: Vismay Golwala <vgolwala@redhat.com> | |||||
2019-03-14 | Update reference to test playbooks | Elijah DeLee | 2 | -2/+2 | |
2019-03-14 | docker: yum: use https for postgresql rpm download. | Bruno Thomsen | 2 | -2/+2 | |
Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com> | |||||
2019-03-14 | Fixes issue with inventory group names that are extremely long. | Alex Corey | 3 | -5/+5 | |
2019-03-13 | Run computed fields once for bulk delete requests | AlanCoding | 1 | -12/+21 | |
2019-03-12 | fixes broken documentation link | Alex Corey | 1 | -4/+9 | |
2019-03-12 | fix a failing test in the unit-test target used to generate swagger docs | Ryan Petrello | 1 | -0/+4 | |
2019-03-12 | Add sort toolbar to instance groups list | Marliana Lara | 3 | -3/+57 | |
2019-03-12 | typo in inventory | Jake Jackson | 1 | -1/+1 | |
simple typo fix `this` -> `these` | |||||
2019-03-12 | Working out some python3 kinks | Shane McDonald | 4 | -12/+10 | |
2019-03-12 | generate Swagger schemas as if view permissions didn't matter | Ryan Petrello | 1 | -1/+12 | |
this fixes several scenarios where certain POST endpoints don't show up in our generated Swagger doc; /api/swagger is only discoverable/accessible in the development environment where we generate the schema | |||||
2019-03-11 | Update dataset from event listener instead of queryset search method | Marliana Lara | 3 | -16/+4 | |
2019-03-11 | add first name and last name to the headers row of the teams users list | Alex Corey | 1 | -2/+10 | |
2019-03-11 | Add sort toolbar to applications list | Marliana Lara | 3 | -5/+66 | |
2019-03-08 | Add the ksu, machinectl, and sesu methods to the builtin list of become methods | Jeff Bradberry | 1 | -1/+2 | |
2019-03-08 | de-dupe element ids | Keith Grant | 1 | -6/+6 | |
2019-03-08 | bwrap: Add /etc/ssh in bind mounted folder | Yanis Guenane | 1 | -1/+1 | |
/etc/ssh is currently not bound when run into bwrap, this leads to error like "Bad owner or permissions on /etc/ssh/ssh_config.d/05-redhat.conf" since it cannot access this file. | |||||
2019-03-07 | add tooltips for fields prompted on launch | Keith Grant | 2 | -0/+20 | |
2019-03-07 | Update the error message when exceeding the organization hosts limit | Jeff Bradberry | 1 | -4/+8 | |
2019-03-07 | Stretch Layout container to full height | Marliana Lara | 1 | -1/+0 | |
2019-03-07 | update docs for development environment | Jake McDermott | 2 | -4/+3 | |
2019-03-07 | Revert "Fix chrome can not be started with unit-tests due to missing shared ↵ | Matthew Jones | 1 | -4/+2 | |
libraries" This reverts commit d558ffd699551946715996011b85f80cfd24ec67. | |||||
2019-03-07 | Revert "Fix chrome can not be started with unit-tests due to missing shared ↵ | Matthew Jones | 1 | -5/+3 | |
libraries" This reverts commit 3e5f328b52430e0c82007717f39ab307084e5288. | |||||
2019-03-07 | add template name to launch prompt modal. | Alex Corey | 2 | -3/+5 | |
2019-03-07 | Update fields.py to convert JT Credential input into integers | beeankha | 1 | -0/+4 | |
2019-03-06 | Remove unused variable | mabashian | 1 | -1/+0 | |
2019-03-06 | Adds toggle for all/root groups to inventory groups view | mabashian | 13 | -34/+156 | |
2019-03-06 | fix save success modal when adding new application | Keith Grant | 1 | -2/+2 | |
2019-03-06 | Fix dev environment when running as root on the host | Shane McDonald | 2 | -2/+6 | |
Without this, CURRENT_UID isnt actually passed in from the host, and wipes out /etc/passwd even when we’re actually running as root. I tested this as a non-root user on Linux, and on Docker for Mac | |||||
2019-03-06 | Refactor styles and add queryset to updateDataset event emmitters | Marliana Lara | 3 | -26/+6 | |
2019-03-06 | Initialize paginate queryset with an empty object | Marliana Lara | 2 | -2/+2 | |
2019-03-06 | Move toolbar default variable above the toolbar setting funciton | Marliana Lara | 1 | -5/+5 | |
2019-03-05 | Add toolbar sort to Jobs list | Marliana Lara | 3 | -3/+71 | |
2019-03-05 | Update URL params when sorting on projects list | Marliana Lara | 3 | -2/+17 | |
2019-03-05 | fix wf unsaved changes exit functionality | John Mitchell | 2 | -5/+5 | |
2019-03-05 | remove unused service and fix lint issue | John Mitchell | 1 | -3/+3 | |
2019-03-05 | Remove errant console | mabashian | 1 | -1/+0 | |
2019-03-05 | Fix dashboard dropdowns after bootstrap upgrade | mabashian | 3 | -27/+34 | |
2019-03-05 | 404 tests for varied resources | Daniel Sami | 1 | -3/+27 | |
2019-03-05 | Fixes linting errors | mabashian | 2 | -2/+2 | |
2019-03-04 | add unsaved workflow changes flow | John Mitchell | 5 | -9/+76 | |
2019-03-04 | Show yaml comments when possible on launch prompt | mabashian | 3 | -17/+14 | |
2019-03-04 | Remove console.logs | mabashian | 1 | -2/+0 | |
2019-03-04 | Removes vm.querySet from jobs list and ensures that state params are updated ↵ | mabashian | 2 | -4/+3 | |
when search is performed to prevent context loss on data refresh. | |||||
2019-03-04 | Set sort dropdown to state param order_by value | Marliana Lara | 3 | -5/+14 | |
2019-03-04 | Add toolbar sort configuration to project list | Marliana Lara | 3 | -13/+54 | |