An error occurred fetching the project authors.
- 16 Oct, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 15 Oct, 2015 2 commits
-
-
Yorick Peterse authored
-
Yorick Peterse authored
Performance is improved in two steps: 1. On PostgreSQL an expression index is used for checking lower(email) and lower(username). 2. The check to determine if we're searching for a username or Email is moved to Ruby. Thanks to @haynes for suggesting and writing the initial implementation of this. Moving the check to Ruby makes this method an additional 1.5 times faster compared to doing the check in the SQL query. With performance being improved I've now also tweaked the amount of iterations required by the User.by_login benchmark. This method now runs between 900 and 1000 iterations per second.
-
- 14 Oct, 2015 4 commits
-
-
Valery Sizov authored
-
Kamil Trzcinski authored
Slightly refactor runner status detection: moving it to Runner class Signed-off-by:
Kamil Trzcinski <ayufan@ayufan.eu>
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 13 Oct, 2015 6 commits
-
-
Valery Sizov authored
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Valery Sizov authored
-
Valery Sizov authored
-
Stan Hu authored
Closes #2998
-
Stan Hu authored
Closes https://github.com/gitlabhq/gitlabhq/issues/8763
-
- 12 Oct, 2015 2 commits
-
-
Alex Lossent authored
In order to be consistent with !1490 doing it for the web interface
-
Kamil Trzcinski authored
-
- 10 Oct, 2015 2 commits
-
-
Robert Speicher authored
[ci skip]
-
Stan Hu authored
Closes https://github.com/gitlabhq/gitlabhq/issues/9715
-
- 09 Oct, 2015 3 commits
-
-
Stan Hu authored
[ci skip]
-
Stan Hu authored
-
Han Loong Liauw authored
- Changed to margin for vertical allign as used in bootstrap 3 original - Also added an `active` state to show when the extra items are enabled
-
- 08 Oct, 2015 2 commits
-
-
Ben Boeckel authored
-
Yorick Peterse authored
-
- 07 Oct, 2015 5 commits
-
-
Robert Speicher authored
[ci skip]
-
Stan Hu authored
Closes #2619 Closes https://github.com/gitlabhq/gitlabhq/issues/9631
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Stan Hu authored
Closes #2485
-
Stan Hu authored
Change "+" icon under "Files" section to have three options: * Create file * Upload file * New directory Upload file is no longer accessible from the "Create file" page. Users can now select a target branch in upload file as well. Closes #2799: Fixes a bug where file modes were overwritten after a commit Closes https://github.com/gitlabhq/gitlabhq/issues/8253: Existing files can no longer be overwritten in the "Create file" section. Closes #2557
-
- 06 Oct, 2015 4 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Yorick Peterse authored
-
Valery Sizov authored
-
Dmitriy Zaporozhets authored
For temporary compatibility with other services like Jenkins we ask for CI status via AJAX request if there is no commit status in GitLab database Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 05 Oct, 2015 5 commits
-
-
Robert Speicher authored
[ci skip]
-
Patricio Cano authored
-
Peter Göbel authored
-
Valery Sizov authored
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 02 Oct, 2015 4 commits
-
-
Stan Hu authored
Transferring a project to another namespace updates the project's updated_at field, but since the cache key did not depend on the object, the page fragments were not invalidated. This resulted in stale links to the commits. Changing the cache key to use the object pathname solves this issue. Closes gitlab-org/omnibus-gitlab#843
-
Ricardo Band authored
Payload of "project_member, :create" and "project_member, :destroy" now also have a field project_path_with_namespace.
-
Valery Sizov authored
-
Valery Sizov authored
-