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: raystack/frontier
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.70.1
Choose a base ref
...
head repository: raystack/frontier
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.71.0
Choose a head ref
  • 5 commits
  • 39 files changed
  • 3 contributors

Commits on Jul 24, 2025

  1. feat: migrate Organization Admin RPCs to connectRPC server (#1074)

    * enable server reflection
    
    * migrate ListAllOrganizations
    
    * migrate AdminCreateOrganization
    
    * migrate SearchOrganizations
    
    * migrate SearchOrganizationUsers
    
    * migrate SearchOrganizationProjects
    
    * migrate SearchOrganizationInvoices
    
    * migrate SearchOrganizationTokens
    
    * handle internal errors
    
    * migrate SearchOrganizationServiceUserCredentials
    
    * refactor
    whoAbhishekSah authored Jul 24, 2025
    Configuration menu
    Copy the full SHA
    b25e1f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2025

  1. chore: replace nextjs with vite in sdk demo (#1084)

    * chore: setup proton and connect
    
    * chore(sdk-demo): replace nextjs with vite
    rsbh authored Jul 29, 2025
    Configuration menu
    Copy the full SHA
    2ab43a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2025

  1. feat: migrate OrgExport RPC to ConnectRPC server (#1080)

    * wip: streaming API
    
    * migrate export org billing api
    
    * implement interceptor interface for session
    
    * implement interceptor interface for authorization
    
    * implement WrapStreamingClient for Session interceptor
    
    * refactor
    
    * bump chunk size
    
    * remove redundant lines
    
    * compile fix
    whoAbhishekSah authored Jul 30, 2025
    Configuration menu
    Copy the full SHA
    03da476 View commit details
    Browse the repository at this point in the history
  2. feat: create online provider account when user tries to update billin…

    …g details or payment method (#1085)
    
    * feat: create online provider account when user tries to update billing details or payment method
    
    * fix: remove comments
    
    * fix: remove unused variables
    
    * fix: remove comments
    rohilsurana authored Jul 30, 2025
    Configuration menu
    Copy the full SHA
    8b7be04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b646699 View commit details
    Browse the repository at this point in the history
Loading