Commit Graph

5670 Commits

Author SHA1 Message Date
Sveta Smirnova
840ba6926b PT-2355 - pt-online-schema-change should not resume a job with empty boundaries
- The tool should still fail, so I improved error message and added test case
2025-03-22 00:01:56 +03:00
Sveta Smirnova
25f4ee6d80 Merge pull request #939 from percona/dependabot/go_modules/github.com/alecthomas/kong-1.9.0
build(deps): bump github.com/alecthomas/kong from 1.8.1 to 1.9.0
2025-03-19 13:24:06 +03:00
Sveta Smirnova
c83d2f547d Merge pull request #940 from percona/dependabot/go_modules/k8s.io/api-0.32.3
build(deps): bump k8s.io/api from 0.32.2 to 0.32.3
2025-03-19 13:23:52 +03:00
Sveta Smirnova
e4cecc3e69 Merge pull request #938 from percona/dependabot/github_actions/aquasecurity/trivy-action-0.30.0
build(deps): bump aquasecurity/trivy-action from 0.29.0 to 0.30.0
2025-03-19 13:23:02 +03:00
Sveta Smirnova
f9ea94f195 Merge pull request #918 from drwonky/PT-2422
PT-2422 Fix unconstrained UPDATE to pt_osc_history table
2025-03-18 15:04:43 +03:00
Sveta Smirnova
c92d95bc38 Merge pull request #903 from Robertoh98/PT-2410
PT-2410 - Fixing the export with output-format=csv when there are null values
2025-03-18 15:02:03 +03:00
dependabot[bot]
6b449ec081 build(deps): bump k8s.io/api from 0.32.2 to 0.32.3
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.32.2 to 0.32.3.
- [Commits](https://github.com/kubernetes/api/compare/v0.32.2...v0.32.3)

---
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-03-17 09:48:40 +00:00
dependabot[bot]
af7bd8abd6 build(deps): bump github.com/alecthomas/kong from 1.8.1 to 1.9.0
Bumps [github.com/alecthomas/kong](https://github.com/alecthomas/kong) from 1.8.1 to 1.9.0.
- [Release notes](https://github.com/alecthomas/kong/releases)
- [Commits](https://github.com/alecthomas/kong/compare/v1.8.1...v1.9.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-03-17 09:47:46 +00:00
dependabot[bot]
6fad1f0ff0 build(deps): bump aquasecurity/trivy-action from 0.29.0 to 0.30.0
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.29.0 to 0.30.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](https://github.com/aquasecurity/trivy-action/compare/0.29.0...0.30.0)

---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-17 09:34:16 +00:00
Sveta Smirnova
f4a324581a PT-2410 - pt-archiver brokes when using output-format=csv and has null values
- Updated t/pt-archiver/file.t
2025-03-13 23:26:56 +03:00
Sveta Smirnova
3cb46e61f7 PT-2410 - pt-archiver brokes when using output-format=csv and has null values
- Added test case
2025-03-13 22:57:46 +03:00
Sveta Smirnova
2198763042 Merge pull request #937 from percona/dependabot/go_modules/golang.org/x/net-0.36.0
build(deps): bump golang.org/x/net from 0.33.0 to 0.36.0
2025-03-13 21:31:33 +03:00
Sveta Smirnova
4bf48d864f PT-2422 - pt-online-schema-change race overwrites new_table_name
- Added test case
2025-03-13 21:30:00 +03:00
dependabot[bot]
16f5aac023 build(deps): bump golang.org/x/net from 0.33.0 to 0.36.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.33.0 to 0.36.0.
- [Commits](https://github.com/golang/net/compare/v0.33.0...v0.36.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-13 01:31:57 +00:00
Sveta Smirnova
69cbfca27f Merge branch '3.x' into HEAD 2025-03-13 02:24:07 +03:00
Sveta Smirnova
14623c5dce Merge pull request #919 from drwonky/PT-2389
PT-2389 Fix unconditional ALTER on new table with resume
2025-03-13 02:19:00 +03:00
Sveta Smirnova
71ffb19e9e Merge pull request #934 from percona/dependabot/go_modules/golang.org/x/crypto-0.36.0
build(deps): bump golang.org/x/crypto from 0.35.0 to 0.36.0
2025-03-12 17:31:53 +03:00
Sveta Smirnova
5c16d37020 PT-2389 - pt-online-schema-change resume functionality doesn't work with ADD/DROP column
- Modified pt-1717-resume.t test case, so it passes now
2025-03-12 17:31:43 +03:00
Sveta Smirnova
f70f8084dd Merge branch '3.x' into dependabot/go_modules/golang.org/x/crypto-0.36.0 2025-03-12 17:29:57 +03:00
Sveta Smirnova
5474f5d5ff Merge pull request #933 from percona/dependabot/go_modules/go.mongodb.org/mongo-driver-1.17.3
build(deps): bump go.mongodb.org/mongo-driver from 1.17.2 to 1.17.3
2025-03-12 17:29:29 +03:00
Sveta Smirnova
61915d615c Merge pull request #935 from percona/snyk-fix-c0ab494010286da9f602a27dac715bae
[Snyk] Fix for 19 vulnerabilities
2025-03-11 21:26:43 +03:00
snyk-bot
201a0d9b18 fix: requirements-docbuild.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-CERTIFI-3164749
- https://snyk.io/vuln/SNYK-PYTHON-CERTIFI-5805047
- https://snyk.io/vuln/SNYK-PYTHON-CERTIFI-7430173
- https://snyk.io/vuln/SNYK-PYTHON-IDNA-6597975
- https://snyk.io/vuln/SNYK-PYTHON-JINJA2-6150717
- https://snyk.io/vuln/SNYK-PYTHON-JINJA2-6809379
- https://snyk.io/vuln/SNYK-PYTHON-JINJA2-8548181
- https://snyk.io/vuln/SNYK-PYTHON-JINJA2-8548987
- https://snyk.io/vuln/SNYK-PYTHON-JINJA2-9292516
- https://snyk.io/vuln/SNYK-PYTHON-PYGMENTS-1086606
- https://snyk.io/vuln/SNYK-PYTHON-PYGMENTS-1088505
- https://snyk.io/vuln/SNYK-PYTHON-PYGMENTS-5750273
- https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-5595532
- https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-3180412
- https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-7448482
- https://snyk.io/vuln/SNYK-PYTHON-SPHINX-570772
- https://snyk.io/vuln/SNYK-PYTHON-SPHINX-570773
- https://snyk.io/vuln/SNYK-PYTHON-SPHINX-5811865
- https://snyk.io/vuln/SNYK-PYTHON-SPHINX-5812109
2025-03-11 07:25:31 +00:00
dependabot[bot]
d0f8fb231b build(deps): bump golang.org/x/crypto from 0.35.0 to 0.36.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.35.0 to 0.36.0.
- [Commits](https://github.com/golang/crypto/compare/v0.35.0...v0.36.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-03-10 09:18:12 +00:00
dependabot[bot]
8b61618d35 build(deps): bump go.mongodb.org/mongo-driver from 1.17.2 to 1.17.3
---
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-03-10 09:18:07 +00:00
Sveta Smirnova
7887b8f760 Merge pull request #925 from percona/dependabot/go_modules/k8s.io/api-0.32.2
build(deps): bump k8s.io/api from 0.32.1 to 0.32.2
2025-03-07 14:55:06 +03:00
Sveta Smirnova
1d5788c3e4 Merge pull request #926 from percona/dependabot/go_modules/github.com/alecthomas/kong-1.8.1
build(deps): bump github.com/alecthomas/kong from 1.8.0 to 1.8.1
2025-03-07 14:54:44 +03:00
Sveta Smirnova
a615a82f1f Merge pull request #929 from percona/dependabot/go_modules/github.com/google/go-cmp-0.7.0
build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0
2025-03-07 14:54:32 +03:00
Sveta Smirnova
6587df60b7 Merge pull request #931 from percona/dependabot/github_actions/actions/upload-artifact-4.6.1
build(deps): bump actions/upload-artifact from 4.6.0 to 4.6.1
2025-03-07 14:54:20 +03:00
Sveta Smirnova
1511d4cef0 Merge pull request #932 from percona/dependabot/go_modules/golang.org/x/crypto-0.35.0
build(deps): bump golang.org/x/crypto from 0.33.0 to 0.35.0
2025-03-07 14:54:01 +03:00
Sveta Smirnova
9ad6dc0125 Merge pull request #928 from percona/alina-derkach-oaza-patch-1
DOCS-159 Implement the Lead generation forms
2025-03-07 00:38:12 +03:00
Sveta Smirnova
e72235e696 Merge pull request #924 from percona/PMM-9288-extended-profiler
PMM-9288 Extended profiler.
2025-03-07 00:37:16 +03:00
dependabot[bot]
0e1edaed97 build(deps): bump golang.org/x/crypto from 0.33.0 to 0.35.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.33.0 to 0.35.0.
- [Commits](https://github.com/golang/crypto/compare/v0.33.0...v0.35.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-03-03 10:46:58 +00:00
dependabot[bot]
6af18b94b0 build(deps): bump actions/upload-artifact from 4.6.0 to 4.6.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 4.6.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4.6.0...v4.6.1)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-24 09:58:03 +00:00
dependabot[bot]
1641438412 build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/google/go-cmp/releases)
- [Commits](https://github.com/google/go-cmp/compare/v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: github.com/google/go-cmp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-24 09:48:47 +00:00
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