- 12 Jan, 2016 9 commits
-
-
Yorick Peterse authored
See merge request !2385
-
Yorick Peterse authored
I forgot to add these in the respective MRs. [ci skip]
-
Dmitriy Zaporozhets authored
Bump fog to 1.36.0 Updates AWS regions and fixes a number of bugs. Tested a GitLab AWS backup without any issues. Closes #4231 See merge request !2373
-
Dmitriy Zaporozhets authored
adds hover titles to merge request and issue pages Fixes #5899 See merge request !2375
-
Dmitriy Zaporozhets authored
changes bolded on active for dropdowns, sitewide. Fixes #6056 <br/> **Note:** this change applies to all dropdowns. Currently all dropdowns using bootstrap's dropdown.js apply a bold and larger font for an active state. See merge request !2377
-
Dmitriy Zaporozhets authored
Add title attribute to Emojis in award picker See merge request !2378
-
Dmitriy Zaporozhets authored
Remove the `:coffee` and `:coffeescript` Haml filters See https://git.io/vztMu and http://stackoverflow.com/a/17571242/223897 See merge request !2380
-
-
Robert Schilling authored
[ci skip] Fixed minor typo in docker documentation This change is self-explanatory. See merge request !2374
-
- 11 Jan, 2016 31 commits
-
-
Robert Speicher authored
Call clearInterval for the currentTimer if one exists Prevents a double-click from causing the logo to sweep forever after a load completes. See merge request !2379
-
Robert Speicher authored
Prevents a double-click from causing the logo to sweep forever after a load completes.
-
Robert Speicher authored
-
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
-
Jacob Schatz authored
-
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
-
John Galt authored
-
Stan Hu authored
Closes #4231
-
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
-