greenled / portainer-stack-utils

CLI client for Portainer
https://hub.docker.com/r/greenled/portainer-stack-utils/
GNU General Public License v3.0
75 stars 16 forks source link

Migration to GitLab #19

Open greenled opened 5 years ago

greenled commented 5 years ago

We are moving to GitLab. It offers integrated CI/CD, issue boards and project pages built on any website generator, not just Jekyll. This issue is for tracking the progress of such migration.

What will be migrated (see https://gitlab.com/help/user/project/import/github.md):

There are previous related comments in #4.

greenled commented 5 years ago

I imported the project into GitLab, but only the repository was imported: no issues, no PRs....

greenled commented 5 years ago

/cc @tortuetorche

greenled commented 5 years ago

Screenshot_2019-07-31 GitHub import

It actually failed importing

greenled commented 5 years ago

Trying again...

greenled commented 5 years ago

And it failed again

greenled commented 5 years ago

Found this https://gitlab.com/gitlab-com/support-forum/issues/4692, which looks similar

greenled commented 5 years ago

Ok, it finally worked (twice, about 10min to import each time). Looks good so far. Maybe should take some actions before migrating. See https://forum.gitlab.com/t/recommended-practices-for-moving-an-oss-project-from-github-to-gitlab/29068.

tortuetorche commented 4 years ago

Hi @greenled,

What's your timeline for migrating this repository to GitLab, is it still in your plan? Because the next psu bash version (1.0-next branch) is deeply integrated with GitLab CI, so maybe we can just have a mirror repository on GitLab and keep issues on this one... Or split the project in two repositories, one on GitLab for the bash version and this one on GitHub for Go version, what do you think?

Have a good day, Tortue Torche

tortuetorche commented 4 years ago

Hi @greenled,

FYI, I just published the 1-0-stable branch 🚀 on GitLab : https://gitlab.com/psuapp/psu Documentation: https://psuapp.gitlab.io/psu/1-0-stable Docker images: https://hub.docker.com/r/psuapp/psu

With auto builds, tests, and push to Docker Hub.

Then we can add some explanations on this repository and the GitLab one, to get the correct version:

Have a good day, Tortue Torche