Commit Graph

  • 41b0367627 Merge pull request #4337 from ryanpetrello/activity-stream-missing-jt softwarefactory-project-zuul[bot] 2019-07-17 16:17:53 +00:00
  • c25dbb534f fix a 500 error for Activity Stream job records w/ a missing JT Ryan Petrello 2019-07-17 10:21:25 -04:00
  • d0d08c2395 Merge pull request #4328 from jakemcdermott/nested-hashi-kv-v2-engine-names softwarefactory-project-zuul[bot] 2019-07-16 18:26:56 +00:00
  • 1242ee2b65 Merge pull request #4324 from keithjgrant/4218-lookup-toolbar-width softwarefactory-project-zuul[bot] 2019-07-16 18:18:46 +00:00
  • 7d0f062d9e Merge pull request #4333 from ansible/nightwatchxsl softwarefactory-project-zuul[bot] 2019-07-16 18:09:24 +00:00
  • aea08eef6b make lookup toolbar fill width of modal Keith Grant 2019-07-12 13:26:21 -07:00
  • aef263fa6c Added nightwatch stylesheet to e2e Daniel Sami 2019-07-16 13:02:22 -04:00
  • 35d9a8f839 support nested engine names for hashivault kv v2 secret engine Jake McDermott 2019-07-15 12:52:51 -04:00
  • fef6e0b191 Merge pull request #4332 from ryanpetrello/roll-back-fedora softwarefactory-project-zuul[bot] 2019-07-16 15:19:45 +00:00
  • b620d8505a build and link a newer sqlite3 to make Django happy Ryan Petrello 2019-07-16 09:57:31 -04:00
  • 9fc1378fd1 Merge pull request #4304 from mabashian/3901-desc softwarefactory-project-zuul[bot] 2019-07-16 14:29:43 +00:00
  • b46db98b5a Removes some unused classes. Fix host desc ellipsis and responsiveness. Add desc to group hosts mabashian 2019-07-10 11:42:33 -04:00
  • 14bdf8deb3 #3348 improved related listing on mobile Jose Ariza 2019-06-15 13:22:47 -05:00
  • 24df1d7be6 #3348 improved listing on mobile Jose Ariza 2019-06-15 12:31:11 -05:00
  • 40ead6f9d1 #3348 implemented suggested style changes Jose Ariza 2019-06-15 11:57:35 -05:00
  • 2a71232dd6 #3348 added description to host list on inventories related hosts Jose Ariza 2019-05-15 09:05:27 -05:00
  • 8b301f91ab #3348 added description to host list Jose Ariza 2019-05-15 09:04:50 -05:00
  • a4b2d6bf88 Revert "Change the devel containers to be based on Fedora instead of CentOS" Ryan Petrello 2019-07-16 09:18:24 -04:00
  • b8b98b136b Merge pull request #4070 from jbradberry/upgrade-django-2.2 softwarefactory-project-zuul[bot] 2019-07-15 22:56:22 +00:00
  • c4b4b319c9 Merge pull request #4323 from keithjgrant/4248-tooltip-permissions-list softwarefactory-project-zuul[bot] 2019-07-15 13:13:41 +00:00
  • dd8ca5acc4 Ensure that the Postgres client is installed Jeff Bradberry 2019-07-12 16:22:52 -04:00
  • 172864a3a1 Force the username and password to be strings under the Radius backend Jeff Bradberry 2019-07-12 14:00:26 -04:00
  • a691340986 Update authenticate method on auth backends to add required request param Jeff Bradberry 2019-07-12 11:15:07 -04:00
  • 261f1427e9 Break up a too-long line in migrations Jeff Bradberry 2019-07-09 17:14:30 -04:00
  • 9383512772 Remove no longer needed check for override of WSGIHandler Jeff Bradberry 2019-07-09 16:55:37 -04:00
  • 2d81923e22 Fix up changes in fields in the migrations Jeff Bradberry 2019-07-09 16:42:50 -04:00
  • 1093a662f1 Fix a problem with a change in results from User.has_usable_password Jeff Bradberry 2019-07-09 15:59:07 -04:00
  • 210517eeb1 Fix a couple of tests trivially affected by the upgrades Jeff Bradberry 2019-07-09 14:37:25 -04:00
  • 2ffe3d9a85 Give the 4xx error handler views the correct positional arguments Jeff Bradberry 2019-07-09 13:44:55 -04:00
  • 6737bd4c19 Replace {} as field default values with the callable dict Jeff Bradberry 2019-07-09 13:26:58 -04:00
  • 29ad847544 Deal with a change in truncation of strings in Django Jeff Bradberry 2019-07-08 17:16:34 -04:00
  • b3ef2c928a Remove the custom add and remove methods from OrderedManyToManyDescriptor Jeff Bradberry 2019-07-08 17:15:32 -04:00
  • 7936dff188 Change the devel containers to be based on Fedora instead of CentOS Shane McDonald 2019-07-08 15:52:15 -04:00
  • 43c552c7c6 Some flake8 changes Jeff Bradberry 2019-06-26 15:53:11 -04:00
  • e0357d53f5 Bump Django to 2.2.2 Jeff Bradberry 2019-06-26 15:11:37 -04:00
  • beb1dd5ae7 Replace use of the deprecated staticfiles template library with static Jeff Bradberry 2019-06-26 14:53:53 -04:00
  • d464df557b Fix another direct assignment of a sequence to a related manager Jeff Bradberry 2019-06-26 14:41:09 -04:00
  • 5e9f790554 Bump to Django 2.1.9 Jeff Bradberry 2019-06-26 14:40:45 -04:00
  • 47b325896d Remove the django_db mark from TransactionTestCase classes Jeff Bradberry 2019-06-26 13:34:54 -04:00
  • c85d58e28d The interactive flag for management commands doesn't seem to be a thing anymore Jeff Bradberry 2019-06-25 11:47:06 -04:00
  • bcbb768dd3 Remove the use of the deprecated Field.rel attribute Jeff Bradberry 2019-06-17 11:13:18 -04:00
  • e0693d3746 is_anonymous and is_authenticated no longer support being called as methods Jeff Bradberry 2019-06-13 14:13:09 -04:00
  • a6edc46cc3 Field.from_db_value no longer supports the context param in 2.0 Jeff Bradberry 2019-06-21 16:32:24 -04:00
  • f24b08316d Django's url resolver and pattern classes have been renamed in 2.0+ Jeff Bradberry 2019-06-13 13:58:01 -04:00
  • 25c14382db Update the monkey patch of Django's column name digest to work with 2.0+ Jeff Bradberry 2019-06-13 13:33:46 -04:00
  • 796d7bf67f Replace the use of the 3rd party jsonbfield library Jeff Bradberry 2019-06-27 17:10:15 -04:00
  • ddef41d394 Bump Django to 2.0.13 Jeff Bradberry 2019-06-13 11:46:24 -04:00
  • c626f51dae Merge pull request #4319 from AlanCoding/azure_template_errors softwarefactory-project-zuul[bot] 2019-07-12 19:00:36 +00:00
  • a9bb1eba02 Merge pull request #4320 from jdekoning/ssh-machine-creds-fix softwarefactory-project-zuul[bot] 2019-07-12 18:37:57 +00:00
  • b1c87c1793 fix listed resources in delete tooltip Keith Grant 2019-07-12 09:43:40 -07:00
  • 612205d56d Ignore Azure templating errors AlanCoding 2019-07-12 08:01:53 -04:00
  • 94b1455f40 Insert signed public key in artifact_dir, hacky fix for issue #4139 Jaap de Koning 2019-07-12 14:10:14 +02:00
  • b26bd11924 Merge pull request #4315 from AlanCoding/old_migration_methods softwarefactory-project-zuul[bot] 2019-07-12 02:11:08 +00:00
  • 287159296a remove unused migration methods AlanCoding 2019-07-11 16:09:38 -04:00
  • 23100094dc Merge pull request #4313 from ryanpetrello/fix-4162 softwarefactory-project-zuul[bot] 2019-07-11 18:29:35 +00:00
  • b2275c0490 Merge pull request #4312 from wenottingham/check-one-check-two softwarefactory-project-zuul[bot] 2019-07-11 16:55:56 +00:00
  • d6dba784b1 Merge pull request #4285 from olia-dev/issue-4274 softwarefactory-project-zuul[bot] 2019-07-11 16:50:26 +00:00
  • 2a68ff49c1 Add some minimal sanity checking before running the updater script. Bill Nottingham 2019-07-11 12:12:22 -04:00
  • 0f8c59523a Remove tooltips from host events in output mabashian 2019-06-26 10:46:42 -04:00
  • de02df4907 Merge pull request #4201 from beeankha/helper_method_in_serializer softwarefactory-project-zuul[bot] 2019-07-10 14:28:04 +00:00
  • 522dcf5ed3 related #4274 - moved function 'create_temporary_fifo' to 'awx/main/utils/common.py' and referenced it in other plugins (fixed errors) olia-dev 2019-07-10 12:40:26 +02:00
  • b2d84a5d89 related #4274 - moved function 'create_temporary_fifo' to 'awx/main/utils/common.py' and referenced it in other plugins (fixed errors) olia-dev 2019-07-10 12:39:57 +02:00
  • 7b390fa2fc related #4274 - moved function 'create_temporary_fifo' to 'awx/main/utils/common.py' and referenced it in other plugins olia-dev 2019-07-10 11:28:02 +02:00
  • 557ec27303 Merge pull request #4251 from AlexSCorey/JTLaunchButton softwarefactory-project-zuul[bot] 2019-07-09 20:58:46 +00:00
  • f47a37a96b Merge pull request #4259 from AlexSCorey/4216-OrgGetRequestDuplication softwarefactory-project-zuul[bot] 2019-07-09 18:44:09 +00:00
  • 74d8fca673 Merge pull request #4296 from pebbledavec/patch-1 softwarefactory-project-zuul[bot] 2019-07-09 18:40:34 +00:00
  • 7039f82d15 Only reload details whe navigating to details from another tab Alex Corey 2019-07-09 13:38:52 -04:00
  • e34833c8cb Merge pull request #4300 from jakemcdermott/output-updown softwarefactory-project-zuul[bot] 2019-07-09 17:12:27 +00:00
  • f22314caaf Merge pull request #4257 from marshmalien/skeleton-template-add-form softwarefactory-project-zuul[bot] 2019-07-09 17:06:46 +00:00
  • fb0c82598f Address PR feedback Marliana Lara 2019-07-03 16:54:40 -04:00
  • 90f7e9375f get more events on page down or up when needed Jake McDermott 2019-07-09 10:21:43 -04:00
  • ccea920ea3 Merge pull request #4263 from fantashley/easy-custom-venvs softwarefactory-project-zuul[bot] 2019-07-09 13:23:37 +00:00
  • 2d636806db Merge pull request #4123 from clushie/update_openstacksdk_dependencies softwarefactory-project-zuul[bot] 2019-07-09 13:04:12 +00:00
  • bda42332b7 Merge pull request #4295 from JakobP/bug/3857-improve-error-message softwarefactory-project-zuul[bot] 2019-07-09 13:00:05 +00:00
  • 2ee03b552d related #4274 - added option to verify server certificate with a specific CA (fixed errors) olia-dev 2019-07-09 14:14:29 +02:00
  • 7a5efa1adc related #4274 - added option to verify server certificate with a specific CA olia-dev 2019-07-09 13:59:11 +02:00
  • 2ff3b5d62c Removed forwardslash that was breaking paginated workflow node requests. pebbledavec 2019-07-09 12:50:40 +01:00
  • e23ee41082 Fix issue #3857 with a more informative error message when the usercan not post to /#/templates/add_job_template The cause can be both missing permissions and no projects being available. Jakob Pedersen 2019-07-09 10:47:19 +02:00
  • 2aa32f61f8 Merge pull request #4290 from ryanpetrello/csp-false-positive softwarefactory-project-zuul[bot] 2019-07-09 01:58:18 +00:00
  • 036e1ad82e Add dynamic custom venv setup Ashley Nelson 2019-07-03 09:35:11 -05:00
  • 66321a6218 specify a ng-csp attribute so Angular doesn't autodetect Ryan Petrello 2019-07-08 17:32:41 -04:00
  • 1f31cc9394 Merge pull request #4101 from jbradberry/fix-4099 softwarefactory-project-zuul[bot] 2019-07-08 21:15:11 +00:00
  • 758ad164fe Include defined fields from all parent classes of a HybridDictField Jeff Bradberry 2019-06-18 16:10:38 -04:00
  • be975fc051 Merge pull request #4283 from falcon78921/wip-awx-minor-fix softwarefactory-project-zuul[bot] 2019-07-08 19:48:28 +00:00
  • 04ea39c315 Merge pull request #4282 from saito-hideki/issue/tower_3590 softwarefactory-project-zuul[bot] 2019-07-08 19:36:31 +00:00
  • 12e0c31fe6 Rename helper method beeankha 2019-07-08 15:03:35 -04:00
  • 869d259433 Fix conditional values for handle internationalization Hideki Saito 2019-07-07 12:04:07 +09:00
  • 0dba3f53b1 Add in schedule case to helper method, make Activity Stream link point to schedule page beeankha 2019-07-08 14:47:50 -04:00
  • 73c87f9512 Add helper method in order to reduce repetition beeankha 2019-06-28 16:28:38 -04:00
  • 7faff07bd9 Merge pull request #4279 from athenahealth/fix-csp-for-safari-websockets softwarefactory-project-zuul[bot] 2019-07-08 18:00:42 +00:00
  • ca83b62c21 Merge pull request #4277 from jainnikhil30/devel softwarefactory-project-zuul[bot] 2019-07-08 16:09:49 +00:00
  • f77298643f related #4274 - added option to verify server certificate with a specific CA olia-dev 2019-07-08 10:39:42 +02:00
  • 8aa33b9b4a awx/ui: minor fix on Update on Project Update description James McClune 2019-07-07 23:36:54 -04:00
  • 987cfed649 Update Content Security Policy to allow websockets Jeff Byrnes 2019-07-05 16:12:27 -04:00
  • 9b6644bc77 Merge pull request #4276 from ryanpetrello/ldap-tls-verify-off softwarefactory-project-zuul[bot] 2019-07-05 15:58:47 +00:00
  • 88a4362a7a add inventory name and id to meta vars jainnikhil30 2019-07-05 20:37:36 +05:30
  • 0dcbafaccb fix a bug that breaks OPT_X_TLS_REQUIRE_CERT=0 for LDAP authentication Ryan Petrello 2019-07-05 10:21:25 -04:00
  • 3b17170533 more concise conditions for api calls Alex Corey 2019-07-03 16:16:09 -04:00
  • 7afaacb5e3 Add Job Template Add form skeleton and test Marliana Lara 2019-07-01 16:22:31 -04:00
  • b06421b870 Rename TemplateForm to JobTemplateForm Marliana Lara 2019-06-27 11:46:52 -04:00