Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: tag association resource #1187

Merged
merged 38 commits into from
Aug 24, 2022
Merged
Show file tree
Hide file tree
Changes from 32 commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
d3827f6
feat: adding new tag attachment resource
sfc-gh-jalin Aug 12, 2022
7ddbd5e
fixing minor changes
sfc-gh-jalin Aug 15, 2022
3e178b4
Revising retry for read
sfc-gh-jalin Aug 16, 2022
0e47105
Adding example for tag attachment
sfc-gh-jalin Aug 16, 2022
92eb8a1
Running make docs
sfc-gh-jalin Aug 16, 2022
c04e45c
Fixing bugs
sfc-gh-jalin Aug 16, 2022
70219c9
Final commit for tag attachment
sfc-gh-jalin Aug 19, 2022
ea4e703
Running make docs
sfc-gh-jalin Aug 19, 2022
79847dd
Fixing read and list tag attachment
sfc-gh-jalin Aug 19, 2022
a27dcaf
feat: add tag_association
sfc-gh-swinkler Aug 23, 2022
99e526e
feat: add tag_association
sfc-gh-swinkler Aug 23, 2022
f78b32c
feat: add tag_association
sfc-gh-swinkler Aug 23, 2022
bcac47f
add deprecation message
sfc-gh-swinkler Aug 23, 2022
979bcd1
update tag docs
sfc-gh-swinkler Aug 23, 2022
2cac339
update tag docs
sfc-gh-swinkler Aug 23, 2022
53fe3a1
update docs
sfc-gh-swinkler Aug 23, 2022
d4a37ba
fix integraiton tests failing
sfc-gh-swinkler Aug 23, 2022
2a7d882
fix integraiton tests failing
sfc-gh-swinkler Aug 23, 2022
5822de4
Merge branch 'main' into tag-reference
sfc-gh-swinkler Aug 23, 2022
ea16666
fix integraiton tests failing
sfc-gh-swinkler Aug 23, 2022
c9e8e1e
Merge branch 'tag-reference' of https://github.com/Snowflake-Labs/ter…
sfc-gh-swinkler Aug 23, 2022
ebcb66c
fix int tests failing
sfc-gh-swinkler Aug 23, 2022
b47d852
fix int tests failing
sfc-gh-swinkler Aug 23, 2022
b844854
fix int tests failing
sfc-gh-swinkler Aug 23, 2022
bc93e85
update go deps
sfc-gh-swinkler Aug 23, 2022
d374b86
update go mod
sfc-gh-swinkler Aug 23, 2022
b66f2fa
update docs
sfc-gh-swinkler Aug 23, 2022
c57182f
update docs
sfc-gh-swinkler Aug 23, 2022
ed6eaa9
tfproviderlint workflow
sfc-gh-swinkler Aug 23, 2022
e257407
update go mod
sfc-gh-swinkler Aug 23, 2022
834aa32
update go mod
sfc-gh-swinkler Aug 23, 2022
27bd0f9
remove go-misc
sfc-gh-swinkler Aug 23, 2022
bbfb1e3
update go mod
sfc-gh-swinkler Aug 23, 2022
4cff2e5
update go mod
sfc-gh-swinkler Aug 23, 2022
7fa001e
update go mod
sfc-gh-swinkler Aug 23, 2022
c6da4f4
update makefile
sfc-gh-swinkler Aug 23, 2022
43250b5
update int tests
sfc-gh-swinkler Aug 23, 2022
e0cbb90
comment out tfproviderlint
sfc-gh-swinkler Aug 23, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
378 changes: 0 additions & 378 deletions .download-tfproviderlint.sh

This file was deleted.

10 changes: 10 additions & 0 deletions .github/workflows/tfproviderlint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
on: [pull_request, push]

jobs:
snowflake-provider:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: bflad/tfproviderlint-github-action@master
with:
args: ./...
2 changes: 0 additions & 2 deletions .goreleaser.prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ builds:
- '386'
- arm
- arm64
ldflags:
- "-w -s -X github.com/chanzuckerberg/go-misc/ver.GitSha={{.Commit}} -X github.com/chanzuckerberg/go-misc/ver.Version={{.Version}} -X github.com/chanzuckerberg/go-misc/ver.Dirty={{.Env.DIRTY}}"
ignore:
- goos: darwin
goarch: '386'
Expand Down
Loading