1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 23:51:09 +03:00
Commit Graph

14363 Commits

Author SHA1 Message Date
Shane McDonald
f4aacebb86 Fix OpenShift container image builds 2017-08-07 17:31:18 -04:00
Ryan Petrello
61aa7c1ad7 return proper stdout size for DB-backed stdout (like system jobs)
see: https://github.com/ansible/ansible-tower/issues/7398
2017-08-07 17:08:25 -04:00
Jared Tabor
a40f81c327 adding error message if no json was returned for host event
aka if event_data.res is undefined
2017-08-07 13:55:23 -07:00
Marliana Lara
6cd8fbdf6d Merge pull request #202 from marshmalien/fix/7201-hide-inv-tooltip
Hide all active popovers while source-summary-tooltip is active
2017-08-07 16:31:38 -04:00
Marliana Lara
8974df6983 Merge pull request #207 from marshmalien/fix/3044-job-launch-modal-password-button
Prevent "SHOW/HIDE" toggle from jerking the view upward
2017-08-07 16:30:20 -04:00
Marliana Lara
4abefbfe7e Check if inventory is undefined before assigning pending_deletion flag 2017-08-07 16:01:07 -04:00
AlanCoding
d41d9a957e stubs and docs for management cmd renames 2017-08-07 15:27:23 -04:00
AlanCoding
79e2b995d2 initial git mv for management command renaming 2017-08-07 15:23:26 -04:00
Marliana Lara
d8abe2f38c Merge pull request #210 from marshmalien/fix/7181-vertically-center-isolated-badge
Align isolated badge with instance group title
2017-08-07 15:22:36 -04:00
Marliana Lara
2b31e8ff77 Merge pull request #212 from marshmalien/fix/6462-smart-inv-disabled-host-tooltip
Add tooltip to Smart Inventory disabled host tab
2017-08-07 15:22:15 -04:00
Aaron Tan
81db655bd1 Merge pull request #211 from jangsutsr/changelog_updates
CHANGELOG updates
2017-08-07 14:54:01 -04:00
Alan Rominger
795a470603 Merge pull request #209 from AlanCoding/non_atomic
do not use transaction.atomic where locks are also used
2017-08-07 14:45:11 -04:00
Greg Considine
f617934b36 Merge pull request #213 from gconsidine/ui/fix/about-version-info
Add dynamic sizing for version speech bubble
2017-08-07 14:38:22 -04:00
AlanCoding
3cb986b2b0 do not use transaction.atomic where locks are also used 2017-08-07 14:29:44 -04:00
Alan Rominger
fe66d161b2 Merge pull request #140 from AlanCoding/poly_why
hack to work around Django-polymorphic prefetch_related bug
2017-08-07 14:24:17 -04:00
Michael Abashian
e4360b9870 Merge pull request #177 from mabashian/7384-scm-src-vars
Fixed scm inv source source vars
2017-08-07 14:17:06 -04:00
gconsidine
17e86b4ec6 Add dynamic sizing for version speech bubble 2017-08-07 14:13:12 -04:00
Marliana Lara
e19e37b46e Add tooltip to Smart Inventory disabled host tab 2017-08-07 13:47:52 -04:00
Aaron Tan
21d82e6687 CHANGELOG updates 2017-08-07 13:44:23 -04:00
Marliana Lara
a0fe987509 Align isolated badge with instance group title 2017-08-07 13:34:15 -04:00
Aaron Tan
119d96c950 Merge pull request #203 from jangsutsr/7350_force_providing_tacacs_sec_when_host_is_set
Force providing TACACSPLUS_SECRET when TACACSPLUS_HOST is set
2017-08-07 13:24:38 -04:00
Jared Tabor
ea0edb13eb Merge pull request #178 from jaredevantabor/config-race-condition
fixing race condition with config service
2017-08-07 09:53:53 -07:00
Jared Tabor
e44eaaa116 Merge pull request #198 from jaredevantabor/adhoc-commands
Adhoc commands
2017-08-07 09:52:16 -07:00
mabashian
93dca5a317 Fixed workflow bug deleting root parent while creating child 2017-08-07 12:46:31 -04:00
Marliana Lara
9ecdd391f9 Attach tooltip to job-launch-modal to prevent jerky behavior on password toggle 2017-08-07 12:26:04 -04:00
Ryan Petrello
4bc5858ab4 replace PyCrypto usage w/ crytography; ansible no longer bundles it
see: https://github.com/ansible/ansible-tower/issues/7395
2017-08-07 12:19:51 -04:00
Aaron Tan
1e77f909a5 Force providing TACACSPLUS_SECRET when TACACSPLUS_HOST is set 2017-08-07 12:12:05 -04:00
Marliana Lara
99506c9362 Hide all active popovers while source-summary-tooltip is active 2017-08-07 11:18:47 -04:00
jlmitch5
2eaa00b633 Merge pull request #195 from jlmitch5/colorAuditFixes32
fix input colors
2017-08-07 11:17:09 -04:00
Chris Meyers
8574c6ef4a Merge pull request #180 from chrismeyersfsu/fix-7383
fix single update_on_project_update per-inventory
2017-08-07 10:57:01 -04:00
Chris Meyers
95c12ac1ab enforce muutally exclusivity on update_on_project_update and update_on_launch for scm inventory 2017-08-07 10:50:36 -04:00
Marliana Lara
085a722060 Merge pull request #194 from marshmalien/fix/6078-credential-tooltip-content
Pull Credential input and injector help_text from API
2017-08-07 10:23:03 -04:00
Michael Abashian
ced871f34b Merge pull request #171 from mabashian/7309-invalid-yaml
Fixed invalid json/yaml error
2017-08-07 10:04:29 -04:00
Alan Rominger
41d50d366c Merge pull request #196 from AlanCoding/insights_field
allow insights_system_id to self-enforce its read_only property
2017-08-07 09:58:41 -04:00
Shane McDonald
0711c87290 Merge pull request #173 from ansible/container_and_pod_fixes
Updates to production container builds for new repository
2017-08-04 19:50:54 -04:00
Jared Tabor
bf2aabda66 My fix for reverting adhoc modules 2017-08-04 15:21:42 -07:00
gconsidine
155ef47b32 Greg's Commit which fixed the issue with saving adhoc modules 2017-08-04 15:20:58 -07:00
Marliana Lara
5d68b20554 Provide default values for help text labels 2017-08-04 17:41:45 -04:00
Greg Considine
634c7a8755 Merge pull request #197 from gconsidine/ui/fix/stdout-chars
Ui/fix/stdout chars
2017-08-04 17:24:05 -04:00
Greg Considine
80edc06d95 Merge pull request #193 from gconsidine/ui/fix/credential-colors
Fix a few colors out of sync w/ style guide
2017-08-04 17:18:38 -04:00
gconsidine
2fda94e877 Remove unwanted chars from test comparison string 2017-08-04 17:17:40 -04:00
Marliana Lara
9ddf2dafe2 Merge pull request #175 from marshmalien/fix/7379-scrollable-multicredential-lookup
Make multicredential lookup scrollable
2017-08-04 17:10:33 -04:00
gconsidine
0b51de214e Move vars into single file. Fix input button hover color 2017-08-04 17:08:11 -04:00
gconsidine
3fb6ddd949 Fix pattern matching to still apply when unexpected chars do not exist 2017-08-04 16:38:46 -04:00
gconsidine
47f21582b8 Add pattern matching for atypical chars 2017-08-04 16:34:18 -04:00
AlanCoding
45a58b24a6 allow insights_system_id to self-enforce its read_only property 2017-08-04 15:54:56 -04:00
John Mitchell
1638752339 fix input colors 2017-08-04 15:47:10 -04:00
Alan Rominger
1487a68aca Merge pull request #188 from AlanCoding/can_RBAC
remove can_update from RBAC checks
2017-08-04 14:45:50 -04:00
Aaron Tan
53d1efe30a Merge pull request #191 from jangsutsr/7387_prevent_passing_all_to_gce_zone
Prevent passing "all" to GCE_ZONE
2017-08-04 14:41:17 -04:00
Marliana Lara
605432dda2 Pull Credential input and injector help_text from API 2017-08-04 14:30:46 -04:00