Rene Krenn
8ccdd251ba
MT#57401 fix redis cleanup-days logic
...
Change-Id: I63918efaf6d2a0af36474376b6947310e7402e37
(cherry picked from commit 0a7232536d )
3 years ago
Sipwise Jenkins Builder
e387718171
Release new version 8.5.10.1+0~mr8.5.10.1
4 years ago
Rene Krenn
b37b65c78e
TT#187551 trunacte long data from redis
...
Change-Id: I738606e12e2a01fc7a17640ef56eb4b1630bcd62
(cherry picked from commit ab400e63c6 )
4 years ago
Rene Krenn
6067920657
TT#155902 escape values in redis-to-SQL backups
...
Change-Id: Ic1b56a88e0842edfc001223ad731420bc57db23b
(cherry picked from commit 19363913c5 )
4 years ago
Rene Krenn
4937896c1f
TT#153851 cleanup stuck with 23:59:59.xxx records
...
Change-Id: I34e5936116420cfb8337a1f11c21f6bad6d26c2f
(cherry picked from commit 74f22addce )
4 years ago
Rene Krenn
c0065b542a
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 )
4 years ago
Kirill Solomko
ccc56127a4
TT#121854 fix DBI::errstr typo
...
Change-Id: I11d9e3f182bde880cb5357d0646f62881205e374
(cherry picked from commit f3da280c60 )
4 years ago
Rene Krenn
86cc76f689
TT#126350 fix upserting tables with degree=primary degree
...
Change-Id: I4396387918b1b6d2365ce867e253dc452f699c1e
(cherry picked from commit f476aad1bd )
4 years ago
Kirill Solomko
65b721fb8d
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
(cherry picked from commit 1a86ba1286 )
4 years ago
Sipwise Jenkins Builder
44e6ccaa66
Release new version 8.5.10.0+0~mr8.5.10.0
4 years ago
Sipwise Jenkins Builder
b3256fc2a5
Release new version 8.5.9.0+0~mr8.5.9.0
5 years ago
Sipwise Jenkins Builder
e84d12d348
Release new version 8.5.8.0+0~mr8.5.8.0
5 years ago
Sipwise Jenkins Builder
1873c01d45
Release new version 8.5.7.0+0~mr8.5.7.0
5 years ago
Sipwise Jenkins Builder
3d3ed72947
Release new version 8.5.6.0+0~mr8.5.6.0
5 years ago
Sipwise Jenkins Builder
a4aa4fa3b6
Release new version 8.5.5.0+0~mr8.5.5.0
5 years ago
Sipwise Jenkins Builder
1bb56f2e87
Release new version 8.5.4.0+0~mr8.5.4.0
6 years ago
Sipwise Jenkins Builder
c797c42fad
Release new version 8.5.3.0+0~mr8.5.3.0
6 years ago
Rene Krenn
470c0d5434
TT#88001 support backup of tables with additional unique constraints
...
Change-Id: I5a11bcc2b5bd6e2e6cd36cabd8d8beb2cc935632
(cherry picked from commit afa707dffd )
6 years ago
Sipwise Jenkins Builder
96eb164c42
Release new version 8.5.2.0+0~mr8.5.2.0
6 years ago
Sipwise Jenkins Builder
9bcf490936
Release new version 8.5.1.0+0~mr8.5.1.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
7 years ago
Sipwise Jenkins Builder
a8a24dc589
Release new version 8.3.0.0+0~mr8.3.0.0
7 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
8 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 )
8 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
Guillem Jover
f6249eca20
TT#49150 Add missing perl module dependencies
...
Change-Id: Idd46ba8b3ef34c3cc3ffa8392f31dba9429cee18
8 years ago
Guillem Jover
72427c868a
TT#49150 Remove executable bits from perl module
...
Change-Id: I9b1a4f788733e787308f87dca583b89ac1c6b519
8 years ago
Guillem Jover
e1ce04d34d
TT#49150 Namespace program names with ngcp-
...
This makes it obvious these are NGCP specific programs, and avoids
possible collisions with other third party programs.
Create backward compatibility symlinks for a smoother transition.
Change-Id: Id7ca1e517ae4da46f5e25534d334f1f3352d1b87
8 years ago
Guillem Jover
10ed09e7b4
TT#49150 Remove obsolete binlog-purge.pl program
...
Change-Id: I7f9d4949b51006016751586cfca536a92351babf
8 years ago
Alexander Lutay
e735591e53
TT#43810 Execute 'wrap-and-sort -sat' as suggested by check-packaging
...
Change-Id: I02da813c622c834b473ab4429627b9b3fe0daca1
8 years ago
Sipwise Jenkins Builder
2509beb7c6
Release new version 7.1.0.0+0~mr7.1.0.0
8 years ago