Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-16Prettify diff_notes diffs and droplab modulesMike Greiling
2018-10-09Resolve "Harmonize prettier and eslint configs"Mike Greiling
2018-09-07Fix for Karma, Static Analysis and RSPec for MR PageTim Zallmann
2018-09-07Fixed Resolving, Loading more and Line BugsTim Zallmann
2018-06-25Enable "prefer-destructuring" in JS filesgfyoung
Partially addresses #47006.
2018-06-21Changes tab VUE refactoringFelipe Artur
2018-06-20remove all unused eslint-disable rulesLukas Eipert
2018-06-11Updates eslint vue plugin versionFilipa Lacerda
2018-06-08Set tooltips to have default boundary viewportClement Ho
2018-05-24Revert diff notes bundle changeClement Ho
2018-04-24Fix diff notes specClement Ho
2018-04-19Convert fixTitle to _fixTitle for regenerating tooltip titlesClement Ho
2018-03-10require jQuery to be explicitly importedMike Greiling
2018-02-28Render MR Notes with Vue with behind a cookieFatih Acet
2018-02-22Harmonize CE and EE JS codeRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-02-16Add dispatcher imports for bundles used in merge request show pathClement Ho
2017-12-15Export and use Notes ES modulePhil Hughes
2017-12-11Merge branch 'master' into 38869-datetimeFilipa Lacerda
* master: (112 commits) small change to make less conflict with EE version Add cop for use of remove_column Resolve merge conflicts with dev.gitlab.org/master after security release add index for doc/administration/operations/ Remove RubySampler#sample_objects for performance as well Bugfix: User can't change the access level of an access requester Add spec for removing issues.assignee_id updated imports Keep track of storage check timings Remove a header level in the new 'Automatic CE->EE merge' doc Improve down step of removing issues.assignee_id column Fix specs after removing assignee_id field Remove issues.assignee_id column Resolve conflicts in app/models/user.rb Fix image view mode Do not raise when downstream pipeline is created Remove the need for destroy and add a comment in the spec Use build instead of create in importer spec Simplify normalizing of paths Remove allocation tracking code from InfluxDB sampler for performance ...
2017-12-07add support for the commit reference filtermicael.bergeron
2017-12-07Allow commenting on individual commits inside an MRDouwe Maan
2017-12-07Export date utility functions as ES6 modulesFilipa Lacerda
2017-10-10Flash is now a ES6 modulePhil Hughes
Reduced the technical debt around our JS flash function by making it a module that is imported rather than relying on the global function. The global function still exists mainly for technical debt with how some requests are being completed, but new JS should import the module directly. Also reduces some tech debt in the file by removing the need for jQuery. Instead Flash is now 100% vanilla JS.
2017-10-07Commenting on image diffsFelipe Artur
2017-09-18Add missing import statementswinh
2017-09-05Fix diff comment button not showing after deleting a commentPhil Hughes
2017-08-15Fix race condition with dispatcher.jsPhil Hughes
The dispatcher was trying to create a new instance of a class that is loaded in a file after main.js which would cause the filtered search to not work on issues. This would only happen on the first load when the JS is not cached. If the JS is cached, then everything will be fine.
2017-07-27fix Jump to next discussionSimon Knox
Notes tab was renamed to show, was previously overridden in merge_request_tabs.js
2017-07-12Update vue-resourceFilipa Lacerda
2017-06-29Render add-diff-note button with server.Bryce Johnson
This commit moves the rendering of the button back to the server, and shows/hides it using opacity rather than display. It also removes the transform applied to the button on hover (scale). Previously, both of these factors automatically triggered a reflow, which creates a performance bottleneck on pages with larger DOM size. MR: !12103
2017-05-27Fix title of discussion jump button at top of pageDouwe Maan
2017-05-22Merge branch 'adopt-es-module-syntax' into 'master'Filipa Lacerda
Adopt ES module syntax See merge request !9567
2017-05-18Consolidate user avatar Vue logicBryce Johnson
2017-05-16update diff_notes_bundle to ES module syntaxMike Greiling
2017-05-16prevent dropdowns from being cut-off by scrollable tab containerSimon Knox
rerender scrollable-tab area after Resolve Discussions button is rendered
2017-05-13Fix linking to resolved note in diffEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32125
2017-05-09Merge request widget redesignFatih Acet
2017-04-20Add ES lint support to identify poorly written PromisesKushal Pandya
2017-04-17Remove IIFEs from diff_notes_bundle.jsAlfredo Sumaran
2017-04-14Update ResolveBtn when CommentStore changes stateSam Rose
2017-04-05Don't use original_discussion_idDouwe Maan
2017-03-22remove Cookies class from global spaceMike Greiling
2017-03-21remove Vue from the global spaceMike Greiling
2017-03-16Fixes diff comment avatar tooltip escaping issuesPhil Hughes
We are safe to use `data-html` because we never actually use HTML here, only the pure markdown Closes #29572
2017-03-13Renamed `.js.es6` to `.js`Bob Van Landuyt
2017-03-13Delegate a single discussion to a new issueBob Van Landuyt
Delegate a discussion in a merge request into a new issue. The discussion wil be marked as resolved and a system note will be added linking to the newly created issue.
2017-03-08Added discussion comments avatars to diffPhil Hughes
2017-03-05Remove .es6 from file extensions (!9241)winniehell
2017-02-20remove require.context from diff_notes_bundleMike Greiling
2017-02-11Remove navbar height offsetsAnnabel Dunstone Gray
2017-02-09Uses shared vue resource interceptorPhil Hughes