-
- Downloads
Support custom attributes on projects
Showing
- app/finders/projects_finder.rb 3 additions, 0 deletionsapp/finders/projects_finder.rb
- app/models/project.rb 1 addition, 0 deletionsapp/models/project.rb
- app/models/project_custom_attribute.rb 6 additions, 0 deletionsapp/models/project_custom_attribute.rb
- db/migrate/20170918111708_create_project_custom_attributes.rb 15 additions, 0 deletions...igrate/20170918111708_create_project_custom_attributes.rb
- db/schema.rb 12 additions, 0 deletionsdb/schema.rb
- doc/api/custom_attributes.md 14 additions, 8 deletionsdoc/api/custom_attributes.md
- doc/api/projects.md 6 additions, 0 deletionsdoc/api/projects.md
- lib/api/helpers.rb 1 addition, 0 deletionslib/api/helpers.rb
- lib/api/projects.rb 2 additions, 0 deletionslib/api/projects.rb
- lib/gitlab/import_export/import_export.yml 1 addition, 0 deletionslib/gitlab/import_export/import_export.yml
- lib/gitlab/import_export/relation_factory.rb 2 additions, 1 deletionlib/gitlab/import_export/relation_factory.rb
- spec/factories/project_custom_attributes.rb 7 additions, 0 deletionsspec/factories/project_custom_attributes.rb
- spec/lib/gitlab/import_export/all_models.yml 1 addition, 0 deletionsspec/lib/gitlab/import_export/all_models.yml
- spec/lib/gitlab/import_export/project.json 19 additions, 1 deletionspec/lib/gitlab/import_export/project.json
- spec/lib/gitlab/import_export/project_tree_restorer_spec.rb 4 additions, 0 deletionsspec/lib/gitlab/import_export/project_tree_restorer_spec.rb
- spec/lib/gitlab/import_export/project_tree_saver_spec.rb 7 additions, 0 deletionsspec/lib/gitlab/import_export/project_tree_saver_spec.rb
- spec/lib/gitlab/import_export/safe_model_attributes.yml 8 additions, 1 deletionspec/lib/gitlab/import_export/safe_model_attributes.yml
- spec/models/project_custom_attribute_spec.rb 16 additions, 0 deletionsspec/models/project_custom_attribute_spec.rb
- spec/models/project_spec.rb 1 addition, 0 deletionsspec/models/project_spec.rb
- spec/requests/api/projects_spec.rb 5 additions, 0 deletionsspec/requests/api/projects_spec.rb
app/models/project_custom_attribute.rb
0 → 100644
spec/factories/project_custom_attributes.rb
0 → 100644
spec/models/project_custom_attribute_spec.rb
0 → 100644
Please register or sign in to comment