Skip to content
New issue

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

add source pattern and collected date #528

Merged
merged 10 commits into from
Nov 16, 2020

Conversation

KarolFrankiewicz
Copy link
Collaborator

@KarolFrankiewicz KarolFrankiewicz commented Oct 14, 2019

This change adds dates for pattern and collected source in source comparator.

Description

User is able to see dates of collected and pattern sources just like it works right now for screenshots comparison
In case pattern date was not saved before, both dates won't be shown

Motivation and Context

feature required in #500

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project.
  • I have reviewed (and updated if needed) the documentation regarding this change

I hereby agree to the terms of the AET Contributor License Agreement.

@KarolFrankiewicz KarolFrankiewicz self-assigned this Oct 15, 2019
@KarolFrankiewicz KarolFrankiewicz removed their assignment Oct 15, 2019
@KarolFrankiewicz KarolFrankiewicz changed the title Feature/add source pattern and collected date add source pattern and collected date Oct 17, 2019
try {
stamp = artifactsDAO.getArtifactUploadDate(properties, properties.getPatternId()).getTime();
} catch(Exception e) {
stamp = 0;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

never loose exception log :)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@tMaxx tMaxx added the help wanted Hey, contributor! We need your help. label Aug 6, 2020
@KarolFrankiewicz KarolFrankiewicz linked an issue Nov 4, 2020 that may be closed by this pull request
@KarolFrankiewicz KarolFrankiewicz merged commit d897d2b into master Nov 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Hey, contributor! We need your help.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add source pattern date and source collected date
4 participants