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-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
2018-06-20Backport code from gitlab-ee!6182Lukas Eipert
2018-06-20More gitaly disk access blocksJacob Vosmaer (GitLab)
2018-06-15HTML escape the name of the user in ProjectsHelper#link_to_memberImre Farkas
2018-06-14Merge branch '47851-bump-cache-for-old-master-permission' into 'master'Dmitriy Zaporozhets
Resolve "Reference to master still cached" Closes #47851 See merge request gitlab-org/gitlab-ce!19827
2018-06-14Flush cache for project listMark Chao
For master->maintainer permission rename
2018-06-13Invalidate cache with project details when repository is updatedRubén Dávila
The partial using this cache key was showing stale information due to the cache not being invalidated.
2018-06-06Fix invisible rows on importer statusStan Hu
2018-06-05Find and mark more Git disk access locationsJacob Vosmaer (GitLab)
2018-06-05Resolve "Add Xcode Button in UI"André Luís
2018-05-29Resolve "Operations navigation menu renders empty menu when user does not ↵Lukas Eipert
have the right permissions"
2018-05-16Project Sidebar: Split CI/CD into CI/CD and OperationsLukas Eipert
2018-05-01Enable LFS setting UI for Masters and OwnersJames Ramsay
LFS can be enabled and disabled per project using the API by Masters and Owners, but the UI is only available to Admins. The interface and API should be consistent. LFS can also be enabled and disabled per group using the API by Owners, but the UI is only available to Admins. This interface should also be consistent. Additionally removes an unneeded check if 2FA interface, since the interface is only available to Owners. Closes #33320
2018-04-25Gitlab::Shell works on shard name, not pathZeger-Jan van de Weg
Direct disk access is done through Gitaly now, so the legacy path was deprecated. This path was used in Gitlab::Shell however. This required the refactoring in this commit. Added is the removal of direct path access on the project model, as that lookup wasn't needed anymore is most cases. Closes https://gitlab.com/gitlab-org/gitaly/issues/1111
2018-04-12Resolve "Clean up old project permissions frontend code"Mike Greiling
2018-03-22Add HTTPS-only pagesRob Watson
Closes #28857
2018-03-05Replace deprecated name_with_namespace with full_name in app and specDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-02-23Merge branch 'bvl-external-auth-port' into 'master'Douwe Maan
Port `read_cross_project` ability from EE See merge request gitlab-org/gitlab-ce!17208
2018-02-23Add Tip about Push to Create project on New Project pageAndré Luís
2018-02-22Port `read_cross_project` ability from EEBob Van Landuyt
2018-02-22Merge branch 'master' into 42431-add-auto-devops-and-clusters-button-to-projectsEric Eastwood
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-14Merge branch '42800-change-usage-of-avatar_icon' into 'master'Yorick Peterse
Change all occurrences of ApplicationHelper#avatar_icon to use a User object where possible Closes #42800 See merge request gitlab-org/gitlab-ce!16976