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

Improve ways to manage manifests for when temporarily switching branches #14

Open
kroepke opened this issue Sep 6, 2018 · 0 comments
Open
Labels

Comments

@kroepke
Copy link
Member

kroepke commented Sep 6, 2018

Right now it's difficult to quickly test a branch or a completely new repository, that might be on a different commit than the HEAD of the various repos.

For example, when testing a community branch, they are often a bit outdated and sometimes require temporarily disabling certain plugins, such as the enterprise ones.
Currently one needs to manually remove the directories (or rather move them somewhere else), manually check out the remote branches to test and reverse everything once done.
That's not only error prone, but also difficult to reproduce.

If the project tool would support disabling specific plugins (e.g. by moving them to a disabled directory), disabling everything except graylog2-server and the given plugin, while retaining the locally cloned repos and creating a local manifest out of this, the workflow would be much more streamlined.

@kroepke kroepke added the feature label Sep 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant