summaryrefslogtreecommitdiff
path: root/yarn.lock
Commit message (Collapse)AuthorAgeFilesLines
* include cropper jQuery plugin as an npm moduleuse-npm-cropperMike Greiling2017-08-011-1/+7
|
* Update vue-resourceFilipa Lacerda2017-07-121-5/+97
|
* ensure eslint recognizes es2015 dynamic import() syntaxMike Greiling2017-06-281-1/+14
|
* upgrade jasmine to attempt to resolve browser timeout issuesMike Greiling2017-06-141-16/+10
|
* upgrade karma to v1.7.0Mike Greiling2017-06-141-71/+69
|
* remove phantomjs from our frontend dev dependenciesMike Greiling2017-06-141-117/+8
|
* replace PhantomJS with headless Chrome as karma test runnerMike Greiling2017-06-141-1/+18
|
* Revert "Merge branch 'karma-headless-chrome' into 'master'"Mike Greiling2017-06-131-23/+115
| | | This reverts merge request !12036
* remove phantomjs from our frontend dev dependenciesMike Greiling2017-06-131-117/+8
|
* replace PhantomJS with headless Chrome as karma test runnerMike Greiling2017-06-131-1/+18
|
* Merge branch 'task-list-2' into 'master'Filipa Lacerda2017-05-311-0/+4
|\ | | | | | | | | | | | | Update task_list to version 2.0.0 Closes #22470 See merge request !11525
| * Upgrade to task_list v2Jared Deckard2017-05-231-0/+4
| |
* | update webpack to v2.6.1 patch release to fix "Can't find variable: Promise" ↵32737-audit-long-term-cacheability-of-webpack-assetsMike Greiling2017-05-251-8/+4
| | | | | | | | error
* | update webpack-bundle-analyzer past v2.4.1 to support NamedChunksPluginMike Greiling2017-05-251-71/+120
| |
* | add NameAllModulesPlugin to cover shortcomings of NamedModulesPluginMike Greiling2017-05-251-0/+4
| |
* | upgrade to latest webpack versionMike Greiling2017-05-251-10/+15
|/
* Merge branch 'balsalmiq-support' into 'master' Phil Hughes2017-05-051-0/+4
|\ | | | | | | | | Initial balsamiq support See merge request !10564
| * Merge branch 'master' into 'balsalmiq-support'Luke "Jared" Bennett2017-05-021-1/+25
| |\ | | | | | | | | | | | | # 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/+40
| |\ \ | | | | | | | | | | | | # Conflicts: # config/webpack.config.js
| * \ \ Merge branch 'master' into 'balsalmiq-support'Luke "Jared" Bennett2017-04-121-41/+1161
| |\ \ \ | | | | | | | | | | | | | | | # Conflicts: # app/models/blob.rb
| * | | | Get initial sql values back from file which is databaseJacob Schatz2017-04-101-0/+4
| | | | |
* | | | | Merge branch 'add-sentry-js-again-with-vue' into 'master' Phil Hughes2017-05-051-1/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add sentry JS See merge request !6764
| * \ \ \ \ Merge remote-tracking branch 'origin/master' into add-sentry-js-again-with-vueLuke "Jared" Bennett2017-05-031-1/+25
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'master' into 'add-sentry-js-again-with-vue'Luke "Jared" Bennett2017-04-261-0/+40
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | | | | | | # Conflicts: # config/webpack.config.js
| * | | | | Removed rewire and fixed testsLuke "Jared" Bennett2017-04-151-4/+0
| | | | | |
| * | | | | Merge branch 'master' into 'add-sentry-js-again-with-vue'Luke "Jared" Bennett2017-04-151-75/+1268
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | | | | | | | | | | | | # 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/+4
| | | | | | | | | | | | | | | | | | | | | | | | gon to head
| * | | | | [ci skip] Remove loadscript class in favour of backend conditionalLuke "Jared" Bennett2017-04-131-1/+7
| | | | | |
* | | | | | Merge branch 'master' into 28433-internationalise-cycle-analytics-pageRuben Davila2017-05-021-1/+65
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Move PDFLab into GitLabpdflab-in-repoSam Rose2017-04-281-1/+25
| | |_|/ / | |/| | |
| * | | | Merge branch 'notebooklab-in-repo' into 'master' Jacob Schatz2017-04-241-0/+36
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Moved NotebookLab assets into repo See merge request !10630
| | * | | | Moved NotebookLab assets into repoPhil Hughes2017-04-111-0/+36
| | | |/ / | | |/| | | | | | | | | | | | Moved all the notebooklab assets into the GitLab repo
| * | | | Add ES lint support to identify poorly written PromisesKushal Pandya2017-04-201-0/+4
| |/ / /
* | | | Started internationalising cycyle analyticsPhil Hughes2017-04-151-4/+15
|/ / /
* | | use nodemon to watch for changes to webpack config and restart the dev ↵Mike Greiling2017-04-101-11/+310
| | | | | | | | | | | | server when necessary
* | | watch node_modules for changes when a module is missingMike Greiling2017-04-101-11/+57
| | |
* | | add eslint support to vue filesMike Greiling2017-04-091-0/+49
| | |
* | | update Vue to match vue-template-compilerMike Greiling2017-04-091-3/+3
| | |
* | | add vue-loader dependencies and basic configMike Greiling2017-04-091-17/+743
| |/ |/|
* | upgrade webpack-dev-server to fix issues with SockJS causing odd reload ↵Mike Greiling2017-04-071-35/+26
| | | | | | | | | | | | 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-24/+44
| |
* | Revert yarn.lock file changesPhil Hughes2017-04-071-564/+457
| |
* | Update droplabLuke "Jared" Bennett2017-04-071-462/+569
| |
* | STL file viewerPhil Hughes2017-04-061-0/+12
| |
* | Use PDFLab to render PDFs in GitLabSam Rose2017-04-051-0/+14
| |
* | Load a preview of Sketch 43 filessketch-preview-filesJacob Schatz2017-04-051-1/+37
|/ | | | | | | 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/+4
|
* upgrade Vue to v2.2.4Mike Greiling2017-03-211-3/+3
|
* Only add frontend code coverage instrumentation when generating coverage reportMike Greiling2017-03-201-17/+53
|
* Organize our polyfills and standardize on core-jsMike Greiling2017-03-131-10/+2
|