Live data from Hacker News

GitLab Web IDE

about.gitlab.com

21–30 of 280 posts

Re: GitLab Web IDE

#21
post #17

What is the use for this? I mean how many people actually use such tools for actual day to day dev? Maybe for some quick edit if you don`t have laptop/computer at hand, but otherwise I see no real advantage of this.

I'm asking the same question. We use GitLab at work, and the amount of bloat being added to this piece of software is becoming ridiculous. While I'm sure 'Auto-Devops' and other tools have their place at larger organizations, I'm struggling to find any real use case for a WebIDE that wouldn't be satisfied (and to a much better extent) by any of the other cloud IDE providers (see: Cloud9, etc.).

Re: GitLab Web IDE

#22

I'll admit I'm a very poor "look and feel" person. But am I the only one who thinks that the zooming images on this webpage are hostile to the user? (1) The zoom animation takes too long, I want to see the screenshot (2) After zooming, it's still difficult to read to my 33-year-old eyes. I want a fullscreen image. (3) After finishing squinting at the screenshot, I scroll down to read more text only to have that text…

I managed to bug an animation by scrolling too fast over it. One screenshot kept snapping back and forward 10 pixels really fast. I always feel like I'm not part of the demographic for these presentation pages.

Re: GitLab Web IDE

#23
post #3

So this is like Cloud9?

Vaguely - think GitHub file editing, but far more powerful. Some differences would include: * No terminal * No development environment to speak of, either (e.g. no libraries or binaries installed) The post identifies that this was developed as a way to include multiple file edits in one commit. GitHub, by contrast, applies a commit per file edit, so if you want to change three files, you would open each file separate…

They do say that this is only the first version and that they have more features planned, including a live testing environment.

Re: GitLab Web IDE

#24
post #17

What is the use for this? I mean how many people actually use such tools for actual day to day dev? Maybe for some quick edit if you don`t have laptop/computer at hand, but otherwise I see no real advantage of this.

I have several repos of text-file based validators that members of the public contribute to. They don't understand git, so it's handy to be able to edit on the website.

Git has a super high learning curve for simple edits...

Re: GitLab Web IDE

#26
post #17

What is the use for this? I mean how many people actually use such tools for actual day to day dev? Maybe for some quick edit if you don`t have laptop/computer at hand, but otherwise I see no real advantage of this.

"The original idea came from staff developer Jacob Schatz, who observed how non-developers were having a hard time editing multiple files and getting those changes committed."

Re: GitLab Web IDE

#28
post #17

What is the use for this? I mean how many people actually use such tools for actual day to day dev? Maybe for some quick edit if you don`t have laptop/computer at hand, but otherwise I see no real advantage of this.

I don't know if it's the use-case they had in mind, but where I work we allow trusted clients to edit their custom CSS file for our CRM.

In the past, people would request ftp/ssh. Setting up git and auto-deploy with custom scripts didn't scale well. Our clients seem very content with WebIDE. They can do quick edits and barely know they are using git.

Re: GitLab Web IDE

#29
post #17

What is the use for this? I mean how many people actually use such tools for actual day to day dev? Maybe for some quick edit if you don`t have laptop/computer at hand, but otherwise I see no real advantage of this.

it doesn't really need a full featured editor, but being able to at least do quick edits on the web is nice
Post reply on HN