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

log.Warns to debug weird issue #1390

Closed
wants to merge 2 commits into from
Closed

Conversation

altergui
Copy link
Contributor

No description provided.

@coveralls
Copy link

coveralls commented Sep 16, 2024

Pull Request Test Coverage Report for Build 10888129296

Details

  • 15 of 45 (33.33%) changed or added relevant lines in 2 files are covered.
  • 4 unchanged lines in 2 files lost coverage.
  • Overall coverage decreased (-0.02%) to 62.264%

Changes Missing Coverage Covered Lines Changed/Added Lines %
api/censuses.go 8 38 21.05%
Files with Coverage Reduction New Missed Lines %
vochain/state/account.go 2 67.46%
vochain/transaction/election_tx.go 2 62.13%
Totals Coverage Status
Change from base Build 10885599678: -0.02%
Covered Lines: 16825
Relevant Lines: 27022

💛 - Coveralls

Add new method /censuses/export/ipfs/list to list all exported censuses (runtime).

Signed-off-by: p4u <[email protected]>
Copy link

This PR introduces the following changes in the developer-portal documentation:

diff --git a/swaggers/vocdoni-api.yaml b/swaggers/vocdoni-api.yaml
index 1994085..c14c138 100644
--- a/swaggers/vocdoni-api.yaml
+++ b/swaggers/vocdoni-api.yaml
@@ -367,6 +367,22 @@ paths:
       description: >-
         Export the whole census database to a JSON file. Requires Admin Bearer token.
       summary: Export census database
+  /censuses/export/ipfs/list:
+    get:
+      responses:
+        '200':
+          content:
+            application/json:
+              schema:
+                properties:
+                  valid:
+                    type: boolean
+                type: object
+          description: OK
+      tags:
+        - Censuses
+      description: List the IPFS URIs of the census database exports
+      summary: List export census database to IPFS
   /censuses/import:
     post:
       responses:

@altergui altergui closed this Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants