Jiří Čtvrtka
28abea52e7
PMM-9288 Fix readme.
2025-02-21 09:47:30 +01:00
Alina Derkach
4f678621c6
DOCS-159 Implement the Lead generation forms
...
Update get-help.rst
2025-02-20 16:14:12 +01:00
Jiří Čtvrtka
b7cf75c37e
PMM-9288 Changes after discussion.
2025-02-20 13:08:58 +01:00
Jiří Čtvrtka
30b8f4227f
PMM-9288 Remove nScanned completely.
2025-02-19 15:13:46 +01:00
Jiří Čtvrtka
330ca87457
PMM-9288 Another changes in stats.
2025-02-19 14:41:38 +01:00
Jiří Čtvrtka
6ca0b1d6fc
PMM-9288 Remove DB name from user field.
2025-02-18 15:01:34 +01:00
Jiří Čtvrtka
33af9cc021
PMM-9288 Another change.
2025-02-18 14:02:28 +01:00
Jiří Čtvrtka
cf11056f98
PMM-9288 Changes.
2025-02-18 13:59:25 +01:00
Jiří Čtvrtka
71a164c272
PMM-9288 Changes.
2025-02-17 15:56:10 +01:00
Jiří Čtvrtka
beebe501ec
PMM-9288 Fix.
2025-02-17 15:30:31 +01:00
Jiří Čtvrtka
260ca8151d
PMM-9288 Changes.
2025-02-17 15:28:36 +01:00
Jiří Čtvrtka
9225369a73
Merge branch '3.x' into PMM-9288-extended-profiler
2025-02-17 14:22:32 +01:00
Jiří Čtvrtka
2b78478272
PMM-9288 Changes.
2025-02-17 14:22:23 +01:00
dependabot[bot]
ee5ad88e2f
build(deps): bump github.com/alecthomas/kong from 1.8.0 to 1.8.1
...
Bumps [github.com/alecthomas/kong](https://github.com/alecthomas/kong ) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/alecthomas/kong/releases )
- [Commits](https://github.com/alecthomas/kong/compare/v1.8.0...v1.8.1 )
---
updated-dependencies:
- dependency-name: github.com/alecthomas/kong
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-17 09:51:35 +00:00
dependabot[bot]
74a14966c6
build(deps): bump k8s.io/api from 0.32.1 to 0.32.2
...
Bumps [k8s.io/api](https://github.com/kubernetes/api ) from 0.32.1 to 0.32.2.
- [Commits](https://github.com/kubernetes/api/compare/v0.32.1...v0.32.2 )
---
updated-dependencies:
- dependency-name: k8s.io/api
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-17 09:51:32 +00:00
Sveta Smirnova
38dfed8c1c
Merge pull request #923 from percona/dependabot/go_modules/golang.org/x/crypto-0.33.0
...
build(deps): bump golang.org/x/crypto from 0.32.0 to 0.33.0
2025-02-12 01:00:21 +03:00
Jiří Čtvrtka
d78e4a1396
PMM-9288 Extended profiler.
2025-02-11 14:06:24 +01:00
Sveta Smirnova
80bc02916d
Merge pull request #922 from percona/dependabot/go_modules/github.com/alecthomas/kong-1.8.0
...
build(deps): bump github.com/alecthomas/kong from 1.6.1 to 1.8.0
2025-02-11 03:05:32 +03:00
dependabot[bot]
f312679c13
build(deps): bump golang.org/x/crypto from 0.32.0 to 0.33.0
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.32.0 to 0.33.0.
- [Commits](https://github.com/golang/crypto/compare/v0.32.0...v0.33.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-10 09:22:16 +00:00
dependabot[bot]
70ac4351f3
build(deps): bump github.com/alecthomas/kong from 1.6.1 to 1.8.0
...
Bumps [github.com/alecthomas/kong](https://github.com/alecthomas/kong ) from 1.6.1 to 1.8.0.
- [Release notes](https://github.com/alecthomas/kong/releases )
- [Commits](https://github.com/alecthomas/kong/compare/v1.6.1...v1.8.0 )
---
updated-dependencies:
- dependency-name: github.com/alecthomas/kong
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-10 09:22:11 +00:00
Sveta Smirnova
75cddb43db
Merge pull request #920 from percona/PMM-12468-plan-summary-and-coll-scan
...
PMM-12468 Plan summary, COLLSCAN.
2025-02-06 18:29:07 +03:00
Jiří Čtvrtka
5972093d87
PMM-12468 Fix to run stats tests and other tests with testing.M.
2025-02-03 14:14:53 +01:00
Jiří Čtvrtka
6c2dec8502
PMM-12468 Plan summary, COLLSCAN.
2025-01-29 12:40:07 +01:00
Perry Harrington
9e9f7434d1
PT-2422 Fix unconstrained UPDATE to pt_osc_history table
...
Ensure that entries in the history table are updated by job_id
instead of updating ALL instances of jobs in the history table.
2025-01-28 11:59:23 -08:00
Perry Harrington
888af5f5ef
Updated test for PT-1717 to perform meaningful alter so fix for PT-2389 would be exercised
2025-01-28 11:51:03 -08:00
Perry Harrington
dc77289d60
PT-2389 Fix unconditional ALTER on new table with resume
...
When running with --resume option the ALTER runs on the new table
even if the new table exists and has already been altered.
This causes a deterministic failure every time the --resume option
is used. This fix tests if --resume is given and does not run
ALTER on the new table. If pt-osc did not successfully alter
the new table during the previous invocation, this could cause the
ALTER to not be applied.
The right fix would be to compare the DDL of the _new table to
the proposed DDL generated by pt-osc and only run ALTER if they
do not match.
2025-01-28 10:56:47 -08:00
Sveta Smirnova
d82723f272
Merge pull request #917 from surbhat1595/PKG374
...
PKG-374 Make Percona Toolkit rpm spec file architecture independent
2025-01-25 21:40:04 +03:00
Sveta Smirnova
ad812fd14c
Merge pull request #916 from percona/dependabot/go_modules/k8s.io/api-0.32.1
...
build(deps): bump k8s.io/api from 0.32.0 to 0.32.1
2025-01-20 21:25:22 +03:00
Sveta Smirnova
680431cb06
Merge pull request #915 from alina-derkach-oaza/PT-2420
...
PT-2420 Add the Get Help widget and Get help page
2025-01-20 21:05:15 +03:00
Alina Derkach
ffb4057d77
PT-2420 Test how to add the Get Help widget and Get help page
...
modified: config/sphinx-build/_static/_templates/theme/relbar2.html
new file: docs/get-help.rst
modified: docs/index.rst
2025-01-20 17:13:11 +01:00
Sveta Smirnova
582df3cd02
Merge pull request #911 from percona/dependabot/github_actions/actions/upload-artifact-4.6.0
...
build(deps): bump actions/upload-artifact from 4.5.0 to 4.6.0
2025-01-20 16:22:51 +03:00
dependabot[bot]
6c29e975e2
build(deps): bump k8s.io/api from 0.32.0 to 0.32.1
...
Bumps [k8s.io/api](https://github.com/kubernetes/api ) from 0.32.0 to 0.32.1.
- [Commits](https://github.com/kubernetes/api/compare/v0.32.0...v0.32.1 )
---
updated-dependencies:
- dependency-name: k8s.io/api
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-20 10:08:24 +00:00
Surabhi Bhat
b603ef30c2
PKG-374 Make Percona Toolkit rpm spec file architecture independent
2025-01-15 17:39:45 +05:30
Sveta Smirnova
04f8f55489
Merge pull request #912 from percona/dependabot/go_modules/go.mongodb.org/mongo-driver-1.17.2
...
build(deps): bump go.mongodb.org/mongo-driver from 1.17.1 to 1.17.2
2025-01-14 19:32:20 +03:00
Sveta Smirnova
95285428bb
Merge branch '3.x' into dependabot/go_modules/go.mongodb.org/mongo-driver-1.17.2
2025-01-14 19:32:13 +03:00
Sveta Smirnova
ac3ed1f5a3
Merge pull request #913 from percona/dependabot/go_modules/golang.org/x/crypto-0.32.0
...
build(deps): bump golang.org/x/crypto from 0.31.0 to 0.32.0
2025-01-14 19:31:23 +03:00
Sveta Smirnova
035213b876
Merge pull request #914 from percona/dependabot/go_modules/github.com/alecthomas/kong-1.6.1
...
build(deps): bump github.com/alecthomas/kong from 1.6.0 to 1.6.1
2025-01-14 19:31:07 +03:00
Sveta Smirnova
a06b3877c8
Merge pull request #909 from percona/PT-2400-pt-table-checksum_reports_the_error_for_warning_code_4164
...
PT-2400 - pt-table-checksum reports the error for warning code 4164
2025-01-14 18:17:30 +03:00
Sveta Smirnova
e716a03060
Update t/pt-table-checksum/pt-2400.t
...
Co-authored-by: EvgeniyPatlan <evgeniy.patlan@percona.com >
2025-01-14 18:15:06 +03:00
Sveta Smirnova
5a4bd2f1da
Merge pull request #910 from percona/typos_2025_01
...
Fixed typos found by the GitHub workflow
2025-01-14 18:10:12 +03:00
Sveta Smirnova
6f62b4dc63
Merge pull request #907 from percona/remove_unused_variable_force_concat_enums
...
Remove unused variable force_concat_enums
2025-01-14 18:08:33 +03:00
Sveta Smirnova
0a98a81370
Merge pull request #863 from hpoettker/PT-2378_table_sync_with_more_fp_precision
...
PT-2378 - extended FP precision in pt-table-sync
2025-01-14 18:06:55 +03:00
Sveta Smirnova
f837672d1d
Merge pull request #861 from hpoettker/PT-2377_table_sync_with_utf8_json
...
PT-2377 - fixed pt-table-sync for JSON utf8 strings
2025-01-14 18:04:41 +03:00
dependabot[bot]
8be499a85f
build(deps): bump github.com/alecthomas/kong from 1.6.0 to 1.6.1
...
Bumps [github.com/alecthomas/kong](https://github.com/alecthomas/kong ) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/alecthomas/kong/releases )
- [Commits](https://github.com/alecthomas/kong/compare/v1.6.0...v1.6.1 )
---
updated-dependencies:
- dependency-name: github.com/alecthomas/kong
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-13 09:31:03 +00:00
dependabot[bot]
6dd7d1125a
build(deps): bump golang.org/x/crypto from 0.31.0 to 0.32.0
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.31.0 to 0.32.0.
- [Commits](https://github.com/golang/crypto/compare/v0.31.0...v0.32.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-13 09:30:59 +00:00
dependabot[bot]
0342aace44
build(deps): bump go.mongodb.org/mongo-driver from 1.17.1 to 1.17.2
...
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver ) from 1.17.1 to 1.17.2.
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases )
- [Commits](https://github.com/mongodb/mongo-go-driver/compare/v1.17.1...v1.17.2 )
---
updated-dependencies:
- dependency-name: go.mongodb.org/mongo-driver
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-13 09:30:53 +00:00
dependabot[bot]
97c732afa5
build(deps): bump actions/upload-artifact from 4.5.0 to 4.6.0
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v4.5.0...v4.6.0 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-13 09:28:53 +00:00
Henning Poettker
1e581be06a
PT-2378 - extended FP precision in pt-table-sync
...
pt-table-sync now uses up to 17 decimal digits when writing
floating point numbers in the generated SQL statements.
This is necessary to prevent unintended data changes.
2025-01-13 09:31:51 +01:00
Sveta Smirnova
3e69100477
Fixed typos found by the GitHub workflow
2025-01-10 23:07:03 +03:00
Sveta Smirnova
c796b2c148
PT-2400 - pt-table-checksum reports the error for warning code 4164
...
- Fixed typo
- Added test case
2025-01-10 23:01:35 +03:00