Commit Graph

  • 7d74999851 Merge pull request #5772 from AlexSCorey/4515-MultiSelectGenerateLabels softwarefactory-project-zuul[bot] 2020-01-27 21:19:09 +00:00
  • b7ca369356 Merge pull request #5742 from marshmalien/babel-upgrade softwarefactory-project-zuul[bot] 2020-01-27 19:56:18 +00:00
  • d15f7b76fa add useEndpoint hook Keith Grant 2020-01-27 10:20:47 -08:00
  • 4e4a535178 Merge pull request #5773 from ryanpetrello/callback-profiling softwarefactory-project-zuul[bot] 2020-01-27 17:44:14 +00:00
  • 78b00652bd add the ability to enable profiling for the callback receiver workers Ryan Petrello 2020-01-27 10:41:54 -05:00
  • 473ab7c01c Merge pull request #5754 from marshmalien/delete-btn-user-team-details softwarefactory-project-zuul[bot] 2020-01-27 15:15:44 +00:00
  • ae82ba53e7 Merge pull request #5752 from marshmalien/details-delete-job-template softwarefactory-project-zuul[bot] 2020-01-27 15:08:54 +00:00
  • d69174b1a6 Removes unnecessary and dead code. Alex Corey 2020-01-27 09:50:49 -05:00
  • 570f549cf4 Allows user to generate a label on the JTForm Alex Corey 2020-01-27 09:27:27 -05:00
  • 55e720e25d Merge pull request #5762 from ryanpetrello/even-more-callback-optimization softwarefactory-project-zuul[bot] 2020-01-24 22:27:08 +00:00
  • 8f33f1a6c2 remove another expensive logging lookup in the parent callback process Ryan Petrello 2020-01-24 13:42:13 -05:00
  • 7be924d155 Merge pull request #5751 from keithjgrant/5502-inventory-group-refresh softwarefactory-project-zuul[bot] 2020-01-24 19:24:25 +00:00
  • 65f226960f Merge pull request #5750 from gamuniz/license_errors_begone softwarefactory-project-zuul[bot] 2020-01-24 14:49:55 +00:00
  • 84f056294d Fix unit test error in HostAdd Marliana Lara 2020-01-23 17:54:06 -05:00
  • b906f8d757 Add delete button to user details Marliana Lara 2020-01-23 17:53:34 -05:00
  • 2fae523fd4 Add delete button to team details Marliana Lara 2020-01-23 17:53:08 -05:00
  • 4d519155bc Merge pull request #5753 from wenottingham/a-good-help-message-is-hard-to-find softwarefactory-project-zuul[bot] 2020-01-23 22:20:56 +00:00
  • ea8a91893a Fix help for new analytics gather interval Bill Nottingham 2020-01-23 16:26:15 -05:00
  • 145476c7d9 Merge pull request #5748 from marshmalien/delete-org-proj-details softwarefactory-project-zuul[bot] 2020-01-23 20:40:36 +00:00
  • c6595786f5 Merge pull request #5734 from marshmalien/5264-inv-host-edit-form softwarefactory-project-zuul[bot] 2020-01-23 20:10:36 +00:00
  • c6159a7c3e add more VariablesDetail tests Keith Grant 2020-01-23 11:15:33 -08:00
  • 52638c709a Merge pull request #5749 from ryanpetrello/search-distinct softwarefactory-project-zuul[bot] 2020-01-23 19:09:52 +00:00
  • a264b1db1f made licensing a warning and not trigger on periodic scheduler Gabe Muniz 2020-01-23 14:08:23 -05:00
  • 49907e337a prevent inventory updates after unmount Keith Grant 2020-01-23 11:02:29 -08:00
  • afc1f85668 Update job template detail unit tests Marliana Lara 2020-01-23 13:59:20 -05:00
  • 6efa751157 Add DeleteButton component to job template details Marliana Lara 2020-01-23 13:58:49 -05:00
  • 10131432b5 Refactor job template detail into functional component Marliana Lara 2020-01-23 13:52:29 -05:00
  • 0d365068ff Merge pull request #5740 from AlexSCorey/5257-WFJTMissingResource softwarefactory-project-zuul[bot] 2020-01-23 18:43:44 +00:00
  • 256404ba03 fix a bug that causes __search filters to not properly call .distinct() Ryan Petrello 2020-01-23 13:36:27 -05:00
  • 3b430c8bdf Add delete to project details Marliana Lara 2020-01-23 12:13:12 -05:00
  • 627dae6580 Add delete button to organization details Marliana Lara 2020-01-23 12:12:15 -05:00
  • 44db9ad033 Moves TemplateListItem to a functional component Alex Corey 2020-01-23 11:00:50 -05:00
  • 21890efca6 Ensures no missingResourceIcon for WFJT on JTList Alex Corey 2020-01-23 10:53:41 -05:00
  • 0a8fe4d812 Fixes InvGroupForm submission bug. Alex Corey 2020-01-23 10:50:23 -05:00
  • a1d7beca83 update VariablesDetail properly if value prop changes (preserving current mode) Keith Grant 2020-01-22 15:42:28 -08:00
  • c35c80b06c Merge pull request #5732 from ryanpetrello/callback-stats-faster softwarefactory-project-zuul[bot] 2020-01-22 22:34:38 +00:00
  • 3c5e9da9a1 Merge pull request #5739 from ryanpetrello/optimize-callback-with-logging softwarefactory-project-zuul[bot] 2020-01-22 21:53:04 +00:00
  • f9af5e8959 optimize awx-manage callback_stats for larger datasets Ryan Petrello 2020-01-22 16:51:37 -05:00
  • c983b6a755 Merge pull request #5729 from ryanpetrello/you-get-to-drink-from-the-firehose softwarefactory-project-zuul[bot] 2020-01-22 21:43:52 +00:00
  • e18639b26b further optimize conf.settings access when logging is enabled Ryan Petrello 2020-01-22 14:09:18 -05:00
  • 6d8b843ad0 Upgrade to babel 7.8.0 Marliana Lara 2020-01-22 15:03:02 -05:00
  • 00a9e42001 Wrap floating loading text in a card Marliana Lara 2020-01-22 13:36:15 -05:00
  • fc5363a140 Replace loadHost with an IIFE Marliana Lara 2020-01-22 12:25:43 -05:00
  • d8d1ccf810 add a script for quickly inserting lots of events Ryan Petrello 2020-01-21 13:27:53 -05:00
  • 046518ab8f Merge pull request #5699 from keithjgrant/5235-variables-field softwarefactory-project-zuul[bot] 2020-01-22 16:54:52 +00:00
  • d33bbdd4f6 Add inventory host edit form Marliana Lara 2020-01-22 11:06:45 -05:00
  • 46e530ceeb Merge pull request #5733 from kdelee/fix_my_mistake softwarefactory-project-zuul[bot] 2020-01-22 15:56:42 +00:00
  • 2a77b8b4b9 Fix overzealous cleanup in awxkit Elijah DeLee 2020-01-22 10:23:40 -05:00
  • 23b2b136d6 Merge pull request #5707 from AlanCoding/bulk_create_logs softwarefactory-project-zuul[bot] 2020-01-22 15:04:17 +00:00
  • d83a786c12 Merge pull request #5714 from mabashian/mount-with-contexts-import softwarefactory-project-zuul[bot] 2020-01-22 14:39:18 +00:00
  • 5d162b739b Fix import order to address linting error mabashian 2020-01-22 09:01:35 -05:00
  • 55e37b4eaa Merge pull request #5728 from wenottingham/i-waited-for-days softwarefactory-project-zuul[bot] 2020-01-21 21:47:13 +00:00
  • b2a0b3fc29 Fix timedelta comparison to account for large intervals Bill Nottingham 2020-01-21 16:14:33 -05:00
  • d1e1bc7108 Merge pull request #5721 from wenottingham/a-thundering-herd-is-only-good-if-you-are-marshall softwarefactory-project-zuul[bot] 2020-01-21 20:31:39 +00:00
  • cb88ea8fd1 Merge pull request #5718 from AlanCoding/pin_pin softwarefactory-project-zuul[bot] 2020-01-21 19:13:35 +00:00
  • c2fe3fcf13 Merge pull request #5706 from appuk/apurva-new-ids softwarefactory-project-zuul[bot] 2020-01-21 17:57:41 +00:00
  • 6654a116d0 Merge pull request #5715 from marshmalien/routed-tabs-remove-history softwarefactory-project-zuul[bot] 2020-01-21 17:55:00 +00:00
  • b77ab8a6ca Merge pull request #5723 from kdelee/scan_job_cleanup softwarefactory-project-zuul[bot] 2020-01-21 17:54:14 +00:00
  • 1e796076f5 Scan jobs have been removed, clean up old refs Elijah DeLee 2020-01-21 12:11:53 -05:00
  • 8fa38d1a2e Add data-cy attributes for Inventory and Inventory Hosts Apurva Bakshi 2020-01-20 12:30:04 -05:00
  • 44e176dde8 Change how analytics is gathered to only gather once per interval Bill Nottingham 2020-01-20 17:13:14 -05:00
  • 1ce197041f Merge pull request #5710 from ryanpetrello/job-event-api-perf softwarefactory-project-zuul[bot] 2020-01-21 15:54:02 +00:00
  • 0952bae09f Replace withRouter with react-router hooks in RoutedTabs Marliana Lara 2020-01-20 17:25:21 -05:00
  • 12509cd652 Merge pull request #5713 from wenottingham/devel softwarefactory-project-zuul[bot] 2020-01-20 23:50:03 +00:00
  • b094c063ae Use directory alias for imports instead of relative path in our test files mabashian 2020-01-20 17:31:43 -05:00
  • 4e46d5d7cd Fix some lint Bill Nottingham 2020-01-20 17:15:27 -05:00
  • 8b10da9589 Merge pull request #5709 from benthomasson/fix_gather_analytics_crontab softwarefactory-project-zuul[bot] 2020-01-20 19:21:27 +00:00
  • 99ce277b06 Merge pull request #5705 from AlexSCorey/5599-VariableDetailsAbsent softwarefactory-project-zuul[bot] 2020-01-20 18:40:04 +00:00
  • 5db6906212 pin zipp to avoid setuptools upgrade AlanCoding 2020-01-20 13:39:48 -05:00
  • 652a428438 Fixes crontab for gather_analytics to run once every 4 hours Ben Thomasson 2020-01-20 13:19:36 -05:00
  • dfc769b8fe drastically speed up /api/v2/jobs/N/job_events/ with large counts Ryan Petrello 2020-01-20 13:24:39 -05:00
  • c45b1ffca6 Ensures Variables Details renders even when no value. Alex Corey 2020-01-17 12:17:17 -05:00
  • ceed6f8d9b Allow CTiT log level to log bulk_create lines AlanCoding 2020-01-20 12:41:10 -05:00
  • 03cfb7bf9a Merge pull request #5669 from AlanCoding/no_parent_or_host softwarefactory-project-zuul[bot] 2020-01-20 16:58:46 +00:00
  • 49d1fa82d3 Merge pull request #5678 from marshmalien/5657-update-inventory-detail softwarefactory-project-zuul[bot] 2020-01-20 13:58:18 +00:00
  • 08a195ba08 Merge pull request #5694 from beeankha/tower_job_launch_module_exception softwarefactory-project-zuul[bot] 2020-01-17 23:46:49 +00:00
  • 77d1c711bf Merge pull request #5695 from jlmitch5/redirectToLogin softwarefactory-project-zuul[bot] 2020-01-17 23:31:38 +00:00
  • ad73174029 Merge pull request #5696 from jakemcdermott/fix-5138-2 softwarefactory-project-zuul[bot] 2020-01-17 22:38:55 +00:00
  • a6539d66d4 Merge pull request #5654 from AlexSCorey/5619-BranchFieldMissing softwarefactory-project-zuul[bot] 2020-01-17 21:46:45 +00:00
  • cb3ab67361 make VariablesField detect correct mode on mount Keith Grant 2020-01-17 13:39:18 -08:00
  • 078dc666c1 Removes code from serializer in favor to api call of Project.readDetails Alex Corey 2020-01-14 14:53:38 -05:00
  • e806da25c1 Merge pull request #5697 from ryanpetrello/some-settings-cleanup softwarefactory-project-zuul[bot] 2020-01-17 20:43:28 +00:00
  • ef36b4fffd Reduce number of requests running in the try/except block beeankha 2020-01-17 15:08:05 -05:00
  • cc2ba09d3a remove an unnecessary settings optimzation Ryan Petrello 2020-01-17 14:59:56 -05:00
  • 790942c0f2 Fixes navigation bug in InventoryAdd Adds SCM Branch field on JTForm Alex Corey 2020-01-14 12:01:02 -05:00
  • fd1e574fcb Resets playbook and scm-branch fields when project is changed Alex Corey 2020-01-15 13:27:31 -05:00
  • 2daefcd94e Removes code from serializer in favor to api call of Project.readDetails Alex Corey 2020-01-14 14:53:38 -05:00
  • 46a7ca4dc3 Fixes navigation bug in InventoryAdd Adds SCM Branch field on JTForm Alex Corey 2020-01-14 12:01:02 -05:00
  • 5e4c997c41 Merge pull request #5688 from keithjgrant/5235-variables-field-json softwarefactory-project-zuul[bot] 2020-01-17 19:35:27 +00:00
  • 8d4d718f7d add redirect to login on 401 John Mitchell 2020-01-17 13:40:55 -05:00
  • cf34a81af7 Merge pull request #5622 from keithjgrant/4613-pf-select-component softwarefactory-project-zuul[bot] 2020-01-17 17:53:31 +00:00
  • 11af21972d Use default cloud name if one isn't passed to azure plugin Jake McDermott 2020-01-17 12:36:04 -05:00
  • 8850687d1b rename usePFSelect to useSyncedSelectValue Keith Grant 2020-01-17 08:47:31 -08:00
  • 792f68eaec When Job Template is not found, fail more gracefully beeankha 2020-01-17 11:40:41 -05:00
  • 113aa2e11e fix lint errors Keith Grant 2020-01-17 08:34:42 -08:00
  • 1bf0bc8203 Merge pull request #5600 from AlexSCorey/5266-InventoryHostDetails softwarefactory-project-zuul[bot] 2020-01-17 15:03:23 +00:00
  • 03cd7472af Merge pull request #5677 from ryanpetrello/less-distinct softwarefactory-project-zuul[bot] 2020-01-17 13:28:27 +00:00
  • d549c217bb Fetch new inventory on location change Marliana Lara 2020-01-16 22:55:47 -05:00
  • e7fead0f2c update Formik formatting to remove warnings Keith Grant 2020-01-16 16:46:13 -08:00
  • 14990f7e98 finish updating tests for Formik 2.x Keith Grant 2020-01-16 16:21:35 -08:00