Skip to content
Snippets Groups Projects

CE-2812: Replace fetching data banner with linear progress

Merged CE-2812: Replace fetching data banner with linear progress
2 unresolved threads
Merged Johanna Szepanski requested to merge CE-2812-change-loader-fecth-status into develop
2 unresolved threads

Before job is started lineear progress is displayed instead of a banner saying Fetching data. Once the job is queued then a banner is visible stating the current job step (as before). Should correspond to stepper state, but they are out of sync. This issue is reported as a bug and out of this scope.

To test: Deploy or Undeploy one of our test IOC: s in Demo

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
33 let currentJob =
34 args.job === "not started" ? null : deploymentOperationJob[args.job];
35
36 return (
37 <AppHarness>
38 <JobDetails
39 operation={Object.assign({}, args.operation, {
40 type: args.operationType
41 })}
42 job={currentJob}
43 />
44 </AppHarness>
45 );
46 };
47
48 export const JobDetailsView = (args) => <Template {...args} />;
  • added 10 commits

    • 7ae64877...00dcde1d - 8 commits from branch develop
    • 47e4130c - Replace fetching data banner with linear progress
    • cc7fcbc4 - added options to story to control job status and operation types

    Compare with previous version

  • Sky Brewer approved this merge request

    approved this merge request

  • added 10 commits

    • cc7fcbc4...06a3042a - 8 commits from branch develop
    • fc09d0c9 - Replace fetching data banner with linear progress
    • dd39453f - added options to story to control job status and operation types

    Compare with previous version

  • mentioned in commit 6eb821bc

  • Please register or sign in to reply
    Loading