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 Grafana service account #38101

Merged
merged 31 commits into from
Jul 12, 2024
Merged

Commits on Jun 22, 2024

  1. Configuration menu
    Copy the full SHA
    715bfff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a02995 View commit details
    Browse the repository at this point in the history
  3. Rename typo

    bonclay7 committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    d1243a5 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. Compile resource

    bonclay7 committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    9de6680 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a021f10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc6cff9 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Fix acceptance tests

    bonclay7 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    6ba9b54 View commit details
    Browse the repository at this point in the history
  2. Add doc

    bonclay7 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    d78b3e5 View commit details
    Browse the repository at this point in the history
  3. Lint doc and code

    bonclay7 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    a27d8cb View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Lint doc and code

    bonclay7 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    70e9250 View commit details
    Browse the repository at this point in the history
  2. Refactor and rename

    bonclay7 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    6a94b7b View commit details
    Browse the repository at this point in the history
  3. fixup! Refactor and rename

    bonclay7 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    c09bb4e View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

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

Commits on Jun 27, 2024

  1. Add schema validators

    bonclay7 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    c16045c View commit details
    Browse the repository at this point in the history
  2. Optimize tests

    bonclay7 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    a72a23a View commit details
    Browse the repository at this point in the history
  3. Clean docs

    bonclay7 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    65e029f View commit details
    Browse the repository at this point in the history
  4. Update docs

    bonclay7 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    1f51bc6 View commit details
    Browse the repository at this point in the history
  5. Adding service account token

    As service account by itself is not really useful, I merged locally my branch
    on service account token. Happy to drop this commit if it needs to be submitted
    separately
    
    commit 6b70e6e59b7dc0bd1ac652ce3038413f65c11e8b
    Author: Rodrigue Koffi <bonclay7@users.noreply.github.com>
    Date:   Thu Jun 27 21:55:00 2024 +0200
    
        Add service account token doc
    
    commit bd3fad4e84eb75815516cd658dc155ece76f5791
    Author: Rodrigue Koffi <bonclay7@users.noreply.github.com>
    Date:   Thu Jun 27 16:05:28 2024 +0200
    
        Optimize tests paths
    
    commit 560148e983736a2e193442d24782e5c755be2fca
    Author: Rodrigue Koffi <bonclay7@users.noreply.github.com>
    Date:   Thu Jun 27 12:41:41 2024 +0200
    
        Add acceptance testing
    
    commit 39090f6e22252ff979405715a6e0f094f383933b
    Author: Rodrigue Koffi <bonclay7@users.noreply.github.com>
    Date:   Thu Jun 27 11:32:00 2024 +0200
    
        Add service account token resource
    bonclay7 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    3b62fa3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b62c77c View commit details
    Browse the repository at this point in the history
  7. Drop dead code

    bonclay7 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    47c7d7a View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    6b89e4c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into HEAD

    # Conflicts:
    #	go.mod
    #	go.sum
    #	internal/conns/awsclient_gen.go
    #	internal/service/grafana/exports_test.go
    #	internal/service/grafana/generate.go
    #	internal/service/grafana/service_endpoint_resolver_gen.go
    #	internal/service/grafana/service_endpoints_gen_test.go
    #	internal/service/grafana/service_package_gen.go
    #	names/data/names_data.hcl
    ewbankkit committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    a75d8e4 View commit details
    Browse the repository at this point in the history
  3. Add CHANGELOG entries.

    ewbankkit committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    e7a6a6d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6db522d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e5ab73 View commit details
    Browse the repository at this point in the history
  6. Fixes after some testing.

    ewbankkit committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    2e1b4e1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    140f97c View commit details
    Browse the repository at this point in the history
  8. Fix typos.

    ewbankkit committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    7b96b4f View commit details
    Browse the repository at this point in the history
  9. More fixes after testing.

    ewbankkit committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    b796cba View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    da430af View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9b3012d View commit details
    Browse the repository at this point in the history