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-05-31Merge branch 'task-list-2' into 'master'Filipa Lacerda
Update task_list to version 2.0.0 Closes #22470 See merge request !11525
2017-05-25update webpack to v2.6.1 patch release to fix "Can't find variable: Promise" ↵Mike Greiling
error
2017-05-25update webpack-bundle-analyzer past v2.4.1 to support NamedChunksPluginMike Greiling
2017-05-25add NameAllModulesPlugin to cover shortcomings of NamedModulesPluginMike Greiling
2017-05-25upgrade to latest webpack versionMike Greiling
2017-05-23Upgrade to task_list v2Jared Deckard
2017-05-05Merge branch 'balsalmiq-support' into 'master' Phil Hughes
Initial balsamiq support See merge request !10564
2017-05-05Merge branch 'add-sentry-js-again-with-vue' into 'master' Phil Hughes
Add sentry JS See merge request !6764
2017-05-03Merge remote-tracking branch 'origin/master' into add-sentry-js-again-with-vueLuke "Jared" Bennett
2017-05-02Merge branch 'master' into 28433-internationalise-cycle-analytics-pageRuben Davila
2017-05-02Merge branch 'master' into 'balsalmiq-support'Luke "Jared" Bennett
# Conflicts: # spec/features/projects/commit/cherry_pick_spec.rb # spec/features/projects/environments/environment_spec.rb
2017-04-28Move PDFLab into GitLabSam Rose
2017-04-26Merge branch 'master' into 'balsalmiq-support'Luke "Jared" Bennett
# Conflicts: # config/webpack.config.js
2017-04-26Merge branch 'master' into 'add-sentry-js-again-with-vue'Luke "Jared" Bennett
# Conflicts: # config/webpack.config.js
2017-04-24Merge branch 'notebooklab-in-repo' into 'master' Jacob Schatz
Moved NotebookLab assets into repo See merge request !10630
2017-04-20Add ES lint support to identify poorly written PromisesKushal Pandya
2017-04-15Started internationalising cycyle analyticsPhil Hughes
2017-04-15Removed rewire and fixed testsLuke "Jared" Bennett
2017-04-15Merge branch 'master' into 'add-sentry-js-again-with-vue'Luke "Jared" Bennett
# Conflicts: # app/views/layouts/_head.html.haml # config/webpack.config.js
2017-04-15Updated specs, added rewire, updated layouts to move conditional raven and ↵Luke "Jared" Bennett
gon to head
2017-04-13[ci skip] Remove loadscript class in favour of backend conditionalLuke "Jared" Bennett
2017-04-12Merge branch 'master' into 'balsalmiq-support'Luke "Jared" Bennett
# Conflicts: # app/models/blob.rb
2017-04-11Moved NotebookLab assets into repoPhil Hughes
Moved all the notebooklab assets into the GitLab repo
2017-04-10use nodemon to watch for changes to webpack config and restart the dev ↵Mike Greiling
server when necessary
2017-04-10watch node_modules for changes when a module is missingMike Greiling
2017-04-10Get initial sql values back from file which is databaseJacob Schatz
2017-04-09add eslint support to vue filesMike Greiling
2017-04-09update Vue to match vue-template-compilerMike Greiling
2017-04-09add vue-loader dependencies and basic configMike Greiling
2017-04-07upgrade webpack-dev-server to fix issues with SockJS causing odd reload ↵Mike Greiling
behavior in firefox https://github.com/webpack/webpack-dev-server/issues/762
2017-04-07upgrade webpack to v2.3.3 to resolve sourcemap issuesMike Greiling
2017-04-06STL file viewerPhil Hughes
2017-04-05Use PDFLab to render PDFs in GitLabSam Rose
2017-04-05Load a preview of Sketch 43 filesJacob Schatz
Sketch 43 files are technically a zip file, so the JavaScript opens the zip file & locates a preview.png which is just a quick preview of the last sketch page edited. After that is loaded it simply places the image into the DOM
2017-03-23Adds visbilityjs libFilipa Lacerda
2017-03-22upgrade Vue to v2.2.4Mike Greiling
2017-03-21Only add frontend code coverage instrumentation when generating coverage reportMike Greiling
2017-03-16remove all references to the .es6 in our config files and documentationMike Greiling
2017-03-14Organize our polyfills and standardize on core-jsMike Greiling
2017-03-06Use native unicode emojisEric Eastwood
- gl_emoji for falling back to image/css-sprite when the browser doesn't support an emoji - Markdown rendering (Banzai filter) - Autocomplete - Award emoji menu - Perceived perf - Immediate response because we now build client-side - Update `digests.json` generation in gemojione rake task to be more useful and include `unicodeVersion` MR: !9437 See issues - #26371 - #27250 - #22474
2017-03-05merge raphael library into the network bundleMike Greiling
2017-03-03Merge branch 'add-svg-loader' into 'master' Fatih Acet
Fixes Tech debt: No need to pass svgs as props into Vue with Webpack Closes #27692 and #27840 See merge request !9522
2017-03-02Remove jQuery UIPhil Hughes
jQuery UI is no longer used anywhere so say goodbye to it from package.json & Gemfile
2017-02-27Merge branch 'master' into 'add-svg-loader'Filipa Lacerda
# Conflicts: # app/assets/javascripts/vue_pipelines_index/pipeline_actions.js.es6
2017-02-27Merge branch 'update-vue-2.1' into 'master' Fatih Acet
Update Vue to v2.1 See merge request !9386
2017-02-24Adds loader to load SVGFilipa Lacerda
2017-02-22add webpack bundle analyzer to production outputMike Greiling
2017-02-20upgrade Vue from v2.0.3 to v2.1.10Mike Greiling
2017-02-18remove imports loaderMike Greiling
2017-02-17use less strict caret ranges now that yarn.lock will take care of locking ↵Mike Greiling
our dependencies in place see: https://docs.npmjs.com/misc/semver