Commit Graph

23 Commits

Author SHA1 Message Date
Fatih Acet 3a92287390 Merge branch 'fe-commit-mr-pipelines' into 'master'
Use vue.js Pipelines table in commit and merge request view

Closes #27141

See merge request !8844
2017-02-06 21:07:41 +00:00
Mike Greiling b5d2edabd8 transpile all javascript files with babel 2017-02-06 00:24:23 -06:00
Filipa Lacerda d5093ef569 Use webpack to require files
Changes after review
2017-02-05 20:44:01 +00:00
Mike Greiling 152b292d0b consistently use single quotes 2017-02-02 16:41:46 -06:00
Mike Greiling 6b2e5e344c configure webpack dev server port via environment variable 2017-02-01 16:23:26 -06:00
Phil Hughes c5b7cc54e9 Use webpack_port file if it exists 2017-01-19 09:41:38 +00:00
Mike Greiling 0d2ae3e7c1 Merge branch 'master' into go-go-gadget-webpack
* 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
  ...
2017-01-18 22:23:53 -06:00
Mike Greiling 76a4f1e61d Merge branch 'master' into go-go-gadget-webpack
* 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
  ...
2017-01-15 10:47:53 -05:00
Mike Greiling 2ee2daa4b9 more post-merge fixes 2017-01-13 13:03:10 -05:00
Phil Hughes fc4fcf33bf Added gzip compression 2017-01-13 11:11:35 -05:00
Phil Hughes 639bca4362 Merge branch 'master' into go-go-gadget-webpack 2017-01-13 10:30:40 -05:00
Mike Greiling 31af0fbaf8 improve sourcemap generation 2017-01-10 12:30:44 -06:00
Mike Greiling 8d2099cb53 use ~ to reference non-local scripts instead of resolve.root 2017-01-10 12:30:43 -06:00
Mike Greiling 663936878f include common libraries within spec_helper 2017-01-10 12:30:42 -06:00
Luke "Jared" Bennett 7c47cc94c5 Swapped out teaspoon for karma 2017-01-10 12:30:40 -06:00
Mike Greiling 24b48a3713 disable "use strict" in babel config as it was broken in sprockets 2017-01-10 12:30:38 -06:00
Mike Greiling fe964cc235 migrate all javascript asset bundles and require syntax 2017-01-10 12:30:38 -06:00
Mike Greiling 55f291e8ce replace application.js sprockets output with webpack-generated equivalent 2017-01-06 10:21:02 -06:00
Mike Greiling 31bd36845b temporarily regress to babel 5 for parity with sprockets-es6 gem 2017-01-06 10:21:02 -06:00
Mike Greiling 000180e5e4 conditionally apply webpack-dev-server config 2017-01-06 10:21:02 -06:00
Mike Greiling 61ca496b32 optimize production output and generate sourcemaps 2017-01-06 10:21:01 -06:00
Mike Greiling df72d65a02 compile es6/es2015 with babel 2017-01-06 10:21:01 -06:00
Mike Greiling 4c5ff1d08e add webpack, webpack-rails, and webpack-dev-server along with a simple hello world test
Add the following line to GDK Procfile to play with it:

    webpack: exec support/exec-cd gitlab npm run dev-server
2017-01-06 10:21:01 -06:00