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

Add support for general permissions #132

Merged
merged 47 commits into from
Jun 25, 2020
Merged

Add support for general permissions #132

merged 47 commits into from
Jun 25, 2020

Commits on Jun 22, 2020

  1. Configuration menu
    Copy the full SHA
    e31e1b9 View commit details
    Browse the repository at this point in the history
  2. Minor commenting tweaks

    nfx committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    e38a53f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    732aeda View commit details
    Browse the repository at this point in the history
  4. Add pkg/errors

    nfx committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    cc6727a View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Configuration menu
    Copy the full SHA
    78f8b72 View commit details
    Browse the repository at this point in the history
  2. trigger build

    nfx committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    8865b03 View commit details
    Browse the repository at this point in the history
  3. trigger build

    nfx committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    391e80f View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. Configuration menu
    Copy the full SHA
    4f5c730 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. bump aws-sdk-go from 1.32.2 to 1.32.6; bump terraform-plugin-sdk from…

    … 1.13.1 to 1.14.0; added travisbuddy notification hooks for public repo (#133)
    stikkireddy committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    20a38ae View commit details
    Browse the repository at this point in the history
  2. Add more readability for errors (#129)

    * Add resource wait retry for workspace create
    
    * Made vscode integration testing simpler
    
    * added read support for username/password for config files
    
    * Made errors concise and explainable
    
    * Fix formatting issue
    
    * cleaned up token request structs
    
    * make fmt
    
    * Added some documentation
    
    * keying composite literals
    
    * Add resource wait retry for workspace create
    
    * Made vscode integration testing simpler
    
    * added read support for username/password for config files
    
    * Made errors concise and explainable
    
    * Fix formatting issue
    
    * cleaned up token request structs
    
    * make fmt
    
    * Added some documentation
    
    * keying composite literals
    
    * Add missing resource check in resourceClusterPolicyRead
    
    * Apply review comments
    
    * More correct implementation of 404-check
    
    * Make README more user-friendly
    
    * More links
    
    * added integration test to verify that all apis can either handle 404s or check the error message to verify resource is missing; added travis buddy integration; added unit test for handling errors; deprecated dbfs file sync; doc fix for scim user;
    
    * added skip for testMissingWorkspaceResources to run only if TF_ACC is set so it runs with both aws and azure integration tests
    
    * cleaned up makefile
    
    * refactored tokenexpirytime to the api client config so the client is aware of expiry time of token as metadata; added getAndAssetEnv for generating the dbapi client for testing missing errors
    
    * added a int test missing cluster policy
    
    * adjusted the headers on the index and added the id attribute for cluster policy
    
    * corrected typos
    
    * fix another credentials typo
    
    Co-authored-by: Serge Smertin <serge.smertin@databricks.com>
    Co-authored-by: Sriharsha Tikkireddy <sri.tikkireddy@databricks.com>
    3 people committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    6f50437 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7f2b3d View commit details
    Browse the repository at this point in the history
  4. Minor commenting tweaks

    nfx committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    686b435 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b15448 View commit details
    Browse the repository at this point in the history
  6. Add pkg/errors

    nfx committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    1ed8448 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    57b2267 View commit details
    Browse the repository at this point in the history
  8. trigger build

    nfx committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    515d61e View commit details
    Browse the repository at this point in the history
  9. trigger build

    nfx committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    f4a35e0 View commit details
    Browse the repository at this point in the history
  10. Fix code style violations

    nfx committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    9b4cdf9 View commit details
    Browse the repository at this point in the history
  11. Added make install

    nfx committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    ef4ed40 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6656e48 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7d09b9d View commit details
    Browse the repository at this point in the history
  14. Merge branch 'permissions-api' of github.com:databrickslabs/terraform…

    …-provider-databricks into permissions-api
    nfx committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    b1bc6c3 View commit details
    Browse the repository at this point in the history
  15. try fixing build

    nfx committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    e8e85e1 View commit details
    Browse the repository at this point in the history
  16. test linter failing build

    nfx committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    eeeb779 View commit details
    Browse the repository at this point in the history
  17. remove fmt from lint

    nfx committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    08a8b54 View commit details
    Browse the repository at this point in the history
  18. format it back

    nfx committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    ecd11ec View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fe7d72e View commit details
    Browse the repository at this point in the history
  20. Minor commenting tweaks

    nfx committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    dd79a2d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0088df4 View commit details
    Browse the repository at this point in the history
  22. Add pkg/errors

    nfx committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    259e467 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    e7cec50 View commit details
    Browse the repository at this point in the history
  24. trigger build

    nfx committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    9c9b589 View commit details
    Browse the repository at this point in the history
  25. trigger build

    nfx committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    88da24f View commit details
    Browse the repository at this point in the history
  26. Fix code style violations

    nfx committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    9fd9e38 View commit details
    Browse the repository at this point in the history
  27. Added make install

    nfx committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    91d8243 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    47267fd View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    598f87a View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    54d6893 View commit details
    Browse the repository at this point in the history
  31. Minor commenting tweaks

    nfx committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    1dd443f View commit details
    Browse the repository at this point in the history
  32. trigger build

    nfx committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    83dca55 View commit details
    Browse the repository at this point in the history
  33. try fixing build

    nfx committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    6e69eb0 View commit details
    Browse the repository at this point in the history
  34. test linter failing build

    nfx committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    458b2cf View commit details
    Browse the repository at this point in the history
  35. remove fmt from lint

    nfx committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    70b1935 View commit details
    Browse the repository at this point in the history
  36. format it back

    nfx committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    239f2a9 View commit details
    Browse the repository at this point in the history
  37. Merge branch 'permissions-api' of github.com:databrickslabs/terraform…

    …-provider-databricks into permissions-api
    nfx committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    5adeccc View commit details
    Browse the repository at this point in the history
  38. trigger build

    nfx committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    3fee89c View commit details
    Browse the repository at this point in the history
  39. remove go get goimports

    nfx committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    ed678fe View commit details
    Browse the repository at this point in the history