11988 Commits

Author SHA1 Message Date
Chris Meyers
c255c07ea5 pass ansible the "raw" git repo url
* I explored the |urlencode() filter instead. Ansible and git didn't
like this.
* Quoting doesn't seemed to be required. Ansible and the git module are
smart enough to do the right thing. I tested with a space in the repo
url path and it works.
2017-03-13 09:34:52 -04:00
Shane McDonald
388b0fdf04 Force reinstall of setuptools and pip
For some reason -I wasn't cutting it. Even though we were trying to install pip 8.1.2, this was happening:

Collecting pip==8.1.2
  Using cached pip-8.1.2-py2.py3-none-any.whl
Installing collected packages: pip
Successfully installed pip-9.0.1

¯\_(ツ)_/¯
2017-03-11 19:06:28 -05:00
Graham Mainwaring
ead643eff4 Merge pull request #5692 from ghjm/windows_scan_packages_fix
Fix case where Get-ChildItems does not return any results
2017-03-10 16:52:36 -05:00
Ryan Petrello
5777ae4b8b Merge pull request #5533 from ryanpetrello/fix-5526
prohibit `order_by=` for sensitive fields
2017-03-10 15:28:19 -05:00
Graham Mainwaring
5098d0e99c Fix case where Get-ChildItems does not return any results 2017-03-10 14:53:05 -05:00
Shane McDonald
8a8901afe4 Default image tag for unit test container image. 2017-03-10 11:53:37 -05:00
jlmitch5
68237b9718 Merge pull request #5655 from jlmitch5/makeHostConfigRequired
Make host config required
2017-03-10 11:20:54 -05:00
jlmitch5
cfd1564bbb Merge pull request #5648 from jlmitch5/removeScheduleButtonForManProjs
remove schedule button for manual projects
2017-03-10 11:20:17 -05:00
Michael Abashian
bb116b0266 Merge pull request #5682 from mabashian/5340-workflow-boxes-text-v2
Added tooltips to workflow nodes with long resource names
2017-03-10 09:23:57 -05:00
Ryan Petrello
f4d4c43d94 prohibit order_by= for sensitive fields
see: #5526
2017-03-10 08:49:59 -05:00
Shane McDonald
053ecd1093 Make sure ui deps are built for jshint 2017-03-09 19:15:46 -05:00
Shane McDonald
323e8ad8f0 Add awx/ui/coverage to clean target 2017-03-09 18:54:24 -05:00
Shane McDonald
0970726fa6 Don't pre-build UI deps for unit tests
I know, this sucks. I spent all day trying to get to the bottom of the CI failures that started happening the other day with no luck.

There is something going on with how we were moving the node_modules directory into the source tree from the pre-built location in /tmp. This was working, but then it broke. I hope to cycle back on this sometime next week if I have the time.
2017-03-09 18:54:24 -05:00
Michael Abashian
bce7f0678f Merge pull request #5668 from mabashian/5611-add-edit-schedule
Properly route add/edit schedules based on the current state
2017-03-09 13:25:44 -05:00
Michael Abashian
cc65ad3828 Added tooltips to workflow nodes with long resource names 2017-03-09 13:20:04 -05:00
John Mitchell
d243f13c1c remove schedule button for manual projects 2017-03-09 10:32:43 -05:00
John Mitchell
e29fb01f4c make host config required when allow callbacks checkbox is checked 2017-03-09 10:30:14 -05:00
Ryan Petrello
3a95c34a04 Merge pull request #5663 from ryanpetrello/fix-5466
don't toggle the dropdown when removing items from multiselect fields
2017-03-09 10:25:18 -05:00
Michael Abashian
2c227192b3 Merge pull request #5676 from mabashian/5666-uncapitalization-of-resources
Removed uppercasing from resource names in titles
2017-03-09 09:38:03 -05:00
Michael Abashian
df4450fcdf Merge pull request #5671 from mabashian/5667-cap-bread-v2
Un-capitalize resource names in the breadcrumbs
2017-03-09 09:37:38 -05:00
Michael Abashian
855cef7cec Merge pull request #5659 from mabashian/5649-project-list-refresh
Fix projects scm update refresh bug
2017-03-09 09:37:08 -05:00
Graham Mainwaring
97121bd355 Merge pull request #5674 from ghjm/packer_fixes
Fixes for Vagrant build
2017-03-08 21:09:55 -05:00
Ryan Petrello
9a6913f184 don't toggle the dropdown when removing items from multiselect fields
see: #5466
2017-03-08 17:37:16 -05:00
Michael Abashian
d65d505862 Removed uppercasing from resource names in titles 2017-03-08 17:35:48 -05:00
Graham Mainwaring
a33b5567e8 Fixes for Vagrant build 2017-03-08 16:01:29 -05:00
Shane McDonald
3679e9b00c Merge pull request #5672 from shanemcd/unit-test-image-tweaks
Unit test image tweaks
2017-03-08 15:37:35 -05:00
Shane McDonald
afb5658376 Remove npm hacks from unit-test-runner
This hasnt been necessary for a while, just forgot it was here..
2017-03-08 15:18:52 -05:00
Shane McDonald
c25795d3fc Rebuild unit-test image for every branch
This variable is set by Jenkins, you'll have to set it manually if you build locally.
2017-03-08 15:18:21 -05:00
Michael Abashian
8974d9a8d4 Un-capitalize resource names in the breadcrumbs 2017-03-08 15:14:40 -05:00
Michael Abashian
bd6b010af0 Properly route add/edit schedules based on the current state 2017-03-08 14:50:58 -05:00
Michael Abashian
81715446fb Merge pull request #5662 from mabashian/5644-survey-multiple-choice
Fix bug with single select multiple choice
2017-03-08 14:15:13 -05:00
Michael Abashian
cf73ceb414 Merge pull request #5661 from mabashian/5563-wfjt-details-footer
Fix wfjt details footer when page is narrow and panels are stacked
2017-03-08 14:14:40 -05:00
Michael Abashian
ca60dc86a5 Fix bug with single select multiple choice 2017-03-08 13:59:56 -05:00
Michael Abashian
32f2facc45 Fix wfjt details footer when page is narrow and panels are stacked 2017-03-08 10:12:54 -05:00
Jared Tabor
7ec31bc198 Merge pull request #5652 from jaredevantabor/ctit-ux-improvements
CTiT UX Improvements
2017-03-07 14:56:24 -08:00
Michael Abashian
ac5f8e7c19 Look at $state.params instead of $stateParams when firing off search 2017-03-07 17:21:51 -05:00
jaredevantabor
de8d27e930 moving Sub Category dropdown to left hand side for CTiT
and also fixed some styling for making our tabs more responsive
2017-03-07 14:16:38 -08:00
Jared Tabor
911dcc4cef Merge pull request #5654 from jaredevantabor/invalid-search-error
adding better error handling for smart search
2017-03-07 14:15:17 -08:00
jaredevantabor
716718c673 adding better error handling for search 2017-03-07 14:08:15 -08:00
Matthew Jones
071f84d224 Skip requirements test, until it gets some love 2017-03-07 16:48:52 -05:00
Matthew Jones
576e3bfc1a Adding logstash to default compose file 2017-03-07 16:48:51 -05:00
Aaron Tan
b105e2b9b6 Remove unicode marker from filter error message. 2017-03-07 16:48:51 -05:00
Ryan Petrello
255d6afb49 fix a traceback if tower doesn't have LOG_AGGREGATOR_TOWER_UUID set
see: #5527
2017-03-07 16:48:51 -05:00
jaredevantabor
8ff09ec4f5 using "val" instead of scope value 2017-03-07 16:48:51 -05:00
jaredevantabor
2bd5c6b1b1 changing default text to SELET for lookup modals 2017-03-07 16:48:51 -05:00
jaredevantabor
4b888039d4 changing text of BROWSE button when image is already uploaded 2017-03-07 16:48:51 -05:00
Ryan Petrello
ec52e18be8 allow is_system_auditor with AUTH_LDAP_USER_FLAGS_BY_GROUP
see: #4959
2017-03-07 16:48:51 -05:00
jaredevantabor
d506cbf249 fixing workflow results page for long workflow titles 2017-03-07 16:48:50 -05:00
John Mitchell
d97ac8cec6 reorder user and notification template form fields 2017-03-07 16:48:50 -05:00
John Mitchell
ef87d35901 SUIT-ify less and fix bottom padding for about modal 2017-03-07 16:48:50 -05:00