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-08-07upgrade webpack to v3.4.0Mike Greiling
2017-08-07upgrade webpack to v3.1.0Mike Greiling
2017-08-07dedupe webpack-dev-middlewareMike Greiling
2017-08-07update webpack-dev-server to v2.6.1Mike Greiling
[ci skip]
2017-08-07update karma-webpack to v2.0.4Mike Greiling
2017-08-07update eslint-import-resolver-webpack to v0.8.3Mike Greiling
2017-08-07update babel-loader to v7.1.xMike Greiling
2017-08-07upgrade webpack to v3.0.0Mike Greiling
2017-08-07replace stats-webpack-plugin with webpack-stats-pluginMike Greiling
2017-08-07Merge branch 'master' into issue-discussions-refactorFilipa Lacerda
* master: (21 commits) Fix issues with pdf-js dependencies fix missing changelog entries for security release on 2017-01-23 Update top bar issues icon Fix order of CI lint ace editor loading Fix spec Fix spec Fix spec Add changelog fix Add a spec for concurrent process Add changelog essential add CHANGELOG.md for !13208 adjust user contribution calendar time formatting fix rubocop violations 👮 fix mysql syntax for date INTERVAL arithmatic add tests for proper timezone date grouping within ContributionsCalendar adjust timezone for date grouping in contributions calendar use timezone-aware Date.current instead of Date.today in ContributionsCalendar class display system timezone underneath activity calendar ...
2017-08-07Fix issues with pdf-js dependenciesMike Greiling
2017-08-04Merge branch 'master' into issue-discussions-refactorFilipa Lacerda
* master: (162 commits) Since mysql is not a priority anymore, test it less Add container registry and spam logs icons Fix different Markdown styles Backport to CE for: Make new dropdown dividers full width Bump GITLAB_SHELL_VERSION and GITALY_VERSION to support unhiding refs Install yarn via apt in update guides Use long curl options Remove monkey-patched Array.prototype.first() and last() methods Openshift Getting Started 35659 Rename Pipelines tab to CI / CD in new navigation Don't bother going through an entire Banzai pipeline for empty text Add active state for pipelines settings on old nav Bump rspec to 3.6.0 Resolve "Specific Async Script Loading by using a Page Variable" Revert "Merge branch 'rs-warm-capybara-only-in-ci' into 'master'" another rubocop style fix Use mixin for new dropdown style Migrate Repository#last_commit_for_path to Gitaly Migrate blame loading to Gitaly ...
2017-08-03Clean up some backendDouwe Maan
2017-08-03Merge branch 'master' into ideDouwe Maan
2017-08-01include cropper jQuery plugin as an npm moduleMike Greiling
2017-07-21Add Vuex as a dependency.Fatih Acet
2017-07-20Merge remote-tracking branch 'origin/master' into ideLuke "Jared" Bennett
2017-07-18Remove es6-map and es6-set infavour of existing core-jsLuke "Jared" Bennett
2017-07-18Add es6-set polyfill for test_utils.jsLuke "Jared" Bennett
2017-07-18Add Map polyfill for rspec tests using phantomjsLuke "Jared" Bennett
2017-07-18fix global context and relative_url_root for monaco editorMike Greiling
2017-07-18Remove multiple methods of including monaco related code and remove static ↵Luke "Jared" Bennett
monaco assets from public
2017-07-12Update vue-resourceFilipa Lacerda
2017-06-28ensure eslint recognizes es2015 dynamic import() syntaxMike Greiling
2017-06-23Merge branch 'dm-tree-json' into ide Resolving conflicts.Jacob Schatz
2017-06-17Adds axios and initial call.Jacob Schatz
2017-06-15Add monaco editor.Jacob Schatz
2017-06-14upgrade jasmine to attempt to resolve browser timeout issuesMike Greiling
2017-06-14upgrade karma to v1.7.0Mike Greiling
2017-06-14remove phantomjs from our frontend dev dependenciesMike Greiling
2017-06-14replace PhantomJS with headless Chrome as karma test runnerMike Greiling
2017-06-13Revert "Merge branch 'karma-headless-chrome' into 'master'"Mike Greiling
This reverts merge request !12036
2017-06-13remove phantomjs from our frontend dev dependenciesMike Greiling
2017-06-13replace PhantomJS with headless Chrome as karma test runnerMike Greiling
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