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

Support variable distribution period length #1691

Merged
merged 38 commits into from
Oct 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
03b63f8
Fix Vue error in groupProposalSettings
snowteamer Aug 14, 2023
3b9e246
Remove unused paymentTotalFromUserToUser getter
snowteamer Aug 14, 2023
b6c71c1
Add groupSortedPeriodKeys getter in group.js
snowteamer Aug 16, 2023
a922cb4
Update getters to support variable period length
snowteamer Aug 16, 2023
aa52565
Merge master into variable-period-length
snowteamer Aug 23, 2023
95b4838
Add isIsoString in time.js and use it
snowteamer Aug 24, 2023
7035686
Support variable period length in MonthOverview.vue
snowteamer Aug 28, 2023
11b4f90
Apply review
snowteamer Sep 13, 2023
46d8d70
Pin contracts to v0.1.8
snowteamer Sep 13, 2023
0361950
Add periodStampsForDate in time.js
snowteamer Sep 17, 2023
d455769
Add getHistoricalPaymentPeriods in PaymentMixin.js
snowteamer Sep 18, 2023
8a0e335
Rename getSortedPeriodKeys to getAllSortedPeriodKeys
snowteamer Sep 18, 2023
f9252c1
Add a few comments
snowteamer Sep 19, 2023
543311f
Export new helpers from time.js
snowteamer Sep 20, 2023
cb081c2
Improve validation in periodStampsForDate
snowteamer Sep 20, 2023
51568c3
Remove occurences of 'undefined'
snowteamer Sep 20, 2023
9162a5f
Fix missing break statement
snowteamer Sep 20, 2023
3dba4e2
Fix wrong getter name in SupportHistory.vue
snowteamer Sep 20, 2023
024ad27
fixup! Improve validation in periodStampsForDate
snowteamer Sep 20, 2023
8c239d5
Restore logging in Cypress
snowteamer Sep 20, 2023
5938968
Fix reactivity issue in MonthOverview.vue
snowteamer Sep 20, 2023
c1ec47a
Fix data() in PaymentRowReceived/Sent.vue
snowteamer Sep 20, 2023
f1c40c1
Use groupDistributionStarted i/o inWaitingPeriod
snowteamer Sep 20, 2023
2261521
Revert change in updateDistributionDate
snowteamer Sep 21, 2023
52ad851
Use humanStart/DueDate in MonthOverview.vue
snowteamer Sep 21, 2023
6e378e8
Simplify PaymentDetail.vue/initializeDetails
snowteamer Sep 21, 2023
0fc41eb
Use mounted i/o watch in PaymentRowReceived/Sent.vue
snowteamer Sep 21, 2023
2dd2102
Fix pedantic Flow error
snowteamer Sep 23, 2023
cd18f62
Pin contracts to 0.1.8
snowteamer Sep 23, 2023
44c5d3b
Move mounted() near the top
snowteamer Sep 23, 2023
7023b85
Revert humanDate to plain import in MonthOverview.vue
snowteamer Sep 23, 2023
f5c684a
Use payment.period to fix Invalid Date errors
snowteamer Sep 23, 2023
0d84402
Add .start field in initPaymentPeriod
snowteamer Sep 24, 2023
4368f65
Add .end field in in-memory payment periods
snowteamer Sep 24, 2023
43b070b
Rename getPeriodPayment to getPaymentPeriod
snowteamer Sep 29, 2023
8f2519d
Fix issue 1739
snowteamer Oct 1, 2023
b7767f5
Pin contracts
snowteamer Oct 3, 2023
d19ed2b
Add test for payment in 2nd period
snowteamer Oct 3, 2023
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
961 changes: 961 additions & 0 deletions contracts/0.1.8/chatroom-slim.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions contracts/0.1.8/chatroom.0.1.8.manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"head":{"manifestVersion":"1.0.0"},"body":"{\"version\":\"0.1.8\",\"contract\":{\"hash\":\"21XWnNSbTzDVk7QNPYi5n1C8w34ivhT2Xp91CWz1itVdhNjFqX\",\"file\":\"chatroom.js\"},\"authors\":[{\"cipher\":\"algo\",\"key\":\"<pubkey from deploy-key.json>\"},{\"cipher\":\"algo\",\"key\":\"<pubkey from alex.json>\"}],\"contractSlim\":{\"file\":\"chatroom-slim.js\",\"hash\":\"21XWnNN7LxitcRpsam5GmmsBJtwY7eekM5cBEdLUJNGCwPXnPE\"}}","signature":{"key":"<which of the 'authors' keys was used to sign 'body'>","signature":"<signature>"}}
10,063 changes: 10,063 additions & 0 deletions contracts/0.1.8/chatroom.js

Large diffs are not rendered by default.

Loading