- 04 Dec, 2014 12 commits
-
-
zertrin authored
The container name has been previously renamed to "gitlab_app".
-
Sytse Sijbrandij authored
-
Sytse Sijbrandij authored
-
Sytse Sijbrandij authored
Improve english wording in UI filters Fixes #1664 See merge request !1298
-
Sytse Sijbrandij authored
Docker version upgrades See merge request !251
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Sytse Sijbrandij authored
-
Sytse Sijbrandij authored
Update Docker configuration to 7.5.2 + minor improvements - Update to 7.5.2 - logs are now readable with `docker logs` - recommend an interactive command line for configuration See merge request !250
-
Vincent Robert authored
-
Vincent Robert authored
-
Vincent Robert authored
-
- 03 Dec, 2014 18 commits
-
-
Dmitriy Zaporozhets authored
Small UI improvement Move issue/mr iid in the list to second row. Because title is more important part when looking at the list of issues. Also different amount numbers in ids make title shifted which is bad from UI perspective See merge request !1295
-
Dmitriy Zaporozhets authored
Release/monthly: what did we learn Updating the release documentation based on what we learned from the 7.5 release. See merge request !1294
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Add docker to changelog See merge request !1293
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Sytse Sijbrandij authored
Remove docker file maintainer at his request. https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/245#note_647506
-
Sytse Sijbrandij authored
-
Sytse Sijbrandij authored
User agnostic docker example See merge request !245
-
Sytse Sijbrandij authored
-
Sytse Sijbrandij authored
-
Dmitriy Zaporozhets authored
Show cross project ref Fixes #1661 See merge request !1292
-
Dmitriy Zaporozhets authored
Reintroduce minimum gitlab system requirement As per https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/1249#note_29946 See merge request !1286
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 02 Dec, 2014 10 commits
-
-
Dmitriy Zaporozhets authored
Improve issuable form links UX > The create new label / milestone links should open in a new window / popup to avoid losing information already filled in for a new issue. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/855 See merge request !1291
-
Dmitriy Zaporozhets authored
Improve search ux When I use search from merge requests page I usually want to see merge requests results. If I do search from wiki pages -> I want to see wiki results first. With this patch search scope is set to issues if you are on issues controller and same for merge requests and wikis See merge request !1290
-
Dmitriy Zaporozhets authored
Fix safari ui bug See merge request !1289
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Sytse Sijbrandij authored
-
Dmitriy Zaporozhets authored
Improve MR reloading ## Theory Every time you pushed to master it updates merge requests that has master as target branch. So if you have 50 open merge requests point to master it will reload all of them every time you push a single commit to master. The funny thing is that after reloading diff of most merge requests looks the same. After this patch we update diff only if we push commit to master that includes in MR commits list. For example we have next repository: feature: A - B - C master: A We create merge request with code from feature to master. MR: B - C If we push to master commit D - MR will not be reloaded. So picture will look next: feature: A - B - C master: A - D MR: B - C And if we push to master commit B - MR will be reloaded. So picture will look next: feature: A - B - C master: A - B MR: C ## Benchmark For project with 45 open merge requests to master Before ``` Benchmark post-receive | Cache and size: 0.060000 0.040000 0.100000 ( 0.379720) Benchmark post-receive | Push commits selection: 0.130000 0.020000 0.150000 ( 0.149299) Benchmark post-receive | Update merge requests: 9.180000 2.030000 11.210000 ( 11.971747) Benchmark post-receive | Process commit messages: 0.140000 0.010000 0.150000 ( 0.168810) Benchmark post-receive | Push data: 0.020000 0.000000 0.020000 ( 0.016363) Benchmark post-receive | Push event and services: 0.030000 0.000000 0.030000 ( 0.088062) ``` After ``` Benchmark post-receive | Cache and size: 0.070000 0.030000 0.100000 ( 0.106676) Benchmark post-receive | Push commits selection: 0.130000 0.020000 0.150000 ( 0.143081) Benchmark post-receive | Update merge requests: 0.660000 0.210000 0.870000 ( 0.892663) Benchmark post-receive | Process commit messages: 0.030000 0.000000 0.030000 ( 0.029263) Benchmark post-receive | Push data: 0.020000 0.000000 0.020000 ( 0.018479) Benchmark post-receive | Push event and services: 0.030000 0.000000 0.030000 ( 0.038230) ``` - - - ## References Discussion in gitlab/gitlabhq#1796 See merge request !1288
-
Sytse Sijbrandij authored
-
Dmitriy Zaporozhets authored
Update libv8 For some reason I could no longer install the previous version of libv8 on my development machine; this version bump fixes that. I do not know if/how this change affects production environments. See merge request !1287
-