Can someone explain me why workers where only alive for 6 seconds? Even now: Why are they only alive for 20 minutes and why is that even acceptable? Is it due to memory leaks? I'd probably instantly lose my job if any of my systems would crash that often without me fixing it, regardless of the reason...
GitLab 8.9 released
31–40 of 63 posts
Re: GitLab 8.9 released
#32Really interesting new features A little feature I'm missing is to have the code coverage percentage in the slack message A bigger one is the fact that the comment text area in code review is terribly slow on my very recent desktop in firefox, and unusable on my cellphone (it used to be ok one years ago) I can't wait to deploy this release (we always wait one week after each release official date, just to let one or…
Re: GitLab 8.9 released
#33It's fantastic for us that Gitlab keeps putting pressure on Github. I hope they keep this strike for a long time. Having said that, they really must improve the performance. I tried to make the switch from Github to Gitlab a couple of months ago, but the general speed and responsiveness is just below the line. Keep up the good work.
Re: GitLab 8.9 released
#34gitlab is gearing up to be the one-stop-shop from development to production. i really like that. unifying the toolset developers and ops have to understand is really a boon for everybody involved. merge restriction as a feature may sound silly, but in my experience, when driving organizations toward CI/CD, especially with "mature" organizations, having the computer say no instead of a human is a major facilitator in…
Isn't U2F a Chrome only feature at the moment? Are you using that seriously already?
Re: GitLab 8.9 released
#35Really interesting new features A little feature I'm missing is to have the code coverage percentage in the slack message A bigger one is the fact that the comment text area in code review is terribly slow on my very recent desktop in firefox, and unusable on my cellphone (it used to be ok one years ago) I can't wait to deploy this release (we always wait one week after each release official date, just to let one or…
Thanks. It should be possible to have the code coverage in the slack message. Consider opening an issue or contributing the code. The comments text area slowness sounds bad. I've hear people complaining about slowness in Firefox before. I'm not sure how to proceed. Not a bad idea to wait a week after the official release, we expect to have at least one patch release in this timeframe.
here you are :)
Yes I think for most software waiting for the .1 release is mostly safe.
Thanks a lot once again for the deployement process of gitlab, just having to do apt-get update/upgrade is such a wonderful things, most of project should learn from you, as too often in companies you start to freeze at one version, because the upgrade process is too much mind taking and soon nobody remember how exactly one can upgrade it.
Re: GitLab 8.9 released
#36Re: GitLab 8.9 released
#37How often is File Locking needed? I thought that was one of the beautiful things about Git - merging de-conflicting is not only a thing, but easy to do...
Enterprise is all about reducing risk and that's because, a screw up can bring down an entire company. There is a reason why they get ISO certified among other things.
In the post, they talk about using locking to signal intent to change, which is also very important in enterprise. In enterprise, you have domain experts and they know if you muck around with a certain variable setting and if the value isn't correct or is just off, it can make their job and others a pain in the ass.
So if you are a domain expert and if there is a trivial way to ensure people don't ruin your day, you'll use it.
Locking is also useful for locking down certain parts of your software, which is something verification would normally insist on.
Mistakes happen and in the open source world, it's a shrug off the shoulder, in enterprise, it translates into loss money.
Re: GitLab 8.9 released
#38Earlier quoted context omitted.
Thanks. It should be possible to have the code coverage in the slack message. Consider opening an issue or contributing the code. The comments text area slowness sounds bad. I've hear people complaining about slowness in Firefox before. I'm not sure how to proceed. Not a bad idea to wait a week after the official release, we expect to have at least one patch release in this timeframe.
https://gitlab.com/gitlab-org/gitlab-ce/issues/19011 https://gitlab.com/gitlab-org/gitlab-ce/issues/19010 here you are :) Yes I think for most software waiting for the .1 release is mostly safe. Thanks a lot once again for the deployement process of gitlab, just having to do apt-get update/upgrade is such a wonderful things, most of project should learn from you, as too often in companies you start to freeze at one v…
And you're welcome for the apt-get upgrades, glad they are a good experience for you.
Re: GitLab 8.9 released
#39U2F support, finally! Although, there's no way to remove a device if I lose it, that sounds like quite the security risk...
Re: GitLab 8.9 released
#40Earlier quoted context omitted.
Isn't that what deploy keys are for? See: http://docs.gitlab.com/ce/ssh/README.html#deploy-keys Deploy keys give read-only access to clone a repository, and they are associated directly with the repository.
That depends on having an SSH keypair. I just want a token for internal only projects.