-
Notifications
You must be signed in to change notification settings - Fork 12
Comparing changes
Open a pull request
base repository: adfinis/customer-center
base: v3.2.0
head repository: adfinis/customer-center
compare: v3.2.1
- 13 commits
- 9 files changed
- 4 contributors
Commits on Dec 26, 2021
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 8d1d997 - Browse repository at this point
Copy the full SHA 8d1d997View commit details
Commits on Feb 6, 2022
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 7dd62b1 - Browse repository at this point
Copy the full SHA 7dd62b1View commit details
Commits on Feb 10, 2022
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 1db962a - Browse repository at this point
Copy the full SHA 1db962aView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 872f4d1 - Browse repository at this point
Copy the full SHA 872f4d1View commit details
Commits on Feb 22, 2022
-
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 committedFeb 22, 2022 Configuration menu - View commit details
-
Copy full SHA for 5626484 - Browse repository at this point
Copy the full SHA 5626484View commit details
Commits on Feb 23, 2022
-
Merge pull request #282 from aziiee/rename-time-total
fix(translations): rename total to remaining
Akanksh Saxena authoredFeb 23, 2022 Configuration menu - View commit details
-
Copy full SHA for 5159ffc - Browse repository at this point
Copy the full SHA 5159ffcView commit details -
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 committedFeb 23, 2022 Configuration menu - View commit details
-
Copy full SHA for c0cab43 - Browse repository at this point
Copy the full SHA c0cab43View commit details -
Merge pull request #281 from aziiee/fix-subscription-order
fix(subscription/reload): calculate total hours manually
Akanksh Saxena authoredFeb 23, 2022 Configuration menu - View commit details
-
Copy full SHA for 07773ee - Browse repository at this point
Copy the full SHA 07773eeView commit details -
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 authoredFeb 23, 2022 Configuration menu - View commit details
-
Copy full SHA for 9066d8f - Browse repository at this point
Copy the full SHA 9066d8fView commit details -
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 authoredFeb 23, 2022 Configuration menu - View commit details
-
Copy full SHA for 16dcf7e - Browse repository at this point
Copy the full SHA 16dcf7eView commit details -
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 authoredFeb 23, 2022 Configuration menu - View commit details
-
Copy full SHA for edd8caa - Browse repository at this point
Copy the full SHA edd8caaView commit details -
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 authoredFeb 23, 2022 Configuration menu - View commit details
-
Copy full SHA for 4b271cb - Browse repository at this point
Copy the full SHA 4b271cbView commit details -
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))
Configuration menu - View commit details
-
Copy full SHA for 5067a9a - Browse repository at this point
Copy the full SHA 5067a9aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.2.0...v3.2.1