1
- Changes on 2023-05-02 for repository at:
2
- Fetch URL: [email protected] :abeltje/Perl5-CoreSmokeDB-API.git
3
- Push URL: [email protected] :abeltje/ Perl5-CoreSmokeDB
-API.git
1
+ 1.03_00 2023-06-22T16:45:01+02:00 (2f8894f => Abe Timmerman)
2
+ - (Abe Timmerman, Thu, 22 Jun 2023 16:45:01 +0200) Autocommit for
3
+ distribution Perl5-CoreSmokeDB 1.03_00 (test)
4
4
5
- Enjoy!
6
-
7
- 1.03 2023-05-02T15:51:40+02:00 (88f8112 => Abe Timmerman)
5
+ 1.03 2023-05-02T15:51:40+02:00 (2a72090 => Abe Timmerman)
8
6
- (Abe Timmerman, Tue, 2 May 2023 15:51:40 +0200) Autocommit for
9
7
distribution Perl5::CoreSmokeDB 1.03 (minor)
8
+ - (Abe Timmerman, Thu, 22 Jun 2023 16:24:54 +0200) Change to Log4perl for
9
+ logging
10
+ - This gives us 'MooseX::Log::Log4perl::Easy'.
11
+ - (Abe Timmerman, Thu, 22 Jun 2023 16:34:23 +0200) An other go at the
12
+ 'wide character' bug
13
+ - It turns out, that in the "old" application/x-www-form-urlencoded
14
+ - interface, the bytea fields are not properly encoded and need an
15
+ extra
16
+ - round of encoding, before they enter the database. The
17
+ RESTish/JSONRPC2
18
+ - interface doesn't seem to have this problem, so we take care to only
19
+ do
20
+ - this for the form-post interface.
21
+ - (Abe Timmerman, Thu, 22 Jun 2023 16:43:07 +0200) Add the development
22
+ log4perl config to the MANIFEST
10
23
11
24
1.02_01 2023-05-02T15:47:11+02:00 (afc4077 => Abe Timmerman)
12
25
- (Abe Timmerman, Tue, 2 May 2023 15:47:11 +0200) Autocommit for
15
28
1.02 2023-04-29T17:19:59+02:00 (e8cef95 => Abe Timmerman)
16
29
- (Abe Timmerman, Sat, 29 Apr 2023 17:19:59 +0200) Autocommit for
17
30
distribution Perl5::CoreSmokeDB 1.02 (minor)
18
-
19
31
- (Abe Timmerman, Tue, 2 May 2023 12:15:56 +0200) BUGFIX: process the
20
32
report-fields only once
21
33
- Some fields from the json were processed multiple times, this leaves
@@ -28,28 +40,21 @@ Enjoy!
28
40
1.01_01 2023-04-29T16:56:55+02:00 (c1eeaeb => Abe Timmerman)
29
41
- (Abe Timmerman, Sat, 29 Apr 2023 16:56:55 +0200) Autocommit for
30
42
distribution Perl5::CoreSmokeDB 1.01_01 (test)
31
-
32
43
- (Abe Timmerman, Sat, 29 Apr 2023 17:16:26 +0200) Merge branch 'preview'
33
44
34
45
1.01 2022-10-15T14:45:33+02:00 (15af291 => Abe Timmerman)
35
46
- (Abe Timmerman, Sat, 15 Oct 2022 14:45:33 +0200) Autocommit for
36
47
distribution Perl5::CoreSmokeDB 1.01 (minor)
37
-
38
48
- (Abe Timmerman, Sat, 15 Oct 2022 20:35:26 +0200) Add the parameter for
39
49
building different branches
40
-
41
50
- (Abe Timmerman, Sun, 16 Oct 2022 13:18:42 +0200) Fix typo in Jenkinsfile
42
51
- It prevented the deploy to production.
43
-
44
52
- (Abe Timmerman, Sun, 16 Oct 2022 20:19:24 +0200) Fix the documentation
45
53
in README.md
46
-
47
54
- (Abe Timmerman, Sat, 29 Apr 2023 16:31:07 +0200) No tabs in the
48
55
Jenkinsfile
49
-
50
56
- (Abe Timmerman, Sat, 29 Apr 2023 16:33:09 +0200) Add the SQLite way to
51
57
'pg_enable_utf8=-1'
52
-
53
58
- (Abe Timmerman, Sat, 29 Apr 2023 16:38:15 +0200) Unbreak storage of
54
59
"binary" data.
55
60
- This so called "binary" data was actually legal UTF-8, that should
@@ -60,46 +65,38 @@ Enjoy!
60
65
1.00_03 2022-10-13T16:41:24+02:00 (c97b8ac => Abe Timmerman)
61
66
- (Abe Timmerman, Thu, 13 Oct 2022 16:41:24 +0200) Autocommit for
62
67
distribution Perl5::CoreSmokeDB 1.00_03 (test)
63
-
64
68
- (Abe Timmerman, Fri, 14 Oct 2022 15:29:55 +0200) Add post_report to the
65
69
api
66
70
- Neither the jsonrpc nor the restish interface had a configuration
67
71
for
68
72
- the post_report functionality, with new tests.
69
-
70
73
- (Abe Timmerman, Fri, 14 Oct 2022 18:08:43 +0200) Add examples for use.
71
-
72
74
- (Abe Timmerman, Sat, 15 Oct 2022 14:42:49 +0200) Add new tests for the
73
75
posting of reports
74
76
75
77
1.00_02 2022-10-12T13:25:30+02:00 (7a78cc4 => Abe Timmerman)
76
78
- (Abe Timmerman, Wed, 12 Oct 2022 13:25:30 +0200) Autocommit for
77
79
distribution Perl5::CoreSmokeDB 1.00_02 (test)
78
-
79
80
- (Abe Timmerman, Thu, 13 Oct 2022 16:36:37 +0200) Add functions for the
80
81
old api
81
82
- TonyC uses 3 rest api functions:
82
- - - /api/reports_from_date/:epoch?limit=100
83
- - - /api/reports_from_id/:rid
84
- - - /api/report_data/:rid
83
+ - /api/reports_from_date/:epoch?limit=100
84
+ - /api/reports_from_id/:rid
85
+ - /api/report_data/:rid
85
86
- We need these to make the transition from the old to the new.
86
87
87
88
1.00_01 2022-10-11T14:15:04+02:00 (b93b790 => Abe Timmerman)
88
89
- (Abe Timmerman, Tue, 11 Oct 2022 14:15:04 +0200) Autocommit for
89
90
distribution Perl5::CoreSmokeDB 1.00_01 (test)
90
-
91
91
- (Abe Timmerman, Wed, 12 Oct 2022 13:22:55 +0200) New version of the
92
92
schema (remove warnings)
93
93
94
94
0.00_00 2022-09-25T18:15:04+02:00 (5b0be22 => Abe Timmerman)
95
95
- (Abe Timmerman, Sun, 25 Sep 2022 18:15:04 +0200) First commit
96
96
- This API is a port of the "old" CoreSmokeDB web-app.
97
97
- This service will only provide the API for the new VueJS frontend.
98
-
99
98
- (Abe Timmerman, Tue, 11 Oct 2022 10:27:05 +0200) Make it a buildable
100
99
distribution
101
-
102
100
- (Abe Timmerman, Tue, 11 Oct 2022 13:42:32 +0200) Only the CoreSmokeDB
103
101
API for now
104
-
105
102
- (Abe Timmerman, Tue, 11 Oct 2022 14:02:31 +0200) We need Starman to run
0 commit comments