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-04-21Add 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
2020-01-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-31Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-22Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-12Merge branch 'static-objects-external-storage' into 'master'Thong Kuah
Enable serving static objects from an external storage See merge request gitlab-org/gitlab-ce!31025
2019-09-10Enable serving static objects from an external storageAhmad Sherif
It consists of two parts: 1. Redirecting users to the configured external storage 1. Allowing the external storage to request the static object(s) on behalf of the user by means of specific tokens Part of https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/6829
2019-09-09Give notification buttons btn-xs classJarek Ostrowski
Add changelog
2019-08-07Add /starrers view for projectsCamil Staps
2019-05-23Group download buttons in a .btn-groupAnnabel Dunstone Gray
2019-04-16Fix styling issues with the download dropdownNick Thomas
2019-04-16Add a feature flag for subdirectory archivesNick Thomas
2019-04-16Revert "Revert "Merge branch '24704-download-repository-path' into 'master'""Nick Thomas
This reverts commit 171818df0a72097aa1a804c8213666b3f66b0966.
2019-04-11Revert "Merge branch '24704-download-repository-path' into 'master'"Patrick Bajao
This reverts commit 6c75bd015cba181f028bc87c396c3d8e43b5dc3e, reversing changes made to 1be7f5aaa38aba79843eae8835be6c99c025e982.
2019-04-04Add download_links partial to DRY up a bitPatrick Bajao
2019-04-02Don't translate file extensionsPatrick Bajao
2019-04-02Use existing classes for display inline contentPatrick Bajao
2019-04-02Switch positions of source and directory sectionsPatrick Bajao
Updated the documentation to match the updated order including the screenshot.
2019-04-02Make the dropdown match the designPatrick Bajao
Regenerate locale.pot as well
2019-04-02Download a folder from repositoryPatrick Bajao
Add `GetArchiveRequest` to git-archive params. Modifies `Git::Repository#archive_metadata` to append `path` to `ArchivePrefix` so it'll not hit the cache of repository archive when it already exists.
2019-04-02Add download directory in menuKia Mei Somabes
Add subdirectory params for RepositoriesController#archive
2019-03-05Backport Kerberos clone URL to CEDennis Tang
2019-01-30Merge branch '53104-redesign-group-overview-ui-mvc' into 'master'Kushal Pandya
Resolve "Redesign group overview UI: MVC" Closes #53104 See merge request gitlab-org/gitlab-ce!23866
2019-01-25Refresh group overview to match project overviewDennis Tang
- Avatar, group name, and group description now left-aligned - Notification setting and "New project" CTA right-aligned with group avatar and name - Leave group / request access now a link next to the 'Group' label below the group name - Notification setting label removed in favor of icons - Tooltip added to indicate notification setting - Search option moved inside table header next to "Sort by"
2019-01-24Enable the Layout/ExtraSpacing copRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-01-23Added `btn_class` to the dropdown for custom notificationsEzekiel Kigbo
2018-12-26Fix clone dropdown parent inheritance issues in HAMLStan Hu
The change in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24015 caused some parent relationships to be incorrect. This caused a failure in the EE failure the Geo button was added because the modal stopped showing.
2018-12-24Fix missing Git clone button when protocol restriction setting enabledStan Hu
If Git clones are restricted to either HTTP or SSH-only in the application settings, the clone button would not show. The refactoring in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22196 broke this. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55676
2018-12-10Update E2E tests for Project overview UI changesMark Lapierre
Includes updates to how clone URLs are accessed.
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-10-13Remove Koding integration and documentationStan Hu
This integration no longer works and does not appear to be supported. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39697
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-06Resolve "Improve project overview UI"Dennis Tang
2018-07-20Remove extra whitespace in star project buttonAnnabel Dunstone Gray
2018-06-15Fix dropdown from project welcome page moving out of the screenJose
2018-06-05Resolve "Add Xcode Button in UI"André Luís
2018-05-10Rename btn-secondary to btn-defaultAnnabel Dunstone Gray
2018-04-17Fix dropdownsClement Ho
2018-04-12Merge branch 'master' into bootstrap4Clement Ho
2018-04-11Show `New Issue` link for projectsBob Van Landuyt
When a user is not logged in, we want to show the `New Issue` link so he gets directed to the login flow first. When a project is archived, we never want to show the link.
2018-04-11Hide file/directory creation buttonsBob Van Landuyt
2018-04-09Merge branch 'master' into 'bootstrap4'Clement Ho
# Conflicts: # app/helpers/issuables_helper.rb # app/views/projects/_home_panel.html.haml # app/views/projects/commits/_commit.html.haml
2018-04-09Rename .btn-default to .btn-secondaryClement Ho
2018-04-06Add new repository archive routeJames Ramsay
Repository archives are always named `<project>-<ref>-<sha>` even if the ref is a commit. A consequence of always including the sha even for tags is that packaging a release is more difficult because both the ref and sha must be known by the packager. - add `<project>/-/archive/<ref>/<filename>.<format>` route using the `-` separator to prevent namespace collisions. If the filename is `<project>-<ref>` or the ref is a sha, the sha will be omitted, otherwise the default filename will be used. - deprecate previous archive route `repository/<ref>/archive`
2018-02-22Unify use of can_current_user_push_code PresenterOswaldo Ferreira