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
2017-06-06Improve pagination when searching or filteringAlfredo Sumaran
[ci skip]
2017-05-19Don't wrap pasted code when it's already inside code tagsDouwe Maan
2017-05-15Fixed tests with params being wrongPhil Hughes
2017-05-12Fixed issue boards not filtering when URL params are encodedPhil Hughes
Closes #32084
2017-05-05Add instant comments supportKushal Pandya
2017-04-21fix inline diff copying in firefoxSimon Knox
2017-04-18Merge branch 'use-favicon-full-path-for-pipeline-status-favicon' into 'master' Filipa Lacerda
Use favicon full path See merge request !10676
2017-04-14frontend prevent authored votesbarthc
2017-04-13Updated specsLuke "Jared" Bennett
2017-04-13[ci skip] Use favicon full pathLuke "Jared" Bennett
2017-04-06Show CI status as Favicon on Pipelines, Job and MR pagesKushal Pandya
2017-04-03Fixes method not replacing URL parameters correctlyFilipa Lacerda
2017-03-30group links select2 infinite scrollLuke "Jared" Bennett
2017-03-05Remove .es6 from file extensions (!9241)winniehell
2017-01-09move param helper to common utilsRegis
2017-01-05Fix review comments.Fatih Acet
2017-01-04Review fixes.Fatih Acet
2017-01-04Use gl.utils.isInViewport and improve gl.utils.animateToElement.Fatih Acet
2017-01-04Separate edit form in Changes and Discussions tab.Fatih Acet
if we are in the Merge Requests page, this change will clone existing note-edit-form and add a mr-discussion-edit-form class to cloned element so we will have two note-edit-form in place. One for Discussions tab one for Changes tab. For MR page, we basically need two note-edit-form because you may want to edit your comment in both tabs at the same time and we shouldn't remove or discard note-edit-form in other tab.
2017-01-04Fix warning styling for responsive design.Fatih Acet
2017-01-04Refactor discussion edit widget to have only one at a time.Fatih Acet
2016-12-21Add `isInViewport`Kushal Pandya
2016-12-04Fix compatibility with Internet Explorer 11 for merge requestsSteffen Rauh
2016-12-02Clean up common_utils.js (!7318)winniehell
2016-12-01remove underscore from user-content id namespaceMike Greiling
2016-12-01add transparent namespace to all user-generated anchors in GitLab flavored ↵Mike Greiling
markdown
2016-12-01remove duplicate functionality (bad merge conflict resolution?)Mike Greiling
2016-11-17makes system notes less intrusive to a conversationNur Rony
adds dicussion icon and color change in system note links adds discussion icons and sticky note icon for other system notes for now fixes scss lint error adds faded commit lists hides first paragraph in commit list box css tweak for commit list system notes adds commit-list toggle functionality, css tweaks and css classnames more readable small css fix in header. makes links bold in system note renames class no-shade to hide-shade adds entry for this merge request in changelog removes commented line removes the avatar-icon from discussion header minor css tweaks to make the commit list alignment with header text uses monospaced font to make the commit list lined up with all removes icon from system note and align bullet list resolves scss lint warings adds helper function to extract system note message from first p tag adds helper functions to check commit list count and haml cleanup adds changelog entry under 8.14 adds changelog entry with changelog cli removes helper and regex and makes commit list li count using JS makes link in system note normal brakeman build failure resolved fixing rspec test based on new design for discussion shows system note in lowercase removes extra spaces from comments adds code commenting for functions adds semi-colon in some lines fixes rspec given when merge build success removes commented codes rewrite changelog yml file moves isMetaKey to common utils file fixes some indentation issues removes unnecessary variables and resolves some discussions replaces jQuery parent function with siblings fixes scss issues and variable spelling mistake uses constant rather using hardcoded number for visible li count in long commit list makes system note header all lowercase uses color variables and adjust gradient a little some minor changes for adding css classes renames functions name for readability changes changelog title minor scss newline changes makes system note less intrusive to a conversation
2016-11-15explicitly disable eslint inlineLuke "Jared" Bennett
2016-11-07Replace jQuery.timeago with timeago.jsClement Ho
2016-11-04Cleaned up global namespace JSJosé Iván
Moved most of the functions that contained "window.doSomething" that were located at: - app/assets/javascripts/application.js To the following file: - app/assets/javascripts/lib/utils/common_utils.js The functions listed here: - window.ajaxGet - window.split - window.extractLast - window.rstrip - window.disableButtonIfEmptyField - window.disableButtonIfAnyEmptyField - window.sanitize - window.unbindEvents - window.shiftWindow Now will be accessible from the "gl.utils" namespace
2016-10-26disable ESLint for all JavaScript fileswinniehell
2016-10-20Close any open tooltips before page:fetchLinus G Thiel
2016-10-06MergeRequest new form load diff asynchronouslyPaco Guzman
2016-07-24ES6ify all the things!Fatih Acet