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
2021-09-20Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot
2021-08-19Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot
2021-07-20Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot
2021-05-19Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot
2021-04-21Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot
2021-03-16Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot
2021-02-18Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot
2021-01-20Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher
2020-12-17Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot
2020-10-21Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot
2020-09-19Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot
2020-08-20Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2020-05-20Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot
2020-04-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-11Enables Run Pipeline button to be renderedFilipa Lacerda
In the Merge Request view, under pipelines tab the user can see a run pipeline button Adds axios post request to button click Adds the logic to handle the user click, refresh the table and disable the button while thee request is being made Updates UI for desktop and mobile Adds specs Regenerates potfile Follow-up after review Uses .finally to avoid code repetition
2019-06-12Moves table pagination componentFilipa Lacerda
Move the table paginaiton component under the new pagination folder in vue shared components and updates all the paths
2019-04-08Fix touch event pageXftab
Safari on iOS sort of figures out the right thing here, but other browsers need a specific touch to be referenced. This makes it work on Chrome and Firefox on Android, as well as Chrome DevTools mobile device view.
2018-11-20Prettify all the thingsMike Greiling
2018-10-31Adds pagination to pipelines table in merge request pageFilipa Lacerda
2018-10-24Prettify all the things (part 7)Mike Greiling
2018-10-09Resolve "Harmonize prettier and eslint configs"Mike Greiling
2018-09-12Use gitlab-ui loading iconClement Ho
2018-06-25Enable "prefer-destructuring" in JS filesgfyoung
Partially addresses #47006.
2018-06-20remove all unused eslint-disable rulesLukas Eipert
2018-06-11Updates eslint vue plugin versionFilipa Lacerda
2018-04-09Replace vue resources with axios for pipelines tableFilipa Lacerda
2018-03-10require jQuery to be explicitly importedMike Greiling
2018-03-05Changes after reviewFilipa Lacerda
2018-03-05Manage empty states in Pipelines pageFilipa Lacerda
Adds i18n Adds test Fix broken tests Fixes empty tab state for external CI
2018-02-27Remove commit_pipelines webpack entry pointClement Ho
2018-02-22Harmonize CE and EE JS codeRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-02-08Update jquery.waitforimages & use npm versionPhil Hughes
#39072
2018-01-09Fix broken testsFilipa Lacerda
2018-01-08Fix last eslint rulesFilipa Lacerda
2018-01-05[ci skip] Fix more eslint rulesFilipa Lacerda
2018-01-04[ci skip] Fix some rulesFilipa Lacerda
2018-01-04Adds `eslint-plugin-vue`, fixes linter errors and adds docsFilipa Lacerda
2017-12-19Fix onion-skin re-entering stateClement Ho
2017-12-11Fix image view modeClement Ho
2017-12-06Export template selector as ES6 modulesFilipa Lacerda
2017-10-18Make pipelines table in MR view usableFilipa Lacerda