elweyn
|
3d1df54c69
|
Adding test for successful confirm.
|
2021-12-13 16:19:39 +01:00 |
|
elweyn
|
51333155c9
|
Needs to have another logic to remove item from list if remove or if confirmed was successful.
|
2021-12-13 13:19:00 +01:00 |
|
elweyn
|
67a9f2d0e0
|
Change the amount argument type to float for updatePendingCreation.
|
2021-12-13 13:17:04 +01:00 |
|
elweyn
|
4c9ebea6b6
|
Change the amount argument to float for creation of pending creation
|
2021-12-13 13:16:27 +01:00 |
|
elweyn
|
f787a7470f
|
Moved reverse of the getPendingCreations to the AdminResolver instead to do it in the CreationConfirm page.
|
2021-12-13 12:33:36 +01:00 |
|
Moriz Wahl
|
4c3b10b893
|
Update admin/src/pages/Creation.spec.js
Co-authored-by: Hannes Heine <heine.hannes@gmail.com>
|
2021-12-13 09:55:05 +01:00 |
|
ogerly
|
79fb25d51e
|
Finalizing the mass creation.
|
2021-12-09 14:14:49 +01:00 |
|
ogerly
|
5ca221a0c0
|
Added the new mutation to the admin, Implemented the send massCreation in admin, changed the log entries for not created pendingcreation.
|
2021-12-09 11:53:21 +01:00 |
|
Moriz Wahl
|
b063bdfab3
|
reset warnHandler after testing thrown errors
|
2021-12-08 19:08:02 +01:00 |
|
Moriz Wahl
|
d9f8387d7e
|
feat: Test Creation in Admin Interface
|
2021-12-08 18:58:15 +01:00 |
|
Moriz Wahl
|
e49ea7710d
|
Merge branch 'master' into test-apollo-provider-frontend
|
2021-12-08 15:34:13 +01:00 |
|
Moriz Wahl
|
811c240679
|
redirect to logout
|
2021-12-07 19:14:54 +01:00 |
|
Moriz Wahl
|
ee248ec86a
|
test apollo provider, apollo provider as plugin
|
2021-12-07 19:11:31 +01:00 |
|
Moriz Wahl
|
10df58071a
|
fix: Pending Creations are Updated Without Page Reload
|
2021-12-07 13:57:50 +01:00 |
|
elweyn
|
8a2df2f899
|
Fixe tests of EditCreationFormular.
|
2021-12-07 07:28:20 +01:00 |
|
Moriz Wahl
|
a76287c0b0
|
add toasted error mock
|
2021-12-06 16:10:07 +01:00 |
|
Moriz Wahl
|
32def1575e
|
Merge branch 'master' into adminConfirmPendingCreation
|
2021-12-06 16:07:13 +01:00 |
|
Moriz Wahl
|
3de0e67ea2
|
fix and finish test for creation confirm delete
|
2021-12-06 15:26:12 +01:00 |
|
elweyn
|
e84f30c1fc
|
Merge changes to deletePendingCreation branch.
|
2021-12-06 14:11:13 +01:00 |
|
elweyn
|
48b7c9a0af
|
Delete button sends call to Adminresolver deletePendingCreation.
|
2021-12-06 13:45:50 +01:00 |
|
Moriz Wahl
|
b47bf3d41d
|
Update admin/src/components/CreationFormular.vue
|
2021-12-06 13:01:36 +01:00 |
|
Moriz Wahl
|
72a45285e6
|
setup test ApolloLink
|
2021-12-06 12:51:38 +01:00 |
|
elweyn
|
feefbb3262
|
Merge master into the admin branches.
|
2021-12-06 12:39:45 +01:00 |
|
elweyn
|
1ab4fa6583
|
Merge branch 'adminPendingCreationQueries' into adminEditPendingCreationQueries
|
2021-12-06 12:36:43 +01:00 |
|
Moriz Wahl
|
32c2c21086
|
Merge branch 'master' into adminDeletePendingCreationQuery
|
2021-12-06 11:30:35 +01:00 |
|
Moriz Wahl
|
9c7497d7c3
|
import moderator
|
2021-12-06 11:19:41 +01:00 |
|
Moriz Wahl
|
a8c293d1a8
|
test Overview
|
2021-12-06 10:59:50 +01:00 |
|
Moriz Wahl
|
19e2436452
|
remove verify login call
|
2021-12-06 10:59:38 +01:00 |
|
Hannes Heine
|
bc0d8d1f32
|
Merge branch 'master' into verify-login-admin
|
2021-12-06 10:36:02 +01:00 |
|
Alexander Friedland
|
cb0c9c115b
|
Merge branch 'master' into adminDeletePendingCreationQuery
|
2021-12-06 10:01:30 +01:00 |
|
Alexander Friedland
|
0a4d87d257
|
Merge branch 'master' into adminEditPendingCreationQueries
|
2021-12-06 10:01:11 +01:00 |
|
Alexander Friedland
|
7d75c0560e
|
Merge branch 'master' into adminConfirmPendingCreation
|
2021-12-06 09:58:54 +01:00 |
|
Moriz Wahl
|
bef92fe547
|
test setOpenCreations mutation in store
|
2021-12-06 09:27:13 +01:00 |
|
Moriz Wahl
|
61e7493260
|
mock moment in CreationConfirm Spec
|
2021-12-06 09:22:07 +01:00 |
|
elweyn
|
03111c7b4e
|
Lint fixes.
|
2021-12-04 13:55:23 +01:00 |
|
elweyn
|
236f30d16f
|
CreationFormular now tests everything exept from massCreation.
|
2021-12-04 13:50:48 +01:00 |
|
Hannes Heine
|
060eb998f6
|
test ok for Overview.spec.js
|
2021-12-04 13:38:53 +01:00 |
|
elweyn
|
f5572febee
|
Testing Creation and EditCreation formulars.
|
2021-12-04 13:27:10 +01:00 |
|
elweyn
|
16fa3de573
|
click on months in the creation form if index 0, and id set for the label
|
2021-12-04 12:29:38 +01:00 |
|
elweyn
|
c7633bb1eb
|
Test submit of EditCreationFormular, remove getCountPendingCreations.
|
2021-12-04 12:22:48 +01:00 |
|
elweyn
|
9c0bd490fa
|
Moved created method to the end.
|
2021-12-04 11:39:00 +01:00 |
|
elweyn
|
9e8e5e56ab
|
Withdrew alert and replaced them with toasted error or console.log, withdrew non required props from the test files.
|
2021-12-04 11:04:29 +01:00 |
|
elweyn
|
2c2e56024d
|
Merge branch 'adminDeletePendingCreationQuery' into adminConfirmPendingCreation
|
2021-12-03 17:17:41 +01:00 |
|
ogerly
|
180dea4caf
|
Merge adminPendingCreationQueries
|
2021-12-03 17:15:59 +01:00 |
|
ogerly
|
39a85d96d8
|
Remove console log statements.
|
2021-12-03 17:03:09 +01:00 |
|
elweyn
|
a07d34d827
|
Added a state_user_transaction row. withdrew / 10000 from frontend.
|
2021-12-03 14:25:00 +01:00 |
|
elweyn
|
7b3096a88b
|
Change mutation id from int to float and changed the findOrFail parameter to simply id.
|
2021-12-03 12:41:24 +01:00 |
|
ogerly
|
9e5de56977
|
add test commits to store, resetOpenCreations, setOpenCreations
|
2021-12-02 12:57:16 +01:00 |
|
Moriz Wahl
|
e6ccc00122
|
navguard checks for admin
|
2021-12-02 12:29:24 +01:00 |
|
ogerly
|
7fb1f1cd1a
|
remove console logs
|
2021-12-02 12:23:33 +01:00 |
|