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: Application Fetches Files from "main" Branch Even When "master" is Selected #498

Open
kleneway opened this issue Dec 12, 2024 — with jacob-ai-bot · 4 comments

Comments

Copy link
Contributor

kleneway commented Dec 12, 2024

Description

When a user selects the "master" branch from the branch dropdown menu within the application, the file fetching functionality continues to retrieve files from the "main" branch instead of the selected "master" branch. This results in the application displaying files that do not correspond to the user's selected branch.

Expected Behavior

The application should fetch and display files from the branch that the user selects in the branch dropdown. Specifically:

  • When "master" is selected, the application should fetch files from the "master" branch of the repository.
  • The files displayed should align with the contents of the selected branch, ensuring that users can work with the correct version of the codebase.

Actual Behavior

Despite selecting "master" in the branch dropdown:

  • The application continues to fetch and display files from the "main" branch.
  • There is a mismatch between the selected branch and the files retrieved, leading to confusion and potential issues in development workflows.

Impact

This bug affects users who:

  • Use repositories where "master" is the default or primary branch.
  • Need to switch between branches for development, review, or deployment purposes.

The inability to access the correct branch's files can:

  • Hinder development and testing processes.
  • Lead to accidental changes to the wrong branch.
  • Cause confusion and errors in collaborative environments.
    @jacob-ai-bot --skip-build
    @jacob-ai-bot --skip-build
Copy link
Contributor

jacob-ai-bot bot commented Dec 12, 2024

JACoB here...

You mentioned me on this issue and I am busy taking a look at it.

I'll continue to comment on this issue with status as I make progress.

Copy link
Contributor

jacob-ai-bot bot commented Dec 12, 2024

Update

I've completed my work on this issue and have created a pull request: JACoB PR for Issue Bug: Application Fetches Files from "main" Branch Even When "master" is Selected.

Please review my changes there.

Copy link
Contributor

jacob-ai-bot bot commented Dec 12, 2024

JACoB here...

You mentioned me on this issue and I am busy taking a look at it.

I'll continue to comment on this issue with status as I make progress.

Copy link
Contributor

jacob-ai-bot bot commented Dec 12, 2024

Update

I've completed my work on this issue and have created a pull request: JACoB PR for Issue Bug: Application Fetches Files from "main" Branch Even When "master" is Selected.

Please review my changes there.

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

No branches or pull requests

1 participant