Skip to content
Snippets Groups Projects

Issue 3599: Add snippets_enabled flag to projects for API

Closed gitlab-qa-bot requested to merge github/fork/dblessing/3599 into master

Created by: dblessing

Fixes #3599 (closed).

I have tested this for both creation and retrieval via API and it all works as described. I applied these changes and tested on a master branch build.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
38 38 # name (required) - name for new project
39 39 # description (optional) - short project description
40 40 # default_branch (optional) - 'master' by default
41 # issues_enabled (optional) - enabled by default
42 # wall_enabled (optional) - enabled by default
43 # merge_requests_enabled (optional) - enabled by default
44 # wiki_enabled (optional) - enabled by default
41 # issues_enabled (optional)
  • Created by: AlexDenisov

    Why did you removed comments?

    By Administrator on 2013-05-19T18:30:15 (imported from GitLab project)

    By Administrator on 2013-05-19T18:30:15 (imported from GitLab)

  • Created by: AlexDenisov

    Could you squash commits?

    By Administrator on 2013-05-19T05:25:26 (imported from GitLab project)

    By Administrator on 2013-05-19T05:25:26 (imported from GitLab)

  • gitlab-qa-bot
  • 38 38 # name (required) - name for new project
    39 39 # description (optional) - short project description
    40 40 # default_branch (optional) - 'master' by default
    41 # issues_enabled (optional) - enabled by default
    42 # wall_enabled (optional) - enabled by default
    43 # merge_requests_enabled (optional) - enabled by default
    44 # wiki_enabled (optional) - enabled by default
    41 # issues_enabled (optional)
  • gitlab-qa-bot
  • 38 38 # name (required) - name for new project
    39 39 # description (optional) - short project description
    40 40 # default_branch (optional) - 'master' by default
    41 # issues_enabled (optional) - enabled by default
    42 # wall_enabled (optional) - enabled by default
    43 # merge_requests_enabled (optional) - enabled by default
    44 # wiki_enabled (optional) - enabled by default
    41 # issues_enabled (optional)
    • Created by: AlexDenisov

      Thank you, I've realized your motivation, it makes sense. BTW, looks good for me :)

      By Administrator on 2013-05-19T18:30:15 (imported from GitLab project)

      By Administrator on 2013-05-19T18:30:15 (imported from GitLab)

  • Created by: coveralls

    Coverage Status

    Changes Unknown when pulling 751cef70 on bke-drewb:3599 into * on gitlabhq:master*.

    By Administrator on 2013-05-19T18:44:15 (imported from GitLab project)

    By Administrator on 2013-05-19T18:44:15 (imported from GitLab)

  • Please register or sign in to reply
    Loading