Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42 | GitLab Bot | 2020-12-17 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-2-stable-ee | GitLab Bot | 2020-07-20 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-1-stable-ee | GitLab Bot | 2020-06-18 | 1 | -131/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-0-stable-ee | GitLab Bot | 2020-05-20 | 1 | -25/+49 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@12-10-stable-ee | GitLab Bot | 2020-04-20 | 1 | -2/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-14 | 1 | -33/+51 |
| | |||||
* | Internalize private project minimum access level | Mark Chao | 2019-11-25 | 1 | -0/+24 |
| | | | | | Some feature allows GUEST to access only if project is not private. This method returns access level when targeting private projects. | ||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-02 | 1 | -0/+24 |
| | |||||
* | Add tests for ProjectFeature's #public_pages? and #private_pages?61927-pages-custom-domain-virtual-domain | Krasimir Angelov | 2019-09-11 | 1 | -0/+54 |
| | |||||
* | Further remove code branches by database type | Andreas Brandl | 2019-07-29 | 1 | -5/+1 |
| | | | | | | | | We dropped MySQL support and a lot of mysql specific code has been removed in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/29608. This comes in from the other direction and removes any `if postgresql?` branches. | ||||
* | Fix wrong pages access level default | Vladimir Shushlin | 2019-07-17 | 1 | -0/+28 |
| | | | | | - Set access level in before_validation hook - Add post migration for updating existing project_features | ||||
* | Add # frozen_string_literal to spec/models | Thong Kuah | 2019-04-01 | 1 | -0/+2 |
| | | | | Adds `# frozen_string_literal: true` to spec/models ruby files | ||||
* | Make GitLab pages support access control | Tuomo Ala-Vannesluoma | 2018-10-05 | 1 | -1/+14 |
| | |||||
* | Add ProjectFeature check for feature flag | Robert Speicher | 2018-10-04 | 1 | -0/+16 |
| | | | | | | | | This will allow an explicitly-disabled feature flag to override a feature being available for a project. As an extreme example, we could quickly disable issues across all projects at runtime by running `Feature.disable(:issues)`. | ||||
* | Geo: sync disabled wikis. Stage 2follow-up-geo-sync-disabled-wikis | Valery Sizov | 2018-09-25 | 1 | -42/+0 |
| | | | | | | | We started syncing all the wiki regardless of the fact it's disabled or not. We couldn't do that in one stage because of needing of smoth update and deprecating things. This is the second stage that finally removes unused columns in the geo_node_status table. | ||||
* | Added SiteStatistics as counter cache for Projects and Wikis | Gabriel Mazetto | 2018-07-24 | 1 | -0/+42 |
| | |||||
* | Updates from `rubocop -a` | Lin Jen-Shin | 2018-07-09 | 1 | -1/+1 |
| | |||||
* | Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specs | blackst0ne | 2017-12-22 | 1 | -1/+1 |
| | |||||
* | Change all `:empty_project` to `:project`rs-empty_project-default | Robert Speicher | 2017-08-02 | 1 | -2/+2 |
| | |||||
* | Refactor Project.with_feature_available_for_user | Yorick Peterse | 2017-06-16 | 1 | -0/+12 |
| | | | | | | | | | | | This method used to use a UNION, which would lead to it performing the same query twice; producing less than ideal performance. Further, in certain cases ActiveRecord could get confused and mess up the variable bindings, though it's not clear how/why exactly this happens. Fortunately we can work around all of this by building some of the WHERE conditions manually, allowing us to use a simple OR statement to get all the data we want without any of the above problems. | ||||
* | Add traits for ProjectFeatures to Project factory | Semyon Pupkov | 2017-02-05 | 1 | -2/+0 |
| | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/24007 | ||||
* | Use `:empty_project` where possible in model specsrs-empty_project-models | Robert Speicher | 2017-01-26 | 1 | -2/+2 |
| | |||||
* | Add visibility level to project repositoryissue_19734_2 | Felipe Artur | 2016-10-17 | 1 | -1/+22 |
| | |||||
* | Project tools visibility level | Felipe Artur | 2016-09-01 | 1 | -0/+91 |