Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

gitlab_resources (2) Versions 0.1.1

Installs/Configures gitlab_resources

Policyfile
Berkshelf
Knife
cookbook 'gitlab_resources', '~> 0.1.1', :supermarket
cookbook 'gitlab_resources', '~> 0.1.1'
knife supermarket install gitlab_resources
knife supermarket download gitlab_resources
README
Dependencies
Changelog
Quality 17%

gitlab_resources

This cookbook currently provides a single resource with the intent to provide
more in the future.

How to use

In your cookbook's metadata.rb add

# metadata.rb
depends 'gitlab_resources'

Then you may use any of the resources with this cookbook. Look at the specific
resources for more detailed information on how to use them.

Resources

gitlab_application_settings

gitlab_application_settings 'gitlab.example.com' do
  endpoint 'https://gitlab.example.com/api/v4'
  private_token 'yuY_vkuS3gFKpWhsJNuY'

  auto_devops_enabled false
  restricted_visibility_levels ['public']
  password_authentication_enabled_for_web false
  password_authentication_enabled_for_git false
  signup_enabled false
  user_show_add_ssh_key_message true
  default_artifacts_expire_in '7 days'
  default_branch_protection 2
  default_group_visibility 'private'
  default_project_visibility 'private'
  default_snippet_visibility 'private'
  first_day_of_week 1
  gravatar_enabled false
  html_emails_enabled true
  max_artifacts_size 350
end

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

gitlab_resources CHANGELOG

This file is used to list changes made in each version of the gitlab_resources cookbook.

0.1.0

Initial release.

  • change 0
  • change 1

Collaborator Number Metric
            

0.1.1 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

0.1.1 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

0.1.1 failed this metric

FC067: Ensure at least one platform supported in metadata: gitlab_resources/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

0.1.1 passed this metric

Testing File Metric
            

0.1.1 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

0.1.1 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number