summaryrefslogtreecommitdiffstats
path: root/DCO_1_1.md (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-18plugins/tower.py: Use urllib.parse rather than urlparseYanis Guenane1-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-15use the correct logger for the callback receiverRyan Petrello2-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 JapaneseTakashi Sugimura1-1/+1
regarding https://github.com/ansible/awx/issues/3415
2019-03-14Change email notification success/fail messages and add a timeout featurebeeankha4-7/+34
2019-03-14UI - scroll to top in paginationVismay Golwala1-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-14Update reference to test playbooksElijah DeLee2-2/+2
2019-03-14docker: yum: use https for postgresql rpm download.Bruno Thomsen2-2/+2
Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
2019-03-14Fixes issue with inventory group names that are extremely long.Alex Corey3-5/+5
2019-03-13Run computed fields once for bulk delete requestsAlanCoding1-12/+21
2019-03-12fixes broken documentation linkAlex Corey1-4/+9
2019-03-12fix a failing test in the unit-test target used to generate swagger docsRyan Petrello1-0/+4
2019-03-12Add sort toolbar to instance groups listMarliana Lara3-3/+57
2019-03-12typo in inventoryJake Jackson1-1/+1
simple typo fix `this` -> `these`
2019-03-12Working out some python3 kinksShane McDonald4-12/+10
2019-03-12generate Swagger schemas as if view permissions didn't matterRyan Petrello1-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-11Update dataset from event listener instead of queryset search methodMarliana Lara3-16/+4
2019-03-11add first name and last name to the headers row of the teams users listAlex Corey1-2/+10
2019-03-11Add sort toolbar to applications listMarliana Lara3-5/+66
2019-03-08Add the ksu, machinectl, and sesu methods to the builtin list of become methodsJeff Bradberry1-1/+2
2019-03-08de-dupe element idsKeith Grant1-6/+6
2019-03-08bwrap: Add /etc/ssh in bind mounted folderYanis Guenane1-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-07add tooltips for fields prompted on launchKeith Grant2-0/+20
2019-03-07Update the error message when exceeding the organization hosts limitJeff Bradberry1-4/+8
2019-03-07Stretch Layout container to full heightMarliana Lara1-1/+0
2019-03-07update docs for development environmentJake McDermott2-4/+3
2019-03-07Revert "Fix chrome can not be started with unit-tests due to missing shared ↵Matthew Jones1-4/+2
libraries" This reverts commit d558ffd699551946715996011b85f80cfd24ec67.
2019-03-07Revert "Fix chrome can not be started with unit-tests due to missing shared ↵Matthew Jones1-5/+3
libraries" This reverts commit 3e5f328b52430e0c82007717f39ab307084e5288.
2019-03-07add template name to launch prompt modal.Alex Corey2-3/+5
2019-03-07Update fields.py to convert JT Credential input into integersbeeankha1-0/+4
2019-03-06Remove unused variablemabashian1-1/+0
2019-03-06Adds toggle for all/root groups to inventory groups viewmabashian13-34/+156
2019-03-06fix save success modal when adding new applicationKeith Grant1-2/+2
2019-03-06Fix dev environment when running as root on the hostShane McDonald2-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-06Refactor styles and add queryset to updateDataset event emmittersMarliana Lara3-26/+6
2019-03-06Initialize paginate queryset with an empty objectMarliana Lara2-2/+2
2019-03-06Move toolbar default variable above the toolbar setting funcitonMarliana Lara1-5/+5
2019-03-05Add toolbar sort to Jobs listMarliana Lara3-3/+71
2019-03-05Update URL params when sorting on projects listMarliana Lara3-2/+17
2019-03-05fix wf unsaved changes exit functionalityJohn Mitchell2-5/+5
2019-03-05remove unused service and fix lint issueJohn Mitchell1-3/+3
2019-03-05Remove errant consolemabashian1-1/+0
2019-03-05Fix dashboard dropdowns after bootstrap upgrademabashian3-27/+34
2019-03-05404 tests for varied resourcesDaniel Sami1-3/+27
2019-03-05Fixes linting errorsmabashian2-2/+2
2019-03-04add unsaved workflow changes flowJohn Mitchell5-9/+76
2019-03-04Show yaml comments when possible on launch promptmabashian3-17/+14
2019-03-04Remove console.logsmabashian1-2/+0
2019-03-04Removes vm.querySet from jobs list and ensures that state params are updated ↵mabashian2-4/+3
when search is performed to prevent context loss on data refresh.
2019-03-04Set sort dropdown to state param order_by valueMarliana Lara3-5/+14
2019-03-04Add toolbar sort configuration to project listMarliana Lara3-13/+54