summaryrefslogtreecommitdiff
path: root/config/webpack.config.js
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'add-sentry-js-again-with-vue' into 'master' Phil Hughes2017-05-051-0/+1
|\ | | | | | | | | Add sentry JS See merge request !6764
| * Merge branch 'master' into 'add-sentry-js-again-with-vue'Luke "Jared" Bennett2017-05-041-0/+2
| |\ | | | | | | | | | # Conflicts: # db/schema.rb
| * \ Merge remote-tracking branch 'origin/master' into add-sentry-js-again-with-vueLuke "Jared" Bennett2017-05-031-0/+5
| |\ \
| * \ \ Merge branch 'master' into 'add-sentry-js-again-with-vue'Luke "Jared" Bennett2017-04-261-8/+9
| |\ \ \ | | | | | | | | | | | | | | | # Conflicts: # config/webpack.config.js
| * | | | Removed rewire and fixed testsLuke "Jared" Bennett2017-04-151-2/+1
| | | | |
| * | | | Only rewire in devLuke "Jared" Bennett2017-04-151-2/+3
| | | | |
| * | | | Merge branch 'master' into 'add-sentry-js-again-with-vue'Luke "Jared" Bennett2017-04-151-6/+29
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | # 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-1/+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-041-0/+2
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/gitlab/cycle_analytics/review_stage.rb lib/gitlab/cycle_analytics/staging_stage.rb lib/gitlab/cycle_analytics/test_stage.rb
| * | | | | Updated webpack configPhil Hughes2017-05-041-0/+1
| | | | | |
| * | | | | Merge branch 'master' into deploy-keys-load-asyncPhil Hughes2017-05-031-0/+5
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Re-wrote to match our docs - still not 100% sure but closer than it wasPhil Hughes2017-04-281-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/+5
| |/ / /
* | | | Merge remote-tracking branch ↵Phil Hughes2017-04-211-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | 'origin/28433-internationalise-cycle-analytics-page' into js-translations
| * \ \ \ Merge branch 'js-translations' into 28433-internationalise-cycle-analytics-pageRuben Davila2017-04-201-0/+13
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | Conflicts: config/webpack.config.js
* | | | | Merge remote-tracking branch ↵Phil Hughes2017-04-201-8/+9
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | | 'origin/28433-internationalise-cycle-analytics-page' into js-translations
| * | | Remove special naming of pipelines folderFilipa Lacerda2017-04-191-9/+9
| | | |
| * | | Issue Title Vue: convert to .vue - use 'render' with 'createElement' in indexRegis Boudinot2017-04-151-0/+1
| | |/ | |/|
* | | Fixed missing textPhil Hughes2017-04-181-1/+1
| | | | | | | | | | | | Fixed duplicated time in dropdown
* | | Added Vue filters & directives for translatingPhil Hughes2017-04-181-0/+8
| | |
* | | Started internationalising cycyle analyticsPhil Hughes2017-04-151-0/+5
|/ /
* | Improve webpack-dev-server compatibility with non-localhost setups.Mike Greiling2017-04-121-1/+3
| |
* | watch node_modules for changes when a module is missingMike Greiling2017-04-101-0/+5
| |
* | clean up webpack configMike Greiling2017-04-091-5/+6
| |
* | add vue-loader dependencies and basic configMike Greiling2017-04-091-0/+4
| |
* | Add a name field to the group edit formadd-field-for-group-nameDouglas Lovell2017-04-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enables user specification of group name vs. name inferred from group path. Cause new group form to copy name from path Adds some new page-specific javascript that copies entry from the group path field to the group name field when the group name field is initially empty. Remove duplicate group name entry field on group edit form This corrects the duplicated name entry field and tests that the JavaScript does not update the group name field if the user edits the group path. (Editing the group path is not recommended in any case, but it is possible.) Address eslint errors in group.js Enable group name copy with dispatch and explore group creation The dispatch and explore group creation forms require the group.js asset, and their tests now require testing against poltergeist Update workflow new group instruction Update the gitlab basics group creation document Add a change log entry Remove unused variable for eslint
* | Merge branch 'last-green-master' into 18471-restrict-tag-pushes-protected-tagsJames Edwards-Jones2017-04-061-0/+1
|\ \
| * | STL file viewerPhil Hughes2017-04-061-0/+1
| | |
* | | Merge branch 'master' into '18471-restrict-tag-pushes-protected-tags'Kushal Pandya2017-04-061-7/+21
|\ \ \ | |/ / | | | | | | | | | # Conflicts: # app/assets/javascripts/dispatcher.js # app/assets/stylesheets/pages/projects.scss
| * | Issue title realtimeRegis Boudinot2017-04-061-0/+1
| | |
| * | Use PDFLab to render PDFs in GitLabSam Rose2017-04-051-1/+7
| | |
| * | Load a preview of Sketch 43 filessketch-preview-filesJacob Schatz2017-04-051-0/+1
| | | | | | | | | | | | | | | | | | | | | 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
| * | use a less memory-intensive sourcemap when running in CIMike Greiling2017-04-041-1/+2
| | |
| * | Refactor test_utils bundleMike Greiling2017-04-041-1/+0
| |/
| * Merge branch 'ipython-notebook-viewer' into 'master' Jacob Schatz2017-03-281-0/+2
| |\ | | | | | | | | | | | | iPython notebook viewer See merge request !10017
| | * Started iPython notebook viewerPhil Hughes2017-03-231-0/+2
| | | | | | | | | | | | | | | | | | Using NotebookLab library [ci skip]
| * | spread out webpack bundles per-line to reduce conflicts in EEMike Greiling2017-03-271-1/+5
| | |
| * | Lightly refactor js files related to file template selectors.Bryce Johnson2017-03-221-1/+1
| |/
| * move common vue script to vue_shared directoryMike Greiling2017-03-211-1/+1
| |
| * utilize ES module distribution for Vue in webpackMike Greiling2017-03-211-1/+1
| |
| * disable the Vue production warning in development and testingMike Greiling2017-03-211-1/+1
| |
* | Update bundle path for Protected Tags bundleKushal Pandya2017-04-061-1/+1
| |
* | Add protected tags to bundle config18471-restrict-tags-push-uiKushal Pandya2017-03-211-0/+1
|/
* Only add frontend code coverage instrumentation when generating coverage reportMike Greiling2017-03-201-7/+1
|
* Removed d3.js from the main application.js bundleJose Ivan Vargas Lopez2017-03-201-1/+2
|
* remove all references to the .es6 in our config files and documentationremove-es6-extension-configurationMike Greiling2017-03-151-2/+2
|
* Merge branch 'update-native-unicode-emojis-with-harmony-modules' into 'master' Filipa Lacerda2017-03-091-2/+1
|\ | | | | | | | | Update emojis to use harmony modules (import/export) See merge request !9784
| * Update emojis to use harmony modules (import/export)update-native-unicode-emojis-with-harmony-modulesEric Eastwood2017-03-081-2/+1
| |