summaryrefslogtreecommitdiff
path: root/config/webpack.config.js
Commit message (Collapse)AuthorAgeFilesLines
* Adds typescript support in webpack. With Mike G.Jacob Schatz2017-11-071-1/+5
|
* Merge branch 'ide-update-monaco' into 'master'Jacob Schatz2017-10-161-1/+1
|\ | | | | | | | | | | | | Upgrading Monaco Closes #38607 See merge request gitlab-org/gitlab-ce!14629
| * Fixes the Problem with the Repo Editor Loading Typescript Serviceside-update-monacoTim Zallmann2017-10-121-1/+1
| |
* | Removed d3.js from the users and graphs bundle39033-d3-js-is-being-included-in-the-user_profile-and-graphs_show-bundlesJose Ivan Vargas2017-10-111-0/+3
| |
* | Show confirmation modal before deleting accountWinnie Hellmann2017-10-061-0/+1
|/
* Load only the currently needed JS locale fileTim Zallmann2017-10-041-5/+1
|
* Merge branch 'master' into 31050-registry-image-listsFilipa Lacerda2017-09-261-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (62 commits) Fix a dash being rendered in the note's access role Remove dead `Gitlab::Markdown::Pipeline` class Add CHANGELOG entry Fix locked shared runners problem Document manual cleanup after background migration stealing Removes cycle analytics service and store from global namespace Fix PG::UniqueViolation external_email migration Migrate Gitlab::Git::Repository#log to Gitaly Check for exec permissions also in app/ Add check for exec permissions and refactor lint doc script Update tests to reflect `user_avatar_without_link` helper changes Change mode to 644 for all md and png files Add instructions for upgrading from CE to EE using GitLab Omnibus chart - docs Add `data-src` when image is to be lazy loaded, use `tag` helper instead of `image_tag` helper Remove unnecessary use of `gsub` Fixed few gitlab:check tasks that were failing with exception Update CHANGELOG.md for 10.0.1 Remove Grit settings from default settings Fix duplicate key errors in PostDeployMigrateUserExternalMailData migration Improve list of sorting options ...
| * Resolve "Better SVG Usage in the Frontend"Tim Zallmann2017-09-221-0/+1
| |
* | [ci skip] First iteration: port haml into vueFilipa Lacerda2017-09-191-0/+2
|/
* Move `common_vue` into vendor bundlekushalpandya2017-09-051-1/+1
|
* Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-08-301-1/+1
|\ | | | | | | | | # Conflicts: # app/models/issue.rb
| * Merge branch 'fix-deprecation-warning' into 'master'Clement Ho2017-08-251-1/+1
| |\ | | | | | | | | | | | | Fix deprecation warning when running webpack See merge request !13656
| | * fix deprecation warning present during webpack compilesMike Greiling2017-08-251-1/+1
| | |
* | | Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-08-231-8/+2
|\ \ \ | |/ / | | | | | | | | | # Conflicts: # package.json
| * | Merge branch 'fix-broken-yarn-deps' into 'master'Tim Zallmann2017-08-211-7/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix broken Yarn dependencies Closes #33886 and #34944 See merge request !13614
| | * | remove zopfli compression temporarily until a better solution is foundMike Greiling2017-08-181-7/+2
| | |/
| * | remove superfluous users bundleremove-user-bundleMike Greiling2017-08-181-1/+0
| |/
* | Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-08-171-0/+3
|\ \ | |/ | | | | | | | | # Conflicts: # package.json # spec/support/features/reportable_note_shared_examples.rb
| * enable webpack scope hoistingMike Greiling2017-08-151-0/+3
| |
* | Merge branch 'master' into issue-discussions-refactorFilipa Lacerda2017-08-081-8/+48
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| * Merge branch 'master' into ideMike Greiling2017-08-071-7/+15
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| | * Merge branch '33902-upgrade-to-webpack-v3' into 'master'Jacob Schatz2017-08-071-7/+14
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to webpack v3.4.0 Closes #33902 See merge request !12298
| | | * add disableHostCheck to devServer config since webpack dev server is proxiedMike Greiling2017-08-071-0/+1
| | | |
| | | * replace stats-webpack-plugin with webpack-stats-pluginMike Greiling2017-08-071-7/+13
| | | |
| | * | Merge branch 'master' into zj-project-templatesFilipa Lacerda2017-08-071-3/+13
| | |\ \ | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (623 commits) Fix issues with pdf-js dependencies fix missing changelog entries for security release on 2017-01-23 Update top bar issues icon Fix pipeline icon in contextual nav for projects Since mysql is not a priority anymore, test it less Fix order of CI lint ace editor loading Add container registry and spam logs icons Fix different Markdown styles Backport to CE for: Make new dropdown dividers full width Fix spec Fix spec Fix spec Bump GITLAB_SHELL_VERSION and GITALY_VERSION to support unhiding refs Add changelog Install yarn via apt in update guides Use long curl options fix Add a spec for concurrent process Remove monkey-patched Array.prototype.first() and last() methods ...
| * | | Merge branch 'master' into ideMike Greiling2017-08-071-1/+4
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| * | | Merge branch 'master' into ideDouwe Maan2017-08-031-0/+5
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/master' into ideLuke "Jared" Bennett2017-07-311-1/+4
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/master' into ideLuke "Jared" Bennett2017-07-281-3/+2
| |\ \ \ \ \
| * | | | | | Add define and require to window in vs transformLuke "Jared" Bennett2017-07-211-0/+1
| | | | | | |
| * | | | | | ignore case for worker exclusionLuke "Jared" Bennett2017-07-211-1/+1
| | | | | | |
| * | | | | | Remove all vs workers from transformLuke "Jared" Bennett2017-07-211-1/+1
| | | | | | |
| * | | | | | exempt webworker script from copy closure transformLuke "Jared" Bennett2017-07-201-1/+1
| | | | | | |
| * | | | | | Merge remote-tracking branch 'origin/master' into ideLuke "Jared" Bennett2017-07-201-4/+10
| |\ \ \ \ \ \
| * | | | | | | fix redundant vue libraryMike Greiling2017-07-181-1/+2
| | | | | | | |
| * | | | | | | fix global context and relative_url_root for monaco editorMike Greiling2017-07-181-4/+25
| | | | | | | |
| * | | | | | | Remove multiple methods of including monaco related code and remove static ↵Luke "Jared" Bennett2017-07-181-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | monaco assets from public
| * | | | | | | Merge branch 'dm-tree-json' into ide Resolving conflicts.Jacob Schatz2017-06-231-17/+8
| |\ \ \ \ \ \ \
| * | | | | | | | Add monaco editor.Jacob Schatz2017-06-151-0/+1
| | | | | | | | |
* | | | | | | | | Merge branch 'master' into issue-discussions-refactorFilipa Lacerda2017-08-071-1/+4
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| * | | | | | | | Fix issues with pdf-js dependenciesMike Greiling2017-08-071-1/+4
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'master' into issue-discussions-refactorFilipa Lacerda2017-08-011-1/+9
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (76 commits) Add code review guidelines related to Build [CI skip]. Make time span dropdown style on cycle analytics page consistent Add 204. Remove duplicated method. Make sure we didn't commit conflicts Fix bug in blob test Always fetch branches before finding the merge base, otherwise we could find an outdated merge base Fixes dropdown margin in sidebar Docs add blog articles Inline script cleanup globals and easy Add option to use CommitLanguages RPC CI fixes for gitaly-ruby fix Allow logged in users to read user list under public restriction Small refactor in LegacyNamespace and moved back send_update_instructions Rename ensure_dir_exist -> ensure_storage_path_exist Added some extra TODOs for the Legacy Storage refactor Make disk_path keyword argument and optional Rename more path_with_namespace -> full_path or disk_path Rename path_with_namespace -> disk_path when dealing with the filesystem Rename many path_with_namespace -> full_path ...
| * | | | | | | Inline script cleanup globals and easyTim Zallmann2017-08-011-0/+5
| | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge branch 'inline-js-removal-projects-other' into 'master'Phil Hughes2017-07-311-1/+4
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | Inline js removal projects other See merge request !13075
| | * | | | | Converted Pipelines ChartsTim Zallmann2017-07-271-0/+1
| | | | | | |
| | * | | | | Moved Inline JS for Pipelines Charts + new Pipeline to dispatcherTim Zallmann2017-07-271-1/+2
| | | | | | |
| | * | | | | Project New moved to external FileTim Zallmann2017-07-271-0/+1
| | | |_|_|/ | | |/| | |
* | | | | | Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-07-311-2/+1
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/controllers/concerns/notes_actions.rb # spec/features/task_lists_spec.rb # spec/support/features/issuable_slash_commands_shared_examples.rb
| * | | | | Merge branch '35224-transform-user-profile-javascript-into-async-bundle' ↵Tim Zallmann2017-07-281-2/+0
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Resolve "Transform user profile javascript into async bundle" Closes #35224 See merge request !12929
| | * | | | refactor users bundle, remove inline javascript, and transform into an async ↵Mike Greiling2017-07-181-2/+0
| | | |_|/ | | |/| | | | | | | | | | | | chunk