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
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-29Fix quick links button stylesGeorge Tsiolis
2018-10-15Fix commit signature error when project is disabledStan Hu
When a project is disabled, visiting the home page would show, "An error occurred while loading commit signatures". This change checks that the user has permission to view the project to avoid unnecessary GPG signature lookups. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/50903
2018-09-06Resolve "Improve project overview UI"Dennis Tang
2018-08-16Remove feature gates for Repository LanguagesZeger-Jan van de Weg
The repository languages feature got introduced through: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/19480. This MR included feature flags to guard against performance regressions, which allowed GitLab to test it on gitlab.com before the customers would be exposed. .com worked out fine, as shown by our internal monitoring tools, which prompts feature gate removal. Given the docs weren't present yet, these were added too.
2018-08-07Fix GPG status badge loading regressionsWinnie Hellmann
2018-08-01Add repository languages for projectsZeger-Jan van de Weg
Our friends at GitHub show the programming languages for a long time, and inspired by that this commit means to create about the same functionality. Language detection is done through Linguist, as before, where the difference is that we cache the result in the database. Also, Gitaly can incrementaly scan a repository. This is done through a shell out, which creates overhead of about 3s each run. For now this won't be improved. Scans are triggered by pushed to the default branch, usually `master`. However, one exception to this rule the charts page. If we're requesting this expensive data anyway, we just cache it in the database. Edge cases where there is no repository, or its empty are caught in the Repository model. This makes use of Redis caching, which is probably already loaded. The added model is called RepositoryLanguage, which will make it harder if/when GitLab supports multiple repositories per project. However, for now I think this shouldn't be a concern. Also, Language could be confused with the i18n languages and felt like the current name was suiteable too. Design of the Project#Show page is done with help from @dimitrieh. This change is not visible to the end user unless detections are done.
2018-07-23Display GPG status on repository and blob pagesWinnie Hellmann
2018-04-10Update phrasing around archived feature in UIDouwe Maan
2018-03-29Use translated string for breadcrumb titleGeorge Tsiolis
2018-02-22Move project presenter instance creation to controllerOswaldo Ferreira
2018-02-20Improve methods namingOswaldo Ferreira
2018-02-20Move default_project_view tests to presenterOswaldo Ferreira
2018-02-20Move button list logic to project presenterOswaldo Ferreira
2018-02-16Add Auto DevOps and Kubernetes cluster button to project pageEric Eastwood
2018-02-02Change "CI configuration" in "CI/CD configuration"bikebilly
2018-02-02Change "Set up CI" to "Set up CI/CD"bikebilly
2018-01-23Adjust last push notification widthGeorge Tsiolis
2017-11-28Replce kubernetes_service and deployment_service to deployment_platformShinya Maeda
2017-09-25Remove all old sub nav barsAnnabel Dunstone Gray
2017-09-07Merge branch 'zj/gitlab-ce-zj-auto-devops-table' into 37158-autodevops-bannerKamil Trzcinski
2017-09-07#34945: add a div id to the readme section in the project overviewRiccardo Padovani
2017-09-06Merge branch 'zj/gitlab-ce-zj-auto-devops-table' into 37158-autodevops-bannerKamil Trzcinski
2017-09-05Properly decide when to show Auto DevOps bannerKamil Trzcinski
- Only if user can manage project, - When Auto DevOps is not enabled, - When project configuration is set to implicit
2017-09-01Adds verfication for the cookieFilipa Lacerda
2017-09-01Creates auto devops calloutFilipa Lacerda
2017-08-18updated a bunch of breadcrumb titlesPhil Hughes
[ci skip]
2017-07-26Move exception handling to executeTiago Botelho
2017-07-20Add specs for ProjectDestroyWorkerTiago Botelho
2017-07-20WIP: Display a project's `delete_error` on the project homepage.Timothy Andrew
2017-07-12moved `@breadcrumb_title` out of the HAML & into a helper methodPhil Hughes
2017-07-12Merge branch 'master' into new-nav-fix-contextual-breadcrumbsPhil Hughes
2017-07-11Added limit-container-width to breadcrumbs containerPhil Hughes
This fixes an issue where the content has a limited width but the breadcrumbs remained full width. Instead of creating a new variable specifically for the breadcrumbs, it just re-uses @content_class Closes #34573
2017-07-07Merge branch 'master' into new-nav-fix-contextual-breadcrumbsPhil Hughes
2017-07-07Moves alert boxes to below the breadcrumbsPhil Hughes
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-07-03Adjust readme repo widthDimitrie Hoekstra
2017-06-29Bring back branches badge to main project pageAdam Niedzielski
2017-06-07Translate project & repository pagesBob Van Landuyt
2017-05-17Use same last commit widget on project homepage and tree viewDouwe Maan
2017-04-20Refactor changing files in web UIDouwe Maan
2017-04-12Update show.html.haml to allow guests to see the Files tab as per ↵AJ ONeal
https://gitlab.com/gitlab-org/gitlab-ce/issues/30199
2017-04-08Remove limited container on file viewAnnabel Dunstone Gray
2017-03-3120914 Limits line length for project home pagetauriedavis
fix lint issues
2017-03-07Fix project-last-commit alignmentAnnabel Dunstone Gray
2017-03-02Cleaning up navigational order - ProjectKushal Pandya
2017-02-28Show public RSS feeds to anonymous usersMichael Kozono
2017-02-21Revert "Merge branch '27934-left-align-nav' into 'master'"Annabel Dunstone Gray
This reverts merge request !9338