Skip to content

Adds create pr urls for other providers#4143

Merged
ramin-t merged 12 commits intomainfrom
feature/create-prs
Mar 27, 2025
Merged

Adds create pr urls for other providers#4143
ramin-t merged 12 commits intomainfrom
feature/create-prs

Conversation

@eamodio
Copy link
Member

@eamodio eamodio commented Mar 12, 2025

Refs #4142

sergeibbb added a commit that referenced this pull request Mar 13, 2025
sergeibbb added a commit that referenced this pull request Mar 17, 2025
sergeibbb added a commit that referenced this pull request Mar 17, 2025
sergeibbb added a commit that referenced this pull request Mar 17, 2025
sergeibbb added a commit that referenced this pull request Mar 18, 2025
…rvices

Adds configuration options for comparison and create pull request URLs
to support custom remote services.

Updates the relevant interfaces and abstract methods to include
these new URL types.
(#4142, #4143)
sergeibbb added a commit that referenced this pull request Mar 18, 2025
sergeibbb added a commit that referenced this pull request Mar 18, 2025
sergeibbb added a commit that referenced this pull request Mar 18, 2025
sergeibbb added a commit that referenced this pull request Mar 18, 2025
sergeibbb added a commit that referenced this pull request Mar 18, 2025
…rvices

Adds configuration options for comparison and create pull request URLs
to support custom remote services.

Updates the relevant interfaces and abstract methods to include
these new URL types.
(#4142, #4143)
sergeibbb added a commit that referenced this pull request Mar 18, 2025
sergeibbb added a commit that referenced this pull request Mar 18, 2025
@sergeibbb sergeibbb force-pushed the feature/create-prs branch from 38021ba to f470126 Compare March 18, 2025 21:24
sergeibbb added a commit that referenced this pull request Mar 19, 2025
@sergeibbb sergeibbb force-pushed the feature/create-prs branch from f470126 to d324a33 Compare March 19, 2025 09:55
sergeibbb added a commit that referenced this pull request Mar 19, 2025
sergeibbb added a commit that referenced this pull request Mar 19, 2025
sergeibbb added a commit that referenced this pull request Mar 19, 2025
sergeibbb added a commit that referenced this pull request Mar 19, 2025
@sergeibbb sergeibbb force-pushed the feature/create-prs branch from 14b1c06 to d8ac382 Compare March 24, 2025 16:30
sergeibbb added a commit that referenced this pull request Mar 24, 2025
…rvices

Adds configuration options for comparison and create pull request URLs
to support custom remote services.

Updates the relevant interfaces and abstract methods to include
these new URL types.
(#4142, #4143)
sergeibbb added a commit that referenced this pull request Mar 24, 2025
sergeibbb added a commit that referenced this pull request Mar 24, 2025
sergeibbb added a commit that referenced this pull request Mar 24, 2025
sergeibbb pushed a commit that referenced this pull request Mar 24, 2025
@sergeibbb sergeibbb marked this pull request as ready for review March 24, 2025 16:31
@sergeibbb sergeibbb requested a review from ramin-t March 24, 2025 16:31
sergeibbb added a commit that referenced this pull request Mar 24, 2025
…rvices

Adds configuration options for comparison and create pull request URLs
to support custom remote services.

Updates the relevant interfaces and abstract methods to include
these new URL types.
(#4142, #4143)
sergeibbb added a commit that referenced this pull request Mar 24, 2025
options?: { title?: string; description?: string },
): string | undefined {
const query = new URLSearchParams({ sourceBranch: head.branch, targetBranch: base.branch ?? '' });
// TODO: figure this out
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this just need to be removed or figured out still?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@eamodio It's been waiting for bitbucket-server to be merged. But than I've switched to another task. So, yes, needs to be figured out.

@ramin-t
Copy link
Contributor

ramin-t commented Mar 27, 2025

In addition to @eamodio comments above, one other issue: whenever I cancel the process at any point after seeing the "connect to " prompt for cross-repository case, I see an error toast. We should not show an error in those cases.
image

@sergeibbb
Copy link
Member

@axosoft-ramint

whenever I cancel the process at any point after seeing the "connect to " prompt for cross-repository case, I see an error toast. We should not show an error in those cases.

fixed

Copy link
Contributor

@ramin-t ramin-t left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - once the github security/CodeQL issue is fixed, we can proceed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create Pull Request action fails for remotes other than GitHub

3 participants