Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: icoretech/airbroke Loading
base: v1.1.4
Choose a base ref
...
head repository: icoretech/airbroke Loading
compare: v1.1.5
Choose a head ref
  • 2 commits
  • 7 files changed
  • 1 contributor

Commits on May 21, 2023

  1. chore(env): rename environment variables to include AIRBROKE prefix f…

    …or consistency
    
    refactor(route.ts): use AIRBROKE_CORS_ORIGINS environment variable instead of CORS_ORIGINS
    refactor(route.ts): use AIRBROKE_OPENAI_API_KEY environment variable instead of OPENAI_API_KEY
    refactor(auth.ts): use AIRBROKE_GITHUB_ID and AIRBROKE_GITHUB_SECRET environment variables instead of GITHUB_ID and GITHUB_SECRET
    refactor(auth.ts): use AIRBROKE_ATLASSIAN_ID and AIRBROKE_ATLASSIAN_SECRET environment variables instead of ATLASSIAN_ID and ATLASSIAN_SECRET
    refactor(auth.ts): use AIRBROKE_GOOGLE_ID and AIRBROKE_GOOGLE_SECRET environment variables instead of GOOGLE_ID and GOOGLE_SECRET
    refactor(auth.ts): use AIRBROKE_COGNITO_ID and AIRBROKE_COGNITO_SECRET environment variables instead of COGNITO_ID and COGNITO_SECRET
    refactor(auth.ts): use AIRBROKE_GITLAB_ID and AIRBROKE_GITLAB_SECRET environment variables instead of GITLAB_ID and GITLAB_SECRET
    refactor(auth.ts): use AIRBROKE_KEYCLOAK_ID and AIRBROKE_KEYCLOAK_SECRET environment variables instead of KEYCLOAK_ID and KEYCLOAK_SECRET
    refactor(auth.ts): use AIRBROKE_AZURE_AD_CLIENT_ID and AIRBROKE_AZURE_AD_CLIENT_SECRET environment variables instead of AZURE_AD_CLIENT_ID and AZURE_AD_CLIENT_SECRET
    refactor(auth.ts): use AIRBROKE_AZURE_AD_TENANT_ID environment variable instead of AZURE_AD_TENANT_ID
    refactor(auth.ts): use AIRBROKE_GOOGLE_DOMAINS environment variable instead of GOOGLE_DOMAINS
    feat(auth.ts): add support for AIRBROKE_GITHUB_ORGS environment variable to restrict access to specific organization(s) in Github
    feat(auth.ts): add support for AIRBROKE_COGNITO_ISSUER environment variable to configure Cognito issuer
    feat(auth.ts): add support for AIRBROKE_KEYCLOAK_ISSUER environment variable to configure Keycloak issuer
    feat(auth.ts): add support for AIRBROKE_AZURE_AD_TENANT_ID environment variable to configure Azure AD tenant ID
    feat(auth.ts): add support for AIRBROKE_AZURE_AD_CLIENT_ID and AIRBROKE_AZURE_AD_CLIENT_SECRET environment variables to configure Azure AD client ID and secret respectively
    
    refactor(tailwind.config.ts): remove unused pages directory from content array
    feat(tailwind.config.ts): add airbroke color palette to the theme configuration
    masterkain committed May 21, 2023
    Configuration menu
    Copy the full SHA
    cb97c15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9071171 View commit details
    Browse the repository at this point in the history
Loading