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

7519 Commits

Author SHA1 Message Date
Wayne Witzel III
1da2727f5d add can_admin for CustomInventoryScripts 2016-05-13 11:59:05 -04:00
Matthew Jones
ae4cfc98ce Update to house's latest legacy azure inv script 2016-05-13 10:47:18 -04:00
Leigh
89bd66f1f6 Schedules - audit, bugs, allow HH:MM:SS end time granularity (#1857)
* cleanup unused code artifacts #1851

* fix bug found during audit where empty extra_data was being POSTd as null, #1593

* cleanup schedule helper #1851, update angular-scheduler dependency, automatically set end dt to start dt + 1 day in schedule > add, add hh:mm:ss end date grandularity, resolves #1758, resolves #1856'

* clean up dead schedule dependencies #1851

* fix extra vars in schedule > edit view, fix munge of nested yaml, resolves #1547

squash

* update angular-scheduler to v0.0.19

* re-add ng-toast dependency to bower manifest
2016-05-13 10:43:07 -04:00
Akita Noek
1e26df639f Merge pull request #1909 from anoek/devel
Filled in RBAC descriptions
2016-05-13 10:32:59 -04:00
Akita Noek
6958e81d00 Filled in RBAC descriptions
#1655
2016-05-13 10:11:38 -04:00
Wayne Witzel III
542d3d22b2 Merge pull request #1889 from wwitzel3/issue-1881
remove URL and add roles endpoint for JobTemplate
2016-05-13 09:16:37 -04:00
Akita Noek
6d871afd4a Merge pull request #1904 from anoek/migration-fixes
Job template migration fixes
2016-05-12 16:33:24 -04:00
Akita Noek
9d46a39e42 Added comment context to caught exception 2016-05-12 16:31:32 -04:00
Chris Meyers
7c46d7e749 Merge pull request #1906 from chrismeyersfsu/fix-httpd_error
best effort disable httpd
2016-05-12 15:43:46 -04:00
Chris Meyers
11090af095 Merge pull request #1905 from chrismeyersfsu/fix-mongo_performance3
optimize transformation
2016-05-12 15:43:13 -04:00
Matthew Jones
a79c53bb17 Switch to disabling sftp batch instead of scp
For ad-hoc jobs where we are experiencing issues related to disabling
control persist to support proot.  See commit
f69846e7871cae41b19ecda33563d6365dc9c3e0 for earlier analysis
2016-05-12 15:33:58 -04:00
Chris Meyers
fbca7e70f1 optimize transformation 2016-05-12 14:16:39 -04:00
Akita Noek
acc49bbbef Fixed up JT migration tests 2016-05-12 13:46:13 -04:00
Akita Noek
27457239bc Fixed up job template migrations
Massive speed improvement as well as made it not wrong (or at least less wrong).
2016-05-12 13:43:36 -04:00
Akita Noek
4378430c4f Minor migration speed improvement for old access queries 2016-05-12 13:43:36 -04:00
Akita Noek
6c0c789612 Make job queryset only require JT read access to see
As opposed to credential access, since users can see and potentially run
JT's without credential access now.
2016-05-12 13:43:36 -04:00
Akita Noek
fb97438573 Enforce jt admin_role requirement for changing/deleting JobTemplates 2016-05-12 13:43:36 -04:00
Akita Noek
be8a1f4859 Another orgfunc migration fix 2016-05-12 13:43:36 -04:00
Matthew Jones
1faf3cceb8 Fix up notification related unicode errors
I'm not sure why I used smart_text instead of smart_str here originally
2016-05-12 10:54:00 -04:00
Matthew Jones
76728fcba7 Set a user agent for the webhook if not provided 2016-05-12 10:54:00 -04:00
Wayne Witzel III
0ef456e4d8 added related Roles to Project, Credential, Inventory, and Group 2016-05-12 10:05:46 -04:00
Leigh
b053780326 fix error adhoc command error, resolves #1800 (#1900) 2016-05-12 09:31:46 -04:00
Leigh
03bdf0b1aa Add aw-tool-tip directive to Form > Add disabled tabs, clean up forms 2016-05-12 09:26:54 -04:00
Chris Meyers
4096583b47 has no one been runnning py.test ? 2016-05-12 09:21:13 -04:00
Jared Tabor
8c03471921 Merge pull request #1897 from jaredevantabor/inv-source-notifications
Disabling notifications for manual inv sources
2016-05-12 09:06:23 -04:00
Jared Tabor
5a3e384716 Disabling notifications for manual inv sources 2016-05-11 17:36:04 -04:00
Matthew Jones
8a0b40e478 Force scp usage instead of sftp for ad-hoc jobs 2016-05-11 16:03:57 -04:00
Matthew Jones
c6eedce3d8 Further purging of cleanup_deleted 2016-05-11 15:07:56 -04:00
Chris Meyers
1e12fa47ae Merge pull request #1894 from ansible/fix-supervisord
let supervisord be the daemon
2016-05-11 13:57:58 -04:00
Wayne Witzel III
f12c6530cf fix rbac summary_fields test 2016-05-11 11:41:53 -04:00
kensible
2bb612afbb Merge pull request #1864 from kensible/1339-safariFixes
Fixing flex layout issue w/ Safari
2016-05-11 11:03:36 -04:00
John Mitchell
1f31a49cbb fix of text color of menu bar 2016-05-11 10:55:35 -04:00
Shane McDonald
dacbeed5a4 Merge pull request #1886 from shanemcd/license-expiration-date
Fix license expiration date / time remaining
2016-05-11 10:25:48 -04:00
Shane McDonald
8aa7c604a4 Display correct time remaining on license page 2016-05-11 09:39:26 -04:00
Wayne Witzel III
6a5f4d6113 remove URL and add roles endpoint for JobTemplate 2016-05-10 16:29:11 -04:00
Jared Tabor
9dcdad9923 Merge pull request #1887 from jaredevantabor/related-search
Fixing related tab empty list styling
2016-05-10 16:29:07 -04:00
Leigh
a9c89cd38c fix Jobs List audit work items #1141 (#1866) 2016-05-10 16:27:38 -04:00
Leigh
74fffce7af update job detail elapsed time on job event socket msgs, resolves #1559 (#1885) 2016-05-10 16:27:28 -04:00
Matthew Jones
fda5563aa8 Add azure module dependency to tower venv 2016-05-10 16:21:55 -04:00
Jared Tabor
ac2e334186 Fixing related tab empty list styling 2016-05-10 16:04:11 -04:00
Wayne Witzel III
ba1e4cb19a Merge pull request #1878 from wwitzel3/test-refactors
Refactoring /old tests to use py.test
2016-05-10 15:58:22 -04:00
Matthew Jones
d5afbc20ac Require cloud on inventory source for notification
Inventory Sources must now be a cloud type in order to associate a
notification template with it.
2016-05-10 14:50:34 -04:00
Chris Meyers
358bc31450 remove metric 2016-05-10 14:18:05 -04:00
Alan Rominger
ac24fc75b8 Merge pull request #1823 from AlanCoding/532_survey_validation
Block Duplicate Survey Variables
2016-05-10 13:35:57 -04:00
Chris Meyers
c7612caa7d Merge pull request #1880 from ansible/fix-statsd
remove statsd
2016-05-10 13:16:27 -04:00
Leigh
7a0ea53211 Portal Mode UX / product audit items (#1867)
* finish Portal mode audit work items, resolves #1832, tracking #1335

* remove $state from injected dependencies #1872
2016-05-10 13:00:39 -04:00
Chris Meyers
ae73be12f1 remove statsd 2016-05-10 11:56:04 -04:00
John Mitchell
57e24551b6 fix color of active menu bar text 2016-05-10 11:50:30 -04:00
Wayne Witzel III
2c0c8591df refactor old remove_instance tests 2016-05-10 11:42:54 -04:00
Jared Tabor
5fd8ac7773 Merge pull request #1872 from jaredevantabor/ux-audit
UX Audit items
2016-05-10 11:33:09 -04:00