-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Created a 'generic' serialize method, useful to use with web sockets. #15
Open
oiramalli
wants to merge
35
commits into
sane:master
Choose a base branch
from
oiramalli:generalSerializer
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
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
8abff87
Created a serialaze 'generic' method.
oiramalli 1e68a3a
fix to to override the input on the config/jsonapi.js file
oiramalli 610d202
fix for web sockets not going
oiramalli 23bfdc0
Created a serialaze 'generic' method.
oiramalli 6065732
fix to to override the input on the config/jsonapi.js file
oiramalli 18dc298
fix for web sockets not going
oiramalli d3e7317
Merge branch 'generalSerializer' of https://github.com/oiramalli/sail…
oiramalli a832828
Cleaning up files
oiramalli f911673
Some more cleanup
oiramalli 670e70a
Created a serialaze 'generic' method.
oiramalli a39ca95
fix to to override the input on the config/jsonapi.js file
oiramalli 66a7511
fix for web sockets not going
oiramalli aafc544
Created a serialaze 'generic' method.
oiramalli 74a11e7
fix to to override the input on the config/jsonapi.js file
oiramalli ebc65e5
Cleaning up files
oiramalli 00a9216
Some more cleanup
oiramalli 17c219f
Merge branch 'generalSerializer' of https://github.com/oiramalli/sail…
oiramalli 39502f3
Some more cleanup...
oiramalli 310fd23
Some more cleanup...
oiramalli 8921274
Some more cleanup...
oiramalli 18dd697
wait for normalizePayload to call next()
oiramalli 00fd1fa
Serializer
oiramalli 4e5dafd
Code cleanup
oiramalli 39acb87
Some changes on serializer
oiramalli c674306
Created a serialaze 'generic' method.
oiramalli fb203e0
fix to to override the input on the config/jsonapi.js file
oiramalli 30c2afc
fix for web sockets not going
oiramalli af50ac4
Created a serialaze 'generic' method.
oiramalli a63972d
fix to to override the input on the config/jsonapi.js file
oiramalli dc32182
Cleaning up files
oiramalli 81e9997
Some more cleanup
oiramalli b7c6ef6
Created a serialaze 'generic' method.
oiramalli 15d00b3
fix to to override the input on the config/jsonapi.js file
oiramalli acbdc08
Merge branch 'generalSerializer' of https://github.com/oiramalli/sail…
oiramalli f345004
Removing extra spaces
oiramalli File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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.
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.
This should not be removed. It's used several times. Causing your tests to fail.