Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | only print errors and warnings from webpack dev serversilence-webpack | Simon Knox | 2017-02-11 | 1 | -1/+2 |
| | |||||
* | upgrade to webpack 2.2.x | Mike Greiling | 2017-02-09 | 1 | -13/+14 |
| | |||||
* | upgrade babel to v6 | Mike Greiling | 2017-02-09 | 1 | -4/+1 |
| | |||||
* | exclude node_modules from imports-loader wrapper | Mike Greiling | 2017-02-09 | 1 | -0/+1 |
| | |||||
* | Merge branch 'remove-jquery-ui-sortable' into 'master' | Jacob Schatz | 2017-02-08 | 1 | -1/+1 |
|\ | | | | | | | | | Removed jQuery UI sortable See merge request !8478 | ||||
| * | Removed jQuery UI sortableremove-jquery-ui-sortable | Phil Hughes | 2017-02-06 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'fe-commit-mr-pipelines' into 'master' | Fatih Acet | 2017-02-06 | 1 | -0/+1 |
|\ \ | | | | | | | | | | | | | | | | | | | Use vue.js Pipelines table in commit and merge request view Closes #27141 See merge request !8844 | ||||
| * | | Use webpack to require files | Filipa Lacerda | 2017-02-05 | 1 | -0/+1 |
| |/ | | | | | | | Changes after review | ||||
* | | transpile all javascript files with babel | Mike Greiling | 2017-02-06 | 1 | -2/+2 |
|/ | |||||
* | consistently use single quotes | Mike Greiling | 2017-02-02 | 1 | -3/+3 |
| | |||||
* | configure webpack dev server port via environment variable | Mike Greiling | 2017-02-01 | 1 | -10/+2 |
| | |||||
* | Use webpack_port file if it exists | Phil Hughes | 2017-01-19 | 1 | -1/+8 |
| | |||||
* | Merge branch 'master' into go-go-gadget-webpack | Mike Greiling | 2017-01-18 | 1 | -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-webpack | Mike Greiling | 2017-01-15 | 1 | -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 fixes | Mike Greiling | 2017-01-13 | 1 | -1/+1 |
| | |||||
* | Added gzip compression | Phil Hughes | 2017-01-13 | 1 | -1/+5 |
| | |||||
* | Merge branch 'master' into go-go-gadget-webpack | Phil Hughes | 2017-01-13 | 1 | -1/+4 |
| | |||||
* | improve sourcemap generation | Mike Greiling | 2017-01-10 | 1 | -1/+2 |
| | |||||
* | use ~ to reference non-local scripts instead of resolve.root | Mike Greiling | 2017-01-10 | 1 | -4/+2 |
| | |||||
* | include common libraries within spec_helper | Mike Greiling | 2017-01-10 | 1 | -1/+1 |
| | |||||
* | Swapped out teaspoon for karma | Luke "Jared" Bennett | 2017-01-10 | 1 | -2/+5 |
| | |||||
* | disable "use strict" in babel config as it was broken in sprockets | Mike Greiling | 2017-01-10 | 1 | -1/+7 |
| | |||||
* | migrate all javascript asset bundles and require syntax | Mike Greiling | 2017-01-10 | 1 | -2/+19 |
| | |||||
* | replace application.js sprockets output with webpack-generated equivalent | Mike Greiling | 2017-01-06 | 1 | -2/+18 |
| | |||||
* | temporarily regress to babel 5 for parity with sprockets-es6 gem | Mike Greiling | 2017-01-06 | 1 | -4/+1 |
| | |||||
* | conditionally apply webpack-dev-server config | Mike Greiling | 2017-01-06 | 1 | -1/+4 |
| | |||||
* | optimize production output and generate sourcemaps | Mike Greiling | 2017-01-06 | 1 | -1/+15 |
| | |||||
* | compile es6/es2015 with babel | Mike Greiling | 2017-01-06 | 1 | -1/+18 |
| | |||||
* | add webpack, webpack-rails, and webpack-dev-server along with a simple hello ↵ | Mike Greiling | 2017-01-06 | 1 | -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 |