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-02-25Add 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
2020-01-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-03Make flash notifications stickyFatih Acet
This commit also unifies layout structure and remove no_container flag
2019-07-15Added add to tree dropdown to Vue files breadcrumbPhil Hughes
2019-07-11Moves method to TreeHelperFilipa Lacerda
Reuses existing TreeHelper instead of creating a new one just for one method.
2019-06-27Removes EE differencesFilipa Lacerda
2019-06-05Use markdown_field helper to display full_titlePatrick Bajao
2019-05-29Created repository list breadcrumbs Vue appPhil Hughes
2019-05-20Setup Vue app for repository file listingPhil Hughes
Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/61578
2019-01-24Enable the Layout/ExtraSpacing copRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-12-10Update tests and Resources to use new file buttonMark Lapierre
The 'Create new' dropdown is no longer available on a blank project so use the 'New file' button instead.
2018-12-07Further design iteration on project overviewDennis Tang
Continues the iteration on the project overview UI: - moved star, fork and new clone button (copy SSH/HTTPS URLs) to top right, made them smaller - avatar is now larger (64px) - 'Request access' is now a link instead of a button - overview comes before the description + changed styling and added icons - description font-size is now 16px (large-paragraph) - quick links to files are moved downwards below the commit/pipeline info - margins changed to group content into 4 groups to clean up the interface - visibility info reduced to icon-only and moved to the right of the title
2018-11-30Resolve "Add border around the repository file tree"Brandon Labuschagne
2018-10-31Improve performance of tree rendering in repositories with lots of itemsDrew Blessing
Rails is slow to generate paths dynamically especially when called hundreds/thousands of times. Also, rendering many partials hundreds of times can be slower. This change reduces the number of partials rendered and introduces two fast path methods to speed up path generation.
2018-10-25Add title to commit links in list viewJames Ramsay
The short commit message may be truncated making the truncated portion unreadable. The title of the link should be the commit message so that the commit message is shown when hovering the commit message anchor. Closes gitlab-org/gitlab-ce#42673
2018-10-17Add support for pushing and viewing filesMark Lapierre
The MR below adds a test for the code owners feature. This adds the part of those changes specific to CE - the ability to add and view files in a project. https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7368
2018-10-09Add tests of adding file templatesMark Lapierre
Adds tests that adds new files via file templates via the Files view and the Web IDE. Includes changes to page objects and associated code Fetches template content from the API rather than hardcoding strings that will need to be updated if the templates change. Some of the content is stored as flat files but we can't use them because they're not included in the docker images gitlab-qa uses.
2018-09-06Bulk-render commit titles in the tree view to improve performanceNick Thomas
2018-08-07Fix GPG status badge loading regressionsWinnie Hellmann
2018-07-23Display GPG status on repository and blob pagesWinnie Hellmann
2018-06-06Resolve "Project homepage > Plus dropdown on mobile screens"Sam Beckham
2018-05-23Merge branch 'master' into bootstrap4Clement Ho
2018-05-23Resolve "Web IDE doesn't work for branches with slashes"Tim Zallmann
2018-05-10Rename btn-secondary to btn-defaultAnnabel Dunstone Gray
2018-04-25Revert .hide to .d-none conversionClement Ho
2018-04-13[skip ci] Convert .label. to .badge.Clement Ho
2018-04-12Merge branch 'master' into bootstrap4Clement Ho
2018-04-11[skip ci] Fix display blocks when they should be table-cellClement Ho
2018-04-11Hide file/directory creation buttonsBob Van Landuyt
2018-04-10Add ability checks in views where they were previously missingDouwe Maan
2018-04-10[skip ci] Replace hidden-xsClement Ho
2018-04-09[skip ci] Rename .hide to .d-noneClement Ho
2018-04-09Replace .pull-left with .float-leftClement Ho
2018-04-09Add .breadcrumb-item for breadcrumb > liClement Ho
2018-04-09Rename .btn-default to .btn-secondaryClement Ho
2018-03-21Fixes the web IDE link in tree list opening the wrong URLPhil Hughes
Closes #44477
2018-03-20Move IDE to CEPhil Hughes
This also makes the IDE generally available
2018-03-02removed helper methodsPhil Hughes
2018-02-23refactor methods inlineJames Lopez
2018-02-23inline methodsJames Lopez
2018-01-23Adjust last push notification widthGeorge Tsiolis