Commit Graph

791 Commits

Author SHA1 Message Date
niggl 0355bdbbab Merge branch 'dev' into feature/111-runner_selfservic_info
continuous-integration/drone/pr Build is passing
2021-01-20 19:13:18 +00:00
niggl 191569792c Updated the openapi description
continuous-integration/drone/pr Build is passing
ref #111
2021-01-20 20:07:16 +01:00
niggl da1fe34249 Implemented the get part of the runner selfservice (no jwts are availdable yet (tm)
ref #111
2021-01-20 20:05:07 +01:00
niggl 4ee807973e Fixed wrong amount calculation
ref #111
2021-01-20 20:02:30 +01:00
niggl c5f7cb2c68 Beautified import
ref #111
2021-01-20 19:44:24 +01:00
niggl 88a7089289 Created a donation runner response class for the runner selfservice
ref #111
2021-01-20 19:43:53 +01:00
niggl b89f7ac1b4 Created a donation respoinse class for the runner selfservice
ref #111
2021-01-20 19:43:20 +01:00
niggl 8079769881 Implemented a method for getting the runner object from a jwt
ref #110
2021-01-20 19:20:08 +01:00
niggl 2274b476d6 Added barebones controller for the runner info selfservice
ref #111
2021-01-20 19:05:59 +01:00
niggl e12aedd1aa Fixed the bool converter for null values
continuous-integration/drone/pr Build is passing
ref #110
2021-01-20 18:28:41 +01:00
niggl 7bc603028d The data seeding now only get's triggered on the first time thx to using the key-value
continuous-integration/drone/pr Build is failing
ref #110
2021-01-20 18:02:08 +01:00
niggl c18012f65a Added bool conversion for testdata seeding env var
ref #110
2021-01-20 17:59:33 +01:00
niggl b15967ff31 Added key-value like db table for config flags
ref #110
2021-01-20 17:58:28 +01:00
niggl 2db6510a8a Added a citizen org seeder
ref #110
2021-01-20 17:58:11 +01:00
niggl 1837336865 Now creating a test contact
ref #110
2021-01-20 17:38:34 +01:00
niggl eab0e634a2 Now also seeding runners to the test org
ref #110
2021-01-20 17:34:53 +01:00
niggl 8870ebdb5e SEED_TEST_DATA is now false by default
ref #110
2021-01-20 17:33:31 +01:00
niggl 9df9d9ae80 Added a seeder for runner test data
ref #110
2021-01-20 17:26:04 +01:00
niggl 67ba489fe2 Added a config option for test data seeding
ref #110
2021-01-20 17:25:46 +01:00
niggl c3d008ec0f Updated contact update tests
continuous-integration/drone/pr Build is passing
ref #104
2021-01-19 19:32:39 +01:00
niggl 8ae53f1c49 Updated contact delete tests
ref #104
2021-01-19 19:12:53 +01:00
niggl 179c2a5157 Fixed contact cascading
ref #104
2021-01-19 19:04:46 +01:00
niggl dd7e5dae36 Added contact delete tests
ref #104
2021-01-19 19:04:09 +01:00
niggl e165f01930 Added contact add valid tests
ref #104
2021-01-19 18:48:37 +01:00
niggl 940d62cde4 Added contact add invalid tests
ref #104
2021-01-19 18:14:09 +01:00
niggl b002cf2df1 Added contact get tests
ref #104
2021-01-19 18:13:39 +01:00
niggl 56c73c2555 Added openapi description about non-deletion
ref #104
2021-01-19 18:03:29 +01:00
niggl 28fb9834e1 Implemented contact updateing
ref #104
2021-01-19 18:01:37 +01:00
niggl 6b4b16c13b Added missing id property 2021-01-19 18:00:45 +01:00
niggl d743f7ee12 Renamed controller to better fit the overall nameing scheme
ref #104
2021-01-19 17:58:03 +01:00
niggl a4e8311cbd Updated comments
ref #104
2021-01-19 17:57:15 +01:00
niggl c172aa8bf8 Added a contact update class
ref #104
2021-01-19 17:55:56 +01:00
niggl 2b658ac381 Fixed column not getting resolved
ref #104
2021-01-19 17:52:59 +01:00
niggl 2eb26e4e38 Fixed push undefined eror
ref #104
2021-01-19 17:41:00 +01:00
niggl 3b06d1a6ef Implemented contact group setting on creation
ref #104
2021-01-19 17:29:52 +01:00
niggl de824375d3 Fixed key null constraint
ref #104
2021-01-19 17:27:43 +01:00
niggl 11af9c02d9 Implemented contact posting
ref #104
2021-01-19 17:14:05 +01:00
niggl 09e429fc67 Added address to contact response
ref #104
2021-01-19 17:13:46 +01:00
niggl 703b4f89a6 Merge branch 'dev' into feature/104-contacts 2021-01-19 16:44:34 +01:00
niggl 0379786cbd Implemented contact deletion
ref #104
2021-01-19 16:09:23 +01:00
niggl a9a5eb6735 Updated the contact errors
ref #104
2021-01-19 16:06:42 +01:00
niggl ab70f7e498 Implemented the get endpoints
ref #104
2021-01-19 16:05:35 +01:00
niggl 1407fe36f3 Added a contact response class
ref #104
2021-01-19 16:02:13 +01:00
niggl d12801e34d Added contact permission target
ref #104
2021-01-19 15:56:55 +01:00
niggl 3e7190e279 Added barebones contact controller from donor-controller
ref #104
2021-01-19 15:56:03 +01:00
niggl a3c93f0d39 Cleaned up var names
continuous-integration/drone/pr Build is failing
ref #105
2021-01-19 15:48:06 +01:00
niggl 427dfaafab Added address update ivalid tests
continuous-integration/drone/pr Build is failing
ref #105
2021-01-16 21:26:45 +01:00
niggl ae589aeb54 Merge branch 'dev' into feature/105-addresses
# Conflicts:
#	src/errors/AddressErrors.ts
#	src/models/actions/create/CreateAddress.ts
#	src/models/actions/create/CreateDonor.ts
#	src/models/actions/create/CreateGroupContact.ts
#	src/models/actions/create/CreateParticipant.ts
#	src/models/actions/create/CreateRunner.ts
#	src/models/actions/create/CreateRunnerOrganisation.ts
#	src/models/actions/update/UpdateDonor.ts
#	src/models/actions/update/UpdateRunner.ts
#	src/models/actions/update/UpdateRunnerOrganisation.ts
#	src/models/entities/Address.ts
#	src/models/entities/IAddressUser.ts
#	src/models/entities/RunnerOrganisation.ts
#	src/models/responses/ResponseParticipant.ts
#	src/tests/donors/donor_add.spec.ts
#	src/tests/donors/donor_update.spec.ts
#	src/tests/runnerOrgs/org_add.spec.ts
#	src/tests/runnerOrgs/org_delete.spec.ts
#	src/tests/runnerOrgs/org_update.spec.ts
#	src/tests/runnerTeams/team_update.spec.ts
#	src/tests/runners/runner_update.spec.ts
2021-01-16 21:15:02 +01:00
niggl 9445c6f21e 🚀Bumped version to v0.1.1 2021-01-16 21:05:43 +01:00
niggl 6e6979cfe3 Hotfix: Missing relation bug
continuous-integration/drone/push Build is passing
2021-01-16 20:59:48 +01:00