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: NEARBuilders/bos-workspace
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.0-alpha.37
Choose a base ref
...
head repository: NEARBuilders/bos-workspace
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 7 commits
  • 192 files changed
  • 2 contributors

Commits on Aug 6, 2024

  1. 127 customize gateway from bosconfigjson (#147)

    * Allow 'gateway' option in bos.config.json schema
    
    * Implement gateway precedence logic
    
    * Add gateway object
    
    * Fix gateway object
    
    * Fix bug
    
    * Enforce tagName and bundleUrl rules
    
    * Fix test
    
    * Gateway object for multi app
    
    * Tackle pr comments
    
    * Address pr comments
    
    * Restore gatewayInitPromise
    
    * Fix logs
    
    * Remove -g option from the cli
    
    * Remove notes
    
    * Add test to verify tagName
    
    * Remove redundant fallback
    
    ---------
    
    Co-authored-by: Elliot Braem <16282460+elliotBraem@users.noreply.github.com>
    bb-face and elliotBraem authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    0def6ee View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. 100 implement upload command (#148)

    * Add upload folders script
    
    * Add support for nested folders
    
    * Smart contract panic
    
    * Fix data creation + add test
    
    * Merge uplaod functions + README
    bb-face authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    9473101 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

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

Commits on Sep 28, 2024

  1. add task (#151)

    elliotBraem authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    74d34ae View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Update default gateway bundle (#152)

    * fix local dev
    
    * remove pnpm
    elliotBraem authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    4d945f1 View commit details
    Browse the repository at this point in the history
  2. Use rspack for local gateway (#153)

    * fix local dev
    
    * remove pnpm
    
    * use rspack over webpack
    elliotBraem authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    0c0e978 View commit details
    Browse the repository at this point in the history
  3. version

    elliotBraem committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    0a27c9a View commit details
    Browse the repository at this point in the history
Loading