Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-10web hooks to webhooksashleys
2016-03-10Merge branch 'markdown-parser-documentation' into 'master' Robert Speicher
Adds mention of Redcarpet as Markdown parser in docs It makes it easier for users to find the source of issues related to Markdown parsing. [ci skip] See merge request !3168
2016-03-10Capitalize Rouge mentionsA. Felipe Cabargas Madrid
2016-03-10Capitalize names of technologiesA. Felipe Cabargas Madrid
2016-03-10Added redcarpet usage reference to markdown documentationA. Felipe Cabargas Madrid
2016-03-10Merge branch 'issue-mr-build-status-placement' into 'master' Robert Speicher
Moves build status tooltip on issues See merge request !3156
2016-03-10Merge branch 'slang/gitlab-ce-rewrite-logo' into 'master' Jacob Schatz
rewrite logo to simplify SVG code _Originally opened at !3129 by @slang._ - - - The look of the logo is obviously unchanged... This just gets rid of some useless SVG groups that Sketch made. See merge request !3164
2016-03-10Merge branch 'expiring-lock' into 'master' Douwe Maan
Use an exclusive lease for LDAP checks Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/14134 Merge https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3140 first. Only perform LDAP checks for a user after acquiring a lease. Checks during user login do not require a lease. The lease has a fixed expire time of 10 minutes. See merge request !3143
2016-03-10Changed named argumentPhil Hughes
Set position to auto left so that if it is off-screen it goes to the right
2016-03-10TypoJacob Vosmaer
2016-03-10Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into ↵Jacob Vosmaer
expiring-lock
2016-03-10Merge branch 'fix-filtered-pagination' into 'master' Douwe Maan
Allow filtered explore results to be paged. Fixes #14104 See merge request !3149
2016-03-10Correct ruby codePhil Hughes
2016-03-10Make comment less ambivalentJacob Vosmaer
2016-03-10Merge branch 'redis-config-parser' into 'master' Douwe Maan
Parse config/resque.yml in one place only See merge request !3140
2016-03-10rewrite logo to simplify SVG codeSean Lang
2016-03-10Merge branch 'issue_14011' into 'master' Jacob Schatz
Set color text to blue for links inside gray areas Closes #14011 ![](/uploads/4bce32cf7be4414f947a97cf266f7b0d/Screen_Shot_2016-03-09_at_6.53.12_PM.png) See merge request !3147
2016-03-10Merge branch 'dropdown-js' into 'master' Jacob Schatz
Dropdown JS See merge request !3112
2016-03-10Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into ↵Jacob Vosmaer
expiring-lock
2016-03-10Remove unnecessary random keyJacob Vosmaer
2016-03-10Merge branch 'download-button-flicker' into 'master' Jacob Schatz
Fixed flicker of download project button Closes #14177 ![download-button-flicker](/uploads/21e8ccc68ed66394c8ec65ca549f94ad/download-button-flicker.gif) See merge request !3152
2016-03-10Merge branch 'roperzh/gitlab-ce-issue-13334' into 'master' Jacob Schatz
Decrease the font size and the padding of the `.anchor` icons used in the README _Originally opened at !2819 by @roperzh._ - - - ## What does this MR do? Removes an overlap between the anchor icons on the readme and the sidebar on small screens by reducing the size and the padding of the icon. ## Are there points in the code the reviewer needs to double check? Probably someone in the Design / UX team will need to review if the solution makes sense. ## What are the relevant issue numbers? Issue #13334 ## Screenshots ![Screen_Shot_2016-02-15_at_3.35.13_PM](/uploads/0e8b215809eee8efec9b6a136b0bd841/Screen_Shot_2016-02-15_at_3.35.13_PM.png) See merge request !3150
2016-03-10Merge branch 'optimize-project-ci-services' into 'master' Douwe Maan
Optimize Project#ci_service(s) Related issue: gitlab-org/gitlab-ce#14186 See merge request !3158
2016-03-10Merge branch 'quick-submit-note-edit' into 'master' Jacob Schatz
Fixed quick submit on note edit Also removed the cloning of forms for note edits. Instead it just hides/shows the form seeing as it is already there Closes #14094 See merge request !3151
2016-03-10Optimize Project#ci_service(s)Yorick Peterse
The method Project#ci_services would load all services into memory (including _all_ their columns) and then use Enumerable#select to reduce the list. Project#ci_service in turn would further reduce this list down to just 1 Service instance. Instead of doing all this in Ruby we can just offload the work to the database, reducing the amount of time spent in these methods. These changes reduce the time of the first call to Project#ci_services from around 240 ms to around 10 ms, though the final timings will vary based on database load. Because Project#ci_service is memoized there's no further overhead introduced by using a database query. Fixes gitlab-org/gitlab-ce#14186
2016-03-10Merge branch 'copy-markdown-snippet' into 'master' Jacob Schatz
Fixes issue with markdown snippet not being copyable On markdown snippets this adds a hidden div with the raw markdown content so that it can be copied Closes #13882 See merge request !3153
2016-03-10Fixed failing milestone filter testsPhil Hughes
2016-03-10Fixed failing testsPhil Hughes
2016-03-10Fixed ruby style errorsPhil Hughes
2016-03-10Correctly handles multi-selected valuesPhil Hughes
Fixes an issue where values couldnlt be unselected
2016-03-10Enter button trigger first row click when searchingPhil Hughes
2016-03-10Removed fuse for fuzzaldrinPhil Hughes
2016-03-10Fixed issue with user list not fetching current project usersPhil Hughes
2016-03-10Stops excute remote data fetcher when already recieved dataPhil Hughes
2016-03-10Uses a publicly facing URL so that it allows labels & milestones to be ↵Phil Hughes
visible when not logged in
2016-03-10Filter alignmentPhil Hughes
2016-03-10Status dropdownPhil Hughes
2016-03-10Can create new label from dropdownPhil Hughes
2016-03-10Started page two for labels dropdown to allow creating new labelsPhil Hughes
2016-03-10Correctly fitlers remotelyPhil Hughes
2016-03-10milestone dropdownPhil Hughes
2016-03-10Extra links in label filter dropdown fotoerPhil Hughes
2016-03-10Removed label colour from dropdownPhil Hughes
2016-03-10Fixed alignment of labels in dropdownsPhil Hughes
2016-03-10Applied new dropdowns to issue filtersPhil Hughes
2016-03-10Custom ID & toggle class on dropdownPhil Hughes
2016-03-10GitLab dropdown JSPhil Hughes
2016-03-10Merge branch 'enhanced-dropdow-css' into 'master' Jacob Schatz
New dropdown UI See #3279 for the designs See merge request !3110
2016-03-10Replaced hidden div for textarea off-the screenPhil Hughes
Element with the content being copied cant be hidden so instead i\'ve moved it off the screen
2016-03-10Merge branch 'fix-projects-ajax-pagination' into 'master' Jacob Schatz
Fix projects pagination via ajax Basically was not implemented. Finishes our projects list refactoring. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !3155