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-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-12-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-07-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-18Add 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
2019-09-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-16Add 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-25Enable "prefer-destructuring" in JS filesgfyoung
Partially addresses #47006.
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-03-10require jQuery to be explicitly importedMike Greiling
2018-02-26Converted webpack_bundle_tag to be automatic webpack bundlesPhil Hughes
2018-02-01Converted branch_graph.js to axiosPhil Hughes
2017-10-13Remove shortcut JS classes from global namespacePhil Hughes
2017-03-05remove unnecessary IIFEMike Greiling
2017-03-05refactor Network classMike Greiling
2017-03-05refactor BranchGraph classMike Greiling
2017-03-05merge raphael library into the network bundleMike Greiling
2017-02-23remove require.context from network_bundleMike Greiling
2017-02-18replace implicit this == window with explicit bindingMike Greiling
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-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-17Respect newlines in commit messages on network graphSam Rose
2016-12-14resolve all instances of no-undef eslint rule violationsMike Greiling
2016-11-15explicitly disable eslint inlineLuke "Jared" Bennett
2016-11-06Network page appear with an error message when entering nonexistent git revisionHiroyuki Sato
2016-10-31Remove leftover references to coffeescript from comments and docs.Bryce Johnson
2016-10-26disable ESLint for all JavaScript fileswinniehell
2016-10-10Formatted all app/assets/javascripts to underscore naming conventionLuke Bennett
2016-09-08Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard
2016-07-24ES6ify all the things!Fatih Acet
2016-07-15Replace namespace-specific application.js files with namespace-bundle.js files.Connor Shea
2016-06-23Reorganize the lib directory.Connor Shea
2016-06-10Replace raphael-rails with raphael.js so it can be split from the rest of ↵Connor Shea
the JavaScript. The gem isn't maintained anymore anyway. Added a network folder with an application.js including raphael components, since that's the only page using it currently.