Skip to content
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

Use BaseResponse for proposal history to add API support #6039

Merged
merged 32 commits into from
Nov 19, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
02c2022
Remove unused import.
Nov 5, 2019
2e1a69a
No need for same history record uid for submitted document.
Nov 5, 2019
1b367d3
No need for same history record uid when creating submitted proposal.
Nov 5, 2019
31c072c
No need for same history record uid when submitting document.
Nov 5, 2019
0817caa
Remove unused uuid parameter for Proposal.comment method.
Nov 5, 2019
5f097a7
Add ProposalResponse class to replace BaseHistoryRecord.
Nov 5, 2019
05cea34
Use ProposalResponse instead of HistoryRecord.
Nov 5, 2019
458a29b
Add field deserializer for Persistent objects.
Nov 8, 2019
15fc4ec
Add serializer for ProposalResponse objects.
Nov 8, 2019
72ce277
Fix created field type in Response objects.
Nov 8, 2019
600455c
Add methods to serialize and deserialize a ProposalResponse.
Nov 8, 2019
ef09126
Sync proposal responses when necessary.
Nov 8, 2019
5d9628d
Add ProposalResponseDescription to help display correct response mess…
Nov 8, 2019
0e8665f
Move ProposalResponse messages into ProposalResponseDescription.
Nov 8, 2019
e4a999b
Display ProposalResponses in overview instead of ProposalHistory.
Nov 8, 2019
66479fa
Generate activity on proposal when commenting a submitted proposal.
Nov 8, 2019
5dea02e
Clean up unused code in proposalhistory.
Nov 8, 2019
40a1797
Add upgrade step to migrate proposal history to proposal responses.
Nov 8, 2019
f91bc23
Sync proposal responses when submitting a document.
Nov 11, 2019
d96e25b
No need for ticking creation of proposal history in fixture.
Nov 11, 2019
9880264
Remove broken upgrade steps.
Nov 11, 2019
a0e2fc3
Limit created precision to seconds in ProposalResponse.
Nov 13, 2019
ac14536
Adapt proposal history tests to test proposal responses instead.
Nov 11, 2019
6d68b39
Add CL entry.
Nov 11, 2019
8d2f3d6
Add test for proposal GET over REST-API.
Nov 11, 2019
dc7dd29
Add documentation proposals API endpoint.
Nov 12, 2019
83651fd
Also test responses in proposal creation over API.
Nov 12, 2019
28cb733
Make sure to use unicode string as default for ProposalResponse text.
Nov 12, 2019
759318b
Set correct default value for text field in Response.
Nov 13, 2019
6e6e450
Make sure that text is set to empty string in ProposalHistory.
Nov 13, 2019
8946475
Include corrections and comments from PR review.
Nov 18, 2019
4634114
Correct typo in ProposalCommentedActivity class name.
Nov 18, 2019
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

This file was deleted.

This file was deleted.