Skip to content

Commit 5ca1bf0

Browse files
committed
Autocommit for distribution Perl5-CoreSmokeDB 1.03_00 (test)
1 parent 7e83e0e commit 5ca1bf0

File tree

2 files changed

+23
-26
lines changed

2 files changed

+23
-26
lines changed

Changes

Lines changed: 22 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,25 @@
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)
44

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)
86
- (Abe Timmerman, Tue, 2 May 2023 15:51:40 +0200) Autocommit for
97
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
1023

1124
1.02_01 2023-05-02T15:47:11+02:00 (afc4077 => Abe Timmerman)
1225
- (Abe Timmerman, Tue, 2 May 2023 15:47:11 +0200) Autocommit for
@@ -15,7 +28,6 @@ Enjoy!
1528
1.02 2023-04-29T17:19:59+02:00 (e8cef95 => Abe Timmerman)
1629
- (Abe Timmerman, Sat, 29 Apr 2023 17:19:59 +0200) Autocommit for
1730
distribution Perl5::CoreSmokeDB 1.02 (minor)
18-
1931
- (Abe Timmerman, Tue, 2 May 2023 12:15:56 +0200) BUGFIX: process the
2032
report-fields only once
2133
- Some fields from the json were processed multiple times, this leaves
@@ -28,28 +40,21 @@ Enjoy!
2840
1.01_01 2023-04-29T16:56:55+02:00 (c1eeaeb => Abe Timmerman)
2941
- (Abe Timmerman, Sat, 29 Apr 2023 16:56:55 +0200) Autocommit for
3042
distribution Perl5::CoreSmokeDB 1.01_01 (test)
31-
3243
- (Abe Timmerman, Sat, 29 Apr 2023 17:16:26 +0200) Merge branch 'preview'
3344

3445
1.01 2022-10-15T14:45:33+02:00 (15af291 => Abe Timmerman)
3546
- (Abe Timmerman, Sat, 15 Oct 2022 14:45:33 +0200) Autocommit for
3647
distribution Perl5::CoreSmokeDB 1.01 (minor)
37-
3848
- (Abe Timmerman, Sat, 15 Oct 2022 20:35:26 +0200) Add the parameter for
3949
building different branches
40-
4150
- (Abe Timmerman, Sun, 16 Oct 2022 13:18:42 +0200) Fix typo in Jenkinsfile
4251
- It prevented the deploy to production.
43-
4452
- (Abe Timmerman, Sun, 16 Oct 2022 20:19:24 +0200) Fix the documentation
4553
in README.md
46-
4754
- (Abe Timmerman, Sat, 29 Apr 2023 16:31:07 +0200) No tabs in the
4855
Jenkinsfile
49-
5056
- (Abe Timmerman, Sat, 29 Apr 2023 16:33:09 +0200) Add the SQLite way to
5157
'pg_enable_utf8=-1'
52-
5358
- (Abe Timmerman, Sat, 29 Apr 2023 16:38:15 +0200) Unbreak storage of
5459
"binary" data.
5560
- This so called "binary" data was actually legal UTF-8, that should
@@ -60,46 +65,38 @@ Enjoy!
6065
1.00_03 2022-10-13T16:41:24+02:00 (c97b8ac => Abe Timmerman)
6166
- (Abe Timmerman, Thu, 13 Oct 2022 16:41:24 +0200) Autocommit for
6267
distribution Perl5::CoreSmokeDB 1.00_03 (test)
63-
6468
- (Abe Timmerman, Fri, 14 Oct 2022 15:29:55 +0200) Add post_report to the
6569
api
6670
- Neither the jsonrpc nor the restish interface had a configuration
6771
for
6872
- the post_report functionality, with new tests.
69-
7073
- (Abe Timmerman, Fri, 14 Oct 2022 18:08:43 +0200) Add examples for use.
71-
7274
- (Abe Timmerman, Sat, 15 Oct 2022 14:42:49 +0200) Add new tests for the
7375
posting of reports
7476

7577
1.00_02 2022-10-12T13:25:30+02:00 (7a78cc4 => Abe Timmerman)
7678
- (Abe Timmerman, Wed, 12 Oct 2022 13:25:30 +0200) Autocommit for
7779
distribution Perl5::CoreSmokeDB 1.00_02 (test)
78-
7980
- (Abe Timmerman, Thu, 13 Oct 2022 16:36:37 +0200) Add functions for the
8081
old api
8182
- 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
8586
- We need these to make the transition from the old to the new.
8687

8788
1.00_01 2022-10-11T14:15:04+02:00 (b93b790 => Abe Timmerman)
8889
- (Abe Timmerman, Tue, 11 Oct 2022 14:15:04 +0200) Autocommit for
8990
distribution Perl5::CoreSmokeDB 1.00_01 (test)
90-
9191
- (Abe Timmerman, Wed, 12 Oct 2022 13:22:55 +0200) New version of the
9292
schema (remove warnings)
9393

9494
0.00_00 2022-09-25T18:15:04+02:00 (5b0be22 => Abe Timmerman)
9595
- (Abe Timmerman, Sun, 25 Sep 2022 18:15:04 +0200) First commit
9696
- This API is a port of the "old" CoreSmokeDB web-app.
9797
- This service will only provide the API for the new VueJS frontend.
98-
9998
- (Abe Timmerman, Tue, 11 Oct 2022 10:27:05 +0200) Make it a buildable
10099
distribution
101-
102100
- (Abe Timmerman, Tue, 11 Oct 2022 13:42:32 +0200) Only the CoreSmokeDB
103101
API for now
104-
105102
- (Abe Timmerman, Tue, 11 Oct 2022 14:02:31 +0200) We need Starman to run

lib/Perl5/CoreSmokeDB.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use warnings;
33
use strict;
44
use lib 'lib';
55

6-
our $VERSION = '1.03';
6+
our $VERSION = "1.03_00";
77

88
use Dancer2;
99
use Dancer2::Plugin::DBIC;

0 commit comments

Comments
 (0)