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-11-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-10-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-10-02Add 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-09-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-08-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-08-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-08-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-08-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-08-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-06-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-05-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
2020-03-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-20Ensure that summary items remain alignedBrandon Labuschagne
Default number of items is 3. If this is not the case, then increase the column width of the summary items to cater for 2 items plus the date filter.
2019-11-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-10Async import custom stage form componentsEzekiel Kigbo
Imports the files needed for the custom stage form and adds the EE specific css. Added stub addStageMixin
2019-08-19Move cycle analytics stages templates to vueEzekiel Kigbo
The existing stage list items are rendered in haml, migrating them to vuejs for future work. Fix alignment of median value Test for stage_nav_item.vue
2019-08-08FE for group level Cycle AnalyticsBrandon Labuschagne
This MR adds the code which displays cycle analytics on a group level. It reuses the cycle_analytics_bundle file which will later be removed. This feature is currently behind the analytics feature flag.
2019-07-24Add projectIds to CA serviceBrandon Labuschagne
2019-07-12Prevent errors when CA has no dataBrandon Labuschagne
2019-06-17Fix plan stage queryGosia Ksionek
Fix plan stage query and the way it is displayed
2019-04-29Internationalisation of cycle_analytics directoryBrandon Labuschagne
This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
2018-11-22Update `gitlab` npm namespaceGeorge Tsiolis
2018-11-22Replace tooltip directive with gl-tooltip directive in badges, cycle ↵George Tsiolis
analytics, and diffs
2018-11-20Prettify all the thingsMike Greiling
2018-10-16Prettify blob behaviors and cycle_analytics modulesMike Greiling
2018-10-15Replace `<i>` in vue components with `<icon>`George Tsiolis
2018-06-11Updates eslint vue plugin versionFilipa Lacerda
2018-05-10Merge branch 'master' into 'bootstrap4'Clement Ho
# Conflicts: # app/views/shared/runners/_form.html.haml
2018-05-10refactor 'cycle_analytics' to use axiosPaul Slaughter
2018-04-09[skip ci] Replace .pull-right with .float-rightClement Ho
2018-03-10require jQuery to be explicitly importedMike Greiling
2018-02-28Remove cycle analytics bundle webpack entry pointClement Ho
2018-02-22Harmonize CE and EE JS codeRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-01-08Fix more eslint rulesFilipa Lacerda