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

Tidy up /template APIs #3646

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

Tidy up /template APIs #3646

wants to merge 12 commits into from

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    d74c889 View commit details
    Browse the repository at this point in the history
  2. Don't generate TitleCase service tags

    - `default` looks a bit more consistent for now
    foot committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    708d602 View commit details
    Browse the repository at this point in the history
  3. Tidy up the templates APIs

    - Remove /profiles and /params endpoints
    - They just return a post-filtered subset of /templates/{name}
    - Align preview and create-pull-request endpoints, they had differing
      param names
    - createpullrequest.values -> profiles (aligned w/ preview.profiles)
    - preview.values -> parameter_values (aligned w/
      createpullrequest.parameter_values)
    foot committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    3ba9c71 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Enterprise events endpoint is now internal

    - Hopefully we can just use the OSS one
    foot committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    0798668 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Adds more docstrings

    foot committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    9a6d903 View commit details
    Browse the repository at this point in the history
  2. More docs for templates

    Also external_secret_name -> name
    foot committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    c6dbdc0 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    86c874b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    854b011 View commit details
    Browse the repository at this point in the history
  3. More docs for workspaces

    foot committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    95a121a View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. diff merge ignore

    foot committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    bc7567d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc43f14 View commit details
    Browse the repository at this point in the history
  3. Undeprecate for the linter

    foot committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    d6e772b View commit details
    Browse the repository at this point in the history