Sipwise Jenkins Builder
bacac4fa03
Release new version 9.5.5.4+0~mr9.5.5.4
3 years ago
Rene Krenn
d3a6da9541
TT#187551 trunacte long data from redis
...
Change-Id: I738606e12e2a01fc7a17640ef56eb4b1630bcd62
(cherry picked from commit ab400e63c6 )
3 years ago
Rene Krenn
d8c8e22167
TT#155902 escape values in redis-to-SQL backups
...
Change-Id: Ic1b56a88e0842edfc001223ad731420bc57db23b
(cherry picked from commit 19363913c5 )
3 years ago
Rene Krenn
aae3340fce
TT#153851 cleanup stuck with 23:59:59.xxx records
...
Change-Id: I34e5936116420cfb8337a1f11c21f6bad6d26c2f
(cherry picked from commit 74f22addce )
3 years ago
Rene Krenn
61cb4cc85f
TT#145102 handle row_format mismatch (table/partition)
...
mariadb version > 10.1 changed the default row_format
from COMPACT to DYNAMIC. system upgraded to 7.5 therefore
end up with table partitions with different row_format, since
creating tables do not honour row_format (mysql bug 95478).
this in turn causes "ALTER TABLE .. EXCHANGE PARTITION .."
statements to fail with an error 1731 ("non matching attribute
ROW_FORMAT between table and partition", see MDEV-26027).
a manual mitigation would mean to align the row_formats
using "ALTER TABLE .. ROW_FORMAT = ..". But this in turn can
result fail with erro 1118 ("row size too large") for tables
with many&long columns (ie. accounting.cdr).
this fix will now mitigate the situation by falling back to
the built-in rowcopy method, if it detects mismatching
row_format.
Change-Id: Ief220be41b2350fa1437b6f35d46d1811facb57f
(cherry picked from commit 12de9892f8 )
3 years ago
Rene Krenn
485ac6f494
TT#126350 fix upserting tables with degree=primary degree
...
Change-Id: I4396387918b1b6d2365ce867e253dc452f699c1e
(cherry picked from commit f476aad1bd )
3 years ago
Sipwise Jenkins Builder
3d39bc6811
Release new version 9.5.5.3+0~mr9.5.5.3
3 years ago
Rene Krenn
48a5af9be9
MT#57401 fix redis cleanup-days logic
...
Change-Id: I63918efaf6d2a0af36474376b6947310e7402e37
(cherry picked from commit 0a7232536d )
3 years ago
Sipwise Jenkins Builder
fc700a444d
Release new version 9.5.5.2+0~mr9.5.5.2
4 years ago
Kirill Solomko
a62c3b2b53
TT#121854 fix DBI::errstr typo
...
Change-Id: I11d9e3f182bde880cb5357d0646f62881205e374
(cherry picked from commit f3da280c60 )
(cherry picked from commit 3976ad3ef1 )
4 years ago
Sipwise Jenkins Builder
29591c8cf2
Release new version 9.5.5.1+0~mr9.5.5.1
4 years ago
Sipwise Jenkins Builder
6e49a1cefc
Release new version 9.5.5.0+0~mr9.5.5.0
4 years ago
Sipwise Jenkins Builder
2c0a20af87
Release new version 9.5.4.0+0~mr9.5.4.0
5 years ago
Sipwise Jenkins Builder
e220e9340a
Release new version 9.5.3.0+0~mr9.5.3.0
5 years ago
Sipwise Jenkins Builder
4787537820
Release new version 9.5.2.0+0~mr9.5.2.0
5 years ago
Sipwise Jenkins Builder
919d23770c
Release new version 9.5.1.0+0~mr9.5.1.0
5 years ago
Kirill Solomko
1a86ba1286
TT#121854 check delete from non-existing table
...
* cleanup_data():
- print error message when deletion from a table
fails (usually a non-exiting table is provided)
- amount of affected rows is set to 0 if undefined
Change-Id: I066041aae5d6a65c766480a2bbaf976c6563d188
5 years ago
Sipwise Jenkins Builder
096ee7def4
Release new version 9.5.0.0+0~mr9.5.0.0
5 years ago
Sipwise Jenkins Builder
a7aae6d16f
Release new version 9.4.0.0+0~mr9.4.0.0
5 years ago
Sipwise Jenkins Builder
41db1c2416
Release new version 9.3.0.0+0~mr9.3.0.0
6 years ago
Sipwise Jenkins Builder
f8ae48ec23
Release new version 9.2.0.0+0~mr9.2.0.0
6 years ago
Rene Krenn
afa707dffd
TT#88001 support backup of tables with additional unique constraints
...
Change-Id: I5a11bcc2b5bd6e2e6cd36cabd8d8beb2cc935632
6 years ago
Sipwise Jenkins Builder
63c3239281
Release new version 9.1.0.0+0~mr9.1.0.0
6 years ago
Guillem Jover
37594aca6f
TT#88050 Remove dependencies on obsolete packages
...
These packages got removed before the last LTS, so it is now safe to
remove dependencies on them.
Change-Id: I2f25c59d105ccd0e5be5b0422ac48b82926f1b10
6 years ago
Sipwise Jenkins Builder
4cc9a02e2a
Release new version 9.0.0.0+0~mr9.0.0.0
6 years ago
Sipwise Jenkins Builder
958e6f5a3c
Release new version 8.6.0.0+0~mr8.6.0.0
6 years ago
Sipwise Jenkins Builder
6410c0c6c9
Release new version 8.5.0.0+0~mr8.5.0.0
6 years ago
Guillem Jover
855c9260bb
TT#81052 Move ngcp-voicemail-table-cleanup from ngcp-system-tools
...
Rename it to match the current naming convention, and add backwards
compatibility symlinks until the next LTS.
Change-Id: I0c02c8695fc37f8e7a7e15114c0b7a7f7545d102
6 years ago
Sipwise Jenkins Builder
5c110019b3
Release new version 8.4.0.0+0~mr8.4.0.0
6 years ago
Sipwise Jenkins Builder
a8a24dc589
Release new version 8.3.0.0+0~mr8.3.0.0
6 years ago
Manuel Montecelo
14838d16c3
TT#72908 Change permissions of /ngcp-data/backup/cdr to 0700
...
We want backups to only be readable by the root user, when possible.
Change-Id: I236cbac8811c1dd3d9e0abcbec82318f2e99d215
7 years ago
Richard Fuchs
597d341578
TT#33651 suppress warnings about undefined values
...
Reported at http://lists.sipwise.com/pipermail/spce-user_lists.sipwise.com/2019-December/014013.html
This can happen if the check for $data_ok above fails. The key will
still be present in %$keys but will be missing from %vals.
Change-Id: Ic8124c46c32f3f9cd59ff4d005866beb6e80547a
7 years ago
Sipwise Jenkins Builder
2d47f25e28
Release new version 8.2.0.0+0~mr8.2.0.0
7 years ago
Sipwise Jenkins Builder
ebef7506da
Release new version 8.1.0.0+0~mr8.1.0.0
7 years ago
Rene Krenn
f0096b9ba0
TT#65750 accept both 'user'/'pass' and 'username'/'password'
...
Change-Id: I42a31a90d1f7b9094dd443e4b7538be8bc89e885
7 years ago
Rene Krenn
c0aef1c756
TT#64406 fix changing epoch/date column mode for 'cleanup'
...
Change-Id: Ie38c70d765efaa2e24b4394b7b1d4ef13c6a02d6
7 years ago
Sipwise Jenkins Builder
fb9442c93e
Release new version 8.0.0.0+0~mr8.0.0.0
7 years ago
Kirill Solomko
a7fbb84777
TT#62907 add a fallback to sql backup
...
* if a use-partitioning is enabled for a table
and this table is not suitable for it, the table
is processed using the sql backup method.
Change-Id: Ia3d8bc4701cc31fed54465227e49ec4563e5c100
7 years ago
Guillem Jover
ee25646d7b
TT#61954 Set debhelper compat level in Build-Depends instead of debian/compat
...
Change-Id: I0c550cef8a2cc0d13d2acdb647081c9a91473f08
7 years ago
Guillem Jover
35f37d2c6a
TT#60750 Do not install deprecated command aliases
...
Change-Id: I94f949c45616a61ffd2368b6189a77bd3744c4f8
7 years ago
Guillem Jover
7faf4c86cd
TT#60750 Use «ngcp-service» instead of «monit»
...
Modern ngcp-service knows when and how to handle monit interactions if
needed. Switch to the new interface, so that we can then easily remove
monit from NGCP.
Change-Id: Ie1a4e3cd44255888dd016c1a37cf3038de832a63
7 years ago
Guillem Jover
5643fa4d5b
TT#61954 Update copyright years
...
Change-Id: I6814cfa702aaacdbee6308b8e59c91f40c126025
7 years ago
Guillem Jover
84633dc7fc
TT#61954 Update copyright Format URL to use https
...
Change-Id: I0274c3351d18bf1e191ce04ce1e73ffc4ec2a31c
7 years ago
Sipwise Jenkins Builder
e3ad2abe9e
Release new version 7.5.0.0+0~mr7.5.0.0
7 years ago
Sipwise Jenkins Builder
2965475000
Release new version 7.4.0.0+0~mr7.4.0.0
7 years ago
Sipwise Jenkins Builder
290f496ea0
Release new version 7.3.0.0+0~mr7.3.0.0
7 years ago
Rene Krenn
234893b04d
TT#52359 consider negative DateTime::Duration / 6.5
...
Change-Id: I1f5c4885196b0179350ec4a258712afb29a7c27b
(cherry picked from commit c58bf4ed45 )
(cherry picked from commit 0720271cb3 )
7 years ago
Sipwise Jenkins Builder
f5437e36c0
Release new version 7.2.0.0+0~mr7.2.0.0
8 years ago
Guillem Jover
1fbb57e223
TT#49150 Unify copyright declaration
...
Change-Id: I0cd72f5e9ec568e34ee59b73d817c272d7a3bb77
8 years ago
Guillem Jover
9d1f92164d
TT#49150 Remove confused README
...
- It was copied from another repo, but never updated.
- It contains an invalid license statement.
Change-Id: I5d393ee568674c34dd8e29f2cfd77c3a223f6ff5
8 years ago