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

Move to 'main' for default branch (vs 'master') #6907

Closed
2 tasks done
planetf1 opened this issue Sep 28, 2022 · 11 comments
Closed
2 tasks done

Move to 'main' for default branch (vs 'master') #6907

planetf1 opened this issue Sep 28, 2022 · 11 comments
Assignees
Labels
github Actions, repository moves, admin inclusivity Diversity and Inclusivity

Comments

@planetf1
Copy link
Member

Is there an existing issue for this?

  • I have searched the existing issues

Please describe the new behavior that that will improve Egeria

I propose we switch our main branch from master to main.

Many repositories have now done this, and all of our new repositories are already using main.

There are two approaches

The latter is simplest & clearest - no accidental onward use of main
In both cases build scripts will need updating main->master (easy), and individuals will need to update their environment. However github automatically sends email advising of this.

This should apply to each egeria repo (to be listed below) & if we agree with the principal we can discuss rollout

Originally raised as #3486

Alternatives

No response

Any Further Information?

No response

Would you be prepared to be assigned this issue to work on?

  • I can work on this
@planetf1 planetf1 added the inclusivity Diversity and Inclusivity label Sep 28, 2022
@planetf1 planetf1 self-assigned this Sep 28, 2022
@planetf1 planetf1 added the github Actions, repository moves, admin label Sep 30, 2022
@planetf1
Copy link
Member Author

This was agreed in the Egeria face-to-face meeting 5-7 October 2022 held at IBM, Hursley.

We will start sharing information & planning for this change across all repos where main isn't already the primary branch & make this change in the coming weeks.

Any questions please discuss on slack, mailing list, or in this issue

@planetf1
Copy link
Member Author

Following the branch rename, all users with local clones will need to do :

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a

Alternatively users may create a new clone

Open PRs will be updated automatically, and some redirection of URLs will be in place.

More information can be found at https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/renaming-a-branch

This is targetted prior to release 3.13

@planetf1
Copy link
Member Author

Posted info to slack (#egeria-discussion) & egeria-technical mailing list.

@planetf1
Copy link
Member Author

planetf1 commented Oct 10, 2022

Proposed schedule

Date Action Who
Mon 10 Oct Initial notification via slack/email Nigel
Thu 13 Oct Discuss in developer call Nigel
Wed 19 Oct Notify in community call Nigel
Thu 20 Oct
  • Rename master->main
  • Update github actions
  • notify via slack/mailing list
  • Nigel
    Thu 20 Oct Update personal branches all

    @planetf1
    Copy link
    Member Author

    This will be discussed in the developer call today. I am still proposing the change is made next Thursday.

    @planetf1
    Copy link
    Member Author

    On dev call 2022-10-13 Agreed that this proposal is still reasonable for 20 Oct.

    Discussed impact on users:

    • dev work always goes via a PR.
    • open PRs will be updated automatically by github
    • new PRs, the user will get 'main' by default (master no longer present)
    • a typical 'git pull upstream master' will fail. User will need to do 'git pull upstream main' instead, if they haven't renamed the branch (which they will be advised to do via slack, email list, and github)

    What else needs to be updated?

    • github actions (as above)

    Also asked whether charts affected

    • charts mostly do not refer to gitub branch names except for jupyter, where a git clone is done of master. this needs updating to main

    Discussed 'egeria-ui'

    • this will be included in the rename

    I will arrange a wider email advising users of the change for next thu

    @planetf1
    Copy link
    Member Author

    planetf1 commented Oct 13, 2022

    List of tasks for migration:

    Pre-migration notice:

    • Initial discussion on proposal
    • agreement in developer call
    • announcement via email/slack of upcoming change
    • reminder in community call

    Any archived repositories will not be updated,. nor will those used by non-egeria teams(such as ds for all)

    Note: 'code' below includes

    • dependabot configuration
    • .github/workflows action definitions (often refer to the main branch)
    • Any remaining files (for example .md) that contain references to 'master' which need checking & updating if relevant (some may link to other non egeria projects for example)

    This should therefore cover code linkage, documentation, tutorials etc.

    If you are aware of any other omissions -- for example text in diagrams, please comment below and I'll update. alternatively submit a PR after the rename.

    Migration (approx order based on impact)

    • egeria

      • name
      • code
    • egeria-docs

      • code
    • egeria-ui

      • name
      • code
    • egeria-charts

      • code
    • egeria-dev-projects

      • name
      • code
    • egeria-samples

      • name
      • code
    • egeria-api-mocks

      • name
      • code
    • data-governance

      • name
    • egeria-connector-ibm-information-server

      • name
      • code
    • Final cross-repository search

    • Check all PRs merged & actions running ok

    And then advice

    • notification to slack & mailing list that task is complete

    The aim is to finish this during the day of Thu 20 Oct, with some tidying up/minor repositories continuing to 21 Oct. During this time there may be some inconsistencies due to the cross-repo linkages we have.

    @mandy-chessell
    Copy link
    Contributor

    Does the "code" change in egeria-docs mean the changes to the documentation?

    planetf1 added a commit to planetf1/egeria that referenced this issue Oct 20, 2022
    Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
    planetf1 added a commit that referenced this issue Oct 20, 2022
    planetf1 added a commit to planetf1/egeria-dev-projects that referenced this issue Oct 20, 2022
    Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
    planetf1 added a commit to planetf1/egeria-ui that referenced this issue Oct 20, 2022
    Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
    @planetf1
    Copy link
    Member Author

    planetf1 commented Oct 20, 2022

    When updating your local branch, you may see an error when issuing the third statement (git branch)

    git branch -m master main
    git fetch origin
    git branch -u origin/main main
    git remote set-head origin -a
    

    This occurs if your fork does not yet have a main branch

    This worked for me pre-rename test, but of course fails for a repository I’ve really been working with…

    To resolve this

    Then repeat from git fetch origin and continue.

    I’ve contacted github support to see if there is a better approach (edited)

    planetf1 added a commit to odpi/egeria-dev-projects that referenced this issue Oct 20, 2022
    planetf1 added a commit to planetf1/egeria-samples that referenced this issue Oct 20, 2022
    Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
    planetf1 added a commit to odpi/egeria-ui that referenced this issue Oct 20, 2022
    planetf1 added a commit to planetf1/egeria-samples that referenced this issue Oct 20, 2022
    Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
    planetf1 added a commit to odpi/egeria-samples that referenced this issue Oct 20, 2022
    planetf1 added a commit to planetf1/egeria-connector-ibm-information-server that referenced this issue Oct 20, 2022
    Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
    planetf1 added a commit to planetf1/egeria-connector-ibm-information-server that referenced this issue Oct 20, 2022
    Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
    planetf1 added a commit to planetf1/egeria-docs that referenced this issue Oct 20, 2022
    Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
    planetf1 added a commit to planetf1/egeria-docs that referenced this issue Oct 20, 2022
    Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
    planetf1 added a commit to odpi/egeria-docs that referenced this issue Oct 20, 2022
    planetf1 added a commit to planetf1/egeria-connector-ibm-information-server that referenced this issue Oct 20, 2022
    Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
    planetf1 added a commit to planetf1/egeria-connector-ibm-information-server that referenced this issue Oct 20, 2022
    Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
    planetf1 added a commit to planetf1/egeria-connector-ibm-information-server that referenced this issue Oct 20, 2022
    Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
    planetf1 added a commit to planetf1/data-governance that referenced this issue Oct 20, 2022
    Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
    planetf1 added a commit to odpi/data-governance that referenced this issue Oct 20, 2022
    planetf1 added a commit to odpi/egeria-connector-ibm-information-server that referenced this issue Oct 20, 2022
    planetf1 added a commit to planetf1/egeria that referenced this issue Oct 20, 2022
    Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
    planetf1 added a commit to planetf1/egeria-connector-hadoop-ecosystem that referenced this issue Oct 20, 2022
    Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
    planetf1 added a commit to planetf1/egeria-connector-hivemetastore that referenced this issue Oct 20, 2022
    Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
    planetf1 added a commit to planetf1/egeria-connector-repository-file-sample that referenced this issue Oct 20, 2022
    Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
    planetf1 added a commit to planetf1/egeria-connector-sas-viya that referenced this issue Oct 20, 2022
    Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
    planetf1 added a commit to planetf1/egeria-docs that referenced this issue Oct 20, 2022
    Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
    planetf1 added a commit to planetf1/egeria-connector-xtdb that referenced this issue Oct 20, 2022
    Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
    planetf1 added a commit to planetf1/egeria-jupyter-notebooks that referenced this issue Oct 20, 2022
    Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
    planetf1 added a commit to planetf1/egeria-palisade that referenced this issue Oct 20, 2022
    Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
    planetf1 added a commit to planetf1/egeria-samples-api that referenced this issue Oct 20, 2022
    Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
    planetf1 added a commit to odpi/egeria-jupyter-notebooks that referenced this issue Oct 20, 2022
    planetf1 added a commit to odpi/egeria-connector-hadoop-ecosystem that referenced this issue Oct 20, 2022
    planetf1 added a commit to odpi/egeria-connector-repository-file-sample that referenced this issue Oct 20, 2022
    planetf1 added a commit to odpi/egeria-database-connectors that referenced this issue Oct 20, 2022
    planetf1 added a commit to odpi/egeria-connector-xtdb that referenced this issue Oct 20, 2022
    planetf1 added a commit to odpi/egeria-docs that referenced this issue Oct 20, 2022
    planetf1 added a commit to odpi/egeria-connector-hivemetastore that referenced this issue Oct 20, 2022
    @planetf1
    Copy link
    Member Author

    • for egeria-connector-sas-viya I have left the PR open as reviews are enforced on this repo (@CDaRip2U )
    • egeria-connector-ibm-information-server has had build failures on PRs for a few months. Will work with @lpalashevski to fix

    planetf1 added a commit that referenced this issue Oct 20, 2022
    @planetf1
    Copy link
    Member Author

    This work is now complete (with observations above)

    Please raise issues local to the relevant repo on any errors found, and ideally a PR!

    Closing as complete...

    CDaRip2U added a commit to odpi/egeria-connector-sas-viya that referenced this issue Oct 25, 2022
    @planetf1 planetf1 mentioned this issue Nov 2, 2022
    31 tasks
    planetf1 added a commit to odpi/egeria-connector-jdbc that referenced this issue Dec 1, 2022
    Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
    planetf1 added a commit to odpi/egeria-connector-jdbc that referenced this issue Dec 1, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    github Actions, repository moves, admin inclusivity Diversity and Inclusivity
    Projects
    No open projects
    Archived in project
    Development

    No branches or pull requests

    2 participants