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
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-09Move Contribution Analytics related spec in ↵Imre Farkas
spec/features/groups/group_page_with_external_authorization_service_spec to EE
2019-04-05Revert "Merge branch 'if-57131-external_auth_to_ce' into 'master'"Andreas Brandl
This reverts merge request !26823
2019-04-05Move Contribution Analytics related spec in ↵Imre Farkas
spec/features/groups/group_page_with_external_authorization_service_spec to EE
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-19Avoid loading pipeline status in project searchMario de la Ossa
2019-03-14use project_search_tabs? for user search checkAlexis Reigel
2019-03-01Refactor model and specReuben Pereira
- Move some specs into contexts - Let get_slugs method take a parameter and return a specific slug. - Add rescues when using Addressable::URI.
2019-02-05Merge branch 'jprovazn-remove-redcarpet' into 'master'Grzegorz Bizon
Remove Redcarpet markdown engine Closes #51374 See merge request gitlab-org/gitlab-ce!24819
2019-02-04Changed external wiki query method to prevent attribute cachingFrancisco Javier López
2019-02-04Remove Redcarpet markdown engineJan Provaznik
This engine was replaced with CommonMarker in 11.4, it was deprecated since then.
2019-01-31[master] Pipelines section is available to unauthorized usersKamil Trzciński
2019-01-31Fixed bug when external wiki is enabledFrancisco Javier López
When the external wiki is enabled, the internal wiki link is replaced by the external wiki url. But the internal wiki is still accessible. In this change the external wiki will have its own tab in the sidebar and only if the services are disabled the tab (and access rights) will not be displayed.
2019-01-15Remove `error_tracking` feature flagPeter Leitzen
We introduced the feature flag `error_tracking` to test the Sentry MVC safely. After the successful test, we remove it again.
2019-01-12List Sentry Errors in GitLab - FrontendSimon Knox
2019-01-07Implement error tracking configurationPeter Leitzen
Re-use operations controller which already handles tracing settings.
2019-01-07Add view and feature test for error tracking settingsTristan Read
2019-01-07Merge branch ↵Filipa Lacerda
'54142-pages-in-project-s-permission-should-be-named-pages-access-control' into 'master' Resolve "Pages in project's permissions settings should be named Pages access control" Closes #54142 See merge request gitlab-org/gitlab-ce!23146
2019-01-06Move settings operations controller from EE to CEPeter Leitzen
This commit prepares the structure for the upcoming feature error tracking.
2019-01-05Hides ADO banner for certain projectsMayra Cabrera
ADO banner is being hidden if: - Project has no CI configuration - Project has CI disabled Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52446
2018-12-28Make the Pages permission setting more clearAchilleas Pipinellis
2018-12-19Add test for compact mode and for helpersMartin Wortschack
- add tests for merge_request_count - add tests for show_issue_count - add tests for explore_projects_tab - change interface for show_merge_request_count and show_issue_count
2018-12-18Adds releases index routeFilipa Lacerda
Renders empty index page Adds Releases entry to the navigation bar behind a feature flag Renders 404 when feature flag for releases is not enabled
2018-12-13Resolve "Redesign project lists UI"Martin Wortschack
2018-12-10Reduce N+1 from Activity Dashboard and BanzaiGabriel Mazetto
There is a combination of few strategies implemented here: 1. Few relations were eager loaded 2. Changed few polymorphic routes to specific ones so we don't have to use `#becomes(Namespace)` which doesn't preserve association cache
2018-12-08Add operations_path helperMatija Čupić
2018-12-08Resolve "Extended user centric tooltips"Tim Zallmann
2018-12-06Merge branch '19376-post-bfg-cleanup' into 'master'Douglas Barbosa Alexandre
Allow internal references to be removed Closes #19376 See merge request gitlab-org/gitlab-ce!23189
2018-12-06Use BFG object maps to clean projectsNick Thomas
2018-12-06Introduce Knative Serverless TabDylan Griffith
2018-11-08backport changes from gitlab-ee!7903Simon Knox
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-05Make GitLab pages support access controlTuomo Ala-Vannesluoma
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
2018-09-07Enable frozen string for app/helpers/**/*.rbgfyoung
Partially addresses #47424.
2018-09-07Merge branch ↵Mike Greiling
'50535-display-banner-to-notify-user-if-project-is-implicitly-opted-ado' into 'master' Displays banner to notify users ADO is implicitly enabled Closes #50535 See merge request gitlab-org/gitlab-ce!21503
2018-09-06Displays banner to notify users ADO is implicitly enabledMayra Cabrera
If ADO is implicitly enabled for a project due to the instance wide setting feature or feature flag rollout then an owner or maintainer visiting that project are going to see a banner. Closes #50535
2018-09-06Merge branch 'bw-commonmark-for-files' into 'master'Sean McGivern
Enable CommonMark for files and wikis See merge request gitlab-org/gitlab-ce!21228
2018-09-06Resolve "Improve project overview UI"Dennis Tang
2018-09-05move logic into legacy_render_context helper methodBrett Walker
2018-08-24Refactor project_permissions_panel_data so it can be extended in EE easilyDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-08-08Add ability suppress the global "You won't be able [use] SSH" messageÆvar Arnfjörð Bjarmason
This fixes gitlab-org/gitlab-ce#49953, as noted in the documentation this feature is intended to be used when SSH certificates are enabled. Then this warning becomes not only pointless, but also misleading. This builds on top of gitlab-org/gitlab-ce!21009 since both need to modify the same documentation, which avoids a merge conflict. See also the gitlab-org/gitlab-ce#49218 issue and associated merge request.
2018-07-24Replace author_link snake case in stylesheets, specs, and helpersGeorge Tsiolis
2018-07-17Remove sanitize_repo_pathZeger-Jan van de Weg
This method is unneeded given its been pushed to Gitaly, through https://gitlab.com/gitlab-org/gitaly/merge_requests/780 Closes https://gitlab.com/gitlab-org/gitaly/issues/1235
2018-07-06Fix User role displayed on projects dashboardFrancisco Javier López
2018-06-25Merge remote-tracking branch 'dev/master'Alessio Caiazza
2018-06-25Merge branch 'security-html_escape_usernames' into 'master'Alessio Caiazza
[master] HTML escape the name of the user in ProjectsHelper#link_to_member See merge request gitlab/gitlabhq!2401
2018-06-25Update project sidebar to work with EE feature Security DashboardOlivier Gonzalez