decidim-bulletin_board 0.20.0 → 0.22.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +89 -75
- data/app/assets/javascripts/decidim/bulletin_board/decidim-bulletin_board.js +2 -2
- data/decidim-bulletin_board.gemspec +1 -2
- data/lib/decidim/bulletin_board/authority/get_election_results.rb +13 -3
- data/lib/decidim/bulletin_board/authority/report_missing_trustee.rb +59 -0
- data/lib/decidim/bulletin_board/client.rb +11 -2
- data/lib/decidim/bulletin_board/engine.rb +4 -2
- data/lib/decidim/bulletin_board/graphql/bb_schema.json +82 -0
- data/lib/decidim/bulletin_board/version.rb +1 -1
- metadata +12 -5
@@ -885,6 +885,47 @@
|
|
885
885
|
"isDeprecated": false,
|
886
886
|
"deprecationReason": null
|
887
887
|
},
|
888
|
+
{
|
889
|
+
"name": "reportMissingTrustee",
|
890
|
+
"description": null,
|
891
|
+
"args": [
|
892
|
+
{
|
893
|
+
"name": "messageId",
|
894
|
+
"description": null,
|
895
|
+
"type": {
|
896
|
+
"kind": "NON_NULL",
|
897
|
+
"name": null,
|
898
|
+
"ofType": {
|
899
|
+
"kind": "SCALAR",
|
900
|
+
"name": "String",
|
901
|
+
"ofType": null
|
902
|
+
}
|
903
|
+
},
|
904
|
+
"defaultValue": null
|
905
|
+
},
|
906
|
+
{
|
907
|
+
"name": "signedData",
|
908
|
+
"description": null,
|
909
|
+
"type": {
|
910
|
+
"kind": "NON_NULL",
|
911
|
+
"name": null,
|
912
|
+
"ofType": {
|
913
|
+
"kind": "SCALAR",
|
914
|
+
"name": "String",
|
915
|
+
"ofType": null
|
916
|
+
}
|
917
|
+
},
|
918
|
+
"defaultValue": null
|
919
|
+
}
|
920
|
+
],
|
921
|
+
"type": {
|
922
|
+
"kind": "OBJECT",
|
923
|
+
"name": "ReportMissingTrusteeMutationPayload",
|
924
|
+
"ofType": null
|
925
|
+
},
|
926
|
+
"isDeprecated": false,
|
927
|
+
"deprecationReason": null
|
928
|
+
},
|
888
929
|
{
|
889
930
|
"name": "resetTestDatabase",
|
890
931
|
"description": null,
|
@@ -1499,6 +1540,47 @@
|
|
1499
1540
|
"enumValues": null,
|
1500
1541
|
"possibleTypes": null
|
1501
1542
|
},
|
1543
|
+
{
|
1544
|
+
"kind": "OBJECT",
|
1545
|
+
"name": "ReportMissingTrusteeMutationPayload",
|
1546
|
+
"description": "Autogenerated return type of ReportMissingTrusteeMutation",
|
1547
|
+
"fields": [
|
1548
|
+
{
|
1549
|
+
"name": "error",
|
1550
|
+
"description": null,
|
1551
|
+
"args": [
|
1552
|
+
|
1553
|
+
],
|
1554
|
+
"type": {
|
1555
|
+
"kind": "SCALAR",
|
1556
|
+
"name": "String",
|
1557
|
+
"ofType": null
|
1558
|
+
},
|
1559
|
+
"isDeprecated": false,
|
1560
|
+
"deprecationReason": null
|
1561
|
+
},
|
1562
|
+
{
|
1563
|
+
"name": "pendingMessage",
|
1564
|
+
"description": null,
|
1565
|
+
"args": [
|
1566
|
+
|
1567
|
+
],
|
1568
|
+
"type": {
|
1569
|
+
"kind": "OBJECT",
|
1570
|
+
"name": "PendingMessage",
|
1571
|
+
"ofType": null
|
1572
|
+
},
|
1573
|
+
"isDeprecated": false,
|
1574
|
+
"deprecationReason": null
|
1575
|
+
}
|
1576
|
+
],
|
1577
|
+
"inputFields": null,
|
1578
|
+
"interfaces": [
|
1579
|
+
|
1580
|
+
],
|
1581
|
+
"enumValues": null,
|
1582
|
+
"possibleTypes": null
|
1583
|
+
},
|
1502
1584
|
{
|
1503
1585
|
"kind": "OBJECT",
|
1504
1586
|
"name": "ResetTestDatabaseMutationPayload",
|
metadata
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: decidim-bulletin_board
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.22.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Morcillo
|
8
8
|
- Svenja Schäfer
|
9
9
|
- Leonardo Diez
|
10
10
|
- Agustí B.R.
|
11
|
-
autorequire:
|
11
|
+
autorequire:
|
12
12
|
bindir: exe
|
13
13
|
cert_chain: []
|
14
|
-
date: 2021-
|
14
|
+
date: 2021-09-06 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: rails
|
@@ -20,6 +20,9 @@ dependencies:
|
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 5.0.0
|
23
|
+
- - "~>"
|
24
|
+
- !ruby/object:Gem::Version
|
25
|
+
version: '6.0'
|
23
26
|
type: :runtime
|
24
27
|
prerelease: false
|
25
28
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -27,6 +30,9 @@ dependencies:
|
|
27
30
|
- - ">="
|
28
31
|
- !ruby/object:Gem::Version
|
29
32
|
version: 5.0.0
|
33
|
+
- - "~>"
|
34
|
+
- !ruby/object:Gem::Version
|
35
|
+
version: '6.0'
|
30
36
|
- !ruby/object:Gem::Dependency
|
31
37
|
name: byebug
|
32
38
|
requirement: !ruby/object:Gem::Requirement
|
@@ -169,6 +175,7 @@ files:
|
|
169
175
|
- lib/decidim/bulletin_board/authority/get_election_results.rb
|
170
176
|
- lib/decidim/bulletin_board/authority/get_election_status.rb
|
171
177
|
- lib/decidim/bulletin_board/authority/publish_results.rb
|
178
|
+
- lib/decidim/bulletin_board/authority/report_missing_trustee.rb
|
172
179
|
- lib/decidim/bulletin_board/authority/start_key_ceremony.rb
|
173
180
|
- lib/decidim/bulletin_board/authority/start_tally.rb
|
174
181
|
- lib/decidim/bulletin_board/authority/start_vote.rb
|
@@ -191,7 +198,7 @@ homepage: https://github.com/decidim/decidim-bulletin-board
|
|
191
198
|
licenses:
|
192
199
|
- AGPL-3.0
|
193
200
|
metadata: {}
|
194
|
-
post_install_message:
|
201
|
+
post_install_message:
|
195
202
|
rdoc_options: []
|
196
203
|
require_paths:
|
197
204
|
- lib
|
@@ -207,7 +214,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
207
214
|
version: '0'
|
208
215
|
requirements: []
|
209
216
|
rubygems_version: 3.0.3
|
210
|
-
signing_key:
|
217
|
+
signing_key:
|
211
218
|
specification_version: 4
|
212
219
|
summary: ''
|
213
220
|
test_files: []
|