Commit Graph

  • 32ef805e23 properly support job host summary data in custom notification templates Ryan Petrello 2020-03-03 14:28:46 -05:00
  • d009ce49f5 Merge pull request #6145 from ryanpetrello/fix-grafana softwarefactory-project-zuul[bot] 2020-03-03 19:28:22 +00:00
  • d14bf00f6c Add collection integration test instructions to the README Caleb Boylan 2020-02-28 19:48:18 -08:00
  • 5dc4e30820 Merge pull request #6130 from mabashian/general-toggle-component softwarefactory-project-zuul[bot] 2020-03-03 18:46:05 +00:00
  • afbeacf499 Fix up the collection integration tests Caleb Boylan 2020-02-28 13:49:55 -08:00
  • fc80cf5241 Replace randstr with password plugin in collection tests Caleb Boylan 2020-01-19 19:15:14 -08:00
  • 4a6db13daa Copy collection integration tests in Caleb Boylan 2020-02-28 12:36:32 -08:00
  • d5372dae36 Upgrade react and react-dom to latest mabashian 2020-03-03 13:07:03 -05:00
  • 0b702ede4e Merge pull request #6133 from mabashian/upgrade-pf-deps-3-2 softwarefactory-project-zuul[bot] 2020-03-03 18:04:59 +00:00
  • 3c7f596288 Change currentValue prop to simply value. Adds basic unit test coverage to MultiButtonToggle component. mabashian 2020-03-03 12:57:12 -05:00
  • 6207dad226 fix broken grafana notifications Ryan Petrello 2020-03-03 12:14:22 -05:00
  • 2b48e43946 Add Inventory Group Host list Marliana Lara 2020-03-02 23:29:49 -05:00
  • 4709f57f46 Updates tests to a real error. Alex Corey 2020-03-03 11:56:52 -05:00
  • b055aad641 Adds error handling test to add and edit form. Updates Form component Alex Corey 2020-03-02 14:48:44 -05:00
  • acfa6d056f Adds error handling to submit labels, prevents uncessary api call Alex Corey 2020-02-28 09:43:02 -05:00
  • 51a069fcc4 Fixes styling issues, navigation, props, and adds useRequest hook -Add functionality to remove chips from look up fields -Removes uncessary custome styling from -Removes uncessary Form Group wrappers -Adds internationalization to webhook key string. -Adds field level error handling -updates tests -Adds initial null value to form submit error Alex Corey 2020-02-26 15:50:54 -05:00
  • fc89b627d7 Adds pageSection to jt add form and fixes other PR issues Alex Corey 2020-02-25 17:23:22 -05:00
  • e90ee5113d Adds subform restore functionality and addresses PR issues Alex Corey 2020-02-22 17:20:23 -05:00
  • 4ccca08cda Adds page section to fix render issue Alex Corey 2020-02-20 13:56:56 -05:00
  • b757fdebf8 Fixes contentLoading issue in PR and enables Launch on JT List Alex Corey 2020-02-19 09:47:06 -05:00
  • 3ee6f1f3c7 Alpha order Alex Corey 2020-02-19 09:07:51 -05:00
  • d4ba32d0c5 Adds Webhook form fields and tooltip to VariablesField component Alex Corey 2020-02-14 16:01:58 -05:00
  • d97f516c3a Fields work and forms save Alex Corey 2020-02-12 12:11:13 -05:00
  • 52a8935b20 Adds WorkflowJobTemplate Add and Edit form and functionality. Alex Corey 2020-02-04 16:30:06 -05:00
  • 07752f48f6 formatted finished time to match microsecond expected output as is in the API. Rebeccah 2020-03-02 16:41:50 -05:00
  • 10b5a10728 Jobs that error should trigger us to to update the Recent Jobs list along with successful/failed/canceled mabashian 2020-03-02 14:22:51 -05:00
  • e11ff69f3e Added in check for the unified_job_template_id attribute to be present and populated in the object. For anyone reading this later, know that AdHocCommands still have unified_job_template and unified_job_template_id fields, they are just nonetypes because they don't get used by the AdHocCommand objects. Which means you have to actually get the object, not just check that it's there, to use it the way I am in this change. Rebeccah 2020-02-28 15:40:51 -05:00
  • d3fa34c665 Remove tooltip update when job finishes. This will be handled later down the line by buildTooltips(). mabashian 2020-02-26 11:30:49 -05:00
  • 48a615231b Fix jshint errors mabashian 2020-02-26 10:15:24 -05:00
  • b09ac71647 Trims down GET requests made on the dashboard in response to websocket messages mabashian 2020-02-25 18:14:31 -05:00
  • d5dd3c521f Consume finished timestamp on org templates list when available via websocket message mabashian 2020-02-24 16:49:27 -05:00
  • db43341f96 Consume finished timestamp from websocket message and update the relevant job row. Also adds logic to attempt to re-order the list when the sort order is -finished since we have enough information client-side to do that. mabashian 2020-02-24 16:41:35 -05:00
  • 3234f246db Consume finished timestamp from websocket message when it's available to update the relevant row in the templates list. mabashian 2020-02-24 12:28:46 -05:00
  • 6d6d99bcf8 fixed the spelling of cancelled to be canceled, note to us later -> we need to stick with a single spelling of the word Rebeccah 2020-02-24 14:23:38 -05:00
  • a6cd32522f Removes GET requests in response to websocket messages on the org job templates list. List is solely updated based on data from the websocket messages. mabashian 2020-02-24 11:32:11 -05:00
  • 1fe28463da added finished job timestamp to websocket emit Rebeccah 2020-02-24 11:53:49 -05:00
  • 51a6194b8d Removes logic performing GET requests on api/v2/templates whenever a job status update message comes across the websocket. We now use data exclusively from the websocket to update the UI. mabashian 2020-02-24 11:08:39 -05:00
  • e75f7b0beb Stop making rest calls for inventory source sync updates on inventory sources list mabashian 2020-02-20 17:29:34 -05:00
  • 179c62e2f3 Stop making rest calls for project sync updates on projects list mabashian 2020-02-20 16:54:51 -05:00
  • 98f5525d28 added unified job template ID to websocket emits Rebeccah 2020-02-21 14:02:32 -05:00
  • 60a137225a Changes how the jobs list reacts to socket messages. We now only make targeted GET requests for new rows. We use the available information in the socket message to update the relevant row (if visible in the list). mabashian 2020-02-17 16:52:08 -05:00
  • c1bfcd73fb Merge pull request #5972 from jainnikhil30/fix_smartinv_duplicate_hosts softwarefactory-project-zuul[bot] 2020-03-03 16:03:13 +00:00
  • 322b4ee1e4 Updates our four patternfly deps to latest mabashian 2020-03-02 13:43:15 -05:00
  • 98dc6179f5 Merge pull request #5919 from AlanCoding/good_projects softwarefactory-project-zuul[bot] 2020-03-02 18:41:47 +00:00
  • 07807c2dec Fail on launch for scenario where job cannot run AlanCoding 2020-02-27 14:37:29 -05:00
  • 16ecf17c69 Merge pull request #6115 from jlmitch5/scheduleListInDetailViews softwarefactory-project-zuul[bot] 2020-03-02 16:31:03 +00:00
  • 1f0acef844 Changes Toggle to MultiButtonToggle in an attempt to differentiate it from an upstream PF component. Altered props to be a bit more concise as well as support more than two buttons. mabashian 2020-03-02 11:22:18 -05:00
  • 5a164cae15 Merge pull request #6093 from ryanpetrello/remove-beat-thread softwarefactory-project-zuul[bot] 2020-03-02 15:46:27 +00:00
  • b57405b696 assorted schedule list fixes: - remove pagesection and card from component...move to where called for root list - remove unnecessary placeholder schedule tab on job template detail John Mitchell 2020-03-02 10:00:27 -05:00
  • 5fdf6cf60f simplify conditional checking if schedules tab should be shown on proj detail John Mitchell 2020-03-02 09:35:34 -05:00
  • c1c382a941 update ScheduleList api read to single prop John Mitchell 2020-03-02 09:22:32 -05:00
  • a997b40852 Refactors YamlJsonToggle component into something a little more generic so that it can be used to toggle between local and utc times in the schedule details view. mabashian 2020-02-28 17:25:31 -05:00
  • 99cd2e601d Merge pull request #6127 from benthomasson/bump_config_json softwarefactory-project-zuul[bot] 2020-02-28 21:09:48 +00:00
  • fc402aff29 Bumps the version of config.json to 1.1 Ben Thomasson 2020-02-28 15:28:31 -05:00
  • 2ec035f918 Merge pull request #6124 from ryanpetrello/awx-login-token-description softwarefactory-project-zuul[bot] 2020-02-28 20:02:19 +00:00
  • fe046b47b5 Merge pull request #6110 from keithjgrant/qs-empty-strings softwarefactory-project-zuul[bot] 2020-02-28 17:19:30 +00:00
  • 3e0e4b6c8f cli: add the ability to specify a token description w/ awx login Ryan Petrello 2020-02-28 11:12:26 -05:00
  • 7fe57268f6 Merge pull request #6121 from rooftopcellist/add_total_instances softwarefactory-project-zuul[bot] 2020-02-28 13:56:19 +00:00
  • 9eecb24c32 fix smart inventory duplicate hosts Nikhil Jain 2020-02-18 19:05:46 +05:30
  • a8a45fca84 Merge pull request #6117 from keithjgrant/6095-redirect-after-host-delete softwarefactory-project-zuul[bot] 2020-02-28 00:45:05 +00:00
  • 33df6f8ad2 Merge pull request #6109 from marshmalien/inventory-host-toggle softwarefactory-project-zuul[bot] 2020-02-27 23:53:50 +00:00
  • 44223003aa Merge pull request #6112 from AlanCoding/the_canceled_dead softwarefactory-project-zuul[bot] 2020-02-27 22:17:16 +00:00
  • a60e7a7855 fix redirect url after host delete Keith Grant 2020-02-27 13:33:34 -08:00
  • e971ec993b Merge pull request #6114 from squidboylan/fix_collection softwarefactory-project-zuul[bot] 2020-02-27 20:58:43 +00:00
  • 989ef3538e add test for conditional show/hide of schedules tab for project detail view John Mitchell 2020-02-27 15:20:50 -05:00
  • 4db3e823bf add schedule list to proj, jt and wfjt John Mitchell 2020-02-27 15:05:46 -05:00
  • c374316648 Collection: Fix job_list all_pages next value Caleb Boylan 2020-02-27 11:38:54 -08:00
  • 5dba49a7bc Lower level of log about skipped project update AlanCoding 2020-02-27 14:20:36 -05:00
  • 7b880c6552 Cancel jobs if they were deleted in the database AlanCoding 2020-02-27 14:12:47 -05:00
  • 5574cf0595 remove Manual option from project, inventory filters Keith Grant 2020-02-27 11:01:36 -08:00
  • e706e0a2e2 update directory structure of schedule list files John Mitchell 2020-02-27 12:37:37 -05:00
  • 5364e78397 switch the periodic scheduler to a child process (instead of a thread) Ryan Petrello 2020-02-26 16:06:49 -05:00
  • f93ca814ac Add total licensed instances to analytics Christian Adams 2020-02-27 09:38:17 -05:00
  • 3bf1ad3028 Move HostToggle into shared components directory Marliana Lara 2020-02-26 23:00:12 -05:00
  • e096ad18cb Merge pull request #6001 from mabashian/4967-jt-prompt-on-launch softwarefactory-project-zuul[bot] 2020-02-27 09:13:29 +00:00
  • 5ca73f1101 Merge pull request #6058 from marshmalien/5890-jt-completed-jobs-list softwarefactory-project-zuul[bot] 2020-02-27 09:13:22 +00:00
  • 7e8fb29658 update qs utils to allow empty string params Keith Grant 2020-02-26 16:38:52 -08:00
  • 258689a9ed Merge pull request #6090 from marshmalien/6085-hostListItem-remove-duplicates softwarefactory-project-zuul[bot] 2020-02-26 22:39:43 +00:00
  • e80e3f7410 Reapply prompt on launch for job template fields after rebasing. mabashian 2020-02-26 16:59:45 -05:00
  • 154b9c36ac Merge pull request #5747 from john-westcott-iv/collections softwarefactory-project-zuul[bot] 2020-02-26 20:35:00 +00:00
  • deced917cf Refactor HostListItem into functional component and add test for host toggle Marliana Lara 2020-02-26 15:27:19 -05:00
  • 88b7256e96 Merge pull request #6087 from jakemcdermott/fix-6054 softwarefactory-project-zuul[bot] 2020-02-26 20:21:06 +00:00
  • 033848a605 Refactor Hosts into functional component Marliana Lara 2020-02-26 15:10:17 -05:00
  • 0e663921d6 Removes rogue comment and marks JT inventory validation string for translation. mabashian 2020-02-19 15:50:12 -05:00
  • 0582079606 Adds prompt on launch support to the rest of the relevant fields in the Job template form. Adds extra variables field to the job template form. Removes the advanced section in favor of a straight form. mabashian 2020-02-19 15:23:11 -05:00
  • 6536f5a453 Delete falsey project creds before POST|PATCH Jake McDermott 2020-02-26 13:40:26 -05:00
  • c5079607aa Fail early processing project factory AlanCoding 2020-02-12 10:32:48 -05:00
  • 26dcb000f6 Merge pull request #6081 from ryanpetrello/launch-monitor-rc softwarefactory-project-zuul[bot] 2020-02-26 19:18:10 +00:00
  • 8ba4f728c0 Merge pull request #6083 from dsesami/fix-wf-title-id softwarefactory-project-zuul[bot] 2020-02-26 19:08:29 +00:00
  • ee090d34fa Merge pull request #6071 from ryanpetrello/task-manager-hang-detection softwarefactory-project-zuul[bot] 2020-02-26 19:05:36 +00:00
  • bd30951a4f Pass empty array instead of null to rbac list Jake McDermott 2020-02-26 13:19:21 -05:00
  • 43cce83ba1 Handle api error 'detail' key as generic form error Jake McDermott 2020-02-26 12:44:20 -05:00
  • 946d643795 cli: make launch with --monitor return code respect the final job status Ryan Petrello 2020-02-26 08:45:08 -05:00
  • 1a6ea99d37 fixed workflow viz title id Daniel Sami 2020-02-26 11:30:21 -05:00
  • 350046d495 changed syntax as insert isn't required gamuniz 2020-02-26 14:28:22 +00:00
  • b532012748 Make non-required params actually optional, fix idempotency issues beeankha 2020-02-25 23:51:26 -05:00
  • 1c4042340c Update documentation for modules, add deprecation warning for role, send and receive modules beeankha 2020-02-24 15:23:49 -05:00
  • 787c4af222 Change default values for dict parameter beeankha 2020-02-20 12:43:22 -05:00
  • 768280c9ba [last PR stuff] + Add warning if configs specified in 2 params (#5) Alan Rominger 2020-02-18 16:02:05 -05:00
  • 2e4e687d69 Optional tower cli (#3) Alan Rominger 2020-02-17 09:20:54 -05:00