-
- Downloads
Merge branch 'master' into fix/visibility-level-setting-in-forked-projects
* master: Add CI permissions and api links to README [ci skip] Remove duplicate documentation links make migrations reversible Add missing stage to builds view CI details cleanup Allow groups to appear in the search results if the group owner allows it Update installation.md update example of regex for pytest-cov
Branches
Tags
Showing
- db/migrate/20151019111551_fix_build_tags.rb 5 additions, 1 deletiondb/migrate/20151019111551_fix_build_tags.rb
- db/migrate/20151019111703_fail_build_without_names.rb 4 additions, 1 deletiondb/migrate/20151019111703_fail_build_without_names.rb
- db/migrate/20151023112551_fail_build_with_empty_name.rb 4 additions, 1 deletiondb/migrate/20151023112551_fail_build_with_empty_name.rb
- db/migrate/20151103001141_add_public_to_group.rb 5 additions, 0 deletionsdb/migrate/20151103001141_add_public_to_group.rb
- db/schema.rb 5 additions, 4 deletionsdb/schema.rb
- doc/README.md 13 additions, 16 deletionsdoc/README.md
- doc/install/installation.md 1 addition, 1 deletiondoc/install/installation.md
- spec/features/builds_spec.rb 9 additions, 5 deletionsspec/features/builds_spec.rb
- spec/features/commits_spec.rb 1 addition, 1 deletionspec/features/commits_spec.rb
- spec/finders/group_finder_spec.rb 15 additions, 0 deletionsspec/finders/group_finder_spec.rb
- spec/helpers/search_helper_spec.rb 5 additions, 0 deletionsspec/helpers/search_helper_spec.rb
- spec/models/group_spec.rb 19 additions, 0 deletionsspec/models/group_spec.rb
- spec/models/project_services/gitlab_ci_service_spec.rb 1 addition, 1 deletionspec/models/project_services/gitlab_ci_service_spec.rb
spec/finders/group_finder_spec.rb
0 → 100644
Please register or sign in to comment