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

Omit "Already up to date" from git pull #319

Closed
jan-vcapgemini opened this issue May 8, 2024 · 0 comments · Fixed by #322
Closed

Omit "Already up to date" from git pull #319

jan-vcapgemini opened this issue May 8, 2024 · 0 comments · Fixed by #322
Assignees
Labels
bug Something isn't working

Comments

@jan-vcapgemini
Copy link
Contributor

jan-vcapgemini commented May 8, 2024

Expected behavior

As an IDEasy user, I want to update my urls in the background automatically without being notified that everything is up to date.

Actual behavior

Nearly every process which needs urls will report an "Already up to date" message.

Steps to reproduce (bug) / Use Case of feature request (enhancement)

  1. run ide install jmc

Comments/Hints:

An easy fix could be to add the --quiet option to the git pull.

result = this.processContext.addArg("--no-pager").addArg("pull").run(PROCESS_MODE);

Affected version:

  • IDEasy 2024.05.001-alpha-SNAPSHOT
@jan-vcapgemini jan-vcapgemini added the bug Something isn't working label May 8, 2024
@jan-vcapgemini jan-vcapgemini self-assigned this May 8, 2024
jan-vcapgemini added a commit to jan-vcapgemini/IDEasy that referenced this issue May 8, 2024
jan-vcapgemini added a commit to jan-vcapgemini/IDEasy that referenced this issue May 8, 2024
hohwille pushed a commit that referenced this issue May 23, 2024
@hohwille hohwille added this to the release:2024.05.001 milestone May 23, 2024
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
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

2 participants