summaryrefslogtreecommitdiff
path: root/config/webpack.config.js
Commit message (Collapse)AuthorAgeFilesLines
* consistently use single quotesMike Greiling2017-02-021-3/+3
|
* configure webpack dev server port via environment variableMike Greiling2017-02-011-10/+2
|
* Use webpack_port file if it existsPhil Hughes2017-01-191-1/+8
|
* Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-181-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | * master: (67 commits) Add some API endpoints for time tracking. use destructuring syntax instead add changelog yml file correct User_agent placement in robots.txt Fixing typo Fix Project#update_repository_size to convert MB to Bytes properly Remove repository trait from factories that don't need it in features Add the `:repository` trait to `:project` factories in Cucumber steps Add a `:repository` trait to the `:empty_project` factory Update clipboard_button text: Copy commit SHA to clipboard Fix search bar filter dropdown scrollbars get rid of log fix UI behaviour - only make new calls when button is clicked and dropdown is not displayed better UI fix - simple solution Disable all cops in .rubocop_todo.yml fix spec refactored a bunch of stuff based on feedback fix serializer fix bug retrieving medians fix specs ...
* Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-151-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | * master: (24 commits) Allow to use + symbol in filenames Use string for class_name option for lazy autoload class change how pagination component is loaded revise sortable_name test formatting fix pagination component handling different header styles from different server proxies Improve disabled state select Fix Rubocop offense in build specs Add Changelog for commit links fix on pipelines page Remove empty build spec file from invalid location Merge build specs into file that has valid location Fixed spacing of labels in issuable row on milestone#show Update commit entity to point to valid commit page Allow to use ENV variables in redis config Check for env[Grape::Env::GRAPE_ROUTING_ARGS] instead of endpoint.route Mutate the attribute instead of issuing a write operation to the DB Remove useless permission checks in Gitlab::Checks::ChangeAccess Fix broken link in docs prefer unit test on model over view test rename sort method add CHANGELOG.md entry for !8277 ...
* more post-merge fixesMike Greiling2017-01-131-1/+1
|
* Added gzip compressionPhil Hughes2017-01-131-1/+5
|
* Merge branch 'master' into go-go-gadget-webpackPhil Hughes2017-01-131-1/+4
|
* improve sourcemap generationMike Greiling2017-01-101-1/+2
|
* use ~ to reference non-local scripts instead of resolve.rootMike Greiling2017-01-101-4/+2
|
* include common libraries within spec_helperMike Greiling2017-01-101-1/+1
|
* Swapped out teaspoon for karmaLuke "Jared" Bennett2017-01-101-2/+5
|
* disable "use strict" in babel config as it was broken in sprocketsMike Greiling2017-01-101-1/+7
|
* migrate all javascript asset bundles and require syntaxMike Greiling2017-01-101-2/+19
|
* replace application.js sprockets output with webpack-generated equivalentMike Greiling2017-01-061-2/+18
|
* temporarily regress to babel 5 for parity with sprockets-es6 gemMike Greiling2017-01-061-4/+1
|
* conditionally apply webpack-dev-server configMike Greiling2017-01-061-1/+4
|
* optimize production output and generate sourcemapsMike Greiling2017-01-061-1/+15
|
* compile es6/es2015 with babelMike Greiling2017-01-061-1/+18
|
* add webpack, webpack-rails, and webpack-dev-server along with a simple hello ↵Mike Greiling2017-01-061-0/+46
world test Add the following line to GDK Procfile to play with it: webpack: exec support/exec-cd gitlab npm run dev-server