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-05-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-31Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-28Remove csslabArun Kumar Mohan
2019-02-22Improve snippets empty stateGeorge Tsiolis
2018-12-08Integrate csslabClement Ho
2018-09-19Unite green buttons under one css classDmitriy Zaporozhets
Rename btn-new, btn-create and btn-save to btn-success Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-07-01i18n: externalize strings from 'app/views/projects/snippets'Tao Wang
Signed-off-by: Tao Wang <twang2218@gmail.com>
2018-05-10Rename btn-secondary to btn-defaultAnnabel Dunstone Gray
2018-04-10[skip ci] Replace hidden-xsClement Ho
2018-04-09[skip ci] Replace .visible-xs-* with .d-block.d-sm-noneClement Ho
2018-04-09Rename .btn-default to .btn-secondaryClement Ho
2017-10-03Fix project snippets breadcrumb linkMark Fletcher
2017-09-06Moves the action buttons out of the breadcrumbsPhil Hughes
Closes #36459
2017-09-06Merge branch 'master' into breadcrumbs-improvementsPhil Hughes
2017-09-06Clean up new navigation templatesPhil Hughes
2017-08-18style updatesPhil Hughes
fixed some more breadcrumb titles
2017-08-18fix some inconsistencies with the breadcrumbsPhil Hughes
2017-08-18updated a bunch of breadcrumb titlesPhil Hughes
[ci skip]
2017-07-06Merge branch 'master' into new-nav-fix-contextual-breadcrumbsPhil Hughes
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-07-03Contextual breadcrumb title fixesPhil Hughes
Also moves action buttons into the new breadcrumbs Closes #34030, #34033
2017-06-23Limit the width of commit & snippet comment sectionsPhil Hughes
2017-06-20Enable autocomplete on project snippetsEric Eastwood
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/1210 disabled autocomplete for personal snippets and project snippets. But we want autocomplete on project snippets.
2017-06-19Disable autocomplete on snippets commentsEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33594 Was supposedly fixed in MR for https://gitlab.com/gitlab-org/gitlab-ce/issues/32086 but seeing this pop up again
2017-05-24Fix user and issues autocomplete in diff notesKushal Pandya
2017-05-05Support comments for personal snippetsJarka Kadlecova
2017-04-30Use blob viewers for snippetsDouwe Maan
2017-04-17Add snippet IID to snippet page titlesDouwe Maan
2017-03-16Fix specDouwe Maan
2017-02-21Spam check and reCAPTCHA improvementsOswaldo Ferreira
2017-02-20Improve performance of User Agent DetailZ.J. van de Weg
2017-02-09Use a new class to keep old behaviorFilipa Lacerda
2017-02-06Don't render snippet actions for logged-out usersSean McGivern
2017-02-02Check public snippets for spamSean McGivern
Apply the same spam checks to public snippets (either personal snippets that are public, or public snippets on public projects) as to issues on public projects.
2017-02-02Keep snippet visibility on errorSean McGivern
When a snippet is submitted, but there's an error, we didn't keep the visibility level. As the default is private, this means that submitting a public snippet that failed would then fall back to being a private snippet.
2016-12-31HAMLLint: Fix `ImplicitDiv` offencesKushal Pandya
2016-12-15Remove pages/snippets cssAnnabel Dunstone Gray
2016-12-10implement snippets_scope_menu partial to reduce code duplicationMike Greiling
2016-12-10ensure all snippets count badge is accurate for non team membersMike Greiling
2016-12-10move project new snippet button into snippet scope navigation headerMike Greiling
2016-12-10add scope filters to project snippets pageMike Greiling
2016-12-10invert snippet action buttonsMike Greiling
2016-12-10remove unused class nameMike Greiling