-
Notifications
You must be signed in to change notification settings - Fork 15
T32139 default negative ids for new models #112
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
Open
robinzelders
wants to merge
54
commits into
CodeYellowBV:health_master
Choose a base branch
from
robinzelders:T32139-default-negative-ids-for-new-models
base: health_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 12 commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
6f050ba
Automatically convert files in data to the format understood by djang…
bf6407a
New models will get a negative id by default instead of null, with up…
849c0cd
v0.28.3
744cb65
v0.28.4
dfff896
Merge branch 'isnew-for-negative-ids' into T32139-default-negative-id…
0fb001d
v0.29.0
7dda13e
Related models will still get id of null to indicate relation is empty
e27cce9
Add more tests showcasing clearing behaviour also after copying
6ad90ae
v0.28.4
d479d3a
Merge remote-tracking branch 'origin/isnew-for-negative-ids' into isn…
4c39b2f
Merge branch 'isnew-for-negative-ids' into T32139-default-negative-id…
87c1df7
v0.29.1
5f90823
Create new negative id on clear
14eed14
Fix review comments from Daan
c125b0e
Test in jsdom environment so that we can use Blob/FormData
725c2cf
Add tests
be18b90
Add documentation
ca5532f
fix docs
e58a9f5
Merge branch 'master' into files-in-request-body
66b1c14
add tests to check if files convert after model.save
fbe2e80
Improve test
a2ca2ac
Improve both tests
d7ff52e
Automatically convert files in data to the format understood by djang…
8d5efa9
Test in jsdom environment so that we can use Blob/FormData
b904268
Add tests
b1fa3ff
Merge remote-tracking branch 'CY/files-in-request-body' into files-in…
10160ea
add tests to check if files convert after model.save
204beaf
Improve test
604c335
Improve both tests
a64c093
Fix frontend_lint and update node version
0c2f2ce
Merge remote-tracking branch 'CY/files-in-request-body' into files-in…
97def3e
Merge pull request #123 from Bilonan/files-in-request-body
abzainuddin 36b0d2a
Merge pull request #103 from CodeYellowBV/files-in-request-body
abzainuddin 3f916bb
v0.28.3
abzainuddin 60f3f8b
v0.28.4
abzainuddin dcb8690
add check if relation is defined
87aa1f7
build
f7dc23f
Add comment for relation check
82ff876
Add test "save all with not defined relation error"
fe5418c
add snapshot
1e70ed4
Merge pull request #125 from Bilonan/T34782-relations-error
abzainuddin ee852d2
Fix styling of some comments, and added a migration guide for convert…
445474d
Merge branch 'health_master' into T32139-default-negative-ids-for-new…
7de2476
build es files
ccc3e1d
v0.29.2
34cedfc
v0.30.0
80a82f2
Merge remote-tracking branch 'origin-cy/master' into T32139-default-n…
d7897be
add failing test for inconsistent ordering
b3855df
fix instable ordering in relations
5a66e98
update build
6e9a5fc
Improve running time of repository parsing
cec7709
Merge pull request #129 from CodeYellowBV/fix_with_sorting_bug
65ea570
Merge remote-tracking branch 'origin-cy/master' into T32139-default-n…
126db33
build es files
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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
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.
Typo?