-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Add GitLab integration #829
Comments
Is this in any way beginner friendly? I haven't touched CodeSandbox codebase once, but I really want to have this feature |
@CompuIves 'this' as in GitLab integration, or Gatsby support? |
Oh wow I responded to the wrong issue! I'm sorry. Regarding GitLab support, we'd require an equivalent version of this file for GitLab: https://github.com/codesandbox-app/codesandbox-importers/blob/master/packages/git-extractor/src/routes/github/pull/download.ts. |
Okay, I could try to do that later. @CompuIves |
@Makmm you can use https://raw.githack.com/ instead of rawgit for creating the proper Content-Type headers in the download links. Not sure if you've made any progress on this yet. If not, I can take a swing at it later or I can help on yours |
@camflan I have been busy with my own project, so I wasn't able to do any progress sadly. If you can, you can try to do it, as I can't rn. Thanks |
any updates on this... gitlab integration would be super sweet |
@CompuIves I changed it to use raw.githack.com. Haven't tested as I'm pretty sure there's more to the implementation than just this. Here's the snippet: https://gitlab.com/snippets/1758936. If something is wrong hmu! and if it isn't that hard to make the full integration I could try making a PR :) |
+1 for this |
Another +1 for Gitlab integration |
+1 for gitlab! |
+1 |
@Makmm Are you still interested in pursuing this? If so, you could try taking a look at @SaraVieira 's PR here: codesandbox/codesandbox-importers#19 . |
@lbogdan honestly I don't care about it that much, but would be cool. what's wrong with SaraVieira's PR? I already some basic code a long time ago (see #829 (comment)) but it kinda was ignored. |
any idea when integration with gitlab will be available ? |
Is this still in the works? |
👍 |
I would vote for complete Gitlab Support. |
This issue is stale because it has been open many days with no activity. It will be closed soon unless the stale label is removed or a comment is made. |
Might as well use this bump to share a webcomic I like: |
10/10 Removing the label as this would be awesome to add |
This issue has automatically been marked stale because there has been no activity in a while. Please leave a comment if the issue has not been resolved, or if it is not stale for any other reason. After 2 weeks, this issue will automatically be closed, unless a comment is made or the stale label is removed. |
This issue has been automatically closed because there wasn't any activity after the previous notice or the stale label wasn't removed. |
Hmm, missed that previous notice. Does another bump reopen it? |
Also think this would be great. Currently mirroring a repo to GH just to be able to bring it into CSB - which isn't really sustainable. The other solution is using a container sandbox and then using git to pull my GL repo directly via the terminal...but then I run into file sync issues. |
So what's the current process for importing from git? Gitter, Bitbucket, Kernel.org, Launchpad, Gitlab.com etc. I pay for a Pro account thinking I could have private Git repositories but I don't see a way to do that without using GitHub, which I am not familiar with |
So, any news in this field? Can I try to help somehow? |
3+ years and still nada? |
Try Replit. They have been making progress towards supporting more git servers, GitHub is now a drop-down option in the git UI. You can also currently disable the UI and set a password/token using secrets. Which works well if you're the only developer on that sandbox.
|
codesandbox/codesandbox-importers#19 They said "they are on it". 5 five laters I'm on Stackblitz because CSB is too old |
🌈 Add GitLab integration
It should work just like the Github integration
The text was updated successfully, but these errors were encountered: