- Apr 11, 2019
-
-
Patrick Bajao authored
This reverts commit 6c75bd01, reversing changes made to 1be7f5aa.
-
- Apr 04, 2019
-
-
Patrick Bajao authored
-
- Apr 02, 2019
-
-
Patrick Bajao authored
-
Patrick Bajao authored
-
Patrick Bajao authored
Updated the documentation to match the updated order including the screenshot.
-
Patrick Bajao authored
Regenerate locale.pot as well
-
Patrick Bajao authored
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.
-
Add subdirectory params for RepositoriesController#archive
-
- Dec 07, 2018
-
-
Dennis Tang authored
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
-
- Jun 15, 2018
-
-
Jose Ivan Vargas Lopez authored
-
- Apr 17, 2018
-
-
Clement Ho authored
-
- Apr 06, 2018
-
-
James Ramsay authored
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`
-
- Dec 19, 2017
-
-
Jose Ivan Vargas Lopez authored
-
- Sep 22, 2017
-
-
- Sep 14, 2017
-
-
Yorick Peterse authored
This ensures that if a pipeline is present for the last commit on a project's homepage we only run 1 query to get the builds, instead of running 2 queries. See https://gitlab.com/gitlab-org/gitlab-ce/issues/36878#note_40073339 for more information.
-
Yorick Peterse authored
This adds Project#latest_successful_pipeline_for and Project#latest_successful_pipeline_for_default_branch. The 2nd method memoizes the result (taking nil values into account) to ensure the underlying query isn't executed multiple times when viewing a project's homepage. See https://gitlab.com/gitlab-org/gitlab-ce/issues/36878#note_40073607 for more information.
-
- Jul 05, 2017
-
-
Douwe Maan authored
-
- Jun 15, 2017
-
-
Bob Van Landuyt :neckbeard: authored
-
- Jun 07, 2017
-
-
- Jun 06, 2017
-
-
Kushal Pandya authored
-
- Mar 16, 2017
-
-
Tiago Botelho authored
-
- Feb 16, 2017
-
-
Simon Knox authored
-
- Jan 23, 2017
-
-
Mike Greiling authored
-
- Dec 17, 2016
-
-
Annabel Dunstone Gray authored
-
- Dec 06, 2016
-
-
Annabel Dunstone Gray authored
-
- Nov 10, 2016
-
-
Philip Karpiak authored
This was hidden when the viewport was was below the 'hidden-sm' theshold. Now it displays the same as the rest of the 'project-repo-buttons' block.
-
- Oct 17, 2016
-
-
Luke Bennett authored
-
- Oct 05, 2016
-
-
Taurie Davis authored
-
- Sep 19, 2016
-
-
Lin Jen-Shin authored
Rails ignored unused arguments and ref_name_and_path is the last path argument, therefore we need to concatenate that parts ourselves. Otherwise, 'download' won't be shown at all.
-
- Aug 25, 2016
-
- Aug 24, 2016
-
- Aug 17, 2016
-
-
Lin Jen-Shin authored
-
- Aug 16, 2016
-
-
Annabel Dunstone authored
- Aug 15, 2016
-
-
Kamil Trzcińśki authored
-
- Aug 11, 2016
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
- Jul 19, 2016
-
- Jul 18, 2016
-
-
Lin Jen-Shin authored
-