This repository has been archived by the owner on Mar 21, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 179
Map all dates from server in HTTP services #632
Open
snitin315
wants to merge
3
commits into
jhipster:master
Choose a base branch
from
snitin315:feat/map-all-dates-from-server
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Map all dates from server in HTTP services #632
snitin315
wants to merge
3
commits into
jhipster:master
from
snitin315:feat/map-all-dates-from-server
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
snitin315
force-pushed
the
feat/map-all-dates-from-server
branch
from
June 16, 2020 13:27
03dae07
to
56cab85
Compare
Thanks for proposing this, @snitin315 |
snitin315
force-pushed
the
feat/map-all-dates-from-server
branch
2 times, most recently
from
June 22, 2020 04:36
99fc918
to
d56eab2
Compare
snitin315
force-pushed
the
feat/map-all-dates-from-server
branch
5 times, most recently
from
June 22, 2020 06:52
edd365b
to
ebc5735
Compare
snitin315
force-pushed
the
feat/map-all-dates-from-server
branch
from
June 22, 2020 06:54
ebc5735
to
bad2dab
Compare
@pascalgrimaud fixed 👍, not sure about Vue.js / vuejs-fulli18n-es . all tests seem to pass there. |
Last failure is related to:
Maybe add another test to check all possible condition ? |
@pascalgrimaud thanks, all green now 💯 |
Thanks @snitin315 : give me time to review and do some manual tests :) |
@hdurix : as you opened the original issue, do you have time to have a quick look plz ? |
hdurix
reviewed
Jun 29, 2020
@@ -186,6 +186,13 @@ export default class <%= entityAngularName %>Update extends <% if (fieldsContain | |||
return null; | |||
} | |||
|
|||
public mapAllDatesFromServer(dates: Date[]): string[] { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is it not called from anywhere?
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix #482
Please make sure the below checklist is followed for Pull Requests.
All continuous integration tests are green
Tests are added where necessary
Documentation is added/updated where necessary
Coding Rules & Commit Guidelines as per our CONTRIBUTING.md document are followed