nbdev icon indicating copy to clipboard operation
nbdev copied to clipboard

Support GitLab

Open hamelsmu opened this issue 3 years ago • 2 comments

For both self-hosted/enterprise and hosted

hamelsmu avatar Aug 27 '22 00:08 hamelsmu

Test GitLab.com

  1. Create a new project on GitLab.com
image
  1. Create a repo nbdev_test_gitlab (renamed it from nbdev_test, and manually creat a README
image
  1. Ran nbdev_new, note that the automated setup doesn't work here, but it also does not break. It just prompts you to input some information. It does warn you that
Could not update the description & URL on the repo: hamelsmu/nbdev_test using $GITHUB_TOKEN.
Use a token with the correction permissions or perform these steps manually.

✏️ Action Item 1, we could probably skip these warning if we detect a Gitlab Target ✏️ Action Item 2, we could ignore the .github/ directory if we detect a Gitlab Target

... TODO

hamelsmu avatar Sep 05 '22 17:09 hamelsmu

Forum thread with more details: https://forums.fast.ai/t/example-nbdev-on-gitlab/98890

jph00 avatar Sep 07 '22 18:09 jph00