This repository was archived by the owner on Sep 30, 2024. It is now read-only.
CHANGELOG: Added note on bug fix for bitbucketserver repo description#47094
Merged
Conversation
repo:has.description() parameter now shows description on Bitbucket server repos, previously it shows the repo name [#46752](https://github.com/sourcegraph/sourcegraph/pull/46752/files)repo:has.description() parameter now shows description on Bitbucket server repos, previously it shows the repo name
indradhanush
suggested changes
Jan 30, 2023
indradhanush
left a comment
Contributor
There was a problem hiding this comment.
Looks good. Requesting changes for the PR title because that goes into the commit message when being merged.
The PR title should reflect what the change is in a short sentence (60-80 chars is a good limit to aim for although it's not super strict).
So in this case something like:
CHANGELOG: Add note on bug fix for bitbucketserver repo description
repo:has.description() parameter now shows description on Bitbucket server repos, previously it shows the repo name Co-authored-by: Indradhanush Gupta <indradhanush.gupta@gmail.com>
5299f05 to
3af83ba
Compare
BolajiOlajide
approved these changes
Jan 30, 2023
indradhanush
approved these changes
Jan 31, 2023
indradhanush
left a comment
Contributor
There was a problem hiding this comment.
Left a suggestion. Approved to unblock.
| - Fixed a bug where saving default Sort & Limit filters in Code Insights did not persist [#46653](https://github.com/sourcegraph/sourcegraph/pull/46653) | ||
| - Restored the old syntax for `repo:contains` filters that was previously removed in version 4.0.0. For now, both the old and new syntaxes are supported to allow for smooth upgrades. Users are encouraged to switch to the new syntax, since the old one may still be removed in a future version. | ||
| - Fixed a bug where removing an auth provider would render a user's Account Security page inaccessible if they still had an external account associated with the removed auth provider. [#47092](https://github.com/sourcegraph/sourcegraph/pull/47092) | ||
| - Fixed a bug where the `repo:has.description()` parameter now shows description on Bitbucket server repos, previously it shows the repo name [#46752](https://github.com/sourcegraph/sourcegraph/pull/46752) |
Contributor
There was a problem hiding this comment.
Suggested change
| - Fixed a bug where the `repo:has.description()` parameter now shows description on Bitbucket server repos, previously it shows the repo name [#46752](https://github.com/sourcegraph/sourcegraph/pull/46752) | |
| - Fixed a bug where the `repo:has.description()` parameter now correctly shows description of a repository synced from a Bitbucket server code host connection, while previously it used to show the repository name instead [#46752](https://github.com/sourcegraph/sourcegraph/pull/46752) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Test plan
Tested locally
App preview:
Check out the client app preview documentation to learn more.