- 12 Jan, 2016 1 commit
-
-
Jacob Schatz authored
-
- 11 Jan, 2016 39 commits
-
-
Jacob Schatz authored
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
Allow subsequent validations in CI Linter Closes #5851 See merge request !2368
-
Robert Speicher authored
Generate builds when creating tag using web interface Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/4296 See merge request !2366
-
Robert Speicher authored
Use gitlab-workhorse 0.5.3 See merge request !2367
-
Douwe Maan authored
Optimize LDAP and add a search timeout Related to #4282 This merge request arranges some things in `access.rb` to facilitate some optimizations in EE (to come later). It also adds a 10 second timeout to all LDAP searches so the entire worker is not blocked if some query doesn't return in a reasonable amount of time. This timeout is configurable per LDAP server. See merge request !2267
-
Yorick Peterse authored
See merge request !2370
-
Yorick Peterse authored
Without this it's impossible to find out what methods/views/queries are executed by a certain controller or Sidekiq worker. While this will increase the total number of series it should stay within reasonable limits due to the amount of "actions" being small enough.
-
Dmitriy Zaporozhets authored
Add versions to omniauth_crowd and omniauth-azure-oauth2 Also sorts them alphabetically, because OCD. See merge request !2364
-
Dmitriy Zaporozhets authored
Improve performance of getting issues on group level For testing I used the URL http://localhost:3000/groups/gitlab-org/issues?milestone_title=8.1. Prior to these changes said URL would take about 10-12 seconds to load. By applying these changes the loading time has been reduced to roughly 2-3 seconds. There's still some stuff going on in some views that I have to look at, resolving those changes might reduce the loading time a bit more. I also still have to check if I didn't break too many tests. Fixes: gitlab-org/gitlab-ce#3707 gitlab-org/gitlab-ce#4071 See merge request !2318
-
Dmitriy Zaporozhets authored
Use WOFF versions of SourceSansPro See https://gitlab.com/gitlab-org/gitlab-ce/issues/6023 See merge request !2357
-
Drew Blessing authored
-
Dmitriy Zaporozhets authored
-
Douwe Maan authored
Refactor ZenMode - No longer depends on the "hidden checkbox". - No longer depends on manually storing/restoring the scroll position. Instead, we take advantage of jquery.scrollTo. - Event-based. - Simplifies the state-based styling. See merge request !2354
-
Douwe Maan authored
use JavaScript instead of CoffeeScript in Views for master
-
Grzegorz Bizon authored
Closes #5851
-
Dmitriy Zaporozhets authored
Fix caching issue where build status was not updating in project dashboard The project dashboard page would show a stale build status since the caching key did not depend on it. Fix by adding the commit status if CI is applicable. Closes #3268 See merge request !2353
-
Jacob Vosmaer authored
-
Dmitriy Zaporozhets authored
Only load autocomplete data when actually needed See merge request !2365
-
Kamil Trzciński authored
Fix typo in build page of projects The column containing links to the builds is named Runner but actually contains the Build. See merge request !2347
-
Kamil Trzcinski authored
-
Achilleas Pipinellis authored
Update docs for shared runner default settings GitLab 8.2 updated shared runners to default to `ENABLED` on all projects. Fixes #5993 See merge request !2358
-
Yorick Peterse authored
Previously this would result in autocomplete data being loaded for every page (e.g. the page showing all Git branches of a project).
-
Dmitriy Zaporozhets authored
Load autocomplete data when loading an issue page See merge request !2312
-
Dmitriy Zaporozhets authored
fixes new branch button positioning, when visible and not visible container Fixes #5893 #5893 was not completely fixed. If a new branch was pushed the container is in correct position but if no container existed the position was incorrect. This MR fixes that. See merge request !2348
-
Dmitriy Zaporozhets authored
Add pencil icon to edit group settings Move icons to upper-right corner of group page Before: ![image](/uploads/6694c33eae6e10a4e21efef465a07114/image.png) After: ![image](/uploads/0c17c2cf89fc0fde4344911b30f2635c/image.png) Closes #6038 See merge request !2361
-
-
Jeroen Nijhof authored
Added housekeeping for git repositories This merge request will add a housekeeping button in the project setting page which invoke the gitlab shell to run a `git gc` in the project repository. see gitlab-org/gitlab-ce#3041 Depends on gitlab-org/gitlab-shell!23 which has been merged. See merge request !1658
-
Jeroen Nijhof authored
-
Stan Hu authored
-
Stan Hu authored
Issue#5817 Improve wording of the web hooks page on the project's setting Merge Request !2362 had a typo, I'm resubmitting the merge request about issue #5817. See merge request !2363
-
Stan Hu authored
Move icons to upper-right corner of group page Closes #6038
-
Stan Hu authored
Fix Error 500 when visiting build page of project with nil runners_token Properly ensure that the token exists and add defensively check for a non-nil value. Closes #4294 See merge request !2294
-
iqualisoni authored
-
Jason Lee authored
-
Stan Hu authored
-
Stan Hu authored
Properly ensure that the token exists and add defensively check for a non-nil value. Closes #4294
-
Robert Speicher authored
Also sorts them alphabetically, because OCD.
-
Robert Speicher authored
[ci skip]
-