Chris Meyers
6cc5f14e16
remove conditional inventory sources POST
...
* Move logic from validator down to model
* Allow only 1 inventory source of type scm with
update_on_project_update set to True; for each inventory
2017-08-02 11:49:10 -04:00
Chris Meyers
3dea02ceac
use insights v3 api
2017-07-31 11:04:15 -04:00
Chris Meyers
65a6b1e5ac
Merge pull request #116 from chrismeyersfsu/fix-6973
...
make specific saml fields required
2017-07-31 10:52:44 -04:00
Wayne Witzel III
78ab549733
Merge pull request #115 from wwitzel3/issue-7332
...
Disable caching for /authtoken endpoint
2017-07-31 10:00:04 -04:00
Ryan Petrello
25f16f9409
Merge pull request #105 from ryanpetrello/fix-7323
...
add validation errors for certain dependent credential fields
2017-07-31 09:40:34 -04:00
Chris Meyers
ed8db2419e
make specific saml fields required
2017-07-31 09:28:52 -04:00
Wayne Witzel III
7fe9c7b913
Disable caching for /authtoken endpoint
2017-07-31 09:19:54 -04:00
Jared Tabor
59157565bd
Merge pull request #106 from jaredevantabor/7332-cache-headers
...
7332 cache headers
2017-07-28 16:00:23 -07:00
Christian Adams
9816ac418a
Merge pull request #82 from rooftopcellist/smart_inventory
...
Blocks creation of Hosts, Groups, and IS for Smart Inventories
2017-07-28 16:33:50 -04:00
adamscmRH
3dcd6ef2c2
Blocks creation of Hosts, Groups, and IS for Smart Inventories
...
* Updated View unit tests
* Refactored Validators
* Validator Fix for Blocking
2017-07-28 16:24:09 -04:00
Ryan Petrello
5e15f9e04e
add validation errors for certain dependent credential fields
...
see: https://github.com/ansible/ansible-tower/issues/7323
see: https://github.com/ansible/ansible-tower/issues/7293
see: https://github.com/ansible/ansible-tower/issues/7289
see: https://github.com/ansible/ansible-tower/issues/7292
2017-07-28 16:07:37 -04:00
Jared Tabor
ec497fa48e
adding no-cache headers to the POST to /authtoken
2017-07-28 13:02:32 -07:00
Ryan Petrello
39eab02713
Merge pull request #103 from ansible/kombu-pin
...
pin kombu to a known working version (from tower 3.1.4)
2017-07-28 15:39:42 -04:00
Greg Considine
9d9ca82f33
Merge pull request #94 from gconsidine/ui/fix/credentials-lookup
...
Ui/fix/credentials lookup
2017-07-28 15:36:37 -04:00
gconsidine
6a7e018100
Add comments and minor changes from PR feedback
2017-07-28 15:23:08 -04:00
Shane McDonald
088f937590
Update pot files
2017-07-28 15:03:46 -04:00
Greg Considine
5dc960bc16
Merge pull request #102 from gconsidine/ui/fix/translations
...
Use translate filter instead of directive when strings contain HTML
2017-07-28 14:55:33 -04:00
gconsidine
47d3def94f
Use translate filter instead of directive when strings contain HTML
2017-07-28 14:39:37 -04:00
Alan Rominger
76da28783e
Merge pull request #98 from AlanCoding/shutdown_signal
...
set instance capacity to 0 on celery shutdown signal
2017-07-28 13:47:34 -04:00
Ryan Petrello
0929bfb156
Merge pull request #99 from ryanpetrello/fix-7328
...
force isolated timeout settings to be positive integers
2017-07-28 13:44:08 -04:00
Jared Tabor
d44608de30
Merge pull request #95 from jaredevantabor/more-translations
...
marking job results and survey maker for translation
2017-07-28 10:13:28 -07:00
Marliana Lara
672ae8b1de
Merge pull request #96 from marshmalien/ux/fix/templates
...
[UX] Template and Workflow Editor
2017-07-28 12:54:19 -04:00
John Mitchell
d678e34a27
update border color from b7 to d7
2017-07-28 12:50:23 -04:00
Marliana Lara
103118b551
Merge pull request #100 from marshmalien/ux/fix/orgs
...
Fix UX items related to Organizations
2017-07-28 12:46:44 -04:00
AlanCoding
aff07747f8
set instance capacity to 0 on celery shutdown signal
2017-07-28 12:38:57 -04:00
Ryan Petrello
568986b39f
force isolated timeout settings to be positive integers
...
see: https://github.com/ansible/ansible-tower/issues/7328
2017-07-28 12:24:21 -04:00
Marliana Lara
a2563031f8
Fix UX items related to Organizations
2017-07-28 12:09:50 -04:00
Marliana Lara
86fc441d68
Merge pull request #92 from marshmalien/ux/fix/notifications
...
[UX] Fix Notification radio buttons and add close button to Toaster alert
2017-07-28 11:18:18 -04:00
Marliana Lara
e4ddcf74d5
Add translations to popover text
2017-07-28 11:12:33 -04:00
Aaron Tan
7df6fbf0a8
Merge pull request #66 from jangsutsr/3467_move_satellite_ini_config_from_env_to_source_var
...
Move Satellite 6 .ini configurations from env variables to source_vars
2017-07-28 11:07:18 -04:00
Ryan Petrello
ad66ff9938
pin kombu to a known working version (from tower 3.1.4)
...
we're encountering some *really* gnarly bugs with newer version of
celery and kombu; pin to *exactly* what works in 3.1.4 to try to avoid
them, because we can't upgrade celery to 4.0 (where this bug *may* be
fixed)
see: https://github.com/ansible/ansible-tower/issues/6534
see: https://github.com/celery/celery/issues/3712
see: https://github.com/celery/kombu/pull/760
2017-07-28 10:59:06 -04:00
Michael Abashian
7ca661cc24
Merge pull request #88 from mabashian/7246-portal-launch-job
...
Reload state after launching job from portal or home
2017-07-28 09:41:11 -04:00
Michael Abashian
87bf10c614
Merge pull request #86 from mabashian/7272-per-page
...
Hide view per page when adding users/admins to org
2017-07-28 09:41:00 -04:00
Michael Abashian
b505211f48
Merge pull request #85 from mabashian/7268-sync-status
...
Fixed inventory sync status popover links
2017-07-28 09:40:38 -04:00
Aaron Tan
f253d2da16
Merge pull request #93 from jangsutsr/7321_prevent_unprivileged_user_from_deleting_is
...
Prevent unprivileged users from deleting inventory sources
2017-07-28 09:39:58 -04:00
Michael Abashian
378e8630e2
Merge pull request #84 from mabashian/7274-pagination
...
Fixed first/last pagination controls
2017-07-28 09:39:41 -04:00
Marliana Lara
723bd66627
Fix UX items related to Job Templates and Workflow Maker
2017-07-28 09:29:32 -04:00
Alan Rominger
368ff8a4fb
Merge pull request #71 from AlanCoding/man_overboard
...
Set capacity to 0 if instance has not checked in lately
2017-07-27 20:55:16 -04:00
Jared Tabor
0d7419f5c4
marking job results and survey maker for translation
2017-07-27 15:19:54 -07:00
gconsidine
6239df6778
Add read-only credential form depending on access
2017-07-27 18:07:06 -04:00
John Mitchell
8f9b7597ae
fix ng-class syntax
2017-07-27 16:56:30 -04:00
gconsidine
bf42021a32
Add search to models w/ search on lookup input
2017-07-27 16:47:23 -04:00
Shane McDonald
97b7321920
Cleaning up Makefile
...
Removing references to and definitions of unused targets
2017-07-27 16:46:40 -04:00
Shane McDonald
1b8b6e1159
Remove default goal from makefile
...
There is no build target anymore
2017-07-27 16:32:09 -04:00
Shane McDonald
f3130e06c9
Add i18n flag file back to makefile
...
This was accidentally deleted during the repo split
2017-07-27 16:30:29 -04:00
Aaron Tan
5a540a877e
Prevent unprivileged users from deleting inventory sources
2017-07-27 16:29:03 -04:00
AlanCoding
1112557c79
set capacity to 0 if instance has not checked in lately
2017-07-27 16:20:04 -04:00
Aaron Tan
580871a60b
Merge pull request #70 from jangsutsr/5913_allow_parsing_null_json_data
...
Allow parsing null JSON data
2017-07-27 16:05:26 -04:00
jlmitch5
62a1a4b785
Merge pull request #91 from jlmitch5/additionalColorsAndBugs
...
fix color of schedule forms and bugs found in color audit
2017-07-27 16:02:57 -04:00
Marliana Lara
a8b7e2608b
Merge pull request #76 from marshmalien/ux/fix/permissions-modal
...
[UX] Permissions Modal
2017-07-27 15:40:54 -04:00