Commit Graph
31 Commits
Author SHA1 Message Date
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