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

Implement Gitlab-Flow #11

Open
DmitriKonnovNN opened this issue Jun 18, 2023 · 0 comments
Open

Implement Gitlab-Flow #11

DmitriKonnovNN opened this issue Jun 18, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@DmitriKonnovNN
Copy link
Collaborator

I suggest reconsidering original implementation of Git-Flow for the sake of Gitlab-Flow because this will prevent us from being overwhelmed by branching hell and on the flip side it'll give us an opportunity to have and deploy 2 environments.

Gitlab Flow

  • main is our dev-branch
  • all features and bugfixes (except for hotfixes which we won't face soon) are to be pushed into MAIN
  • main branch is ought to have STAGING branch;
  • staging branch is ought to have PROD branch;
  • all the changes merely flow downstream, so it makes sure that all changes are tested in all environments;
  • upstream-principle: should we find a bug in one of the environments, we'll create a feature-branch of main and cherry-pick changes to all environments.

Or, maybe we could make use of Github-flow with only main branch, where changes are deployed sequentially into different environments.

@DmitriKonnovNN DmitriKonnovNN converted this from a draft issue Jun 18, 2023
@DmitriKonnovNN DmitriKonnovNN added documentation Improvements or additions to documentation enhancement New feature or request labels Jun 18, 2023
@DmitriKonnovNN DmitriKonnovNN moved this from Todo to Redy for development in Cohort 2C Jun 18, 2023
@DmitriKonnovNN DmitriKonnovNN moved this from Redy for development to Todo in Cohort 2C Jun 18, 2023
@Esmaeeilenani Esmaeeilenani removed this from Cohort 2C Jul 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant