Commit Graph

103 Commits

Author SHA1 Message Date
Filipa Lacerda aaa78199c2 Update vue-resource 2017-07-12 14:47:09 +00:00
Mike Greiling b37923235b ensure eslint recognizes es2015 dynamic import() syntax 2017-06-28 13:04:34 -05:00
Mike Greiling 7b4f8aa4a5 upgrade jasmine to attempt to resolve browser timeout issues 2017-06-14 13:59:32 -05:00
Mike Greiling 3757703165 upgrade karma to v1.7.0 2017-06-14 04:07:21 -05:00
Mike Greiling d44149e65d remove phantomjs from our frontend dev dependencies 2017-06-14 04:07:20 -05:00
Mike Greiling e9bd861fe4 replace PhantomJS with headless Chrome as karma test runner 2017-06-14 04:07:20 -05:00
Mike Greiling a526e619d9 Revert "Merge branch 'karma-headless-chrome' into 'master'"
This reverts merge request !12036
2017-06-13 15:20:26 +00:00
Mike Greiling 9a79de1305 remove phantomjs from our frontend dev dependencies 2017-06-13 00:23:39 -05:00
Mike Greiling ac26ce32ba replace PhantomJS with headless Chrome as karma test runner 2017-06-13 00:23:39 -05:00
Filipa Lacerda bfa46a9eab Merge branch 'task-list-2' into 'master'
Update task_list to version 2.0.0

Closes #22470

See merge request !11525
2017-05-31 16:35:54 +00:00
Mike Greiling 643a10fcc8 update webpack to v2.6.1 patch release to fix "Can't find variable: Promise" error 2017-05-25 12:55:49 -05:00
Mike Greiling de451a8cdc update webpack-bundle-analyzer past v2.4.1 to support NamedChunksPlugin 2017-05-25 12:52:14 -05:00
Mike Greiling 5c0f506deb add NameAllModulesPlugin to cover shortcomings of NamedModulesPlugin 2017-05-25 12:50:24 -05:00
Mike Greiling 4f6ca7bc9c upgrade to latest webpack version 2017-05-25 12:50:18 -05:00
Jared Deckard 7f1e2d1ffd Upgrade to task_list v2 2017-05-23 08:29:09 -05:00
Phil Hughes ecaa68a709 Merge branch 'balsalmiq-support' into 'master'
Initial balsamiq support

See merge request !10564
2017-05-05 18:43:13 +00:00
Phil Hughes b815353510 Merge branch 'add-sentry-js-again-with-vue' into 'master'
Add sentry JS

See merge request !6764
2017-05-05 17:51:38 +00:00
Luke "Jared" Bennett 7788118c3d
Merge remote-tracking branch 'origin/master' into add-sentry-js-again-with-vue 2017-05-03 13:03:57 +01:00
Ruben Davila bbfbcebdf6 Merge branch 'master' into 28433-internationalise-cycle-analytics-page 2017-05-02 13:20:41 -05:00
Luke "Jared" Bennett ef7001c9c6 Merge branch 'master' into 'balsalmiq-support'
# Conflicts:
#   spec/features/projects/commit/cherry_pick_spec.rb
#   spec/features/projects/environments/environment_spec.rb
2017-05-02 09:11:55 +00:00
Sam Rose 9f3985c613 Move PDFLab into GitLab 2017-04-28 12:52:36 -04:00
Luke "Jared" Bennett c3633db617 Merge branch 'master' into 'balsalmiq-support'
# Conflicts:
#   config/webpack.config.js
2017-04-26 11:26:10 +00:00
Luke "Jared" Bennett ca6cc6014e Merge branch 'master' into 'add-sentry-js-again-with-vue'
# Conflicts:
#   config/webpack.config.js
2017-04-26 11:13:42 +00:00
Jacob Schatz 640e8093d4 Merge branch 'notebooklab-in-repo' into 'master'
Moved NotebookLab assets into repo

See merge request !10630
2017-04-24 18:17:49 +00:00
Kushal Pandya d586b6cced Add ES lint support to identify poorly written Promises 2017-04-20 11:11:51 +00:00
Phil Hughes 90ba69d224 Started internationalising cycyle analytics 2017-04-15 16:07:31 +01:00
Luke "Jared" Bennett 86b4f49c8c
Removed rewire and fixed tests 2017-04-15 12:34:13 +01:00
Luke "Jared" Bennett 2f35ba98fa Merge branch 'master' into 'add-sentry-js-again-with-vue'
# Conflicts:
#   app/views/layouts/_head.html.haml
#   config/webpack.config.js
2017-04-15 02:46:55 +00:00
Luke "Jared" Bennett e22bd9650d
Updated specs, added rewire, updated layouts to move conditional raven and gon to head 2017-04-15 03:38:59 +01:00
Luke "Jared" Bennett cfd3d0fd37
[ci skip] Remove loadscript class in favour of backend conditional 2017-04-13 17:18:15 +01:00
Luke "Jared" Bennett 6d2db33de4 Merge branch 'master' into 'balsalmiq-support'
# Conflicts:
#   app/models/blob.rb
2017-04-12 08:46:45 +00:00
Phil Hughes 4755f6066b Moved NotebookLab assets into repo
Moved all the notebooklab assets into the GitLab repo
2017-04-11 18:50:21 +01:00
Mike Greiling cb2c762d40 use nodemon to watch for changes to webpack config and restart the dev server when necessary 2017-04-10 14:47:02 -05:00
Mike Greiling 3812abfa23 watch node_modules for changes when a module is missing 2017-04-10 14:44:53 -05:00
Jacob Schatz ef07200cd0
Get initial sql values back from file which is database 2017-04-10 14:56:43 +01:00
Mike Greiling 8050d835d4 add eslint support to vue files 2017-04-09 15:22:53 -05:00
Mike Greiling 0329d7930c update Vue to match vue-template-compiler 2017-04-09 15:22:53 -05:00
Mike Greiling 6c547e3142 add vue-loader dependencies and basic config 2017-04-09 15:22:53 -05:00
Mike Greiling a76ab4ae68 upgrade webpack-dev-server to fix issues with SockJS causing odd reload behavior in firefox
https://github.com/webpack/webpack-dev-server/issues/762
2017-04-07 15:01:27 -05:00
Mike Greiling 6410016e98 upgrade webpack to v2.3.3 to resolve sourcemap issues 2017-04-07 15:00:30 -05:00
Phil Hughes e992799ce5 STL file viewer 2017-04-06 10:02:24 +00:00
Sam Rose dad30d6bbf Use PDFLab to render PDFs in GitLab 2017-04-05 11:22:12 -04:00
Jacob Schatz fd8a40783d Load a preview of Sketch 43 files
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
2017-04-05 11:49:08 +01:00
Filipa Lacerda 9075588fda Adds visbilityjs lib 2017-03-23 11:10:31 +00:00
Mike Greiling d023e92fb6 upgrade Vue to v2.2.4 2017-03-21 20:20:01 -05:00
Mike Greiling fde335bfb7 Only add frontend code coverage instrumentation when generating coverage report 2017-03-20 22:29:45 +00:00
Mike Greiling 95d38ac9f9 remove all references to the .es6 in our config files and documentation 2017-03-15 18:31:01 -05:00
Mike Greiling 29e0cb4b91 Organize our polyfills and standardize on core-js 2017-03-13 21:48:32 +00:00
Eric Eastwood e6fc0207cb Use native unicode emojis
- gl_emoji for falling back to image/css-sprite when the browser
   doesn't support an emoji
 - Markdown rendering (Banzai filter)
 - Autocomplete
 - Award emoji menu
    - Perceived perf
    - Immediate response because we now build client-side
 - Update `digests.json` generation in gemojione rake task to be more
   useful and  include `unicodeVersion`

MR: !9437

See issues

 - #26371
 - #27250
 - #22474
2017-03-06 12:54:46 -06:00
Mike Greiling a7dd1ec414 merge raphael library into the network bundle 2017-03-05 14:23:58 -06:00