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: adfinis/customer-center
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.2.0
Choose a base ref
...
head repository: adfinis/customer-center
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.1
Choose a head ref
  • 13 commits
  • 9 files changed
  • 4 contributors

Commits on Dec 26, 2021

  1. chore(deps-dev): bump ember-cli-htmlbars in /frontend

    Bumps [ember-cli-htmlbars](https://github.com/ember-cli/ember-cli-htmlbars) from 5.7.2 to 6.0.1.
    - [Release notes](https://github.com/ember-cli/ember-cli-htmlbars/releases)
    - [Changelog](https://github.com/ember-cli/ember-cli-htmlbars/blob/master/CHANGELOG.md)
    - [Commits](ember-cli/ember-cli-htmlbars@v5.7.2...v6.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: ember-cli-htmlbars
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 26, 2021
    Configuration menu
    Copy the full SHA
    8d1d997 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2022

  1. chore(deps-dev): bump @ember/render-modifiers in /frontend

    Bumps [@ember/render-modifiers](https://github.com/emberjs/ember-render-modifiers) from 1.0.2 to 2.0.4.
    - [Release notes](https://github.com/emberjs/ember-render-modifiers/releases)
    - [Changelog](https://github.com/emberjs/ember-render-modifiers/blob/master/CHANGELOG.md)
    - [Commits](emberjs/ember-render-modifiers@v1.0.2...v2.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: "@ember/render-modifiers"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 6, 2022
    Configuration menu
    Copy the full SHA
    7dd62b1 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. chore(deps-dev): bump ember-page-title from 6.2.2 to 7.0.0 in /frontend

    Bumps [ember-page-title](https://github.com/ember-cli/ember-page-title) from 6.2.2 to 7.0.0.
    - [Release notes](https://github.com/ember-cli/ember-page-title/releases)
    - [Changelog](https://github.com/ember-cli/ember-page-title/blob/master/CHANGELOG.md)
    - [Commits](ember-cli/ember-page-title@v6.2.2...v7.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: ember-page-title
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 10, 2022
    Configuration menu
    Copy the full SHA
    1db962a View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump ember-maybe-import-regenerator in /frontend

    Bumps [ember-maybe-import-regenerator](https://github.com/machty/ember-maybe-import-regenerator) from 0.1.6 to 1.0.0.
    - [Release notes](https://github.com/machty/ember-maybe-import-regenerator/releases)
    - [Commits](https://github.com/machty/ember-maybe-import-regenerator/commits/v1.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: ember-maybe-import-regenerator
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 10, 2022
    Configuration menu
    Copy the full SHA
    872f4d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. fix(translations): rename total to remaining

    The remaining time has been displayed as total time until now and
    that is wrong. There is the `ordered time`, which is the total
    duration of placed orders and there is the `remaining time`, which
    is (`ordered time` - `reported time`).
    Akanksh Saxena committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    5626484 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Merge pull request #282 from aziiee/rename-time-total

    fix(translations): rename total to remaining
    Akanksh Saxena authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    5159ffc View commit details
    Browse the repository at this point in the history
  2. fix(subscription/reload): calculate total hours manually

    The backend expects the duration of a subscription package in the
    format `HH:mm:ss`. Our  previous implementation failed if the
    duration exceeded 24 hours.
    
    For instance, if the duration was 30 hours, it was given in the
    format `DD HH:mm:ss` which the backend did not expect. Now, the
    calculation of total hours is done manually and not via Moment.js,
    as there is not a feasible solution for `DD HH:mm:ss` -> `HH:mm:ss`.
    
    Furthermore, the transform has been updated to not throw an error
    when serializing a non-moment-duration value.
    Akanksh Saxena committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    c0cab43 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #281 from aziiee/fix-subscription-order

    fix(subscription/reload): calculate total hours manually
    Akanksh Saxena authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    07773ee View commit details
    Browse the repository at this point in the history
  4. Merge pull request #239 from adfinis-sygroup/dependabot/npm_and_yarn/…

    …frontend/ember-page-title-7.0.0
    
    chore(deps-dev): bump ember-page-title from 6.2.2 to 7.0.0 in /frontend
    Akanksh Saxena authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    9066d8f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #241 from adfinis-sygroup/dependabot/npm_and_yarn/…

    …frontend/ember-maybe-import-regenerator-1.0.0
    
    chore(deps-dev): bump ember-maybe-import-regenerator from 0.1.6 to 1.0.0 in /frontend
    Akanksh Saxena authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    16dcf7e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #275 from adfinis-sygroup/dependabot/npm_and_yarn/…

    …frontend/ember/render-modifiers-2.0.4
    
    chore(deps-dev): bump @ember/render-modifiers from 1.0.2 to 2.0.4 in /frontend
    Akanksh Saxena authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    edd8caa View commit details
    Browse the repository at this point in the history
  7. Merge pull request #244 from adfinis-sygroup/dependabot/npm_and_yarn/…

    …frontend/ember-cli-htmlbars-6.0.1
    
    chore(deps-dev): bump ember-cli-htmlbars from 5.7.2 to 6.0.1 in /frontend
    Akanksh Saxena authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    4b271cb View commit details
    Browse the repository at this point in the history
  8. chore(release): 3.2.1 [skip ci]

    ## [3.2.1](v3.2.0...v3.2.1) (2022-02-23)
    
    ### Bug Fixes
    
    * **subscription/reload:** calculate total hours manually ([c0cab43](c0cab43))
    * **translations:** rename total to remaining ([5626484](5626484))
    semantic-release-bot committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    5067a9a View commit details
    Browse the repository at this point in the history
Loading