1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00
Commit Graph

10425 Commits

Author SHA1 Message Date
Matthew Jones
f89bd15bf5 Show started and finished on job summary fields 2016-12-13 15:27:48 -05:00
Wayne Witzel III
f6a7b4c673 Merge pull request #4409 from wwitzel3/release_3.1.0
squashed migrations to allow for migration removal after 3.1 release
2016-12-13 14:51:23 -05:00
Wayne Witzel III
434b0f1f25 remove unneeded data migrations from squashed migrations 2016-12-13 14:42:24 -05:00
Wayne Witzel III
384dbb6da2 renamed squashed migrations to start at 0002 2016-12-13 14:41:23 -05:00
Wayne Witzel III
d79748bda7 Merge pull request #4414 from wwitzel3/r310
allow API requests from localhost/127.0.0.1 to be insecure
2016-12-13 13:53:58 -05:00
Leigh Johnson
923a50a5c1 fixes org lookup in teams add/edit form, #3830 (#4397) 2016-12-13 12:58:41 -05:00
Wayne Witzel III
a8217ae3d3 adding squashed migrations to allow for migration removal after 3.1 release 2016-12-13 11:53:36 -05:00
Leigh Johnson
0803605ad7 @noissue - BrowserSync ssl/tls (#4407) 2016-12-13 11:50:13 -05:00
Wayne Witzel III
2069473534 allow API requests from localhost/127.0.0.1 to be insecure 2016-12-13 11:47:13 -05:00
Michael Abashian
48e95a7abb Merge pull request #4395 from mabashian/4163-template-list-audit
Various fixes to the templates list based on audit feedback
2016-12-13 09:36:08 -05:00
Michael Abashian
7e54783fca Fixed bug where UI was not hitting different endpoints when deleting wfjt labels v. normal jt labels 2016-12-13 09:26:32 -05:00
Wayne Witzel III
623d0a8df6 Merge pull request #4398 from wwitzel3/release_3.1.0
Consolidate 3.1 migrations.
2016-12-13 08:38:31 -05:00
Wayne Witzel III
c9dab5805d update imports and further consolidate 2016-12-12 19:22:09 -05:00
Wayne Witzel III
83b985ed2e tower settings removal depends on conf migration 2016-12-12 19:21:10 -05:00
Wayne Witzel III
783e86bd41 Consolidate 3.1.0 migrations 2016-12-12 19:21:08 -05:00
Jared Tabor
d81bd9647e Merge pull request #4394 from jaredevantabor/workflow-results-labels
making labels collapsible on workflow-results
2016-12-12 14:41:31 -08:00
Alan Rominger
b7f469baab Merge pull request #4388 from AlanCoding/wfjt_copy_perm
Fix WFJT copy RBAC bugs
2016-12-12 16:17:02 -05:00
Matthew Jones
e1942083e3 Remove sneeringer's old unused decorator code 2016-12-12 16:14:22 -05:00
kensible
4063ef4353 Merge pull request #4400 from kensible/save-button-perms
[Configure TinT] Save button permissions
2016-12-12 16:04:50 -05:00
Shane McDonald
3597c34593 Rename .te filename to reflect selinux policy name
https://patchwork.kernel.org/patch/8784071/

While renaming the policy would have been a “cleaner” solution, this would create a scenario where our setup playbooks would need to check for the policy by it’s old name before installing the new one. Updating the filename to reflect the policy name is the least invasive and risky change.
2016-12-12 15:55:49 -05:00
Ken Hoes
d6f1f2f22e Simplified and fixed save button permissions 2016-12-12 15:50:50 -05:00
Matthew Jones
93ce2a5dfd Set proot/bubblewrap enabled by default 2016-12-12 15:26:31 -05:00
Michael Abashian
e00e4f6a10 Merge pull request #4389 from mabashian/4165-add-edit-node-audit
Add/Edit workflow from audit items
2016-12-12 15:14:21 -05:00
kensible
de88839059 Merge pull request #4384 from kensible/fixing-loading-errors
Fixing loading of config info errors
2016-12-12 15:12:01 -05:00
Chris Church
08286d6d06 Add valid 1px GIF as placeholder. 2016-12-12 14:57:13 -05:00
Matthew Jones
e83360592f Merge pull request #4391 from ansible/set_max_page_size
Set an upper limit of 200 on the max page size
2016-12-12 14:51:29 -05:00
Leigh Johnson
e895c0989a Fixes routing to scheduled jobs view (#4280)
* Issue #4267

* Fixes routing issues to upcoming scheduled jobs view
* Fixes edit schedule routing from scheduled jobs list view

* re-enable jobDetails route, match jobDetais route only when url is /jobs/integer/
2016-12-12 14:51:09 -05:00
jaredevantabor
e2ea73aa35 making labels collapsible on workflow-results
to match the job results page
2016-12-12 11:18:22 -08:00
Michael Abashian
deca2bb5c1 Various fixes to the templates list based on audit feedback 2016-12-12 14:14:36 -05:00
Wayne Witzel III
824fb21b3f Merge pull request #4357 from wwitzel3/release_3.1.0
Update uwsgi/nginx configurations.
2016-12-12 14:08:01 -05:00
Wayne Witzel III
19f7d9e8d8 redirect if no forward-slash 2016-12-12 13:25:10 -05:00
Wayne Witzel III
c6e1598b9c explicitly set long harakiri time to deal with very large inventory deletes 2016-12-12 12:44:05 -05:00
Wayne Witzel III
fafec3a0e3 Update to use Modern values for SSL 2016-12-12 12:42:56 -05:00
Wayne Witzel III
5f5624c5a3 Update to use Modern values for SSL 2016-12-12 12:42:53 -05:00
Wayne Witzel III
88dc742f42 update uwsgi/nginx production configuration 2016-12-12 12:42:51 -05:00
Wayne Witzel III
4c8af2a4b8 update uwsgi/nginx dev configuration 2016-12-12 12:42:20 -05:00
Matthew Jones
8b8c29b9dc Purge has_schedules
Also... migration for big field docs updates
2016-12-12 12:33:09 -05:00
Chris Church
c52366e580 Merge pull request #4312 from cchurch/saml-error-handling
SAML error handling fixes
2016-12-12 12:29:17 -05:00
Matthew Jones
bb7a201c2f Add missing field to ad-hoc command partial 2016-12-12 12:25:19 -05:00
Alan Rominger
5575f67aba Merge pull request #4393 from AlanCoding/encrypt_log_pass
Encrypt log token or password
2016-12-12 12:16:58 -05:00
Matthew Jones
349d497bb4 Make max page size tunable 2016-12-12 12:10:33 -05:00
AlanCoding
249469c576 encrypt log token or password 2016-12-12 12:02:56 -05:00
Matthew Jones
08edbb1b72 Set an upper limit of 200 on the max page size 2016-12-12 12:01:48 -05:00
Bill Nottingham
abbe41dbac Merge pull request #4298 from wenottingham/stringy
Mark more strings for translation.
2016-12-12 11:55:23 -05:00
Bill Nottingham
933cc83b90 Mark up UsersAdd properly. 2016-12-12 11:35:41 -05:00
Michael Abashian
fdcae226aa Removed rogue comment - not needed 2016-12-12 11:25:20 -05:00
Michael Abashian
8165e18e64 Various small bug fixes dealing with the workflow maker and the add/edit workflow form. 2016-12-12 11:20:10 -05:00
AlanCoding
30b212b724 fix RBAC bugs associated with WFJT copy 2016-12-12 11:11:25 -05:00
Matthew Jones
2d6dff1a3b Better error handling on deprovision_node management command 2016-12-12 10:55:03 -05:00
Alan Rominger
ecdb9ac02a Merge pull request #4374 from AlanCoding/logger_reloading_PR
Chain reloading uWSGI on log setting change
2016-12-12 10:28:27 -05:00