Commit Graph
71 Commits
Author SHA1 Message Date
Ryan Petrello 3d378fb0b2 Merge pull request #5929 from ryanpetrello/api_v2
add API versioning for /api/v2/
2017-03-31 13:38:00 -04:00
Ryan Petrello d52726592f Merge pull request #5846 from ryanpetrello/fix-5691
property filter `no_log` for item event loops
2017-03-24 11:04:29 -04:00
Ryan Petrello 301a088922 Merge pull request #5809 from ryanpetrello/ad_hoc_extra_vars
show extra_vars in the adhoc results UI, and use them when relaunching
2017-03-21 10:22:10 -04:00
Ryan Petrello d611fe2971 Merge pull request #5803 from ryanpetrello/fix-5802
fix a callback bug that causes a task_args leak between job events
2017-03-20 14:25:59 -04:00
Ryan Petrello 64b25a8dd3 Merge pull request #5737 from ryanpetrello/fix-5718
always use async http logging - even in celery workers
2017-03-17 13:28:46 -04:00
Ryan Petrello 1d4885c042 Merge pull request #5767 from ryanpetrello/fix-5691
add no_log filtering for runner_item_on_xyz events
2017-03-17 11:15:10 -04:00
Ryan Petrello 886e96dea9 Merge pull request #5759 from ryanpetrello/logstash-stdout
output logs to /logstash.conf in our default compose file
2017-03-16 13:55:09 -04:00
Ryan Petrello a5b786b3f7 Merge pull request #5720 from ryanpetrello/callback-plugin-tests
add callback plugin tests to CI
2017-03-15 09:40:33 -04:00
Ryan Petrello 7a11d85b72 Merge pull request #5714 from ryanpetrello/callback-plugin-tests
add tests for our custom ansible callback plugin
2017-03-14 13:14:14 -04:00
Ryan Petrello c13242305f Merge pull request #5693 from ryanpetrello/ad_hoc_extra_vars
add ui support for specifying extra vars for ad-hoc commands
2017-03-13 11:39:02 -04:00
Ryan Petrello b9a400cbc1 Merge pull request #5695 from ryanpetrello/fix-5691
job event data marked with _ansible_no_log should be censored
2017-03-13 09:38:47 -04: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
Ryan Petrello 926ef45a02 Merge pull request #5683 from ryanpetrello/log-aggregator-test-button
start a CHANGELOG
2017-03-09 16:46:43 -05:00
Ryan Petrello bd48dcf4dd Merge pull request #5670 from ryanpetrello/log-aggregator-test-button
add an API endpoint for testing external log aggregrator connectivity
2017-03-09 14:55:55 -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
Ryan Petrello 7b34b36e5e Merge pull request #5576 from ryanpetrello/fix-4756
prohibit API payloads that represent something other than a JSON object
2017-02-28 14:04:32 -05:00
Ryan Petrello d95b49d3e1 Merge pull request #5579 from ryanpetrello/release_3.1.1
requeue websocket messages that don't (yet) have an established user
2017-02-28 11:20:12 -05:00
Ryan Petrello 242e1b543c Merge pull request #5552 from ryanpetrello/fix-5536
use Unicode apostrophes - not single quotes - for French i18n strings
2017-02-27 12:31:33 -05:00
Ryan Petrello 1878fbf973 Merge pull request #5573 from ryanpetrello/fix-appdirs-dep
pin appdirs==1.4.2
2017-02-27 12:21:54 -05:00
Ryan Petrello 7ad819649c Merge pull request #5531 from ryanpetrello/fix-5470
retain the default interstitial value for TOWER_URL_BASE
2017-02-23 16:55:08 -05:00
Ryan Petrello 05e1348ef9 Merge pull request #5521 from ryanpetrello/fix-4975
allow AD_HOC_COMMANDS to be set to [] in the settings ui
2017-02-23 14:18:02 -05:00
Ryan Petrello 7a8089681e Merge pull request #5524 from ryanpetrello/fix-4931
always refetch license config
2017-02-23 14:17:33 -05:00
Ryan Petrello 28dd2d3407 Merge pull request #5522 from ryanpetrello/fix-5094
allow idempotent save when editing an inventory script
2017-02-23 12:47:39 -05:00
Ryan Petrello e1c2a06246 Merge pull request #5518 from ryanpetrello/fix-4979
move a tall tooltip's placement on the credentials UI to avoid cutoff
2017-02-23 10:20:02 -05:00
Ryan Petrello f11e9076cf Merge pull request #5505 from ryanpetrello/fix-5470
set the default in OPTIONS for TOWER_URL_BASE to the request hostname
2017-02-22 12:29:53 -05:00
Ryan Petrello fe053dca83 Merge pull request #5495 from ryanpetrello/blacklist_sensitive_search_keys
blacklist certain sensitive fields and relations as search arguments
2017-02-22 10:28:03 -05:00
Ryan Petrello dc275b757e Merge pull request #5499 from ryanpetrello/fix-5420
mark ON/OFF i18n for certain toggle switches
2017-02-21 16:53:32 -05:00
Ryan Petrello e9a9a79d94 Merge pull request #5454 from ryanpetrello/fix-5420
disable the on/off toggle button for hosts from dynamic inventory.
2017-02-21 16:30:43 -05:00
Ryan Petrello 8d27c0873b Merge pull request #5480 from ryanpetrello/fix-5477
fix a minor bug in survey_spec password field handling
2017-02-20 16:57:23 -05:00
Ryan Petrello 9a1ce022fe Merge pull request #5476 from ryanpetrello/fix-5453
mark a variety of host-related strings for i18n
2017-02-20 16:21:17 -05:00
Ryan Petrello ce0096f308 Merge pull request #5444 from ryanpetrello/fix-5431
fix a visual bug for limited screen widths on the job view UI
2017-02-20 12:03:56 -05:00
Ryan Petrello 080b7fd5c2 Merge pull request #5389 from ryanpetrello/fix-5387
don't trim newlines from custom inventory scripts; they may be relevant
2017-02-17 16:55:21 -05:00
Ryan Petrello 734ec91e3b Merge pull request #5430 from ryanpetrello/fix-5407
properly count hosts based on job event task state
2017-02-17 14:11:59 -05:00
Ryan Petrello 16715e9c26 Merge pull request #5405 from ryanpetrello/fix-5391
only bind nginx to IPv6 if a valid IPv6 address exists
2017-02-17 09:59:55 -05:00
Ryan Petrello 424174154d Merge pull request #5383 from ryanpetrello/fix-5311
don't allow private key passphrases for unencrypted private ssh keys
2017-02-16 08:44:06 -05:00
Ryan Petrello 941189e8bc Merge pull request #5362 from ryanpetrello/fix-5324
properly detect the backend name in failed social_auth callbacks
2017-02-15 10:05:59 -05:00
Ryan Petrello 81b70718d2 Merge pull request #5372 from ryanpetrello/fix-5000
only allow single selection for LOG_AGGREGATOR_TYPE
2017-02-15 10:05:14 -05:00
Ryan Petrello 16888f26cc Merge pull request #5366 from ryanpetrello/fix-racy-test-failure
fix a test that fails due to a race between async logging requests
2017-02-14 16:05:45 -05:00
Ryan Petrello 78d6232a5f Merge pull request #5347 from ryanpetrello/fix-4788
don't cache social-auth-core backends
2017-02-14 12:06:01 -05:00
Ryan Petrello e3653b0e18 Merge pull request #5301 from ryanpetrello/fix-5276
fix several issues that are preventing usage of unicode as CTinT values
2017-02-14 11:51:30 -05:00
Ryan Petrello c88e115d40 Merge pull request #5330 from ryanpetrello/fix-5322
work around a DRF issue that causes CharField to cast `None` to `"None"`
2017-02-13 14:14:47 -05:00
Ryan Petrello e5e0bd191a Merge pull request #5289 from ryanpetrello/fix-5276
fix a typo in a log handler test
2017-02-09 16:01:07 -05:00
Ryan Petrello 3631907284 Merge pull request #5272 from ryanpetrello/open-memcache-port
map docker container ports to allow access easier to memcache
2017-02-09 15:52:06 -05:00
Ryan Petrello a2a4ea486a Merge pull request #5280 from ryanpetrello/fix-5276
correctly set the Authorization header for non-async log handling
2017-02-09 15:23:40 -05:00
Ryan Petrello 8753d4968a Merge pull request #5252 from ryanpetrello/log-handler-tests
refactor utils.handlers.HTTPSHandler's usage of django settings
2017-02-09 10:29:38 -05:00
Ryan Petrello a076ab015d Merge pull request #5246 from ryanpetrello/log-handler-tests
add tests for our custom log aggregator/handler
2017-02-08 14:31:51 -05:00
Ryan Petrello 00af3ccb1a Merge pull request #5247 from ryanpetrello/fix-5239
remove unnecessary hashes included in "CUSTOM_LOGO" help text
2017-02-08 14:20:29 -05:00
Ryan Petrello 09686e209e Merge pull request #5232 from ryanpetrello/fix-5194
only loop over project OPTIONS response if the response is valid
2017-02-07 16:23:38 -05:00
Ryan Petrello 5554b46401 Merge pull request #5230 from ryanpetrello/fix-5223
fix a CTinT bug in static file config handling
2017-02-07 15:39:56 -05:00
Ryan Petrello b07305f3b2 Merge pull request #5217 from ryanpetrello/fix-5208
enforce a sane default OPT_NETWORK_TIMEOUT for LDAP connections
2017-02-07 13:21:05 -05:00
Ryan Petrello 81805c780f Merge pull request #5207 from ryanpetrello/fix-4356
add the max_page_size value to the OPTIONS response for list views
2017-02-07 10:29:22 -05:00
Ryan Petrello 71dd48c97f Merge pull request #5209 from ryanpetrello/fix-5204
catch and log LDAP auth plugin misconfigurations
2017-02-06 16:39:11 -05:00
Ryan Petrello a844b11e88 Merge pull request #5197 from ryanpetrello/fix-5141
only hide scm revision for manual projects if the key already exists
2017-02-06 12:24:40 -05:00
Ryan Petrello 465e5f7516 Merge pull request #5174 from ryanpetrello/fix-4737
Fix a few bugs in 3.0 -> 3.1 upgrade that break custom UI branding/logo
2017-02-06 10:34:38 -05:00
Ryan Petrello 1d8b8a6d11 Merge pull request #5143 from ryanpetrello/fix-4876
add a field to OPTIONS that tells if the setting came from a .py file
2017-02-02 13:40:27 -05:00
Ryan Petrello 7dde6bbb3c Merge pull request #5149 from ryanpetrello/fix-5148
default certain LDAP settings to None instead of an empty string
2017-02-02 13:21:40 -05:00
Ryan Petrello a680bc314f Merge pull request #5127 from ryanpetrello/fix-4246
add tests for encryption/decryption in awx.main.utils.common
2017-02-02 09:04:14 -05:00
Ryan Petrello a615e92356 Merge pull request #5121 from ryanpetrello/fix-4246
automatically encrypt/decrypt CTinT settings stored in memcached
2017-02-01 15:55:04 -05:00
Ryan Petrello fde4d5c1f6 Merge pull request #5083 from ryanpetrello/fix-5030
don't stringify source_vars['private'] for Openstack inventory updates
2017-02-01 08:53:17 -05:00
Ryan Petrello 25fed36dc0 Merge pull request #5053 from ryanpetrello/celery-rdb
map docker container ports to allow usage of celery.contrib.rdb
2017-01-31 09:23:20 -05:00
Ryan Petrello 7ae7205f99 Merge pull request #4972 from ryanpetrello/fix-4665
display read-only settings in the API settings endpoint
2017-01-30 14:34:00 -05:00
Ryan Petrello 2568c86b71 Merge pull request #4955 from ryanpetrello/fix-4900
move the uwsgi master FIFO from /tmp/awxfifo to /var/lib/awx/awxfifo
2017-01-26 10:11:21 -05:00
Ryan Petrello 188e423bd7 Merge pull request #4943 from ryanpetrello/fix-4861
fix a typo that results in a NameError
2017-01-25 14:17:41 -05:00
Ryan Petrello a13b2588b2 Merge pull request #4938 from ryanpetrello/release_3.1.0
fix a bug which causes activitystream actor assignment to be invalid
2017-01-25 13:54:38 -05:00
Ryan Petrello b917ffbc63 Merge pull request #4901 from ryanpetrello/release_3.1.0
allow certain LDAP settings fields to be nullable
2017-01-24 11:01:31 -05:00
Ryan Petrello 5253634c72 Merge pull request #4884 from ryanpetrello/release_3.1.0
fix an LDAP settings bug which can cause LDAP auth to fail
2017-01-23 15:56:00 -05:00
Ryan Petrello 2b4cede9ac Merge pull request #4824 from ryanpetrello/host-extra-vars
Fix non-prettified extra vars on the Hosts Edit UI.
2017-01-20 09:15:04 -05:00
Ryan Petrello 692bafc583 Merge pull request #4829 from ryanpetrello/release_3.1.0
Revert "add a test for maximum page size enforcement"
2017-01-19 13:47:52 -05:00
Ryan Petrello b121e80d29 Merge pull request #4813 from ryanpetrello/release_3.1.0
add a test for maximum page size enforcement
2017-01-19 11:26:48 -05:00
Ryan Petrello 1b73865477 Merge pull request #4799 from ryanpetrello/release_3.1.0
Properly encode prev/next pagination links when URL contains unicode
2017-01-18 16:45:04 -05:00
Ryan Petrello e5792157c3 Merge pull request #4755 from ryanpetrello/release_3.1.0
Properly parse subversion revision info.
2017-01-17 13:10:22 -05:00