- 04.11.2015 9 коммитов
-
-
Kamil Trzcinski создал
-
Kamil Trzcinski создал
-
Kamil Trzcinski создал
-
Kamil Trzcinski создал
-
Kamil Trzcinski создал
-
Kamil Trzcinski создал
Use X-File header for fast artifacts upload - requires gitlab-workhorse extension
-
-
Yorick Peterse создал
Remove duplicate orders This changes the default order from `created_at DESC, id DESC` to just `id DESC` as this achieves the same results without the overhead of having to sort data twice (we've seen queries go from 200ms to just a few ms by removing the double sort). cc @jacobvosmaer @dzaporozhets @rspeicher @DouweM See merge request !1735
-
-
- 03.11.2015 31 коммит
-
-
-
Dmitriy Zaporozhets создал
-
Robert Speicher создал
Spread out runner contacted_at updates This is meant to prevent having too many concurrent UPDATE requests caused by runners checking in. See merge request !1722
-
-
-
Dmitriy Zaporozhets создал
Fix clipboard button overflow Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
See merge request !1739 -
Dmitriy Zaporozhets создал
-
-
-
Kamil Trzciński создал
Cleanup stuck CI builds Fixes #3143 /cc @dzaporozhets @jacobvosmaer See merge request !1655
-
Valery Sizov создал
-
-
Jacob Vosmaer создал
-
-
Kamil Trzciński создал
Extend yml syntax for only and except to support specifying repository path This allows to limit execution of jobs to specific repository. For example: ```yaml job: only: - branches@gitlab-org/gitlab-ce except: - master@gitlab-org/gitlab-ce ``` The above will run `job` for all branches on `gitlab-org/gitlab-ce`, except master. @dzaporozhets @JobV @vsizov Please review. See merge request !1720 -
Kamil Trzcinski создал
-
Dmitriy Zaporozhets создал
Remove inflector rule that makes commits uncountable Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Before:
```
>> "commits".singularize
=> "commits"
>> "commit".pluralize
=> “commits”
```
After:
```
>> "commits".singularize
=> "commit"
>> "commit".pluralize
=> “commits”
```
cc @rspeicher
See merge request !1726 -
-
Yorick Peterse создал
The descriptions were not accurate and one particular spec seemingly expected the wrong User row to be returned.
-
Yorick Peterse создал
Sorting by both "created_at" and "id" in descending order is not needed as simply sorting by "id" in descending order will already sort rows from new to old. Depending on the query and data involved sorting twice can also introduce significant overhead.
-
Yorick Peterse создал
This benchmark exists to test if ordering has any noticeable impact in the test environment.
-
-
Dmitriy Zaporozhets создал
-
Dmitriy Zaporozhets создал
Add 'New file' link to dropdown on project page Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Screenshot:

Fixes internal issue https://dev.gitlab.org/gitlab/gitlabhq/issues/2562
See merge request !1719 -
Valery Sizov создал
-
Kamil Trzcinski создал
-
Kamil Trzciński создал
Update links in CI docs after GitLab 8.1 Fix that some links to CI status in docs were broken even after following redirects. As CI build overview is now missing (cf. #3008), this MR uses `?scope=all` parameter. See merge request !1733
-
-
-
Dmitriy Zaporozhets создал
Explicitly require backup/files Fixes a test failure we were seeing on CI after merging !1520 See merge request !1731
-
-