summaryrefslogtreecommitdiff
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'balsalmiq-support' into 'master' Phil Hughes2017-05-051-0/+1
|\ | | | | | | | | Initial balsamiq support See merge request !10564
| * Merge branch 'master' into 'balsalmiq-support'Luke "Jared" Bennett2017-05-021-0/+2
| |\ | | | | | | | | | | | | # Conflicts: # spec/features/projects/commit/cherry_pick_spec.rb # spec/features/projects/environments/environment_spec.rb
| * \ Merge branch 'master' into 'balsalmiq-support'Luke "Jared" Bennett2017-04-261-0/+3
| |\ \ | | | | | | | | | | | | # Conflicts: # config/webpack.config.js
| * \ \ Merge branch 'master' into 'balsalmiq-support'Luke "Jared" Bennett2017-04-121-5/+11
| |\ \ \ | | | | | | | | | | | | | | | # Conflicts: # app/models/blob.rb
| * | | | Get initial sql values back from file which is databaseJacob Schatz2017-04-101-0/+1
| | | | |
* | | | | Merge branch 'add-sentry-js-again-with-vue' into 'master' Phil Hughes2017-05-051-0/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add sentry JS See merge request !6764
| * \ \ \ \ Merge remote-tracking branch 'origin/master' into add-sentry-js-again-with-vueLuke "Jared" Bennett2017-05-031-0/+2
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'master' into 'add-sentry-js-again-with-vue'Luke "Jared" Bennett2017-04-261-0/+3
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | | | | | | # Conflicts: # config/webpack.config.js
| * | | | | Removed rewire and fixed testsLuke "Jared" Bennett2017-04-151-1/+0
| | | | | |
| * | | | | Merge branch 'master' into 'add-sentry-js-again-with-vue'Luke "Jared" Bennett2017-04-151-7/+19
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | | | | | | | | | | | | # Conflicts: # app/views/layouts/_head.html.haml # config/webpack.config.js
| * | | | | Updated specs, added rewire, updated layouts to move conditional raven and ↵Luke "Jared" Bennett2017-04-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | gon to head
| * | | | | [ci skip] Remove loadscript class in favour of backend conditionalLuke "Jared" Bennett2017-04-131-0/+1
| | | | | |
* | | | | | Merge branch 'master' into 28433-internationalise-cycle-analytics-pageRuben Davila2017-05-021-0/+5
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Move PDFLab into GitLabpdflab-in-repoSam Rose2017-04-281-0/+2
| | |_|/ / | |/| | |
| * | | | Merge branch 'notebooklab-in-repo' into 'master' Jacob Schatz2017-04-241-0/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Moved NotebookLab assets into repo See merge request !10630
| | * | | | Moved NotebookLab assets into repoPhil Hughes2017-04-111-0/+2
| | | |/ / | | |/| | | | | | | | | | | | Moved all the notebooklab assets into the GitLab repo
| * | | | Add ES lint support to identify poorly written PromisesKushal Pandya2017-04-201-0/+1
| |/ / /
* | | | Started internationalising cycyle analyticsPhil Hughes2017-04-151-0/+2
|/ / /
* | | use nodemon to watch for changes to webpack config and restart the dev ↵Mike Greiling2017-04-101-1/+2
| | | | | | | | | | | | server when necessary
* | | watch node_modules for changes when a module is missingMike Greiling2017-04-101-0/+1
| | |
* | | add eslint support to vue filesMike Greiling2017-04-091-3/+4
| | |
* | | update Vue to match vue-template-compilerMike Greiling2017-04-091-1/+1
| | |
* | | add vue-loader dependencies and basic configMike Greiling2017-04-091-0/+3
| |/ |/|
* | upgrade webpack-dev-server to fix issues with SockJS causing odd reload ↵Mike Greiling2017-04-071-1/+1
| | | | | | | | | | | | behavior in firefox https://github.com/webpack/webpack-dev-server/issues/762
* | upgrade webpack to v2.3.3 to resolve sourcemap issuesMike Greiling2017-04-071-1/+1
| |
* | STL file viewerPhil Hughes2017-04-061-0/+3
| |
* | Use PDFLab to render PDFs in GitLabSam Rose2017-04-051-0/+1
| |
* | Load a preview of Sketch 43 filessketch-preview-filesJacob Schatz2017-04-051-0/+2
|/ | | | | | | 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
* Adds visbilityjs libFilipa Lacerda2017-03-231-0/+1
|
* upgrade Vue to v2.2.4Mike Greiling2017-03-211-1/+1
|
* Only add frontend code coverage instrumentation when generating coverage reportMike Greiling2017-03-201-8/+3
|
* remove all references to the .es6 in our config files and documentationremove-es6-extension-configurationMike Greiling2017-03-151-4/+3
|
* Organize our polyfills and standardize on core-jsMike Greiling2017-03-131-3/+1
|
* Use native unicode emojisEric Eastwood2017-03-061-0/+4
| | | | | | | | | | | | | | | | | | | | - 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
* merge raphael library into the network bundleMike Greiling2017-03-051-0/+1
|
* Merge branch 'add-svg-loader' into 'master' Fatih Acet2017-03-021-0/+1
|\ | | | | | | | | | | | | Fixes Tech debt: No need to pass svgs as props into Vue with Webpack Closes #27692 and #27840 See merge request !9522
| * Merge branch 'master' into 'add-svg-loader'Filipa Lacerda2017-02-271-1/+1
| |\ | | | | | | | | | # Conflicts: # app/assets/javascripts/vue_pipelines_index/pipeline_actions.js.es6
| * | Adds loader to load SVGFilipa Lacerda2017-02-241-0/+1
| | |
* | | Remove jQuery UIbye-bye-jquery-uiPhil Hughes2017-03-021-1/+0
| |/ |/| | | | | jQuery UI is no longer used anywhere so say goodbye to it from package.json & Gemfile
* | Merge branch 'update-vue-2.1' into 'master' Fatih Acet2017-02-261-1/+1
|\ \ | |/ |/| | | | | Update Vue to v2.1 See merge request !9386
| * upgrade Vue from v2.0.3 to v2.1.10Mike Greiling2017-02-201-1/+1
| |
* | add webpack bundle analyzer to production outputMike Greiling2017-02-211-1/+2
|/
* remove imports loaderMike Greiling2017-02-171-1/+0
|
* use less strict caret ranges now that yarn.lock will take care of locking ↵Mike Greiling2017-02-171-9/+9
| | | | | | our dependencies in place see: https://docs.npmjs.com/misc/semver
* move webpack-dev-server and karma-mocha-reporter to devDependenciesMike Greiling2017-02-171-4/+4
|
* use http to feth jquery-ui dependency instead of sshFilipa Lacerda2017-02-171-1/+1
|
* Make Karma output look nicer for CI (!9165)winniehell2017-02-151-0/+1
|
* Merge branch 'cover-my-karma' into 'master' Clement Ho2017-02-141-0/+10
|\ | | | | | | | | | | | | Reintroduce coverage report for JavaScript Closes #27826 and #20757 See merge request !9133
| * Reintroduce coverage report for JavaScript (!9133)winniehell2017-02-111-0/+10
| |
* | Merge branch 'replace-npm-with-yarn' into 'master' Filipa Lacerda2017-02-141-3/+3
|\ \ | | | | | | | | | | | | Replace NPM with Yarn See merge request !9055