-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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 changelog for 1.5.0-RC1 #4324
Add changelog for 1.5.0-RC1 #4324
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4324 +/- ##
======================================
Coverage 20.1% 20.1%
======================================
Files 153 153
Lines 30715 30715
======================================
Hits 6174 6174
Misses 23598 23598
Partials 943 943 Continue to review full report at Codecov.
|
conflict |
CHANGELOG.md
Outdated
* Fix webhook type conflation. (#4285) | ||
* Change parsing of postgresql settings (#4275) | ||
* Fix milestone appliance and permission checks (#4271) | ||
* Fix topics addition (Another solution) (#4031) (#4258) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can be removed (was introduced by new feature)
CHANGELOG.md
Outdated
* Fix swagger security part (#4236) | ||
* Delete reactions added to issues and comments when deleting repository (#4232) | ||
* Fix delete comment bug (#4216) | ||
* Fix not respecting landing page setting (#4209) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also a regression from another PR.
CHANGELOG.md
Outdated
* Fix typo in OAUTH page (#4151) | ||
* Only show "You cannot fork a repository you own" when needed. (#4130) | ||
* Removed unnecessary line referencing LFS struct (#4113) | ||
* Remove dupelicate link (#4100) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Little typo
CHANGELOG.md
Outdated
* Removed unnecessary line referencing LFS struct (#4113) | ||
* Remove dupelicate link (#4100) | ||
* Update gitgraph.js to fix "Cannot read property color of undefined" (#4095) | ||
* Fix #4090 by escaping filename page/img link (without path) for short link (#4091) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Already part of 1.4.3 (wiki url encoding)
Also security?
CHANGELOG.md
Outdated
* Fix topics addition (Another solution) (#4031) (#4258) | ||
* Fix #4060 by showing second line of commit (#4251) | ||
* Fix swagger security part (#4236) | ||
* Delete reactions added to issues and comments when deleting repository (#4232) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Already part of 1.4.3
CHANGELOG.md
Outdated
* Add "error" as reserved username (#3882) | ||
* Fix path cleanup in multiple places (#3871) | ||
* Fix to use only needed columns from tables to get repository git paths (#3870) | ||
* Fix only updated_unix when adding a comment (#3855) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1.4.1
CHANGELOG.md
Outdated
* don't reset team/repo count when updating team via API (#3831) | ||
* Don't force due date to current time (#3830) | ||
* Fixed 0 closed issues not show 50% closed on activty page (#3802) | ||
* Fix typo in deleteUser (#3781) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1.4.1
CHANGELOG.md
Outdated
* Show Clipboard button if disable HTTP of git protocol (#3773) | ||
* Enhance healthcheck for database connectivity (#3754) | ||
* Add tag check to release draft creation (#3729) | ||
* Use the active branch for the code tab (#3720) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1.4.1
CHANGELOG.md
Outdated
* Enhance healthcheck for database connectivity (#3754) | ||
* Add tag check to release draft creation (#3729) | ||
* Use the active branch for the code tab (#3720) | ||
* Set default branchname on first push (#3715) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1.4.1
CHANGELOG.md
Outdated
* Fixed 0 closed issues not show 50% closed on activty page (#3802) | ||
* Fix typo in deleteUser (#3781) | ||
* Remove unnecessary Safe tags (#3778) | ||
* Show Clipboard button if disable HTTP of git protocol (#3773) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1.4.1
I think changelog should be only generated from label changloge and milstone 1.5.0 to keep it clean: If anything else from this needs to be included label shoud be added to that PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See my comment to have changelog cleaner and more useful
It is probably worth to review if there is anything else that is worth to mention in there and than label should be added to that issue |
@daviian need your approval |
We can also add #4188 to indicate that binary can be checked with the public key. We could also indicate the public key fingerprint. |
There are many more security fixes that didn't find it's way to a minor version of 1.4 Also I think there are further noticable PR's. |
@daviian I added changelog label to 11 more PR's from that list, just need to add them also to this PR |
As title
Blocked by #4323