Terraform provider to manage Artifactory
Перейти к файлу
Thomas Tsang 15ddec07e9 Tidy up go.sum 2020-08-17 14:34:16 +10:00
.github Fix up docs and trigger action 2020-06-12 11:13:49 +10:00
pkg/artifactory Added force_nuget_authentication property for local and remote repos 2020-07-03 18:49:40 +01:00
scripts Old build files and docs removed 2019-10-14 16:21:37 +01:00
website Added force_nuget_authentication property for local and remote repos 2020-07-03 18:49:40 +01:00
.gitignore Old ignore path removed 2019-10-15 10:35:44 +01:00
.goreleaser.yml Goreleaser config cleaned up 2019-10-14 17:44:59 +01:00
Dockerfile Bumped terraform and golang versions 2020-08-14 14:52:07 +10:00
GNUmakefile Tests added to workflow 2019-10-14 16:15:18 +01:00
LICENSE update copyright date 2019-04-24 14:24:24 +01:00
README.md Github Action status added to Readme 2019-10-15 11:01:55 +01:00
go.mod Bumped terraform and golang versions 2020-08-14 14:52:07 +10:00
go.sum Tidy up go.sum 2020-08-17 14:34:16 +10:00
main.go Sort imports 2019-03-15 12:31:21 +11:00

README.md

Terraform Provider Artifactory

Actions Status Go Report Card

Build the Provider

If you're building the provider, follow the instructions to install it as a plugin. After placing it into your plugins directory, run terraform init to initialize it.

Requirements:

  • Terraform 0.11
  • Go 1.11+ (to build the provider plugin)

Clone repository to: $GOPATH/src/github.com/atlassian/terraform-provider-artifactory

Enter the provider directory and build the provider

cd $GOPATH/src/github.com/atlassian/terraform-provider-artifactory
go build

To install the provider

cd $GOPATH/src/github.com/atlassian/terraform-provider-artifactory
go install

Versioning

In general, this project follows semver as closely as we can for tagging releases of the package. We've adopted the following versioning policy:

  • We increment the major version with any incompatible change to functionality, including changes to the exported Go API surface or behavior of the API.
  • We increment the minor version with any backwards-compatible changes to functionality.
  • We increment the patch version with any backwards-compatible bug fixes.

Reporting issues

We believe in open contributions and the power of a strong development community. Please read our Contributing guidelines on how to contribute back and report issues to terraform-provider-artifactory.

Contributors

Pull requests, issues and comments are welcomed. For pull requests:

  • Add tests for new features and bug fixes
  • Follow the existing style
  • Separate unrelated changes into multiple pull requests
  • Read Contributing guidelines for more details

See the existing issues for things to start contributing.

For bigger changes, make sure you start a discussion first by creating an issue and explaining the intended change.

Atlassian requires contributors to sign a Contributor License Agreement, known as a CLA. This serves as a record stating that the contributor is entitled to contribute the code/documentation/translation to the project and is willing to have it used in distributions and derivative works (or is willing to transfer ownership).

Prior to accepting your contributions we ask that you please follow the appropriate link below to digitally sign the CLA. The Corporate CLA is for those who are contributing as a member of an organization and the individual CLA is for those contributing as an individual.

License

Copyright (c) 2019 Atlassian and others. Apache 2.0 licensed, see LICENSE file.