gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] branch master updated: update


From: gnunet
Subject: [taler-merchant] branch master updated: update
Date: Thu, 24 Nov 2022 11:17:50 +0100

This is an automated email from the git hooks/post-receive script.

priscilla-huang pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new a16f8ac9 update
a16f8ac9 is described below

commit a16f8ac9bbdafc11b293860619907836f651ead1
Author: priscilla <priscilla.huang@efrei.net>
AuthorDate: Thu Nov 24 05:17:33 2022 -0500

    update
---
 src/backend/taler-merchant-httpd.c                             | 1 +
 src/backend/taler-merchant-httpd_private-delete-templates-ID.c | 2 +-
 src/backend/taler-merchant-httpd_private-delete-templates-ID.h | 2 +-
 src/backend/taler-merchant-httpd_private-get-templates-ID.c    | 2 +-
 src/backend/taler-merchant-httpd_private-get-templates-ID.h    | 2 +-
 src/backend/taler-merchant-httpd_private-get-templates.c       | 2 +-
 src/backend/taler-merchant-httpd_private-get-templates.h       | 2 +-
 src/backend/taler-merchant-httpd_private-patch-templates-ID.c  | 2 +-
 src/backend/taler-merchant-httpd_private-patch-templates-ID.h  | 2 +-
 src/backend/taler-merchant-httpd_private-post-templates.c      | 2 +-
 src/backend/taler-merchant-httpd_private-post-templates.h      | 2 +-
 src/backenddb/merchantdb_helper.c                              | 1 +
 src/backenddb/plugin_merchantdb_postgres.c                     | 1 +
 src/backenddb/test_merchantdb.c                                | 1 +
 src/include/taler_merchant_service.h                           | 1 +
 src/include/taler_merchant_testing_lib.h                       | 3 ++-
 src/include/taler_merchantdb_plugin.h                          | 1 +
 src/lib/merchant_api_delete_template.c                         | 2 +-
 src/lib/merchant_api_get_template.c                            | 2 +-
 src/lib/merchant_api_get_templates.c                           | 2 +-
 src/lib/merchant_api_patch_template.c                          | 2 +-
 src/lib/merchant_api_post_templates.c                          | 2 +-
 src/testing/testing_api_cmd_delete_template.c                  | 2 +-
 src/testing/testing_api_cmd_get_template.c                     | 2 +-
 src/testing/testing_api_cmd_get_templates.c                    | 2 +-
 src/testing/testing_api_cmd_patch_template.c                   | 2 +-
 src/testing/testing_api_cmd_post_templates.c                   | 2 +-
 27 files changed, 28 insertions(+), 21 deletions(-)

diff --git a/src/backend/taler-merchant-httpd.c 
b/src/backend/taler-merchant-httpd.c
index 631f4e1a..95484c37 100644
--- a/src/backend/taler-merchant-httpd.c
+++ b/src/backend/taler-merchant-httpd.c
@@ -20,6 +20,7 @@
  * @author Marcello Stanisci
  * @author Christian Grothoff
  * @author Florian Dold
+ * @author Priscilla HUANG
  */
 #include "platform.h"
 #include <taler/taler_dbevents.h>
diff --git a/src/backend/taler-merchant-httpd_private-delete-templates-ID.c 
b/src/backend/taler-merchant-httpd_private-delete-templates-ID.c
index d7b086e2..c9a04295 100644
--- a/src/backend/taler-merchant-httpd_private-delete-templates-ID.c
+++ b/src/backend/taler-merchant-httpd_private-delete-templates-ID.c
@@ -16,7 +16,7 @@
 /**
  * @file taler-merchant-httpd_private-delete-templates-ID.c
  * @brief implement DELETE /templates/$ID
- * @author Christian Grothoff
+ * @author Priscilla HUANG
  */
 #include "platform.h"
 #include "taler-merchant-httpd_private-delete-templates-ID.h"
diff --git a/src/backend/taler-merchant-httpd_private-delete-templates-ID.h 
b/src/backend/taler-merchant-httpd_private-delete-templates-ID.h
index db164fe7..ec90a90d 100644
--- a/src/backend/taler-merchant-httpd_private-delete-templates-ID.h
+++ b/src/backend/taler-merchant-httpd_private-delete-templates-ID.h
@@ -16,7 +16,7 @@
 /**
  * @file taler-merchant-httpd_private-delete-templates-ID.h
  * @brief implement DELETE /templates/$ID/
- * @author Christian Grothoff
+ * @author Priscilla HUANG
  */
 #ifndef TALER_MERCHANT_HTTPD_PRIVATE_DELETE_TEMPLATES_ID_H
 #define TALER_MERCHANT_HTTPD_PRIVATE_DELETE_TEMPLATES_ID_H
diff --git a/src/backend/taler-merchant-httpd_private-get-templates-ID.c 
b/src/backend/taler-merchant-httpd_private-get-templates-ID.c
index c9f64ae5..76e28fac 100644
--- a/src/backend/taler-merchant-httpd_private-get-templates-ID.c
+++ b/src/backend/taler-merchant-httpd_private-get-templates-ID.c
@@ -16,7 +16,7 @@
 /**
  * @file taler-merchant-httpd_private-get-templates-ID.c
  * @brief implement GET /templates/$ID
- * @author Christian Grothoff
+ * @author Priscilla HUANG
  */
 #include "platform.h"
 #include "taler-merchant-httpd_private-get-templates-ID.h"
diff --git a/src/backend/taler-merchant-httpd_private-get-templates-ID.h 
b/src/backend/taler-merchant-httpd_private-get-templates-ID.h
index 05c6e460..b16207d5 100644
--- a/src/backend/taler-merchant-httpd_private-get-templates-ID.h
+++ b/src/backend/taler-merchant-httpd_private-get-templates-ID.h
@@ -16,7 +16,7 @@
 /**
  * @file taler-merchant-httpd_private-get-templates-ID.h
  * @brief implement GET /templates/$ID/
- * @author Christian Grothoff
+ * @author Priscilla HUANG
  */
 #ifndef TALER_MERCHANT_HTTPD_PRIVATE_GET_TEMPLATES_ID_H
 #define TALER_MERCHANT_HTTPD_PRIVATE_GET_TEMPLATES_ID_H
diff --git a/src/backend/taler-merchant-httpd_private-get-templates.c 
b/src/backend/taler-merchant-httpd_private-get-templates.c
index fe5d729f..86237f07 100644
--- a/src/backend/taler-merchant-httpd_private-get-templates.c
+++ b/src/backend/taler-merchant-httpd_private-get-templates.c
@@ -16,7 +16,7 @@
 /**
  * @file taler-merchant-httpd_private-get-templates.c
  * @brief implement GET /templates
- * @author Christian Grothoff
+ * @author Priscilla HUANG
  */
 #include "platform.h"
 #include "taler-merchant-httpd_private-get-templates.h"
diff --git a/src/backend/taler-merchant-httpd_private-get-templates.h 
b/src/backend/taler-merchant-httpd_private-get-templates.h
index ca7cf2c6..3194d1c7 100644
--- a/src/backend/taler-merchant-httpd_private-get-templates.h
+++ b/src/backend/taler-merchant-httpd_private-get-templates.h
@@ -16,7 +16,7 @@
 /**
  * @file taler-merchant-httpd_private-get-templates.h
  * @brief implement GET /templates
- * @author Christian Grothoff
+ * @author Priscilla HUANG
  */
 #ifndef TALER_MERCHANT_HTTPD_PRIVATE_GET_TEMPLATES_H
 #define TALER_MERCHANT_HTTPD_PRIVATE_GET_TEMPLATES_H
diff --git a/src/backend/taler-merchant-httpd_private-patch-templates-ID.c 
b/src/backend/taler-merchant-httpd_private-patch-templates-ID.c
index cbba71f2..9494d506 100644
--- a/src/backend/taler-merchant-httpd_private-patch-templates-ID.c
+++ b/src/backend/taler-merchant-httpd_private-patch-templates-ID.c
@@ -20,7 +20,7 @@
 /**
  * @file taler-merchant-httpd_private-patch-templates-ID.c
  * @brief implementing PATCH /templates/$ID request handling
- * @author Christian Grothoff
+ * @author Priscilla HUANG
  */
 #include "platform.h"
 #include "taler-merchant-httpd_private-patch-templates-ID.h"
diff --git a/src/backend/taler-merchant-httpd_private-patch-templates-ID.h 
b/src/backend/taler-merchant-httpd_private-patch-templates-ID.h
index ce1c57a9..80347cf8 100644
--- a/src/backend/taler-merchant-httpd_private-patch-templates-ID.h
+++ b/src/backend/taler-merchant-httpd_private-patch-templates-ID.h
@@ -20,7 +20,7 @@
 /**
  * @file taler-merchant-httpd_private-patch-templates-ID.h
  * @brief implementing PATCH /templates request handling
- * @author Christian Grothoff
+ * @author Priscilla HUANG
  */
 #ifndef TALER_MERCHANT_HTTPD_PRIVATE_PATCH_TEMPLATES_ID_H
 #define TALER_MERCHANT_HTTPD_PRIVATE_PATCH_TEMPLATES_ID_H
diff --git a/src/backend/taler-merchant-httpd_private-post-templates.c 
b/src/backend/taler-merchant-httpd_private-post-templates.c
index a2112486..55dd7954 100644
--- a/src/backend/taler-merchant-httpd_private-post-templates.c
+++ b/src/backend/taler-merchant-httpd_private-post-templates.c
@@ -20,7 +20,7 @@
 /**
  * @file taler-merchant-httpd_private-post-templates.c
  * @brief implementing POST /templates request handling
- * @author Christian Grothoff
+ * @author Priscilla HUANG
  */
 #include "platform.h"
 #include "taler-merchant-httpd_private-post-templates.h"
diff --git a/src/backend/taler-merchant-httpd_private-post-templates.h 
b/src/backend/taler-merchant-httpd_private-post-templates.h
index 0492a3ab..fc946e46 100644
--- a/src/backend/taler-merchant-httpd_private-post-templates.h
+++ b/src/backend/taler-merchant-httpd_private-post-templates.h
@@ -20,7 +20,7 @@
 /**
  * @file taler-merchant-httpd_private-post-templates.h
  * @brief implementing POST /templates request handling
- * @author Christian Grothoff
+ * @author Priscilla HUANG
  */
 #ifndef TALER_MERCHANT_HTTPD_PRIVATE_POST_TEMPLATES_H
 #define TALER_MERCHANT_HTTPD_PRIVATE_POST_TEMPLATES_H
diff --git a/src/backenddb/merchantdb_helper.c 
b/src/backenddb/merchantdb_helper.c
index 2056cc3a..51991ca7 100644
--- a/src/backenddb/merchantdb_helper.c
+++ b/src/backenddb/merchantdb_helper.c
@@ -17,6 +17,7 @@
  * @file merchantdb_helper.c
  * @brief Helper functions for the merchant database logic
  * @author Christian Grothoff
+ * @author Priscilla Huang
  */
 #include "platform.h"
 #include <taler/taler_util.h>
diff --git a/src/backenddb/plugin_merchantdb_postgres.c 
b/src/backenddb/plugin_merchantdb_postgres.c
index 41cd8154..970ddfed 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -19,6 +19,7 @@
  * @author Sree Harsha Totakura <sreeharsha@totakura.in>
  * @author Christian Grothoff
  * @author Marcello Stanisci
+ * @author Priscilla Huang
  */
 #include "platform.h"
 #include <gnunet/gnunet_util_lib.h>
diff --git a/src/backenddb/test_merchantdb.c b/src/backenddb/test_merchantdb.c
index 2ad4d945..5a5b7d6b 100644
--- a/src/backenddb/test_merchantdb.c
+++ b/src/backenddb/test_merchantdb.c
@@ -18,6 +18,7 @@
  * @brief testcase for merchant's postgres db plugin
  * @author Marcello Stanisci
  * @author Christian Grothoff
+ * @author Pricilla Huang
  */
 #include "platform.h"
 #include <taler/taler_util.h>
diff --git a/src/include/taler_merchant_service.h 
b/src/include/taler_merchant_service.h
index e3894cc5..ea9c8464 100644
--- a/src/include/taler_merchant_service.h
+++ b/src/include/taler_merchant_service.h
@@ -18,6 +18,7 @@
  * @brief C interface of libtalermerchant, a C library to use merchant's HTTP 
API
  * @author Christian Grothoff
  * @author Marcello Stanisci
+ * @author Priscilla HUANG
  */
 #ifndef _TALER_MERCHANT_SERVICE_H
 #define _TALER_MERCHANT_SERVICE_H
diff --git a/src/include/taler_merchant_testing_lib.h 
b/src/include/taler_merchant_testing_lib.h
index efcfd7f6..9a4a8372 100644
--- a/src/include/taler_merchant_testing_lib.h
+++ b/src/include/taler_merchant_testing_lib.h
@@ -21,7 +21,8 @@
  * @file taler_merchant_testing_lib.h
  * @brief API for writing an interpreter to test Taler components
  * @author Christian Grothoff <christian@grothoff.org>
- * @author Marcello Stanisci
+ * @author Marcello Shtanisci
+ * @author Priscilla HUANG
  */
 #ifndef TALER_MERCHANT_TESTING_LIB_H
 #define TALER_MERCHANT_TESTING_LIB_H
diff --git a/src/include/taler_merchantdb_plugin.h 
b/src/include/taler_merchantdb_plugin.h
index bfc2d51a..1fa58ecd 100644
--- a/src/include/taler_merchantdb_plugin.h
+++ b/src/include/taler_merchantdb_plugin.h
@@ -18,6 +18,7 @@
  * @brief database access for the merchant
  * @author Florian Dold
  * @author Christian Grothoff
+ * @author Priscilla Huang
  */
 #ifndef TALER_MERCHANTDB_PLUGIN_H
 #define TALER_MERCHANTDB_PLUGIN_H
diff --git a/src/lib/merchant_api_delete_template.c 
b/src/lib/merchant_api_delete_template.c
index 5f2d8b03..cf49eb4b 100644
--- a/src/lib/merchant_api_delete_template.c
+++ b/src/lib/merchant_api_delete_template.c
@@ -17,7 +17,7 @@
 /**
  * @file merchant_api_delete_template.c
  * @brief Implementation of the DELETE /templates/$ID request of the 
merchant's HTTP API
- * @author Christian Grothoff
+ * @author Priscilla HUANG
  */
 #include "platform.h"
 #include <curl/curl.h>
diff --git a/src/lib/merchant_api_get_template.c 
b/src/lib/merchant_api_get_template.c
index 4ad2d8d0..23c35d8b 100644
--- a/src/lib/merchant_api_get_template.c
+++ b/src/lib/merchant_api_get_template.c
@@ -17,7 +17,7 @@
 /**
  * @file merchant_api_get_template.c
  * @brief Implementation of the GET /templates/$ID request of the merchant's 
HTTP API
- * @author Christian Grothoff
+ * @author Priscilla HUANG
  */
 #include "platform.h"
 #include <curl/curl.h>
diff --git a/src/lib/merchant_api_get_templates.c 
b/src/lib/merchant_api_get_templates.c
index 7082ee23..5f74e7de 100644
--- a/src/lib/merchant_api_get_templates.c
+++ b/src/lib/merchant_api_get_templates.c
@@ -17,7 +17,7 @@
 /**
  * @file merchant_api_get_templates.c
  * @brief Implementation of the GET /templates request of the merchant's HTTP 
API
- * @author Christian Grothoff
+ * @author Priscilla HUANG
  */
 #include "platform.h"
 #include <curl/curl.h>
diff --git a/src/lib/merchant_api_patch_template.c 
b/src/lib/merchant_api_patch_template.c
index 4cc6b0ca..01256f24 100644
--- a/src/lib/merchant_api_patch_template.c
+++ b/src/lib/merchant_api_patch_template.c
@@ -20,7 +20,7 @@
  * @file merchant_api_patch_template.c
  * @brief Implementation of the PATCH /templates/$ID request
  *        of the merchant's HTTP API
- * @author Christian Grothoff
+ * @author Priscilla HUANG 
  */
 #include "platform.h"
 #include <curl/curl.h>
diff --git a/src/lib/merchant_api_post_templates.c 
b/src/lib/merchant_api_post_templates.c
index 7723d10c..f34d040d 100644
--- a/src/lib/merchant_api_post_templates.c
+++ b/src/lib/merchant_api_post_templates.c
@@ -20,7 +20,7 @@
  * @file merchant_api_post_templates.c
  * @brief Implementation of the POST /templates request
  *        of the merchant's HTTP API
- * @author Christian Grothoff
+ * @author Priscilla HUANG
  */
 #include "platform.h"
 #include <curl/curl.h>
diff --git a/src/testing/testing_api_cmd_delete_template.c 
b/src/testing/testing_api_cmd_delete_template.c
index 4ffe1dd8..a9f94557 100644
--- a/src/testing/testing_api_cmd_delete_template.c
+++ b/src/testing/testing_api_cmd_delete_template.c
@@ -19,7 +19,7 @@
 /**
  * @file testing_api_cmd_delete_template.c
  * @brief command to test DELETE /templates/$ID
- * @author Christian Grothoff
+ * @author Priscilla HUANG
  */
 #include "platform.h"
 #include <taler/taler_exchange_service.h>
diff --git a/src/testing/testing_api_cmd_get_template.c 
b/src/testing/testing_api_cmd_get_template.c
index 178503c7..0865efe1 100644
--- a/src/testing/testing_api_cmd_get_template.c
+++ b/src/testing/testing_api_cmd_get_template.c
@@ -19,7 +19,7 @@
 /**
  * @file testing_api_cmd_get_template.c
  * @brief command to test GET /templates/$ID
- * @author Christian Grothoff
+ * @author Priscilla HUANG
  */
 #include "platform.h"
 #include <taler/taler_exchange_service.h>
diff --git a/src/testing/testing_api_cmd_get_templates.c 
b/src/testing/testing_api_cmd_get_templates.c
index 5c04859d..ed10d63a 100644
--- a/src/testing/testing_api_cmd_get_templates.c
+++ b/src/testing/testing_api_cmd_get_templates.c
@@ -19,7 +19,7 @@
 /**
  * @file testing_api_cmd_get_templates.c
  * @brief command to test GET /templates
- * @author Christian Grothoff
+ * @author Priscilla HUANG
  */
 #include "platform.h"
 #include <taler/taler_exchange_service.h>
diff --git a/src/testing/testing_api_cmd_patch_template.c 
b/src/testing/testing_api_cmd_patch_template.c
index 7f8db916..6c769565 100644
--- a/src/testing/testing_api_cmd_patch_template.c
+++ b/src/testing/testing_api_cmd_patch_template.c
@@ -19,7 +19,7 @@
 /**
  * @file testing_api_cmd_patch_template.c
  * @brief command to test PATCH /template
- * @author Christian Grothoff
+ * @author Priscilla HUANG
  */
 #include "platform.h"
 #include <taler/taler_exchange_service.h>
diff --git a/src/testing/testing_api_cmd_post_templates.c 
b/src/testing/testing_api_cmd_post_templates.c
index 477fe958..fea11ad6 100644
--- a/src/testing/testing_api_cmd_post_templates.c
+++ b/src/testing/testing_api_cmd_post_templates.c
@@ -19,7 +19,7 @@
 /**
  * @file testing_api_cmd_post_templates.c
  * @brief command to test POST /templates
- * @author Christian Grothoff
+ * @author Priscilla HUANG
  */
 #include "platform.h"
 #include <taler/taler_exchange_service.h>

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]