Commit Graph

144 Commits

Author SHA1 Message Date
Tim Zallmann 980f29716f Resolve "Convert autosize.js library to be a Yarn managed library" 2017-10-31 09:18:30 +00:00
Filipa Lacerda 941c11824a Fix Pikaday 2017-10-18 11:31:01 +00:00
Jacob Schatz b69861c204 Merge branch 'ide-update-monaco' into 'master'
Upgrading Monaco

Closes #38607

See merge request gitlab-org/gitlab-ce!14629
2017-10-16 14:48:45 +00:00
Filipa Lacerda c540a23176
Update Vuex version 2017-10-13 13:18:33 +01:00
Tim Zallmann ea6a2b0a84 Upgraded Monaco 2017-10-05 12:34:28 +02:00
Tim Zallmann 55f772bb98 Resolve "Better SVG Usage in the Frontend" 2017-09-22 08:39:47 +00:00
Jacob Schatz 8100274518 Merge branch 'issue-discussions-refactor' into 'master'
Issue discussions Vue refactor

See merge request !12069
2017-09-02 11:55:18 +00:00
Markus Koller e6adc5088f
Upgrade brace-expansion NPM package due to security issue
https://nodesecurity.io/advisories/338
2017-08-28 13:11:30 +02:00
Douwe Maan fbe82e4cd9 Merge branch 'master' into issue-discussions-refactor
# Conflicts:
#	package.json
2017-08-23 11:31:17 +02:00
Mike Greiling 18790c3192 refresh sub-dependencies of node scripts to latest versions 2017-08-18 03:10:35 -05:00
Mike Greiling b8458dc88e remove zopfli compression temporarily until a better solution is found 2017-08-18 03:10:34 -05:00
Douwe Maan 834f1b30d5 Merge branch 'master' into issue-discussions-refactor
# Conflicts:
#	package.json
#	spec/support/features/reportable_note_shared_examples.rb
2017-08-17 14:01:31 +02:00
Mike Greiling 23cbc05737 update webpack to v3.5.4 2017-08-15 00:08:15 -05:00
Mike Greiling 60ed4aa568 enable webpack scope hoisting 2017-08-15 00:06:11 -05:00
Filipa Lacerda 23334ac0a1 Merge branch 'master' into issue-discussions-refactor
* master: (481 commits)
  Make sure that we have author and committer
  disable file upload button while uploading
  Fix bar chart does not display label at hour 0
  Fixed activity not loading on project homepage
  Expose noteable_iid in Note
  Fix fly-out width when it has long items
  Add a test to show that threshold 40 would corrupt
  Add changelog entry
  Raise encoding confidence threshold to 50
  Fix the /projects/:id/repository/commits endpoint to handle dots in the ref name when the project full path contains a `/`
  Fix the /projects/:id/repository/tags endpoint to handle dots in the tag name when the project full path contains a `/`
  Add Italian translations of Pipeline Schedules
  Restrict InlineJavaScript for haml_lint to dev and test environment
  Incorporate Gitaly's CommitService.FindCommit RPC
  Move `deltas` and `diff_from_parents` logic to Gitlab::Git::Commit
  fix repo_edit_button_spec.js
  fix test failures in repo_preview_spec.js
  fix repo_loading_file_spec tests
  Refactor Gitlab::Git::Commit to include a repository
  use 100vh instead of flip flopping between the two - works on all suported browsers
  ...
2017-08-08 16:15:16 +01:00
Mike Greiling 0994bbf9dd Merge branch 'master' into ide
* master: (86 commits)
  Show all labels
  33874 confidential issue redesign
  Exclude merge_jid on Import/Export attribute configuration
  Resolve "User dropdown in filtered search does not load avatar on `master`"
  Re-add column locked_at on migration rollback
  Group-level new issue & MR using previously selected project
  [EE Backport] Update log audit event in omniauth_callbacks_controller.rb
  more eagerly bail when the state is prevented
  Move locked_at removal to post-deployment migration
  Add class to other sidebars
  Improve mobile sidebar
  reduce iterations by keeping a count of remaining enablers
  Store & use ConvDev percentages returned by Version app
  Store MergeWorker JID on merge request, and clean up stuck merges
  Backport changes in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2551 to CE
  DRY up caching in AbstractReferenceFilter
  Update CHANGELOG
  Add CHANGELOG entry
  Fix html structure Removes test for removed behavior
  Port form back to use form_tag
  ...
2017-08-07 22:44:47 -05:00
Mike Greiling 7767ceef47 Merge branch 'master' into ide
* master: (177 commits)
  Add changelog
  Bump gitlab-shell version to 5.8.0 to fix Git for Windows 2.14
  Make contextual sidebar collapsible
  Fixed sidebar context header hover colors
  Use correct `Environment`-class within `Gitlab` namespace
  Remove gl.Activities from Commits page
  Move `let` calls inside the `describe` block using them
  Add `/assign me` alias support for assigning issuables to oneself
  GRPC::Unavailable (< GRPC::BadStatus) is wrapped in a CommandError
  Use `broken_storage` in the fs_shards_spec.
  Eager load project creators for project dashboards
  Memoize a user's personal projects count
  Remove redundant query from User#recent_push
  Improve checking if projects would be returned
  Change spelling of gitlab-shell
  Remove unused #tree-holder
  Add custom linter for inline JavaScript to haml_lint
  Rename user_can_admin? because it's more accurate
  Synchronous zanata community contribution translation
  Add Korean translation to i18n
  ...
2017-08-07 15:20:09 -05:00
Mike Greiling 031d81ccb7 upgrade webpack to v3.4.0 2017-08-07 11:08:58 -05:00
Mike Greiling 489c3bccd1 upgrade webpack to v3.1.0 2017-08-07 11:08:58 -05:00
Mike Greiling 937bbac911 update webpack-dev-server to v2.6.1
[ci skip]
2017-08-07 11:08:58 -05:00
Mike Greiling 8a44002760 update karma-webpack to v2.0.4 2017-08-07 11:08:58 -05:00
Mike Greiling 145e12b1e2 update eslint-import-resolver-webpack to v0.8.3 2017-08-07 11:08:58 -05:00
Mike Greiling df6682b66d update babel-loader to v7.1.x 2017-08-07 11:08:58 -05:00
Mike Greiling 223de8b442 upgrade webpack to v3.0.0 2017-08-07 11:08:58 -05:00
Mike Greiling e43099e407 replace stats-webpack-plugin with webpack-stats-plugin 2017-08-07 11:08:58 -05:00
Filipa Lacerda fecb1a2f3c Merge branch 'master' into issue-discussions-refactor
* master: (21 commits)
  Fix issues with pdf-js dependencies
  fix missing changelog entries for security release on 2017-01-23
  Update top bar issues icon
  Fix order of CI lint ace editor loading
  Fix spec
  Fix spec
  Fix spec
  Add changelog
  fix
  Add a spec for concurrent process
  Add changelog
  essential
  add CHANGELOG.md for !13208
  adjust user contribution calendar time formatting
  fix rubocop violations 👮
  fix mysql syntax for date INTERVAL arithmatic
  add tests for proper timezone date grouping within ContributionsCalendar
  adjust timezone for date grouping in contributions calendar
  use timezone-aware Date.current instead of Date.today in ContributionsCalendar class
  display system timezone underneath activity calendar
  ...
2017-08-07 11:43:18 +01:00
Mike Greiling d935278055 Fix issues with pdf-js dependencies 2017-08-07 07:47:29 +00:00
Filipa Lacerda e4f8aa719b Merge branch 'master' into issue-discussions-refactor
* master: (162 commits)
  Since mysql is not a priority anymore, test it less
  Add container registry and spam logs icons
  Fix different Markdown styles
  Backport to CE for:
  Make new dropdown dividers full width
  Bump GITLAB_SHELL_VERSION and GITALY_VERSION to support unhiding refs
  Install yarn via apt in update guides
  Use long curl options
  Remove monkey-patched Array.prototype.first() and last() methods
  Openshift Getting Started
  35659 Rename Pipelines tab to CI / CD in new navigation
  Don't bother going through an entire Banzai pipeline for empty text
  Add active state for pipelines settings on old nav
  Bump rspec to 3.6.0
  Resolve "Specific Async Script Loading by using a Page Variable"
  Revert "Merge branch 'rs-warm-capybara-only-in-ci' into 'master'"
  another rubocop style fix
  Use mixin for new dropdown style
  Migrate Repository#last_commit_for_path to Gitaly
  Migrate blame loading to Gitaly
  ...
2017-08-04 19:38:37 +01:00
Douwe Maan 2197ee02e9 Merge branch 'master' into ide 2017-08-03 13:13:06 +02:00
Mike Greiling e7b5324b76 include cropper jQuery plugin as an npm module 2017-08-01 09:44:34 -05:00
Fatih Acet f734433898 Add Vuex as a dependency. 2017-07-21 22:35:24 +03:00
Luke "Jared" Bennett 6448368b5b
Merge remote-tracking branch 'origin/master' into ide 2017-07-20 17:51:07 +01:00
Luke "Jared" Bennett 0987e7661d
Remove es6-map and es6-set infavour of existing core-js 2017-07-18 15:50:24 +01:00
Luke "Jared" Bennett f63b55925c
Add es6-set polyfill for test_utils.js 2017-07-18 14:43:22 +01:00
Luke "Jared" Bennett a981313386
Add Map polyfill for rspec tests using phantomjs 2017-07-18 11:10:16 +01:00
Mike Greiling ce9a4ea67d move copy-webpack-plugin to production dependencies 2017-07-18 04:01:19 -05:00
Mike Greiling cb17564566 fix global context and relative_url_root for monaco editor 2017-07-18 03:54:38 -05:00
Luke "Jared" Bennett 0a7870937f
Remove multiple methods of including monaco related code and remove static monaco assets from public 2017-07-18 01:42:34 +01:00
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
Jacob Schatz d04f4a9b65 Merge branch 'dm-tree-json' into ide Resolving conflicts. 2017-06-23 13:31:44 -04:00
Jacob Schatz bf405af425 Adds axios and initial call. 2017-06-17 02:28:17 -04:00
Jacob Schatz bf42ddbfab Add monaco editor. 2017-06-15 14:52:43 -04: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