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

[Bug]: Merging a branch has no affect on Rest APIs #35011

Open
1 task done
shadabbuchh opened this issue Jul 18, 2024 · 2 comments
Open
1 task done

[Bug]: Merging a branch has no affect on Rest APIs #35011

shadabbuchh opened this issue Jul 18, 2024 · 2 comments
Assignees
Labels
Bug Something isn't working High This issue blocks a user from building or impacts a lot of users Integrations Product Issues related to a specific integration Needs Triaging Needs attention from maintainers to triage Production Query & JS Pod Issues related to the query & JS Pod REST API plugin REST API plugin related issues

Comments

@shadabbuchh
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Description

When we merge a branch into master, the queries of the other branch are not replicated in the master branch.

Steps To Reproduce

  1. Connect an app to git & create an API in master such that the URL is incomplete and commit the changes.
  2. Create a new branch (NewBranch) from master.
  3. In the NewBranch go to the above query & enter the correct URL such that we get a response on running the same and commit the changes.
  4. Merge NewBranch into master.

Expected: The API master should also have the complete URL and it should fetch a result same as in NewBranch.
Actual: The API does not fetch any response as it still remains incomplete after the merge.

PS: I tried the above on a git imported app, but the same error should occur while performing the above steps.

Public Sample App

No response

Environment

Production

Severity

High (Blocker to building or releasing)

Issue video log

https://jam.dev/c/2dd8a8d9-2221-496b-af1c-35905b77ae22

Version

Cloud

@shadabbuchh shadabbuchh added Bug Something isn't working Needs Triaging Needs attention from maintainers to triage Git Product Issues related to version control product Medium Issues that frustrate users due to poor UX labels Jul 18, 2024
@Nikhil-Nandagopal Nikhil-Nandagopal added High This issue blocks a user from building or impacts a lot of users Production labels Jul 18, 2024
@github-actions github-actions bot added the Git Platform Issues related to the git & the app platform label Jul 18, 2024
@btsgh btsgh removed the Medium Issues that frustrate users due to poor UX label Jul 25, 2024
@btsgh
Copy link
Collaborator

btsgh commented Jul 25, 2024

@nidhi-nair - wondering if this can be picked as part of cross referencing itself and fixed? So any api that I create and commit and merge it to another branch, the api does get merged but the url is broken .. this seems like quite a critical issue - and has leaked into production as well

@nidhi-nair
Copy link
Contributor

Whoops, guess we missed that. I suppose this is an independent issue altogether so it would make sense to pick it up as such as well. I'm going to reassign this to @rohan-arthur so we can start to make plugin specific git handling be more self-serve.

@nidhi-nair nidhi-nair added REST API plugin REST API plugin related issues and removed Git Product Issues related to version control product Git Platform Issues related to the git & the app platform labels Jul 31, 2024
@github-actions github-actions bot added the Integrations Product Issues related to a specific integration label Jul 31, 2024
@Nikhil-Nandagopal Nikhil-Nandagopal added the Query & JS Pod Issues related to the query & JS Pod label Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working High This issue blocks a user from building or impacts a lot of users Integrations Product Issues related to a specific integration Needs Triaging Needs attention from maintainers to triage Production Query & JS Pod Issues related to the query & JS Pod REST API plugin REST API plugin related issues
Projects
None yet
Development

No branches or pull requests

6 participants