410 Commits

Author SHA1 Message Date
Moriz Wahl
e4a96e3cb8 release: Version 1.11.0 2022-07-28 16:53:23 +02:00
Moriz Wahl
9ba51a813a Merge branch 'master' into insert-missing-contributions-migration 2022-07-21 11:18:29 +02:00
Moriz Wahl
c9098fa2cf fix: Add Contributions to User 2022-07-19 11:47:03 +02:00
clauspeterhuebner
5a77247c79
Merge branch 'master' into 1794-feature-event-protocol-1-implement-the-basics-of-the-business-event-protocol 2022-07-18 19:31:47 +02:00
elweyn
5892f7b429 Remove OneToOne import from contribution entity. 2022-07-15 14:48:51 +02:00
elweyn
cada4eca19 Change OneToOne relation to OneToMany / ManyToOne. 2022-07-15 14:32:20 +02:00
elweyn
d066227043 Change the Contribution entity to join on user. 2022-07-15 14:13:33 +02:00
Moriz Wahl
eb404cf8b3 add migrations to insert contributions to all transactions with type creation that do not have a contribution yet 2022-07-13 14:30:46 +02:00
Claus-Peter Hübner
f3eb73bf8d Merge remote-tracking branch 'origin/master' into
1794-feature-event-protocol-1-implement-the-basics-of-the-business-event-protocol
2022-07-13 01:28:53 +02:00
einhornimmond
1a39f8dcbf
Merge branch 'master' into archive_transform_valid_transactions 2022-07-11 23:40:57 +02:00
Einhornimmond
6d4d030136 exchanged order with other migration 2022-07-11 15:08:41 +02:00
Einhornimmond
eeafe2ddab change order with other migration 2022-07-11 15:07:07 +02:00
Einhornimmond
d423e2d097 lint fix 2022-07-11 14:47:34 +02:00
Einhornimmond
72a4c1145d remove forgotten drop transactions_temp table 2022-07-11 12:39:35 +02:00
Einhornimmond
0e821434a3 Merge branch 'archive_transform_valid_transactions' of github.com:gradido/gradido into archive_transform_valid_transactions 2022-07-10 08:09:23 +02:00
Einhornimmond
6423c66b0b Merge branch 'master' into archive_transform_valid_transactions 2022-07-10 08:08:38 +02:00
Claus-Peter Hübner
c570e5d2e5 Merge remote-tracking branch 'origin/master' into
1794-feature-event-protocol-1-implement-the-basics-of-the-business-event-protocol
remove EnumEventType table
2022-07-07 01:47:07 +02:00
einhorn_b
2774594f13 apply suggestions, remove added transactions from creation date fix sql queries 2022-07-06 10:32:34 +02:00
einhornimmond
a2ffab2d4d
Update database/migrations/0041-update_transactions_for_blockchain.ts
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2022-07-06 10:27:21 +02:00
einhorn_b
6b3813a0c8 add code for moving user creation date if transaction before exist 2022-07-05 17:09:31 +02:00
einhorn_b
19253d7ce7 change generic mysql query to easy raw mysql queries 2022-07-05 16:18:34 +02:00
einhorn_b
8c4664e391 add line to downgrade 2022-07-04 13:46:04 +02:00
Moriz Wahl
e4fc2cce6d
Merge branch 'master' into 1794-feature-event-protocol-1-implement-the-basics-of-the-business-event-protocol 2022-07-01 17:27:14 +02:00
Moriz Wahl
9c98087874 release: 1.10.1 2022-06-30 15:55:23 +02:00
Einhornimmond
88e789c53e tested and fixed 2022-06-29 16:09:31 +02:00
Einhornimmond
ac18a11256 simplify code 2022-06-29 12:38:20 +02:00
Dario bb
dbe2ec4845 implement code translated in js from c++ from gradido blockchain connector 2022-06-28 18:29:00 +02:00
Dario bb
9473d075fa Merge branch 'master' into archive_transform_valid_transactions 2022-06-28 16:48:35 +02:00
Einhornimmond
bf086e7866 add migration script begin 2022-06-28 16:41:43 +02:00
Claus-Peter Hübner
f5ced262d2 linting 2022-06-22 21:56:39 +02:00
Moriz Wahl
7ecd96d28b undo changes of DB config 2022-06-22 15:09:22 +02:00
Claus-Peter Hübner
0dd17da89b create event protocol tables, entities and enums 2022-06-21 04:30:31 +02:00
Moriz Wahl
0171d9f44c release: v1.10.0 2022-06-17 15:15:49 +02:00
Moriz Wahl
b493fd4231 migration to save contribution link on registration 2022-06-16 09:21:37 +02:00
Moriz Wahl
94eb2d8f39 add transaction id to contribution 2022-06-15 16:57:09 +02:00
Moriz Wahl
92b076e8b1 Merge branch 'master' into contributions-table 2022-06-14 19:12:43 +02:00
Moriz Wahl
a84f11880f rename migration 0037 to what it acutally does 2022-06-13 12:31:40 +02:00
Moriz Wahl
795d339398 add type definitions, make code required (not null) 2022-06-13 12:23:57 +02:00
Moriz Wahl
83c8f9731e remove duplicate file 2022-06-13 12:05:13 +02:00
Moriz Wahl
5121910c83 rename ContributionLinks to ContributionLink, add CL entity to index 2022-06-13 12:03:15 +02:00
Moriz Wahl
5deaf597ed Merge branch 'master' into 1920-feature-create-contribution-link-table 2022-06-13 12:02:20 +02:00
Claus-Peter Hübner
d7ff6446d9 evaluate nullable columns vs entity 2022-06-09 23:52:40 +02:00
Claus-Peter Hübner
4c34542e80 rename column description to memo
Merge remote-tracking branch
'origin/1920-feature-create-contribution-link-table' into
1921-feature-contribution-link-crud-in-admin-resolver
2022-06-09 23:47:53 +02:00
Claus-Peter Hübner
e76817ebdb column validFrom NOT NULL 2022-06-09 22:55:52 +02:00
Claus-Peter Hübner
7577f59406 Merge remote-tracking branch 'origin/1920-feature-create-contribution-link-table' into 1920-feature-create-contribution-link-table 2022-06-09 22:31:13 +02:00
Claus-Peter Hübner
3328c200d8 rework PR comments 2022-06-09 22:28:56 +02:00
clauspeterhuebner
83c66d052a
Update database/entity/0037-add_contribution_links_table/ContributionLinks.ts
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2022-06-09 22:27:54 +02:00
clauspeterhuebner
b65aa5cefc
Update database/entity/0037-add_contribution_links_table/ContributionLinks.ts
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
2022-06-09 22:26:30 +02:00
Moriz Wahl
6b03bd96fb
Merge branch 'master' into 1920-feature-create-contribution-link-table 2022-06-09 11:15:17 +02:00
Claus-Peter Hübner
605a6757a3 change default cycle-value to ONCE 2022-06-08 21:32:42 +02:00