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
2022-07-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-03-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-07-22Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-03-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-03-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-01-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-01-05Add 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-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-09-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-09-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-07-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-05-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-05-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-05-22Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-01Revert "Merge branch 'mh/editor-indents' into 'master'"Paul Slaughter
This reverts commit 28f2225bdfee4d353f07a766c6c8b29ba6181397, reversing changes made to 96ae5bd83da31350e9856a290127d7aa1469710a.
2019-07-26Add UndoStack class - a custom undo/redo engineMartin Hanzel
It will be hooked up to the markdown editor later
2019-07-19Add endsWith to polyfillSamantha Ming
2019-07-09Updates on success of an MR the count on top and in other tabsTim Zallmann
New API endpoint for merge request count Updates all open tabs at the same time with one call Restructured API response API response changed to 401 if no current_user Added API + JS specs Fix for Static Check Updated Count on Open/Close, Assign/Unassign of MR's Checking if MR Count is refreshed Added # frozen_string_literal: true to spec Added Changelog
2019-06-25Allow autocompleting scoped labelsMartin Hanzel
The `:` key will no longer exit out of the autocomplete dialog, allowing auto-completion of labels with colons in them.
2019-05-30Upgrade core-js and add URL polyfillPaul Gascou-Vaillancourt
- Upgraded core-js from v2.x to v3.1.3 - Updated core-js import statements - Enabled URL polyfill
2019-05-27Add Object.entries polyfill for IE11 compatibilityPaul Gascou-Vaillancourt
2019-03-27Whitelist additional elements and attributesLukas Eipert
Bootstrap 4.3.1 introduced sanitation for HTML popovers / tooltips. The rules are rather strict, so we extend the default whitelists with safe attributes / tags.
2019-03-13Prefer node_modules At.js and jquery.carat versionsMike Greiling
Remove references to the vendored copies of At.js and jquery.carat as well as the legacy rails wrapper gem.
2019-03-08Add core-js polyfill for Promise.finally()Nathan Friend
2019-01-29Wraps Select 2 Import into its own webpack bundleTim Zallmann
Wraps all imports for select 2 to deferred imports, especially in the main.js we are actually checking if there is any select 2 element on the page or not.
2018-11-07CE backport - Chart showing issues created per monthConstance Okoghenun
2018-11-07Remove gitlab-ui loading icon from globalClement Ho
2018-11-05Remove gitlab-ui's tooltip from globalClement Ho
2018-11-02Remove gitlab-ui's progress bar from globalClement Ho
2018-10-31Prettify remaining files with differences in CE and EEMike Greiling
2018-10-31Merge branch 'gl-ui-pagination' into 'master'Phil Hughes
Remove gitlab-ui's pagination from global See merge request gitlab-org/gitlab-ce!22704
2018-10-31Remove gitlab-ui's modal from globalClement Ho
2018-10-31Remove gitlab-ui's pagination from globalClement Ho
2018-10-30Update gitlab-ui to 1.9.0Clement Ho
2018-10-24Prettify all the things (part 7)Mike Greiling
2018-09-26Bump GitLab UI version and change the file imports to a single point of ↵Jose Vargas
entry notation
2018-09-14Move svg4everybody into polyfills and reorganizeMike Greiling
2018-09-12Use GitLab ui pagination component for groupsAdriel Santiago
2018-09-12Use gitlab-ui loading iconClement Ho
2018-09-11add tooltip directive from gitlab-uiSimon Knox