8000 Comparing v2.1.2...v3.0.0 · commercelayer/mfe-cart · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: commercelayer/mfe-cart
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.2
Choose a base ref
...
head repository: commercelayer/mfe-cart
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0
Choose a head ref
  • 14 commits
  • 117 files changed
  • 2 contributors

Commits on Dec 12, 2022

  1. fix: replace env vars with a runtime config

    BREAKING CHANGE:
    Starting from this version only `PUBLIC_PROJECT_PATH` is required to be available as env variable and it should not contain any leading or trailing slashes.
    All other configurations must be changed in `/public/config.json` since their will be available at runtime.
    There is no need anymore to re-build the app if configuration is changed, since config.json will be fetched at every page/app load.
    gciotola committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    732ac5f View commit details
    Browse the repository at this point in the history
  2. ci: add pipeline config

    gciotola committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    0ddad93 View commit details
    Browse the repository at this point in the history
  3. ci: fix pipeline

    clgiovannelli committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    973568c View commit details
    Browse the repository at this point in the history
  4. ci: fix pipeline

    clgiovannelli committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    44caf68 View commit details
    Browse the repository at this point in the history
  5. ci: update config.yml

    clgiovannelli committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    e24c1bc View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Configuration menu
    Copy the full SHA
    6b52a56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f159c90 View commit details
    Browse the repository at this point in the history
  3. feat: implement monorepo project folder structure

    BREAKING CHANGE: all files have been moved into folder `packages/cart/` in order to work as monorepo
    gciotola committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    a8e81cf View commit details
    Browse the repository at this point in the history
  4. ci: update configuration

    gciotola committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    4bd5eea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e732bb View commit details
    Browse the repository at this point in the history
  6. v3.0.0-stg.0

    gciotola committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    d41735c View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. ci: remove github pipeline

    gciotola committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    8962c69 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #33 from commercelayer/fix/runtime-config

    Feat: convert to monorepo and implement runtime configuration
    BREAKING CHANGE:
    All files have been moved into folder `packages/cart/` in order to work as monorepo
    Starting from this version only `PUBLIC_PROJECT_PATH` is required to be available as env variable and it should not contain any leading or trailing slashes.
    All other configurations must be changed in `/public/config.json` since their will be available at runtime.
    There is no need anymore to re-build the app if configuration is changed, since config.json will be fetched at every page/app load.
    gciotola authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    f229223 View commit details
    Browse the repository at this point in the history
  3. v3.0.0

    gciotola committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    900dc22 View commit details
    Browse the repository at this point in the history
Loading
0