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
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
2017-02-09Refactored diff notes Vue appPhil Hughes
It now relies on its Vue bundle rather than the window. Fixes some reactivity issues that was happening in EE
2017-01-28Merge branch 'master' into go-go-gadget-webpackMike Greiling
* master: (389 commits) Document "No gems fetched from git repositories" policy [ci skip] Typos Small gramatical tweaks Typos Added PHP & NPM doc Use `:empty_project` where possible in request specs Add caching of droplab ajax requests Use `:empty_project` where possible in model specs Revert 3f17f29a Remove unused js response from refs controller Add MR id to changelog entry fixed small mini pipeline graph line glitch Prevent form to be submitted twice Fix Error 500 when repositories contain annotated tags pointing to blobs Fix /explore sorting (trending) Simplify wording in "adding an image" docs Remove "official merge window" from CONTRIBUTING.md [ci skip] Update repository check documentation Fixed flexbox and wrap issues Update two_factor_authentication.md ...
2017-01-19Merge branch 'simple-eslint-fixes' into 'master' Fatih Acet
Simple eslint fixes See merge request !8536
2017-01-19Merge branch 'master' into go-go-gadget-webpackMike Greiling
* 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-19resolve all prefer-const eslint violationsMike Greiling
2017-01-19resolve all indent eslint violationsMike Greiling
2017-01-19resolve all semi and no-extra-semi eslint violationsMike Greiling
2017-01-19resolve all no-plusplus eslint violationsMike Greiling
2017-01-15Backport timetracking frontend to CE.Bryce Johnson
2017-01-10migrate all javascript asset bundles and require syntaxMike Greiling
2016-12-28Merge branch ↵Fatih Acet
'25957-marking-a-diff-discussion-as-resolved-doesn-t-update-tooltips' into 'master' Defer tooltip update on Resolve Comment button after DOM cycle Closes #25957 See merge request !8335
2016-12-28Defer tooltip update on Resolve Comment button after DOM cycleSam Rose
2016-12-28Merge branch 'fix-non-iife-classes' into 'master' Alfredo Sumaran
Ensure javascript classes declared outside an IIFE are properties of window See merge request !8080
2016-12-14ensure classes declared outside an IIFE are properties of windowMike Greiling
2016-12-14resolve all instances of no-undef eslint rule violationsMike Greiling
2016-12-14expand remaining non-explicit eslint-disable blocks and factor out globals ↵Mike Greiling
when no-undef encountered
2016-11-22Fixed resolved discussion timeago not renderingPhil Hughes
Closes #24787
2016-11-10Issue board spec fixesPhil Hughes
2016-11-10Fixed jump to discussion button not showingPhil Hughes
2016-11-10Changed how resolving notes is renderedPhil Hughes
Vue2 was taking the template out & then appending again. This changes that
2016-11-10Fixed up resolve discussionsPhil Hughes
2016-11-10Migrate Vue v1 to v2.Fatih Acet
2016-10-26disable ESLint for all JavaScript fileswinniehell
2016-09-21Pass the full project path for resolve buttonsPhil Hughes
This fixes an issue that would stop the resolve buttons working when GitLab is installed with a relative URL Closes #21704
2016-08-19Fix jumping between discussions on changes tabDouwe Maan
2016-08-19Fix bug causing “Jump to discussion” button not to showDouwe Maan
2016-08-17Function should return a boolean.Connor Shea
2016-08-17Forgot another one.Connor Shea