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

Branch list view is showing wrong updated information #227

Open
egekocabas opened this issue Jan 19, 2025 · 2 comments
Open

Branch list view is showing wrong updated information #227

egekocabas opened this issue Jan 19, 2025 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@egekocabas
Copy link
Contributor

egekocabas commented Jan 19, 2025

Right now the current client is using branch entity's updatedAt field which we don't populate it and show wrong dates.

Example 1

  • Shows updated 6 days ago
    Image

  • Where in fact the branch is updated on Aug 21, 2024
    Image

Example 2

  • Shows updated 5 hours ago
    Image
  • When we click on the commit head 99a0a25, it shows that it is committed 37 minutes ago, and also if we check the develop branch it is the same as 37 minutes ago
    Image
  • PS: The time increased while i was taking this screenshot
    Image

Relevant Client & Server side implementations

Image

Image

Image

@egekocabas egekocabas added the bug Something isn't working label Jan 19, 2025
@egekocabas egekocabas changed the title Branch updatedAt is showing wrong information Branch list view is showing wrong updated information Jan 19, 2025
@StefanNemeth
Copy link
Contributor

We probably want to update this to show the latest commit and ignore the updatedAt of the branch, right?

@egekocabas
Copy link
Contributor Author

@StefanNemeth Yessss

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants