Commit Graph

  • d31c528257 Fix Logging settings "Test" button functionality Christian Adams 2020-03-11 14:37:22 -04:00
  • 996d7ce054 Move supervisor and rsyslog sock files to their own dirs under /var/run Christian Adams 2020-03-12 13:43:43 -04:00
  • 7040fcfd88 Fix container rsyslog dir permissions Christian Adams 2020-03-12 13:39:20 -04:00
  • 88ca4b63e6 update configure tower in tower test ui for log aggregator form John Mitchell 2020-03-09 13:39:01 -04:00
  • c0af3c537b Configure rsyslog to listen over a unix domain socket instead of a port - Add a placeholder rsyslog.conf so it doesn't fail on start - Create access restricted directory for unix socket to be created in - Create RSyslogHandler to exit early when logging socket doesn't exist - Write updated logging settings when dispatcher comes up and restart rsyslog so they take effect - Move rsyslogd to the web container and create rpc supervisor.sock - Add env var for supervisor.conf path Shane McDonald 2020-02-25 19:55:14 -05:00
  • f8afae308a Add rsyslog to supervisor for the task container - Add proper paths for rsyslog's supervisor logs - Do not enable debug mode for rsyslogd - Include system rsyslog.conf, and specify tower logging conf when starting rsyslog. Christian Adams 2020-01-28 10:42:09 -05:00
  • 4cd0d60711 Properly handle logger paths and https/http configuration - log aggregator url paths were not being passed to rsyslog - http log services like loggly will now truly use http and port 80 - add rsyslog.pid to .gitignore Christian Adams 2020-01-24 13:56:01 -05:00
  • 955d57bce6 Upstream rsyslog packaging changes - add rsyslog repo to Dockerfile for AWX installation - Update Library Notes for requests-futures removal Christian Adams 2020-01-14 10:15:50 -05:00
  • 589d27c88c POC: replace our external log aggregation feature with rsyslog Ryan Petrello 2019-10-23 23:54:47 -04:00
  • eafb751ecc Merge pull request #6679 from ryanpetrello/fix-6675 softwarefactory-project-zuul[bot] 2020-04-13 15:36:42 +00:00
  • 30ea66023f Merge pull request #6671 from wenottingham/even-moar-data-plz softwarefactory-project-zuul[bot] 2020-04-13 15:06:46 +00:00
  • 9843e21632 skip non-files when consuming events synced from isolated hosts Ryan Petrello 2020-04-13 10:14:10 -04:00
  • 6002beb231 Merge pull request #6677 from chrismeyersfsu/fix-spelling softwarefactory-project-zuul[bot] 2020-04-13 14:13:24 +00:00
  • 9c6e42fd1b fix spelling mistake in wsbroadcast status output chris meyers 2020-04-13 09:37:32 -04:00
  • eeab4b90a5 Merge pull request #6568 from AlanCoding/whoops_not_changed softwarefactory-project-zuul[bot] 2020-04-10 00:16:02 +00:00
  • 7827a2aedd fix double-fetch of cred types in launch prompts Keith Grant 2020-04-09 16:07:06 -07:00
  • a7f1a36ed8 Merge pull request #6670 from ryanpetrello/redis-fixup softwarefactory-project-zuul[bot] 2020-04-09 21:41:08 +00:00
  • d651786206 Collect task timing, warnings, and deprecations from job events Bill Nottingham 2020-04-09 17:27:19 -04:00
  • 19e4758be1 Merge pull request #6637 from john-westcott-iv/tower_workflow_job_lanch_update softwarefactory-project-zuul[bot] 2020-04-09 19:53:35 +00:00
  • fe9de0d4cc Merge pull request #6658 from mabashian/6655-job-redirect softwarefactory-project-zuul[bot] 2020-04-09 19:47:20 +00:00
  • 80147acc1c work around redis connection failures in the callback receiver Ryan Petrello 2020-04-09 15:38:03 -04:00
  • 4acdf8584b Update workflow_launch module and test playbook beeankha 2020-04-09 15:12:49 -04:00
  • cf607691ac Pass data and errors more clearly, change extra_vars to be a dict, update test playbook to have a task utilizing extra_vars beeankha 2020-04-09 12:40:13 -04:00
  • d7adcfb119 Revert unnecessary changes made to test playbook during rebase beeankha 2020-04-08 09:59:38 -04:00
  • 97d26728e4 Fix one more linter issue beeankha 2020-04-08 09:46:11 -04:00
  • 6403895eae Puting tasks back to natural order John Westcott IV 2020-04-08 09:29:23 -04:00
  • 8b26ff1fe6 Fix linter errors beeankha 2020-04-07 20:23:51 -04:00
  • 9ddd020348 Fix sanity tests and edit test playbook beeankha 2020-04-07 17:22:50 -04:00
  • a2d1c32da3 Initial commit of tests for tower_workflow_launch John Westcott IV 2020-04-01 13:15:04 -04:00
  • af18aa8456 restructure 'if's in LaunchPrompt Keith Grant 2020-04-09 08:58:12 -07:00
  • 188b23e88f No need to pass undefined explicitly. view will be undefined if it's not passed mabashian 2020-04-08 11:12:31 -04:00
  • 63bed7a30d Fixes issue where job type redirects weren't firing correctly mabashian 2020-04-08 11:08:30 -04:00
  • fd93964953 Changed status tweaks for API validation and encryption AlanCoding 2020-04-03 14:05:35 -04:00
  • 1f9f86974a test analytics table output chris meyers 2020-04-08 16:27:53 -04:00
  • 6a86af5b43 Use indexed timestamps Ladislav Smola 2020-03-18 10:16:07 +01:00
  • 6a503e152a Send also workflows as part of unified jobs Ladislav Smola 2020-03-05 14:49:49 +01:00
  • b7227113be Use modified to check if job should be sent to analytics Ladislav Smola 2020-03-05 14:52:46 +01:00
  • 907da2ae61 Merge pull request #6660 from mabashian/6606-jt-launch softwarefactory-project-zuul[bot] 2020-04-08 23:46:48 +00:00
  • 6f76b15d92 fix LaunchButton tests Keith Grant 2020-04-08 15:36:45 -07:00
  • 9d6fbd6c78 Updates launch button tests to reflect passing empty object rather than null for launch payload without prompts mabashian 2020-04-08 16:08:59 -04:00
  • edb4dac652 Pass empty params to launch endpoint rather than null to alleviate 400 error when launching a JT with default creds. mabashian 2020-04-08 11:43:39 -04:00
  • 42898b94e2 add more prompt tests Keith Grant 2020-04-08 11:48:11 -07:00
  • 943543354a Merge pull request #6643 from mabashian/upgrade-pf-2.39.15 softwarefactory-project-zuul[bot] 2020-04-08 18:11:04 +00:00
  • 2da22ccd8a Merge pull request #6659 from shanemcd/pre-tty softwarefactory-project-zuul[bot] 2020-04-08 16:35:37 +00:00
  • 9cab5a5046 add 'other prompt' fields to launch API call Keith Grant 2020-04-08 08:58:14 -07:00
  • e270a692b7 Merge pull request #6644 from jakemcdermott/6638-fix-initial-playbook-value softwarefactory-project-zuul[bot] 2020-04-08 15:45:27 +00:00
  • 677a8dae7b Enable tty in dev container Shane McDonald 2020-04-08 11:43:30 -04:00
  • 6eeb32a447 excise withRouter from function components John Mitchell 2020-04-08 10:59:09 -04:00
  • e57991d498 Merge pull request #6652 from matburt/update_zome_docz softwarefactory-project-zuul[bot] 2020-04-08 14:58:40 +00:00
  • 4242bd55c2 Merge pull request #6639 from mabashian/route-render-prop softwarefactory-project-zuul[bot] 2020-04-08 14:49:42 +00:00
  • e8fb466f0f Merge pull request #6646 from beeankha/credential_module_no_log softwarefactory-project-zuul[bot] 2020-04-08 14:18:08 +00:00
  • 869fcbf483 Rename SCM to Source Control nixocio 2020-04-07 12:43:44 -04:00
  • 6abeaf2c55 Update some contributing docs Matthew Jones 2020-04-08 10:02:05 -04:00
  • f734918d3e Removes withRouter from breadcrumbs in favor of hooks mabashian 2020-04-08 09:47:23 -04:00
  • 91f2e0c32b Merge pull request #6605 from ansible/firehose_pkey softwarefactory-project-zuul[bot] 2020-04-08 13:33:19 +00:00
  • 88d6dd96fa Merge pull request #6645 from ryanpetrello/some-more-iso-cleanup softwarefactory-project-zuul[bot] 2020-04-08 13:19:06 +00:00
  • 7feac5ecd6 Updates routes in breadcrumbs so they no longer use the render prop mabashian 2020-04-07 16:39:14 -04:00
  • 193ec21149 Converts most of our route render prop usage to children mabashian 2020-04-07 15:22:35 -04:00
  • 14e62057da Fix linting error by not using index in key mabashian 2020-04-08 09:12:32 -04:00
  • a26c0dfb8a Merge pull request #6629 from AlanCoding/one_token_to_rule_them_all softwarefactory-project-zuul[bot] 2020-04-08 06:09:29 +00:00
  • 6b4219badb more ansible runner isolated cleanup Ryan Petrello 2020-04-07 19:00:15 -04:00
  • 1f598e1b12 Activate no_log for values in input parameter beeankha 2020-04-07 20:34:54 -04:00
  • 7ddd4d74c0 Merge pull request #6625 from marshmalien/jt-form-bugs softwarefactory-project-zuul[bot] 2020-04-07 22:55:30 +00:00
  • 6ad6f48ff0 Merge pull request #6642 from jakemcdermott/update-contrib-doc softwarefactory-project-zuul[bot] 2020-04-07 22:32:48 +00:00
  • d736adbedc Only clear playbook when different project is selected Jake McDermott 2020-04-07 18:12:48 -04:00
  • c881762c97 Upgrades pf deps to latest mabashian 2020-04-07 18:07:35 -04:00
  • be5d067148 Add note to docs about async form behavior Jake McDermott 2020-04-07 17:30:03 -04:00
  • 189a10e35a Fix playbook error message and JT save bug Marliana Lara 2020-04-06 17:53:54 -04:00
  • 285e9c2f62 Merge pull request #6635 from AlanCoding/no_tower_cli softwarefactory-project-zuul[bot] 2020-04-07 20:46:45 +00:00
  • 054de87f8e Merge pull request #6601 from shanemcd/dont-delete-my-db softwarefactory-project-zuul[bot] 2020-04-07 20:00:57 +00:00
  • 7de8a8700c Merge pull request #6487 from lj020326/devel softwarefactory-project-zuul[bot] 2020-04-07 20:00:51 +00:00
  • 4f7669dec1 Merge pull request #6634 from AlanCoding/silence softwarefactory-project-zuul[bot] 2020-04-07 19:30:45 +00:00
  • 25a1bc7a33 Merge pull request #6631 from ryanpetrello/refresh-token-expiry softwarefactory-project-zuul[bot] 2020-04-07 18:28:26 +00:00
  • 955ef3e9cb Merge pull request #6541 from AlanCoding/jt_org_left_behind softwarefactory-project-zuul[bot] 2020-04-07 17:41:31 +00:00
  • 0e8f2307fc Remove tower-cli from Zuul CI for AWX collection AlanCoding 2020-04-07 13:31:06 -04:00
  • bcfd2d6aa4 Silence deprecation warnings from tower_credential AlanCoding 2020-04-07 13:24:34 -04:00
  • 7e52f4682c Use a docker volume for the dev env db Shane McDonald 2020-04-06 13:06:18 -04:00
  • 9c218fa5f5 flush out prompt misc fields Keith Grant 2020-04-06 17:31:52 -07:00
  • 508aed67de Merge pull request #6624 from marshmalien/6608-project-lookup-bug softwarefactory-project-zuul[bot] 2020-04-07 15:53:07 +00:00
  • 0bf1116ef8 properly respect REFRESH_TOKEN_EXPIRE_SECONDS when generating new tokens Ryan Petrello 2020-04-07 10:58:40 -04:00
  • 45df5ba9c4 Manually document tower host default AlanCoding 2020-04-07 10:18:55 -04:00
  • b90a296d41 Document and align the env var for OAuth token AlanCoding 2020-04-07 10:00:02 -04:00
  • d40143a63d Merge pull request #6607 from ryanpetrello/graphite-no-tags softwarefactory-project-zuul[bot] 2020-04-07 06:07:58 +00:00
  • db40d550be Merge pull request #6472 from AlanCoding/no_required softwarefactory-project-zuul[bot] 2020-04-07 02:57:19 +00:00
  • da661e45ae Remove unnecessary module parameters AlanCoding 2020-03-28 22:53:34 -04:00
  • 58160b9eb4 Merge pull request #6623 from nixocio/ui_issue_6133 softwarefactory-project-zuul[bot] 2020-04-07 01:05:03 +00:00
  • 05b28efd9c Merge pull request #6617 from chrismeyersfsu/fix-memcached softwarefactory-project-zuul[bot] 2020-04-06 23:49:04 +00:00
  • 0b433ebb1c Merge pull request #6609 from beeankha/wfjt_module_inventory_fix softwarefactory-project-zuul[bot] 2020-04-06 23:42:34 +00:00
  • 5b3f5bf37d Merge pull request #6559 from jlmitch5/newNewAssocDisassocHostGroupsList softwarefactory-project-zuul[bot] 2020-04-06 23:07:19 +00:00
  • 397c0092a0 Merge pull request #6569 from ryanpetrello/log-decimal softwarefactory-project-zuul[bot] 2020-04-06 23:07:15 +00:00
  • 362fdaeecc Merge pull request #6604 from jakemcdermott/remove-state-checks-from-user-test softwarefactory-project-zuul[bot] 2020-04-06 23:07:11 +00:00
  • 606c3c3595 Merge pull request #6338 from rooftopcellist/update_logstash_docs softwarefactory-project-zuul[bot] 2020-04-06 21:10:44 +00:00
  • 42705c9eb0 Merge pull request #6545 from fosterseth/fix-4198-readd-user-to-org softwarefactory-project-zuul[bot] 2020-04-06 21:10:38 +00:00
  • c2ba495824 Prevent project lookup from firing requests on every render Marliana Lara 2020-04-06 16:50:10 -04:00
  • 85a1c88653 Update "Enable Webhooks" option in WFJT nixocio 2020-04-06 16:41:19 -04:00
  • c4d704bee1 fix memcached in dev env chris meyers 2020-04-06 16:12:05 -04:00
  • 60d499e11c Merge pull request #6495 from john-westcott-iv/tower_credential_update_new softwarefactory-project-zuul[bot] 2020-04-06 20:29:44 +00:00
  • bb48ef40be Merge pull request #6595 from nixocio/ui_docs_minor_update softwarefactory-project-zuul[bot] 2020-04-06 20:26:09 +00:00
  • 771ca2400a don't send tags to the Grafana annotations API if none are specified Ryan Petrello 2020-04-06 14:11:52 -04:00
  • 735d44816b Merge pull request #6592 from kdelee/awxkit_wfjtn_identifier softwarefactory-project-zuul[bot] 2020-04-06 19:42:10 +00:00