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
2023-03-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-11-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-09-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-08-22Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-06-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-02-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-06-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-05-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-04-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-03-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-02-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-02-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-02-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-02-01Add latest changes from gitlab-org/gitlab@masterGitLab Bot
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