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
2020-12-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-12-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-12-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-09-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-22Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2018-10-16Prettify additional modules (I through Z)Mike Greiling
2018-10-09Resolve "Harmonize prettier and eslint configs"Mike Greiling
2018-06-21Follow-up to !19808: Split up for-loop initializationsgfyoung
2018-06-20remove all unused eslint-disable rulesLukas Eipert
2018-06-15Enable no-multi-assignment in JS filesgfyoung
Partially addresses #47006.
2018-06-15Enable no-restricted-globals in JS filesgfyoung
2018-03-10require jQuery to be explicitly importedMike Greiling
2018-02-21Update to jQuery 3.Jacob Schatz
2017-12-15Exported JS classes as modulesPhil Hughes
2017-10-05Fixed Linting Error + Error with Line Highlighter found in TestTim Zallmann
2017-10-05Removed the console.logTim Zallmann
2017-10-05Refactored Highlighting mechanismTim Zallmann
2017-09-22RepoEditor: Implement line and range linking.Fatih Acet
2017-05-16update remaining uses of CJS syntax to ES module syntaxMike Greiling
2017-05-09remove bind polyfill from line_highlighter.jsMike Greiling
2017-04-30Use blob viewers for snippetsDouwe Maan
2017-04-27Add variable to save us a double lookupDouwe Maan
2017-04-27Allow LineHighlighter to be triggered by eventDouwe Maan
2017-03-13Update permalink/blame buttons with line number fragment hashEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/19742
2017-02-18replace implicit this == window with explicit bindingMike Greiling
2017-02-03Merge branch 'master' into go-go-gadget-webpackMike Greiling
* master: (181 commits) Fixed adding to list bug Remove unnecessary queries for .atom and .json in Dashboard::ProjectsController#index Fixed modal lists dropdown not updating when list is deleted Fixed remove btn error after creating new issue in list Removed duplicated test Removed Masonry, instead uses groups of data Uses mixins for repeated functions Fixed up specs Props use objects with required & type values Removes labels instead of closing issue when clicking remove button Fixed JS lint errors Fixed issue card spec Added webkit CSS properties Fixed bug with empty state showing after search Fixed users href path being incorrect Fixed bug where 2 un-selected issues would stay on selected tab Fixed DB schema Changed how components are added in objects Added remove button Add optional id property to the issue schema Fixed issue link href Disabled add issues button if no lists exist ...
2017-02-02Remove turbolinks.Bryce Johnson
2017-01-28Merge branch 'master' into go-go-gadget-webpackMike Greiling
* master: (389 commits) Document "No gems fetched from git repositories" policy [ci skip] Typos Small gramatical tweaks Typos Added PHP & NPM doc Use `:empty_project` where possible in request specs Add caching of droplab ajax requests Use `:empty_project` where possible in model specs Revert 3f17f29a Remove unused js response from refs controller Add MR id to changelog entry fixed small mini pipeline graph line glitch Prevent form to be submitted twice Fix Error 500 when repositories contain annotated tags pointing to blobs Fix /explore sorting (trending) Simplify wording in "adding an image" docs Remove "official merge window" from CONTRIBUTING.md [ci skip] Update repository check documentation Fixed flexbox and wrap issues Update two_factor_authentication.md ...
2017-01-26prevent LineHighlighter from updating scroll positionMike Greiling
2017-01-19resolve all parseInt radix eslint violationsMike Greiling
2017-01-19resolve all x-spacing and no-spaced-x eslint violationsMike Greiling
2017-01-19resolve all padded-blocks eslint violationsMike Greiling
2017-01-19resolve all no-plusplus eslint violationsMike Greiling
2017-01-10migrate all javascript asset bundles and require syntaxMike Greiling
2016-12-14resolve all instances of no-undef eslint rule violationsMike Greiling
2016-11-15explicitly disable eslint inlineLuke "Jared" Bennett
2016-10-26disable ESLint for all JavaScript fileswinniehell
2016-09-08Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard
2016-07-24ES6ify all the things!Fatih Acet