Home
last modified time | relevance | path

Searched refs:project_features (Results 1 – 10 of 10) sorted by relevance

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/background_migration/
H A Dfix_pages_access_level.rb87project_features(start_id, stop_id, ProjectFeature::PUBLIC, Project::PUBLIC).each_batch do |featur…
98project_features(start_id, stop_id, ProjectFeature::ENABLED, Project::INTERNAL).find_each do |proj…
111project_features(start_id, stop_id, ProjectFeature::ENABLED, Project::PRIVATE).find_each do |proje…
121 def project_features(start_id, stop_id, pages_access_level, project_visibility_level) method in Gitlab.BackgroundMigration.FixPagesAccessLevel
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/background_migration/
H A Dmove_container_registry_enabled_to_project_feature_spec.rb21 …let!(:project_feature1) { project_features.create!(project_id: project1.id, **non_null_project_fea…
22 …let!(:project_feature2) { project_features.create!(project_id: project2.id, **non_null_project_fea…
23 …let!(:project_feature3) { project_features.create!(project_id: project3.id, **non_null_project_fea…
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/rubocop/
H A Drubocop-migrations.yml31 - :project_features
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/
H A Dproject_feature.rb97 where(project_features: { feature_access_level_attribute => level })
H A Dsnippet.rb150 .where(project_features: { column => levels })
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/config/
H A Dpseudonymizer.yml300 project_features:
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/build-system/cmake/
H A DCMake.NCBIptb.ctest.cmake247 # Combine test features (project_features + components + requires + etc)
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/build-system/cmake/
H A DCMake.NCBIptb.ctest.cmake247 # Combine test features (project_features + components + requires + etc)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/database/
H A Dgitlab_schemas.yml407 project_features: :gitlab_main
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/changelogs/
H A Darchive-11.md3791 - Add a unique and not null constraint on the project_features.project_id column.