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: mattermost/mattermost-cloud
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.87.1
Choose a base ref
...
head repository: mattermost/mattermost-cloud
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 11 commits
  • 76 files changed
  • 3 contributors

Commits on Oct 17, 2024

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

Commits on Oct 31, 2024

  1. Fix structs to match argocd YAML files (#1084)

    * CLD-8505:add metrics-server to be managed by argocd
    
    * CLD-8505:Fix struct to match argocd yaml files
    andrleite authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    eee2cd6 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Upgrade Teleport (#1085)

    * Upgrade Teleport
    
    * Upgrade Teleport chart version
    andrleite authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    83813a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. OIDC Authentication, and Cloud CLI Contexts (#1082)

    * Draft: Add support for OIDC Authentication to the Provisioner
    
    * Remove some commented code
    
    * Add todo
    
    * Fix linter
    
    * Add OAuth Client Credentials handler to client
    
    * Refactor device_authorization for CLI
    
    * Add User ID from Context to logger
    
    * Remove random access log from testing
    
    * 'Upgrade' version of k8s.io/client-go
    
    * Logs
    
    * Fix linteR
    
    * Add a support for configurable restricted clients with configurable allow list for said clients
    
    * Remove Okta dependency in favour of generic JWT lib. Support for MS
    
    * Adjustments to allow for refresh token support with MS
    
    * Updates to client to pass custom scope
    
    * Updates for client code
    
    * Changes for PR feedback
    
    * Changes for PR feedback
    
    * Fixes from PR feedback
    nickmisasi authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    e65634a View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2024

  1. Add support for a --context flag to override the context currently in…

    … use, with an ENV variable override (#1086)
    nickmisasi authored Dec 6, 2024
    Configuration menu
    Copy the full SHA
    25c3cdb View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2024

  1. Add support for contexts requiring confirmation (#1087)

    * Add support for contexts requiring confirmation
    
    * Add back
    nickmisasi authored Dec 9, 2024
    Configuration menu
    Copy the full SHA
    b1b8f71 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2024

  1. Add option to always schedule on external clusters (#1089)

    External clusters may have scaling behavior that will accommodate
    any number of new installations. This change allows for ignoring
    cluster resource thresholds on external clusters so that installations
    are always scheduled on this cluster type.
    gabrieljackson authored Dec 10, 2024
    Configuration menu
    Copy the full SHA
    09af48b View commit details
    Browse the repository at this point in the history
  2. QOL: Add ClusterIDs array to InstallationDTO object (#1088)

    * QOL: Add ClusterIDs array to InstallationDTO object
    
    * Fix tests
    nickmisasi authored Dec 10, 2024
    Configuration menu
    Copy the full SHA
    79eed1f View commit details
    Browse the repository at this point in the history
  3. Show VPC IDs for external clusters in cluster table (#1090)

    If an external cluster was imported with a VPC ID then we will
    now show that ID in the cluster list table.
    gabrieljackson authored Dec 10, 2024
    Configuration menu
    Copy the full SHA
    e17c733 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2024

  1. [CLD-8628 #2] Add custom status code for installation name/dns confli…

    …cts   bonus (#1091)
    
    * Add support for contexts requiring confirmation
    
    * Add back
    
    * Add custom status code for DNS conflict on creation
    
    * Fix tests, add support for passing actor ID through installation deletion webhook events
    nickmisasi authored Dec 18, 2024
    Configuration menu
    Copy the full SHA
    6a79c68 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2024

  1. Add custom installation volume support (#1092)

    Kubernetes volumes can now be added to installation deployments.
    Volumes backed by secrets can be created, updated, and deleted
    after an installation has been created. The volume secret data is
    first stored in AWS Secrets Manager and then appended as a k8s
    secret in an installation update. Volumes are mounted in the
    specified mount path of the container which should support many
    cases where sensitive information is required at the filesystem
    level of Mattermost.
    gabrieljackson authored Dec 23, 2024
    Configuration menu
    Copy the full SHA
    5112293 View commit details
    Browse the repository at this point in the history
Loading