We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use some of the ideas from https://fxlogs.herokuapp.com/logs/ to provide better sync status feedback to the user.
{{ table query: SELECT Number, Name, Owner, 'Task Status' WHERE Type = Task and Story = THIS CARD ORDER BY Status }}
{{ table query: SELECT Number, Name, Owner, 'Status' WHERE Type = Defect and 'Related Story' = THIS CARD }}
- sync. Verify progress bars display for each sobject being downloaded
- force sync to fail where an sobject download is still in progress. Verify failed sync displays progress bars, where incomplete bars are in red
- resume a failed sync. Verify progress bars display for sobjects being downloaded during the resumed sync.
The text was updated successfully, but these errors were encountered:
Pull Request #2395
Sorry, something went wrong.
No branches or pull requests
Mingle Card: 5083
Narrative
Use some of the ideas from https://fxlogs.herokuapp.com/logs/ to provide better sync status feedback to the user.
Acceptance Criteria
Analysis
Related Stories
Tasks
{{ table query: SELECT Number, Name, Owner, 'Task Status' WHERE Type = Task and Story = THIS CARD ORDER BY Status }}
Defects
{{ table query: SELECT Number, Name, Owner, 'Status' WHERE Type = Defect and 'Related Story' = THIS CARD }}
Test Plan
- sync. Verify progress bars display for each sobject being downloaded
- force sync to fail where an sobject download is still in progress. Verify failed sync displays progress bars, where incomplete bars are in red
- resume a failed sync. Verify progress bars display for sobjects being downloaded during the resumed sync.
The text was updated successfully, but these errors were encountered: