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
2020-12-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-12-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-12-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-10-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-10-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-09-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-09-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-08-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-07-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-07-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-31Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-06-13Disable unnecessary ESLint i18n offencesBrandon Labuschagne
Unnecessary offences include false positives as well as flagged errors which have follow up issues in order to be addressed. Not all issues have been addressed before this being submitted in the spirit of results and iteration.
2019-04-10Revert "Merge branch 'tz-reorganise-digests-json' into 'master'"Tim Zallmann
Reverts the loading of emojis and its images to move forward with RC
2019-03-22Makes emoji picker full width on mobileJacopo
2019-03-07Moved all emojis to the public folderTim Zallmann
Created new emojis map in public folder Renamed folder to emojis Loading now the emojis from Localstorage or from Server Moved all emojis to the public folder Loading the emojis.json file now through AJAX Loads now the map in the web element instead when building the emoji tag Updated the custom Element Setup to modern method Fixed Emoji Karma Specs for async loading Loading now the emojis from Localstorage or from Server Loads now the map in the web element instead when building the emoji tag Fixed problem with FIXTURE_PATH for emojis fixtures Fixes Linting Error in gemojione.rake Fixed Emoji Karma Specs Fix static type check in gemojione and check if already registered Testing if the Emoji Support Check is failing Rspec Change of CLass Name, returning true on check to test Fixes failing Emoji RSpec Tests Moved Emojis into public/-/emojis/1/ Fixed Linting Errors in gl_emoji Fix to fixtures creation for emojis Fixed path spec for new subdirectory -/emojis Optimized emojis.json output Fix for Emoji Spec failure due to unicode dataset Better catch handling for emojis
2019-02-06Changed default tooltip position to be top, instead of bottomDimitrie Hoekstra
- Tooltips, by default, will display at the top of the element, instead of at the bottom - Note actions and emoji awards tooltips are now top-positioned
2018-10-04Resolve "Add status message from within user menu"Dennis Tang
2018-08-24Allows author to vote on their own issueChantal Rollison
2018-08-07Restyle status message input on profile settingsWinnie Hellmann
2018-06-21Changes tab VUE refactoringFelipe Artur
2018-04-19Replace tooltip('destroy') with tooltip('dispose')Clement Ho
2018-04-19Convert fixTitle to _fixTitle for regenerating tooltip titlesClement Ho
2018-04-05Use `isInVueNoteablePage` from dom_utilsKushal Pandya
2018-04-03Refactor discussions/notes codeJan Provaznik
2018-03-10require jQuery to be explicitly importedMike Greiling
2018-02-28Render MR Notes with Vue with behind a cookieFatih Acet
2018-02-21Update to jQuery 3.Jacob Schatz
2018-02-07Don't reset the awards block when the emoji search is clickedJared Deckard
2018-02-01Remove namespaced internationalization importClement Ho
2018-01-29Replace $.post in awards handler with axiosClement Ho
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-09-22Merge branch 'emoji-dom-size' into 'master'Fatih Acet
Improve emoji menu rendering performance Closes #36949 See merge request gitlab-org/gitlab-ce!14233
2017-09-20Remove eslint-disable, and use arrow function.Bryce Johnson
2017-09-20Reverse order in showMenuElement for readability.Bryce Johnson
2017-09-20Remove emoji-menu from the render tree when hidden.Bryce Johnson
2017-09-09Use modules in common utilsFilipa Lacerda
2017-08-21IssueNotesRefactor: Show Cmd+Enter to comment tooltip.Fatih Acet
2017-08-18IssueNotesRefactor: Fix award handler.Fatih Acet
2017-08-18IssueNotesRefactor: Stop making request for disabled emojis.Fatih Acet
2017-08-04Merge branch 'master' into issue-discussions-refactorFilipa Lacerda
* 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-03Resolve "Specific Async Script Loading by using a Page Variable"Tim Zallmann
2017-08-01[ci skip] Removes Vue from awards handler codeFilipa Lacerda
2017-07-30[ci skip] Uses jquery to get correct note in awardsFilipa Lacerda
2017-07-21IssueNotesRefactor: Fix adding main note awards.Fatih Acet
2017-07-21IssueNotesRefactor: Separate mounted blocks to methods.Fatih Acet
2017-07-21IssueNotesRefactor: Implement awarding emoji from emoji dropdown.Fatih Acet