MEN-Mikro-Elektronik / 13MD05-90

MDIS5 System Package for Linux (including drivers)
Other
4 stars 4 forks source link

13Z055-90 cleanup #271

Closed dpfeuffer closed 1 year ago

dpfeuffer commented 1 year ago

Sorry for the late issue assigned to 02_05 release, but we just discovered some important work to do:

  1. There is an old dangling branch from me (dp_src_update) that wasn't considered in the past and contains partly changes that are now added again in a new pull request.
  2. There is another dangling branch (mad_dev - underscore, not '-') which solves a customer problem.
  3. There is a new pull request: https://github.com/MEN-Mikro-Elektronik/13Z055-90/pull/9

Please cleanup the https://github.com/MEN-Mikro-Elektronik/13Z055-90 repo:

mad-jsanjuan commented 1 year ago

OK. So the problem with that dp_src_update branch is that the pull request created was not merged properly. The pull request got closed and the changes were applied manually instead.

The original closed PR:

https://github.com/MEN-Mikro-Elektronik/13Z055-90/pull/1

The two commits that "merged" the changes instead of merging the original branch:

https://github.com/MEN-Mikro-Elektronik/13Z055-90/commit/96f553af2d6a64608d41c225e98201f50f2b3fa0 https://github.com/MEN-Mikro-Elektronik/13Z055-90/commit/6150ddf03861f9010ef2fe58f6ff2aabd9ed668d

The changes are there so it is safe to keep the dp_src_update branch deleted.

mad-jsanjuan commented 1 year ago

With regards to that mad_dev branch, this branch was not properly created and it mixes some not finished commits with the actual fix that solves MAIN_PR007849. The actual fix got directly merged into master with this PR: https://github.com/MEN-Mikro-Elektronik/13Z055-90/pull/4 . We then created a new mad-dev branch based on master.

We can remove that confusing mad_dev branch as we faced some issues with the mix of approaches there for fixing MAIN_PR007849 instead of just the final solution merged to master.

dpfeuffer commented 1 year ago

I'm confused that the dp_src_update and maddev branch is still shown in the network view of the repo: image Also confusing: Why is "gvarlet" assigned to my dp.. branch in the row?

Whereas the branch overview shows only the master and mad-dev branch: image

So maybe dp_src_update and mad_dev where already deleted as I wrote this issue? In the past I deleted a branch in a repository and it disappeared from the network tree - or was it in GitLab? Don't know. ;-)

mad-jrodriguez commented 1 year ago

Hi @dpfeuffer

You keep seeing the branch as it is in this other forked repo: https://github.com/gvarlet/13Z055-90/branches but it is not in our MEN-Mikro-Elektronik organization.

So we can close this issue.