Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
5511f7e
Add clone method for models with the option to also clone the changes
Feb 24, 2021
fd1a2cc
Fix testing and parsing relations from copied model
Feb 25, 2021
b35271e
Merge pull request #1 from robinzelders/model-clone-method
robinzelders Feb 25, 2021
598d11d
add comments
Feb 25, 2021
9fd0a8d
Merge branch 'model-clone-method'
Feb 25, 2021
fe3bb5a
Create new build
Feb 25, 2021
b087964
Fixed small bug
Feb 25, 2021
01e511d
Add different way to notify store of changes
Feb 25, 2021
bbf1556
add build
Feb 25, 2021
c259fa6
Copy a model returns a copy of the model when no model to copy is given
Mar 9, 2021
cbc7de0
Add build
Mar 9, 2021
1d2980a
Add new build number
Mar 17, 2021
aa2d4bb
Add check method to model that does a dry run save to check for valid…
Mar 29, 2021
e007379
Merge pull request #2 from robinzelders/T30324-model-validation
robinzelders Mar 29, 2021
309b726
Return request, so you can check if it was successful
Mar 29, 2021
004e01a
Merge pull request #3 from robinzelders/T30324-model-validation
robinzelders Mar 29, 2021
6bb69f8
Proper way of adding header to model validation request
Mar 29, 2021
d9d0ead
Merge pull request #4 from robinzelders/T30324-model-validation
robinzelders Mar 29, 2021
4bd6b17
Proper way of adding header to model validation request
Mar 29, 2021
bb12f7c
Merge pull request #5 from robinzelders/T30324-model-validation
robinzelders Mar 29, 2021
3797aad
Fix relations setting
Mar 31, 2021
d93c76f
Fix relations setting
Mar 31, 2021
3ffd171
Merge pull request #6 from robinzelders/copy_fix_test
robinzelders Mar 31, 2021
e46b198
bump version
Mar 31, 2021
dff07d0
Added fix for copy where related items are models instead of stores
Mar 31, 2021
8fd4c83
revert file delete
Mar 31, 2021
505b6c2
Fix copy changes double '__' instead of '_'
Mar 31, 2021
96f203e
Also copy related objects of related objects that were not properly d…
Mar 31, 2021
c9636d2
Added warning for relations on related models that were not defined i…
Mar 31, 2021
2423512
Test using parseRelations function
Mar 31, 2021
eb5f096
Try with deeper copy
Mar 31, 2021
2167009
new
Mar 31, 2021
e354afa
Revert to previous implementation
Mar 31, 2021
e3a6872
Also copy store changes
Mar 31, 2021
5c934ce
More tests for model copy and validation
Apr 8, 2021
661a8c4
Extra comments
Apr 8, 2021
ed1abb3
Merge branch 'master' into master
robinzelders Apr 8, 2021
22cb52e
Make isNew work for negative ids as well
Jun 10, 2021
53179ec
Add build
Jun 10, 2021
1e998e0
Add assignInternalId function as well as some tests
Jun 10, 2021
433d312
With build
Jun 10, 2021
6b99f8d
bump version
Jun 11, 2021
ba6c8fc
v0.28.2
Jun 11, 2021
f32def8
Merge remote-tracking branch 'origin/isnew-for-negative-ids' into isn…
Jun 11, 2021
57fb1a0
Add extra safety check for copying stores
Jun 16, 2021
10dfe76
Move helpers file... oopsie my bad
Jun 16, 2021
2b14d91
Skip testing the helpers.js
Jun 16, 2021
8f155f7
v0.28.3
Jun 16, 2021
7af86a4
Merge remote-tracking branch 'robin/isnew-for-negative-ids'
Jun 30, 2021
d7d7058
Add catch to validate
Jul 2, 2021
6bb4ec6
Merge pull request #110 from robinzelders/isnew-for-negative-ids
Jul 2, 2021
bbdc5b8
v0.28.4
Jul 2, 2021
28dffb9
Throw the caught error
Jul 2, 2021
25a8744
Merge branch 'health_master' into isnew-for-negative-ids
robinzelders Jul 2, 2021
e866b78
Merge pull request #111 from robinzelders/isnew-for-negative-ids
robinzelders Jul 2, 2021
8a27546
Remove debug artifact
abzainuddin Jul 28, 2021
594dda1
Merge remote-tracking branch 'origin-cy/master' into health_master # …
Jul 28, 2021
8d72cc2
Merge with master fix
Jul 28, 2021
50be433
Merge branch 'master' into health_master
Mar 10, 2022
bb59549
Merge remote-tracking branch 'origin/master' into health_master
Feb 26, 2024
0c57d21
Update health_master with latest master
Feb 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading