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

#520: #645: Update Changelog #600

Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
536f5e3
Nullpointer is catched and User is informed, that he is on a branch, …
WorkingAmeise Sep 9, 2024
1246016
uncommented a return, that was just commented for test purposes
WorkingAmeise Sep 9, 2024
a1ee998
Merge branch 'main' into bug/520-NullPointerException-on-GitContextImpl
jan-vcapgemini Sep 10, 2024
88303f9
Merge branch 'main' into bug/520-NullPointerException-on-GitContextImpl
jan-vcapgemini Sep 11, 2024
d1f0967
Merge branch 'main' into bug/520-NullPointerException-on-GitContextImpl
jan-vcapgemini Sep 13, 2024
0e944c3
refactored the code
WorkingAmeise Sep 16, 2024
16d0e26
Merge branch 'bug/520-NullPointerException-on-GitContextImpl' of http…
WorkingAmeise Sep 16, 2024
c387332
Merge branch 'main' into bug/520-NullPointerException-on-GitContextImpl
WorkingAmeise Sep 16, 2024
ff69aff
Merge branch 'main' into bug/520-NullPointerException-on-GitContextImpl
hohwille Sep 17, 2024
89c0651
refactored code to be more understandable and efficient
WorkingAmeise Sep 18, 2024
b7d8744
Merge branch 'bug/520-NullPointerException-on-GitContextImpl' of http…
WorkingAmeise Sep 18, 2024
4429700
Forgot to stage some files for commit
WorkingAmeise Sep 18, 2024
5a50c0f
Merge branch 'main' of https://github.com/devonfw/IDEasy into bug/520…
WorkingAmeise Sep 18, 2024
24ff45f
Merge branch 'main' of https://github.com/devonfw/IDEasy into bug/520…
WorkingAmeise Sep 24, 2024
b7a72c3
Removed unnesecary test lines
WorkingAmeise Sep 24, 2024
6124d19
Merge branch 'main' of https://github.com/devonfw/IDEasy into bug/520…
WorkingAmeise Sep 25, 2024
e4d207e
Removed record, wich is not used anymore
WorkingAmeise Sep 25, 2024
1682496
added missing # ind Changelog and reverted a change, that was made fo…
WorkingAmeise Sep 25, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This file documents all notable changes to https://github.com/devonfw/IDEasy[IDE

Release with new features and bugfixes:

* https://github.com/devonfw/IDEasy/issues/520[#520]: Fixed NullpointerException when pulling from branch without upstream
* https://github.com/devonfw/IDEasy/issues/628[#638]: Fixed update fails on first error
* https://github.com/devonfw/IDEasy/issues/37[#37]: Added Visual Studio Code (vscode) with plugin installation and plugin recommendation support
* https://github.com/devonfw/IDEasy/issues/553[#553]: Mismatch of IDE_ROOT
Expand Down
Loading