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

Inform user, if new version of an already discovered artifact is available #43

Closed
sparsick opened this issue May 16, 2022 · 0 comments · Fixed by #44
Closed

Inform user, if new version of an already discovered artifact is available #43

sparsick opened this issue May 16, 2022 · 0 comments · Fixed by #44
Labels
feature New feature or request
Milestone

Comments

@sparsick
Copy link
Collaborator

As a developer, I want to be informed, if a new version of an already discovered artifact is available in the artifact repository.

Example:

We have already a branch for dependency A with version 1.0. This branch wasn't merged. Then the plugin finds a new version 1.1 for dependency A. Then the plugin logs a warning that a newer version is available. The plugin neither creates a new branch nor updates the existing one.

georgberky added a commit that referenced this issue May 16, 2022
- also use filterNot instead of negation in method
georgberky added a commit that referenced this issue May 16, 2022
- instead of println
georgberky added a commit that referenced this issue May 16, 2022
georgberky added a commit that referenced this issue Jun 16, 2022
georgberky added a commit that referenced this issue Jun 16, 2022
- also extract update candidates

Co-Authored-By: Sandra Parsick <[email protected]>
georgberky added a commit that referenced this issue Jun 16, 2022
- also add TODO for next steps

Co-Authored-By: Sandra Parsick <[email protected]>
georgberky added a commit that referenced this issue Jul 7, 2022
- also use filterNot instead of negation in method
georgberky added a commit that referenced this issue Jul 7, 2022
- instead of println
georgberky added a commit that referenced this issue Jul 7, 2022
georgberky added a commit that referenced this issue Jul 7, 2022
georgberky added a commit that referenced this issue Jul 7, 2022
- also extract update candidates

Co-Authored-By: Sandra Parsick <[email protected]>
georgberky added a commit that referenced this issue Jul 7, 2022
- also add TODO for next steps

Co-Authored-By: Sandra Parsick <[email protected]>
georgberky added a commit that referenced this issue Oct 5, 2022
- also use filterNot instead of negation in method
georgberky added a commit that referenced this issue Oct 5, 2022
- instead of println
georgberky added a commit that referenced this issue Oct 5, 2022
georgberky added a commit that referenced this issue Oct 5, 2022
georgberky added a commit that referenced this issue Oct 5, 2022
- also extract update candidates

Co-Authored-By: Sandra Parsick <[email protected]>
georgberky added a commit that referenced this issue Oct 5, 2022
- also add TODO for next steps

Co-Authored-By: Sandra Parsick <[email protected]>
georgberky added a commit that referenced this issue Oct 5, 2022
georgberky added a commit that referenced this issue Oct 5, 2022
sparsick added a commit that referenced this issue Oct 5, 2022
sparsick added a commit that referenced this issue Oct 5, 2022
… available (#44)

* #43 Rename canSkip to isAlreadyLatestVersion

- also use filterNot instead of negation in method

* #43 Refactoring: Use logger in mojo

- instead of println

* #43 Add test for isAlreadyLatestVersion

Co-Authored-By: Sandra Parsick <[email protected]>

* #43: Add UpdateBranch value, extract update candidates

Co-Authored-By: Sandra Parsick <[email protected]>

* #43 Refactoring: Add UpdateBranchName data class

- also extract update candidates

Co-Authored-By: Sandra Parsick <[email protected]>

* #43 Refactoring: Use prefix() in toString()

- also add TODO for next steps

Co-Authored-By: Sandra Parsick <[email protected]>

* Add Codespaces Settings

* update init command

* Move dependency:go-offline to init

* #43 Fix test after rebase

* #43 Remove Gitpod and Devcontainer files

* #43 Add check if remote branch with prefix exists

Co-Authored-By: Sandra Parsick <[email protected]>

* #43: Add skipping dependency update if a branch already exists for a previous version
Co-Authored-By: Georg Berky <[email protected]>

Co-authored-by: Sandra Parsick <[email protected]>
Co-authored-by: Sandra Parsick <[email protected]>
sparsick added a commit that referenced this issue Oct 6, 2022
- also use filterNot instead of negation in method

* #43 Refactoring: Use logger in mojo

- instead of println

* #43 Add test for isAlreadyLatestVersion

Co-Authored-By: Sandra Parsick <[email protected]>

* #43: Add UpdateBranch value, extract update candidates

Co-Authored-By: Sandra Parsick <[email protected]>

* #43 Refactoring: Add UpdateBranchName data class

- also extract update candidates

Co-Authored-By: Sandra Parsick <[email protected]>

* #43 Refactoring: Use prefix() in toString()

- also add TODO for next steps

Co-Authored-By: Sandra Parsick <[email protected]>

* Add Codespaces Settings

* update init command

* Move dependency:go-offline to init

* #43 Fix test after rebase

* #43 Remove Gitpod and Devcontainer files

* #43 Add check if remote branch with prefix exists

Co-Authored-By: Sandra Parsick <[email protected]>

* #43: Add skipping dependency update if a branch already exists for a previous version
Co-Authored-By: Georg Berky <[email protected]>

Co-authored-by: Sandra Parsick <[email protected]>
Co-authored-by: Sandra Parsick <[email protected]>
sparsick added a commit that referenced this issue Oct 6, 2022
use filterNot instead of filter with !
@sparsick sparsick closed this as completed Oct 7, 2022
@sparsick sparsick added the feature New feature or request label Oct 7, 2022
@sparsick sparsick added this to the 0.9.0 milestone Oct 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
1 participant