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

Pull from another branch doesn't pull events #244

Open
JurajBegovac opened this issue Mar 2, 2023 · 2 comments
Open

Pull from another branch doesn't pull events #244

JurajBegovac opened this issue Mar 2, 2023 · 2 comments

Comments

@JurajBegovac
Copy link

JurajBegovac commented Mar 2, 2023

Hello,

I am experiencing another problem. We have multiple branches on avo, including main and test. On the main branch, we have only configured some settings but have not added any events yet. Meanwhile, on the test branch, we have some events.

Currently, I am on the main branch and attempting to pull events from the test branch using the following command:

avo pull --branch test -f

However, this command is not successfully pulling events from the test branch (Avo interface is still empty - I'm working on Android app).

Please note that I configured sources on the main branch after adding events on the test branch, and subsequently merged main into test.

@bragur
Copy link
Contributor

bragur commented Mar 6, 2023

Hey Juraj, am I right to assume this was the issue where sources had the same name?

For readers: There is currently a bug which allows users to create sources with the same name, resulting in the CLI to take the first available source with the name, which might not be the expected one. Until this is fixed the current solution is to name the sources uniquely.

@JurajBegovac
Copy link
Author

@bragur Yes. But it's not that it takes first one then it takes both with same name after merge

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

2 participants