Skip to content
This repository was archived by the owner on Jun 21, 2022. It is now read-only.

RDS-1902 Add RDS instance type into config.#30

Merged
AlekSi merged 1 commit intoPMM-1.6from
PMM-1902-add-rds-type
Dec 28, 2017
Merged

RDS-1902 Add RDS instance type into config.#30
AlekSi merged 1 commit intoPMM-1.6from
PMM-1902-add-rds-type

Conversation

@AlekSi
Copy link
Contributor

@AlekSi AlekSi commented Dec 28, 2017

No description provided.

@codecov
Copy link

codecov bot commented Dec 28, 2017

Codecov Report

Merging #30 into PMM-1.6 will decrease coverage by 0.06%.
The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff             @@
##           PMM-1.6      #30      +/-   ##
===========================================
- Coverage    38.85%   38.79%   -0.07%     
===========================================
  Files           38       38              
  Lines         3469     3475       +6     
===========================================
  Hits          1348     1348              
- Misses        1949     1955       +6     
  Partials       172      172
Impacted Files Coverage Δ
services/rds/rds_exporter.go 57.14% <ø> (ø) ⬆️
services/rds/rds.go 55% <0%> (-0.58%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 420a34e...43cf71a. Read the comment docs.

@AlekSi AlekSi merged commit 4b19d7c into PMM-1.6 Dec 28, 2017
@AlekSi AlekSi deleted the PMM-1902-add-rds-type branch December 28, 2017 14:12
Dasio pushed a commit that referenced this pull request Apr 16, 2021
Dasio added a commit that referenced this pull request Aug 18, 2021
* PMM-3786 Update API.

* PMM-3632 Fix wrong tests. (#10)

* Update deps.

* Update Swagger client settings. (#11)

* Handle nginx responses when pmm-managed is down.
* Fail if username is given.
* Fix TLS certificate check.
* Allow to disable TLS certificate check.

* PMM-3856 Tests for service remove endpoint.

* Update API.

* PMM-3977 Fix ticket number.

* PMM-3974 Tests for Management API. (#14)

* Update deps.

* PMM-4005 Remove endpoints and expected failures.

* PMM-4005 Expected failures and tests for removal.

* PMM-4005 tests for removal.

* PMM-4005 Refactoring.

* PMM-4005 Separate smaller tests and refactoring.

* Add CODEOWNERS.

* PMM-3866 Required username and default agents. (#16)

* Minor simplification.

* PMM-4007 Tests for force removal.

* Fix test for node register.

* PMM-4137 Fix API tests. (#19)

* Enable version test. (#20)

* Update API.

* PMM-4169 API tests for ProxySQL. (#21)

* PMM-4197 Fix tests. (#22)

* PMM-4179 API tests for QAN for PostgreSQL. (#23)

* PMM-4246 Add tests for settings. (#25)

* PMM-4246 Check gRPC code too.

* PMM-4246 Add tests for settings.

* PMM-4246 Skip gRPC code check for now.

* PMM-4246 Test gRPC codes. (#26)

* Update API.

* PMM-3977 Enable HTTP basic auth.

* PMM-4313 Fix tests. (#29)

* Update version test.

* Add envvar to help output.

* PMM-4379 New and changed tests for updates. (#30)

* PMM-4443 Return times and nice versions. (#31)

* PMM-4425 Auth errors. (#32)

* PMM-4471 Tests for new APIs. (#33)

* PMM-3294 Set TLS config.

* Do not check updates in parallel.

* Update API.

* PMM-4012 Add Remote Node. (#35)

* Added tests output converter to jUnit format for Jenkins. (#38)

* PMM-4448 Tests for updates. (#36)

* PMM-4448 Run tests with race detector by default.

* Fix default target.

* Update deps.

* Debug PMM Server update test.

* PMM-4249 Add test data retention settings (#37)

* PMM-4289 Update tests. (#41)

* PMM-3670 Temporary fix for updates test.

* PMM-3670 More hacks.

* PMM-4544 Remove old test. (#45)

* Use Go 1.12 to fix tests.

* Remove old tests.

* Fix tests.

* Update API.

* Update API.

* Update API.

* Fix test.

* PMM-4594 Update API. (#48)

* PMM-3989 Remove passwords from API responses. (#49)

* PMM-3786 Cleanup APIs. (#50)

* Update API.

* Update API.

* PMM-4033 Remove `oneof` from requests. (#51)

* Be less paranoid.

* Relax timing test.

* Fix tests for version numbers.

* PMM-4444 Add test.

* PMM-4736 Extract logging for the last line. (#53)

* PMM-4010 Make it work with Go 1.13.

* PMM-4010 Use Go 1.13 for Docker.

* PMM-4736 Check last update output line.

* PMM-4836 Make test less aggressive.

* PMM-4853 Harden tests. (#58)

* PMM-4853 Update API.

* PMM-4853 Do not test packages in parallel.

* PMM-4853 Remove old comment.

* PMM-4853 Do not crash test on unexpected response.

* PMM-4895 Check that both pmm-update and pmm-managed are updated. (#60)

* Update deps.

* Tweak timings to fix tests.

* Split Agents tests into several files.

* PMM-4809 Make tablestat group configurable. (#62)

* Update API.

* PMM-4950 Add AWS partitions to settings. (#65)

* PMM-4950 Added test for AWS partitions in settings

* PMM-4950 Restore partitions after test.

* PMM-4950 Add one more test.

* PMM-4475 Added test for RDS discovery. (#64)

* PMM-4949 RDS Management API. (#67)

* PMM-4949 RDS Management API.

* PMM-4949 Add RDS test

* Pmm-4949 Updated vendores pkgs

* PMM-5026 Added test for tables count (#66)

* PMM-5026 Added test for tables count

Updated the MySQLService Add method to update the tables count after the
connection checker is being called.

* PMM-5026 Skip MySQL Add test if no agents

If there are no connected agents, let's skip the test instead of making
it fail. This is because not in all testing environments we will have
connected pmm agents.

* PMM-5026 cosmetic change

* PMM-5026 Skipping test

Made test to skip until we have the new environment were we can trust
there will be connected agents to run all tests.

* Update API branch.

* PMM-4317 API tests for upload SSH key. (#68)

* PMM-4767 AWS instance check API. (#69)

* PMM-4474 Added RDS exporter agent tests (#71)

This branch replaces PMM-4474_Add_rds_exporter_agent-B which had merge
conflicts. It was easier to implement the new test on top of an
up-to-date branch than fixing all the conflicts

* PMM-4010 Updated travis.yml

- Added go_import_path
- Made it skip non-trunk PMM-XXXX branch builds, but still build pull requests.

* PMM-5008 Tests for node type validation. (#72)

* PMM-5200 Fix API tests. (#75)

* PMM-5216 Update last line.

* PMM-5137 Test Swagger permissions. (#74)

* PMM-5137 Extract method.

* PMM-5137 Add tests for Swagger URLs.

* PMM-5137 Open Swagger for everyone.

* PMM-5064 Added tests for alert manager settings (#76)

* PMM-5192 Remove go1.12 from .travis.yml, update README.md (#79)

* PMM-5182 Added test for logs.zip (#78)

* PMM-5182 PMM-5467 Update deps, fix test. (#80)

* PMM-5467 Update deps.

* PMM-5467 Fix broken test.

* PMM-5467 Update test.

* PMM-5448 Tests for new resolutions (#81)

* PMM-4931 Revert settings on teardown. (#83)

* PMM-5112 Tests for filtering by type. (#82)

* PMM-4919 Re-register force allows new hostname. (#70)

* PMM-4019 Reregistier node

Added test for node re-registering when the node name has changed.

* PMM-4919 Added test for re-register no force

Added a test to ensure register with a different node name and NO
re-register fails

* PMM-4919 cosmetic change

* PMM-4019 Added new testing method

Added a new test helper that matches an error code and the error text
CONTAINS a specific string

* PMM-4919 Test for re-registering a node

- Removed AssertAPIErrorContains function from helper
- Using assert.EqualError as requested in PR

* PMM-4919 Added tests for node re-register

Current tests:
- Trying to register a node with the same name/region/address than an
existing on - no re-register
- Trying to register a node with the same name/region/address than an
existing on - re-register
- Trying to register a node with different same name than an existing
one - no re-register
- Trying to register a node with the same name than an existing one
re-register

Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>
Co-authored-by: Nurlan Moldomurov <nurlan.moldomurov@percona.com>

* PMM-5042 Add service address and socket test. (#86)

* PMM-5042 Add service address and socket test.

* PMM-5042 Up deps.

* PMM-5042 Add test.

* PMM-5042 Up deps.

* PMM-4192 Added test for MongoDB Explain (#85)

* PMM-4192 Added test for MongoDB Explain

Tested manually with dev-container

* PMM-4192 Imporved tests

* PMM-4192 Updated pmm dep & mongo explain test

* PMM-4192 Remove logging with fmt.

* PMM-4912 Update pmm repo branch.

Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>
Co-authored-by: Nurlan Moldomurov <nurlan.moldomurov@percona.com>

* PMM-4145 Add simple test disable RDS metrics collection. (#84)

* PMM-4145 Add simple test disable RDS metrics collection.

* PMM-4145 Improve tests.

* PMM-5559 Add annotation tests. (#87)

* PMM-5559 Add annotation tests.

* PMM-5559 Ignore response on no errors

* PMM-5559 Improve test.

* PMM-5559 Update API branch.

Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>

* Fix logs test. (#88)

* PMM-5695 Tests for fixed error messages. (#89)

* PMM-5776 Add external service test. (#90)

* PMM-5776 Add external service test.

* PMM-5776 Up deps.

* PMM-5776 Up deps.

* PMM-5819 added STT tests (#91)

* PMM-5777 Inventory add external exporter. (#93)

* PMM-5777 Inventory add external exporter.

* PMM-5777 Update tests.

* PMM-5777 Update Gopkg.lock.

* PMM-5777 Rename MetricPath to MetricsPath.

* PMM-5777 Update pmm repo.

* PMM-5728 Tests for management API for external services. (#95)

* PMM-5728 Tests for management API for external services.

* PMM-5728 Updated deps

* PMM-5728 Rename MetricPath to MetricsPath.

* PMM-5728 fix conflicts.

* PMM-5728 fix build.

* PMM-5728 update pmm repo.

Co-authored-by: Carlos Salguero <carlos.salguero@percona.com>

* PMM-5728 Fix tests for removing external services. (#98)

* PMM-5257 Cover ProxySQL socket with tests. (#92)

* PMM-5257 Cover ProxySQL socket with tests.

* PMM-5257 Update API dep.

* PMM-5257 Update deps. Update default port and socket in tests.

* PMM-5524 Fix API tests.

* SAAS-119 Alertmanager test for checking failed checks. (#94)

* PMM-5243 Test PostgreSQL socket connection. (#96)

* PMM-5257 Cover ProxySQL socket with tests.

* PMM-5257 Update API dep.

* PMM-5257 Update deps. Update default port and socket in tests.

* PMM-5243 Test PostgreSQL socket connection.

* PMM-5243 Add more test.

* PMM-5243 Fix typo.

* PMM-5243 Update dep.

* PMM-5243 Up deps.

* PMM-5243 Up dep.

* PMM-5723 Reviewdog checks. (#101)

* PMM-5723 Reviewdog checks.

* PMM-5723 Add golangci config.

* PMM-5723 Reverted back .golangci.yml

* PMM-5723 Update travis config.

* PMM-5723 Revert  travis config.

* PMM-5723 Reviewdog required rules.

Co-authored-by: Andrii Skomorokhov <andrii.skomorokhov@percona.com>

* PMM-5723 Github token for reviewdog. (#104)

* PMM-5256 Test MongoDB socket. (#97)

* PMM-5256 Test MongoDB socket.

* PMM-5256 Add test mongo with socket.

* PMM-5256 Update deps.

Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@percona.com>

* SAAS-142 API tests for triggering checks execution (#99)

* PMM-5968 Avoid removing PMM Server. (#105)

* PMM-5968 Avoid removing PMM Server.

* PMM-5968 Reword error messages.

Co-authored-by: Artem Gavrilov <charlieblackwood7@gmail.com>
Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@percona.com>

* SAAS-136 Add STT permissions tests (#103)

* Disable lll linter (#109)

* SAAS-104 Add API tests (#108)

* SAAS-104 Add API tests

* SAAS-104: Add check for metric values

* SAAS-104: Remove unnecessary linebreaks

* SAAS-104: Remove len field from test cases

* Skip test

* Update comment

* Remove TODO

* Fix spelling

* remove todo

* Add todo

* SAAS-104 Add ticket number and flag (#112)

* PMM-5106 Add Docker Compose config. (#113)

* PMM-5645 Update API and open api to use go 1.14 (#110)

* PMM-5645 Update API and open api to use go 1.14

* PMM-5645 Add go v1.14.x to .travis.yml

* PMM-5645 Update dep.

* PMM-5563 Annotation, service node, (#111)

* PMM-5563 Add API tests.

* PMM-5563 Required changes.

* PMM-5563 Remove unnecessary check.

* PMM-5563 Deps.

* PMM-5563 Deps.

* SAAS-125: Add API tests (#114)

* SAAS-125: Add API tests

* lint fix

* fix stupid commit

* Minor changes

* fix time issue

* remove comments

* udpate

* udpate

* remove unnecessary checks

* make changes

* SAAS-125 Use the same names as code

Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>

* PMM-6213 Remove go 1.13 from travis. (#115)

* PMM-6213 Remove go 1.13 from travis.

* PMM-6213 Add go tip.

* PMM-6251 update deps (#117)

* PMM-6251 Update pmm

* PMM-6251 Update deps.

* PMM-6251 Change pmm api branch back to PMM-2.0

* SAAS-175 Add tests for auth API (#116)

* SAAS-175 Add permission tests for auth API

* SAAS-175 Add auth API tests

* SAAS-175 Fix test

* SAAS-175 Mute linter

* SAAS-175 Set dev auth host

* SAAS-175 Update pmm dependency, fix tests

* SAAS-175 Generate passwords in tests

* SAAS-175 Add coment

* SAAS-175 Fix typo

* SAAS-175 Add context to request

* SAAS-175 Move seeding into a single place

* SAAS-174 SAAS-175 Update pmm dependecny

* SAAS-174 SAAS-175 More detailed platform API tests

* SAAS-174 Update pmm dependency

* SAAS-174 Remove password reset tests

* SAAS-175 Update pmm dependency

* SAAS-175 Remove password reset permission test

* SAAS-175 Update API branch

Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>

* SAAS-237 Add API tests (#119)

* SAAS-237-Check-Results-API Add API tests

* SAAS-237-Check-Results-API Update tests

* SAAS-237-Check-Results-API Remove comments

* SAAS-237-Check-Results-API Update deps

* SAAS-237-Check-Results-API Minor change

* SAAS-266 Add platform sign out test (#120)

* SAAS-266 Add platform sign out test

* SAAS-266 Update dependencies

* SAAS-266 Add tests

* SAAS-266 Update API branch

* SAAS-266 Update pmm dependency

Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>

* PMM-6038 PT summary. (#122)

* PMM-6038 Add test.

* PMM-6038 Deps.

* PMM-6038 Deps.

* PMM-6038 Deps.

* PMM-6038 Fix.

* PMM-6038 Format.

* PMM-6038 Deps.

* PMM-6038 Deps.

* PMM-6038 Format.

* PMM-6038 Required changes.

* PMM-6038 Required changes.

* PMM-6038 PMM changes.

* PMM-6038 Deps.

* PMM-6038 Required changes.

* PMM-6038 Modify test.

* PMM-6038 Lint.

* PMM-6038 Remove optional param.

* PMM-6038 Remove skip for test, add timeout.

* PMM-6038 Lint.

* PMM-6038 Update management/action/ptsummary_test.go

Co-authored-by: Nurlan Moldomurov <nurlan.moldomurov@percona.com>

* PMM-6038 Import pmmapitests.

* PMM-6038 Change PMM branch.

* Revert "PMM-6038 Change PMM branch."

This reverts commit 66ea510c9e195de1329ac7734dbb639da80f9fd0.

* PMM-6038 Deps.

* PMM-6038 Change branch for pmm.

Co-authored-by: Nurlan Moldomurov <nurlan.moldomurov@percona.com>

* PMM-6130 PMM-managed API for kubernetes clusters. (#121)

* PMM-6130 PMM-managed API for kubernetes clusters.

* PMM-6130 Tests for PMM-managed API for kubernetes clusters.

* PMM-6130 Fix Gopkg.lock.

* PMM-6130 gofumpt.

* PMM-6130 Update pmm repo.

* PMM-6130 Update tests.

* PMM-6130 Update API tests.

* PMM-6130 Remove unused method.

* PMM-6130 Cleanup.

* PMM-6130 update deps.

* PMM-6130 revert pmm branch.

* PMM-6130 REVIEWDOG_GITHUB_API_TOKEN.

* SAAS-276 Generate fake emails in auth tests (#123)

* PMM-4597 Fix API tests. (#127)

* PMM 2.11 changes (#126)

* PMM-6567 pg_stat_monitor. (#124)

* PMM-6567 Modify one of tests.

* PMM-6567 Deps.

* PMM-6567 Order.

* PMM-6567 Fix.

* PMM-6567 Deps.

* PMM-6567 Add tests for monitor agent type.

* PMM-6567 Deps.

* Update inventory/agents_test.go

Co-authored-by: Nurlan Moldomurov <nurlan.moldomurov@percona.com>
Co-authored-by: Jiří Čtvrtka <jiri.ctvrtka.sde@gmail.com>

* PMM-6457 Add API test for DBaaS (#125)

* PMM-6457 Add API test for DBaaS

* PMM-6457 Clean up.

* PMM-6457 Fix lint

* PMM-6457 Small improvements.

* PMM-6457 Fix comment.

* PMM-6457 Add check http code.

* PMM-6457 Fix dep.

* PMM-6457 Update api dep.

* PMM-6433 Skip kubernetes tests if kubeconfig is not provided. (#128)

Co-authored-by: Andrii Skomorokhov <andrii.skomorokhov@percona.com>

* PMM-6629 protobuf 1.4 (#129)

* PMM-6629 protobuf 1.4

* PMM-6629 Update dep.

* [PMM-6756] Added go 1.15.x. (#131)

* SAAS-377 Disable checks by name (#130)

* SAAS-377 Update pmm dependenncy

* SAAS-377 Add API tests

* SAAS-377 Update pmm dependency

* SAAS-377 Update pmm dependency, refactor tests

* SAAS-377 Refactoring

* SAAS-377 Update pmm dependnency, renaming

* SAAS-377 Update pmm dependency

* SAAS-377 Update pmm dependency

* SAAS-377 Update pmm dependency, renaming

* SAAS-377 Update pmm dependency

* SAAS-377 Update API

* SAAS-377 Update pmm dependency

Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>

* PMM-6716 Test Show endpoint. (#132)

* PMM-6716 Test Show endpoint.

* PMM-6716 Update dep.

* PMM-6716 Fix tests

* PMM-6716 Update dep.

* PMM-6716 Update deps.

* Update dependencies.

* PMM-6401 fixes tests after replacing prometheus with victoriametrics (#134)

* PMM-6401 fixes tests after replacing prometheus with victoriametrics

* PMM-6401 Revert test updates (#138)

* PMM-6746 Tests for PSMDB API. (#135)

* [PMM-6756] Added go 1.15.x. (#131)

* SAAS-377 Disable checks by name (#130)

* SAAS-377 Update pmm dependenncy

* SAAS-377 Add API tests

* SAAS-377 Update pmm dependency

* SAAS-377 Update pmm dependency, refactor tests

* SAAS-377 Refactoring

* SAAS-377 Update pmm dependnency, renaming

* SAAS-377 Update pmm dependency

* SAAS-377 Update pmm dependency

* SAAS-377 Update pmm dependency, renaming

* SAAS-377 Update pmm dependency

* SAAS-377 Update API

* SAAS-377 Update pmm dependency

Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>

* PMM-6746 Tests for PSMDB API.

* PMM-6746 Tests for PSMDB API.

* PMM-6746 Remove all mentions of pxc.

* PMM-6746 Update dependencies.

* Fix merge conflicts.

* PMM-6746 Add replicaset to response.

* PMM-6401 Update dependencies

Co-authored-by: Jaroslav Musil <49949480+yareach@users.noreply.github.com>
Co-authored-by: Artem Gavrilov <artem.gavrilov@percona.com>
Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>

* Revert "PMM-6401 Revert test updates (#138)" (#139)

This reverts commit 1667b90.

Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@percona.com>

* PMM-6050 Add external group (#137)

* PMM-6050 Add external group

* PMM-6050 Update dep and test.

* PMM-6050 Improve tests.

* PMM-6050 Update dep.

* PMM-6395 VMagent integration (#140)

* [PMM-6756] Added go 1.15.x. (#131)

* SAAS-377 Disable checks by name (#130)

* SAAS-377 Update pmm dependenncy

* SAAS-377 Add API tests

* SAAS-377 Update pmm dependency

* SAAS-377 Update pmm dependency, refactor tests

* SAAS-377 Refactoring

* SAAS-377 Update pmm dependnency, renaming

* SAAS-377 Update pmm dependency

* SAAS-377 Update pmm dependency

* SAAS-377 Update pmm dependency, renaming

* SAAS-377 Update pmm dependency

* SAAS-377 Update API

* SAAS-377 Update pmm dependency

Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>

* PMM-6716 Test Show endpoint. (#132)

* PMM-6716 Test Show endpoint.

* PMM-6716 Update dep.

* PMM-6716 Fix tests

* PMM-6716 Update dep.

* PMM-6716 Update deps.

* Revert "PMM-6401 Revert test updates (#138)"

This reverts commit 1667b90.

* PMM-6395 changes api tests with new metrics flow model

* updates tests, adds mongodb inventory test

* updates docker image for tests

* fixes api tests

* changes error message

* updates tests for rds and proxysql agents
reverts docker-compose changes

* updates tests

* applies gofumt

* updates tests for external exporter

* PMM-6395 Update PMM

* PMM-6395 Fix linter

Co-authored-by: Jaroslav Musil <49949480+yareach@users.noreply.github.com>
Co-authored-by: Artem Gavrilov <artem.gavrilov@percona.com>
Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>
Co-authored-by: Andrii Skomorokhov <askomorokhov@users.noreply.github.com>
Co-authored-by: Nurlan Moldomurov <nurlan.moldomurov@percona.com>

* SAAS-413 Check for existance of check description (#141)

* SAAS-413 Add tests to check for check fields

* SAAS-413 dep update

* SAAS-413 Update API

Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>

* PMM-6824 DBaaS restart (#143)

* PMM-6824 DBaaS restart

* PMM-6824 DBaaS restart

* PMM-6824 Update deps.

* Remove old environment variable

* Fix api tests (#144)

* Fix api tests

* More fixes.

* Add AssertAPIErrorf

* Check if present dbaas-controller.log only when dbaas enabled.

* PMM-6968 Notification channels API (#145)

* PMM-6968 Update pmm dependency

* PMM-6968 Add notificaion channels API tests

* PMM-6968 Fix deps

* PMM-6968 Fix error message

* PMM-6968 Add flag to make IA tests optional

* PMM-6968 Add test cases

* PMM-6968 Update pmm dependency, update tests

* PMM-6968 Remove debug stuff, format

* PMM-6968 Update tests

* PMM-6968 Improve tests

* PMM-6968 Update API

Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>

* PMM-6968 Improve channels tests (#146)

* Add travis-ci.com badge (#148)

* PMM-6983 Add force for unregister k8s (#150)

* Add travis-ci.com badge (#148)

* PMM-6983 Deps.

* PMM-6983 Test for unregister with force param.

* PMM-6983 Deps.

* PMM-6983 Deps.

* PMM-6983 Test required changes, partialy done.

* PMM-6983 Remove comment.

* PMM-6983 Modify test.

* PMM-6983 Lint.

* PMM-6983 Lint.

* PMM-6983 Fix readme changes.

* PMM-6983 Deps.

* PMM-6983 Deps.

Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@percona.com>

* PMM-6909 Rule template API tests (#147)

* PMM-6909 Add templates API tests

* PMM-6909 Refactoring

* Hit CI

* PMM-6909 Fix deps

* PMM-6909 Fix linters

* PMM-6909 Improve logs

* PMM-6909 Update API branch

* PMM-6909 Add environment variable

* PMM-6909 Actually handle PMM_RUN_IA_TESTS

* PMM-6909 Fix templates

* PMM-6909 Enable IA tests, check createdAt field

* Revert "PMM-6909 Actually handle PMM_RUN_IA_TESTS"

This reverts commit 989916c1c84be4e76d397d5294715a0245534930.

* Revert "PMM-6909 Add environment variable"

This reverts commit 0a0811deeccd9ad6106027c1d7d86de0c092abd8.

* PMM-7095 Check yaml field content form change template method response

* PMM-7095 Check yaml field content for list templates response

Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>

* Update pmm repo

* Update pmm repo

* PMM-5980 Add suspend/resume PXC (#152)

* PMM-6983 Add force for unregister k8s (#150)

* Add travis-ci.com badge (#148)

* PMM-6983 Deps.

* PMM-6983 Test for unregister with force param.

* PMM-6983 Deps.

* PMM-6983 Deps.

* PMM-6983 Test required changes, partialy done.

* PMM-6983 Remove comment.

* PMM-6983 Modify test.

* PMM-6983 Lint.

* PMM-6983 Lint.

* PMM-6983 Fix readme changes.

* PMM-6983 Deps.

* PMM-6983 Deps.

Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@percona.com>

* PMM-5980 Add suspend/resume pxc

* PMM-6909 Rule template API tests (#147)

* PMM-6909 Add templates API tests

* PMM-6909 Refactoring

* Hit CI

* PMM-6909 Fix deps

* PMM-6909 Fix linters

* PMM-6909 Improve logs

* PMM-6909 Update API branch

* PMM-6909 Add environment variable

* PMM-6909 Actually handle PMM_RUN_IA_TESTS

* PMM-6909 Fix templates

* PMM-6909 Enable IA tests, check createdAt field

* Revert "PMM-6909 Actually handle PMM_RUN_IA_TESTS"

This reverts commit 989916c1c84be4e76d397d5294715a0245534930.

* Revert "PMM-6909 Add environment variable"

This reverts commit 0a0811deeccd9ad6106027c1d7d86de0c092abd8.

* PMM-7095 Check yaml field content form change template method response

* PMM-7095 Check yaml field content for list templates response

Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>

* PMM-5980 Change error msg.

* PMM-5980 Update dep.

Co-authored-by: JiriCtvrtka <62988319+JiriCtvrtka@users.noreply.github.com>
Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@percona.com>
Co-authored-by: Artem Gavrilov <artem.gavrilov@percona.com>
Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>

* PMM-6897 Add suspend/resume PSMDB (#153)

* PMM-6983 Add force for unregister k8s (#150)

* Add travis-ci.com badge (#148)

* PMM-6983 Deps.

* PMM-6983 Test for unregister with force param.

* PMM-6983 Deps.

* PMM-6983 Deps.

* PMM-6983 Test required changes, partialy done.

* PMM-6983 Remove comment.

* PMM-6983 Modify test.

* PMM-6983 Lint.

* PMM-6983 Lint.

* PMM-6983 Fix readme changes.

* PMM-6983 Deps.

* PMM-6983 Deps.

Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@percona.com>

* PMM-6909 Rule template API tests (#147)

* PMM-6909 Add templates API tests

* PMM-6909 Refactoring

* Hit CI

* PMM-6909 Fix deps

* PMM-6909 Fix linters

* PMM-6909 Improve logs

* PMM-6909 Update API branch

* PMM-6909 Add environment variable

* PMM-6909 Actually handle PMM_RUN_IA_TESTS

* PMM-6909 Fix templates

* PMM-6909 Enable IA tests, check createdAt field

* Revert "PMM-6909 Actually handle PMM_RUN_IA_TESTS"

This reverts commit 989916c1c84be4e76d397d5294715a0245534930.

* Revert "PMM-6909 Add environment variable"

This reverts commit 0a0811deeccd9ad6106027c1d7d86de0c092abd8.

* PMM-7095 Check yaml field content form change template method response

* PMM-7095 Check yaml field content for list templates response

Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>

* PMM-6897 Add/Improve tests.

* PMM-6897 Update dep.

Co-authored-by: JiriCtvrtka <62988319+JiriCtvrtka@users.noreply.github.com>
Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@percona.com>
Co-authored-by: Artem Gavrilov <artem.gavrilov@percona.com>
Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>

* PMM-6969 Rules API tests (#151)

* PMM-6983 Add force for unregister k8s (#150)

* Add travis-ci.com badge (#148)

* PMM-6983 Deps.

* PMM-6983 Test for unregister with force param.

* PMM-6983 Deps.

* PMM-6983 Deps.

* PMM-6983 Test required changes, partialy done.

* PMM-6983 Remove comment.

* PMM-6983 Modify test.

* PMM-6983 Lint.

* PMM-6983 Lint.

* PMM-6983 Fix readme changes.

* PMM-6983 Deps.

* PMM-6983 Deps.

Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@percona.com>

* PMM-6969 Add rules API tests

* PMM-6969 Fix deps

* PMM-6969 Format

* PMM-6969 Format

* PMM-6909 Rule template API tests (#147)

* PMM-6909 Add templates API tests

* PMM-6909 Refactoring

* Hit CI

* PMM-6909 Fix deps

* PMM-6909 Fix linters

* PMM-6909 Improve logs

* PMM-6909 Update API branch

* PMM-6909 Add environment variable

* PMM-6909 Actually handle PMM_RUN_IA_TESTS

* PMM-6909 Fix templates

* PMM-6909 Enable IA tests, check createdAt field

* Revert "PMM-6909 Actually handle PMM_RUN_IA_TESTS"

This reverts commit 989916c1c84be4e76d397d5294715a0245534930.

* Revert "PMM-6909 Add environment variable"

This reverts commit 0a0811deeccd9ad6106027c1d7d86de0c092abd8.

* PMM-7095 Check yaml field content form change template method response

* PMM-7095 Check yaml field content for list templates response

Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>

* PMM-6969 Update pmm dependency

* PMM-6969 Cleanup after IA APIs tests, add missing test case

* PMM-6969 Fix test

Co-authored-by: JiriCtvrtka <62988319+JiriCtvrtka@users.noreply.github.com>
Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@percona.com>
Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>

* PMM-6982 Update settings and IA tests (#154)

* PMM-6983 Add force for unregister k8s (#150)

* Add travis-ci.com badge (#148)

* PMM-6983 Deps.

* PMM-6983 Test for unregister with force param.

* PMM-6983 Deps.

* PMM-6983 Deps.

* PMM-6983 Test required changes, partialy done.

* PMM-6983 Remove comment.

* PMM-6983 Modify test.

* PMM-6983 Lint.

* PMM-6983 Lint.

* PMM-6983 Fix readme changes.

* PMM-6983 Deps.

* PMM-6983 Deps.

Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@percona.com>

* PMM-6909 Rule template API tests (#147)

* PMM-6909 Add templates API tests

* PMM-6909 Refactoring

* Hit CI

* PMM-6909 Fix deps

* PMM-6909 Fix linters

* PMM-6909 Improve logs

* PMM-6909 Update API branch

* PMM-6909 Add environment variable

* PMM-6909 Actually handle PMM_RUN_IA_TESTS

* PMM-6909 Fix templates

* PMM-6909 Enable IA tests, check createdAt field

* Revert "PMM-6909 Actually handle PMM_RUN_IA_TESTS"

This reverts commit 989916c1c84be4e76d397d5294715a0245534930.

* Revert "PMM-6909 Add environment variable"

This reverts commit 0a0811deeccd9ad6106027c1d7d86de0c092abd8.

* PMM-7095 Check yaml field content form change template method response

* PMM-7095 Check yaml field content for list templates response

Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>

* PMM-6982 Update settings and IA tests

* small fix

* PMM-6982 update dependency

* PMM-6982 cosmetic

* PMM-6982 fix typo

* PMM-6982 Add valid test case for alerting

* PMM-6982 remove unreachable test cases

* PMM-6982 Remove unnecessary settings change

* PMM-6982 cosmetic

* PMM-6982 add commment

* PMM-6982 remove unnecessary changes

* PMM-6982 remove newlines

* PMM-6982 remove newlines

* PMM-6982 remove log

* PMM-6982 fix build

Co-authored-by: JiriCtvrtka <62988319+JiriCtvrtka@users.noreply.github.com>
Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@percona.com>
Co-authored-by: Artem Gavrilov <artem.gavrilov@percona.com>
Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>

* Toggle Rule API test (#157)

* PMM-7135 Add seconds and summary (#158)

* PMM-7135 Update pmm dependency

* PMM-7135 Improve IA tests, check param types, channels summaried and other

* PMM-7212 Add test for creating rule from built-in template (#159)

* PMM-6891 Fix restore settings defaults (#160)

* PMM-6944 API for k8s config. (#156)

* PMM-6944 Deps.

* PMM-6944 Add test for GetKubernetesCluster.

* PMM-6944 Small fix.

* PMM-6944 Required changes.

* PMM-6944 Typo.

* PMM-6944 Update dep

Co-authored-by: Andrii Skomorokhov <andrii.skomorokhov@percona.com>
Co-authored-by: Carlos Salguero <carlos.salguero@percona.com>

* PMM-7135 Update deps (#161)

* PMM-7135 Fix test (#162)

* PMM-7214 Fix API tests (#164)

* PMM-7220 API test for deleting an in-use template (#163)

* PMM-7220 API test for deleting an in-use template

* PMM-7220 make linter happy

* PMM-7220 remove break

Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@percona.com>

* PMM-7228 Fix tests (#165)

* PMM-6941 Update tests (#171)

* PMM-5137 Allow to follow redirects in auth tests (#172)

* PMM-5137 Allow to follow redirects in auth tests

* PMM-5137 Fix tests

* PMM-7182 add test case to create rule with channel and filters (#166)

* PMM-7182 add test case to create rule with channel and filters

* PMM-7182 dont use true/false values

* PMM-7182 dont use globals

* PMM-7128 minor tweak

Co-authored-by: Artem Gavrilov <artem.gavrilov@percona.com>

* PMM-7182 fix tests

Co-authored-by: Artem Gavrilov <artem.gavrilov@percona.com>

* PMM-5765 Add External service on remote node. (#168)

* PMM-5765 Add External service on remote node.

* PMM-5765 Test for empty address.

* PMM-7015 Fix test. (#169)

* PMM-7015 Fix test.

* PMM-7015 Check pwd not empty.

* Fix tests for Go 1.15 (#173)

* PMM-7226 Add tests for rule parameters (#167)

* PMM-7226 Add tests for rule parameters

* PMM-7226 Fix test

* PMM-7226 Update tests

* PMM-7226 Refactoring

* PMM-7145 Set PushMetricsEnabled flag (#174)

* PMM-7145 Set PushMetricsEnabled flag (#174) (#176)

* PMM-7279 param units (#170)

* PMM-7279 Update saas dependency

* PMM-7279 Update test cases

* PMM-7279 Add newline

* PMM-7279 Fix tests

* PMM-7279 Update pmm dependency

* PMM_7279 Update tests

* PMM-7279 Fix tests

* PMM-7306 disable collectors (#177)

* PMM-7145 Set PushMetricsEnabled flag (#174)

* PMM-7306 Add disable collectors

* PMM-7306 Remove redundant comment.

* PMM-7306 Fix test.

* PMM-7306 Update dep.

* PMM-7306 Update dep.

Co-authored-by: Artem Gavrilov <artem.gavrilov@percona.com>

* PMM-6711 Add test filter by external group. (#179)

* PMM-7145 Set PushMetricsEnabled flag (#174)

* PMM-6711 Add test filter by external group.

* PMM-6711 Fix test

* PMM-6711 Up dep.

Co-authored-by: Artem Gavrilov <artem.gavrilov@percona.com>

* PMM-6640 API for HAProxy. (#183)

* PMM-6640 Deps.

* PMM-6640 Add tests.

* PMM-6640 Deps.

* PMM-6640 Deps.

* PMM-6640 Deps.

* PMM-6640 Deps.

* PMM-6640 Deps.

* PMM-6640 Fix haproxy test after merges.

* PMM-6640 HAProxy test with remote node. (#185)

* PMM-7467 Test IA rule expression (#182)

* PMM-7250 Update tests to reflect renaming of Get to GetCredentials (#178)

* PMM-7250 Update tests to reflect renaming of Get to GetCredentials

* Update dependency

* PMM-7380 backup location list add (#181)

* PMM-7145 Set PushMetricsEnabled flag (#174)

* PMM-7380 Add BackupLocation test

* PMM-7380 List BackupLocation test

* PMM-7380 Dep ensure

* PMM-7380 Fix add location test error

* PMM-7380 Lint

* PMM-7380 Add double config test

* PMM-7380 Move t.paralell() to begin of test

* PMM-7380 Add ticket link to todo comment

* PMM-7380 Fix tests assertion

* PMM-7380 Fix tests after splitted FS config

* PMM-7380 pmm release/2.15

Co-authored-by: Artem Gavrilov <artem.gavrilov@percona.com>

* update deps

* Update deps.

* Changes from 2.15 (#187)

* PMM-7145 Set PushMetricsEnabled flag (#174) (#176)

* PMM-7279 param units (#170)

* PMM-7279 Update saas dependency

* PMM-7279 Update test cases

* PMM-7279 Add newline

* PMM-7279 Fix tests

* PMM-7279 Update pmm dependency

* PMM_7279 Update tests

* PMM-7279 Fix tests

* PMM-7306 disable collectors (#177)

* PMM-7145 Set PushMetricsEnabled flag (#174)

* PMM-7306 Add disable collectors

* PMM-7306 Remove redundant comment.

* PMM-7306 Fix test.

* PMM-7306 Update dep.

* PMM-7306 Update dep.

Co-authored-by: Artem Gavrilov <artem.gavrilov@percona.com>

* PMM-6711 Add test filter by external group. (#179)

* PMM-7145 Set PushMetricsEnabled flag (#174)

* PMM-6711 Add test filter by external group.

* PMM-6711 Fix test

* PMM-6711 Up dep.

Co-authored-by: Artem Gavrilov <artem.gavrilov@percona.com>

* PMM-6640 API for HAProxy. (#183)

* PMM-6640 Deps.

* PMM-6640 Add tests.

* PMM-6640 Deps.

* PMM-6640 Deps.

* PMM-6640 Deps.

* PMM-6640 Deps.

* PMM-6640 Deps.

* PMM-6640 Fix haproxy test after merges.

* PMM-6640 HAProxy test with remote node. (#185)

* PMM-7467 Test IA rule expression (#182)

* PMM-7250 Update tests to reflect renaming of Get to GetCredentials (#178)

* PMM-7250 Update tests to reflect renaming of Get to GetCredentials

* Update dependency

* PMM-7380 backup location list add (#181)

* PMM-7145 Set PushMetricsEnabled flag (#174)

* PMM-7380 Add BackupLocation test

* PMM-7380 List BackupLocation test

* PMM-7380 Dep ensure

* PMM-7380 Fix add location test error

* PMM-7380 Lint

* PMM-7380 Add double config test

* PMM-7380 Move t.paralell() to begin of test

* PMM-7380 Add ticket link to todo comment

* PMM-7380 Fix tests assertion

* PMM-7380 Fix tests after splitted FS config

* PMM-7380 pmm release/2.15

Co-authored-by: Artem Gavrilov <artem.gavrilov@percona.com>

* update deps

* Update deps.

Co-authored-by: Artem Gavrilov <artem.gavrilov@percona.com>
Co-authored-by: Andrii Skomorokhov <askomorokhov@users.noreply.github.com>
Co-authored-by: JiriCtvrtka <62988319+JiriCtvrtka@users.noreply.github.com>
Co-authored-by: Jan Prukner <prukner.jan@seznam.cz>
Co-authored-by: Dávid Mikuš <dasiodev@gmail.com>

* Revert "Changes from 2.15 (#187)" (#188)

This reverts commit 1e1f396.

* PMM-6693 Tests for API Key support. (#184)

* PMM-6693 Tests for API Key support.

* PMM-6693 Fix delete API Key.

* PMM-6693 Fix golangci lint complains.

* PMM-6766: Remove QAN (#195)

* PMM-7487 HAProxy connection check. (#193)

* PMM-7487 Fix HAProxy API tests.

* PMM-7487 Deps before merge.

* PMM-7487 Fix remove test.

* PMM-7405 Fix tests. (#194)

* PMM-7405 Fix tests.

* PMM-7405 Up dep.

* PMM-7405 Change back.

* PMM-7296: Add ListAlertRules pagination tests (#180)

* PMM-7296: Add ListAlertRules pagination tests

* update test

* fix test

* vendoring

* vendoring

* vendoring

* vendoring

* remove extra new line

* PMM-7366 Add tests for deletion channel that used by some rule (#186)

* PMM-7382 Update backup location tests (#190)

* PMM-7382 Update backup location tests

* PMM-7382 Missing files

* PMM-7382 Format

* PMM-7382 remove redundant printf

* PMM-7382 Updated error message

* PMM-7382 More assertions

* PMM-7382 Add test for not changing config type

* PMM-7382 Update branch back to PMM-2.0

* update deps

* Add license scan report and status (#196)

Signed off by: fossabot <badges@fossa.com>

Co-authored-by: fossabot <badges@fossa.io>

* PMM-7383 Remove backup location (#192)

* PMM-7383 Remove backup location

* PMM-7383 Update API

* PMM-7383 Simplify assertNotFound

* PMM-7557: Add backup bucket field (#197)

* PMM-7557: Add backup bucket field

* fmt

* vendoring

* PMM-7337 STT check intervals (#198)

* Add license scan report and status (#196)

Signed off by: fossabot <badges@fossa.com>

Co-authored-by: fossabot <badges@fossa.io>

* PMM-7337 update PMM branch

* PMM-7337 add tests for STT check intervals

* PMM-7337 update depencencies

* PMM-7337 fix test name

* PMM-7337 update dependencies

* PMM-7337 update vendor code

* PMM-7337 update dependencies

* PMM-7337 fix name for standard interval

* PMM-7337 update dependencies

* PMM-7337 change test name

* PMM-7337 update dependencies

* PMM-7337 Update pmm dependency

* PMM-7337 Update pmm dependency

Co-authored-by: Alexander Tymchuk <alexander.tymchuk@percona.com>
Co-authored-by: fossabot <badges@fossa.io>
Co-authored-by: Artem Gavrilov <artem.gavrilov@percona.com>

* PMM-7119 UpdateTemplate mismatch names (#175)

* PMM-7119 UpdateTemplate mismatch names

* PMM-7119 Update pmm

* PMM-7313 RDS-PostgreSQL (#201)

* Add license scan report and status (#196)

Signed off by: fossabot <badges@fossa.com>

Co-authored-by: fossabot <badges@fossa.io>

* Added RDS Postgres tests

* PMM-7313 RDS-Postgres tests

* PMM-7313 Updated deps

Co-authored-by: Alexander Tymchuk <alexander.tymchuk@percona.com>
Co-authored-by: fossabot <badges@fossa.io>

* PMM-7508 Add tests for get cluster resources

* PMM-7503 DBaaS: Add GetResources RPC (#202)

* PMM-7503 DBaaS: Add tests for GetResources RPC

* PMM-7521 Alert Templates pagination (#199)

* PMM-7521 Alert Templates pagination

* PMM-7521 Refactor - compare func for alert rule template

* PMM-7521 removed useless explicit arguments

* PMM-7522 channels pagination (#200)

* PMM-7522 channels pagination

* PMM-7522 newline

* PMM-7508 Fix dep check

* PMM-7508 Fix dep

* PMM-7448: Add tests (#206)

* PMM-7448: Add tests

* gofmt

* vendoring

* PMM-7626 go modules (#203)

* PMM-7626 Migrate to go modules

* PMM-7626 Removed Gopkg and vendor

* PMM-7626 Remove vendor check

* PMM-7626 go-junit install not from vendor

* PMM-7626 Go mod for tools

* PMM-7626 Build tools to local folder

* PMM-7626 removed vendor from merge

* PMM-7626 Mutex to RNG

* PMM-7626 Removed deprecated flag in go test

* PMM-7626 Removed go test from build

* Trigger build

* PMM-7626 Travis skip install

* PMM-7626 Comments

* PMM-7626 New go build tags

* PMM-7626 Makefile: full path to binaries

* PMM-7626 Removed vendor after merge

* update deps

* SAAS-487 Update API tests for new registration flow (#205)

* PMM-7652 DBaaS: Resource calculator - add stograge test (#207)

* PMM-7595 DBaaS: Resource calculator - add stograge test

* PMM-7676 API test for azure_database_exporter. (#210)

* PMM-7676 API test for azure_database_exporter.

* PMM-7676 GO modules.

* PMM-7676 Delete deps.

* PMM-7676 Update dep. Fix test.

* PMM-7676 Up.

Co-authored-by: Andrii Skomorokhov <andrii.skomorokhov@percona.com>

* PMM-7338 API test for change check interval (#211)

* Fix tests (#213)

* Update README.md (#214)

* PMM-7819 modify TestXtraDBClusterServer to use HAProxy (#212)

* PMM-7819 modify TestXtraDBClusterServer to use HAProxy

* update deps

* PMM-7832 skip test for s3 config (#215)

* PMM-7832 skip test for s3 config

* PMM-7832 Add text for skippign test

* PMM-8121 bettter error message (#218)

* PMM-8121 bettter error message

* PMM-8121 rotate integration keys

Co-authored-by: Alex Tymchuk <alexander.tymchuk@percona.com>

* PMM-6295 add unknown status (#219)

* PMM-8013: Fix test (#220)

* PMM-7627 manage server logs using supervisor (#217)

* PMM-7627 remove fossa's badge

* PMM-7627 remove deprecated logs

* PMM-7627 sort out keys in json

* PMM-7627 put clickhouse-server.err.log back

* PMM-7627 update 3rd party integration tokens

* PMM-7627 rotate integration token

* PMM-7627 update travis.yml to match upstream

* PMM-7627 remove ch server error log

* PMM-7627 Manage server logs using supervisor (#222)

* PMM-7627 remove fossa's badge

* PMM-7627 remove deprecated logs

* PMM-7627 sort out keys in json

* PMM-7627 put clickhouse-server.err.log back

* PMM-7627 update 3rd party integration tokens

* PMM-7627 rotate integration token

* PMM-7627 update travis.yml to match upstream

* PMM-7627 remove ch server error log

* PMM-7627 update the README

* PMM-8337 fix tests (#223)

* PMM-8155 Backup scheduling (#221)

* PMM-8155 schedule backup CRUD test

* PMM-8155 Check if scheduled backup is deleted

* PMM-8155 error message for removal service

* bump pmm

* PMM-8155 Adjust error message

Co-authored-by: Alex Tymchuk <alexander.tymchuk@percona.com>

* Fix external service tests (#225)

* Fix external service tests

* Better naming

Co-authored-by: Alex Tymchuk <alexander.tymchuk@percona.com>

* PMM-2168 disable rds exporter (#227)

* PMM-2168 Check that node and agent are removed once RDS service deleted

* PMM-2168 Fix tests

* PMM-2168 Fix settings restore

* PMM-2168 Cleanup deps

* PMM-5016 Don't expect error (#226)

* Removed newline

* license header

* Merge gitignore and .github

* Update docker go path

* Renamed go module for api tests

* PMM-8309: Migrate pmm-server:dev-latest to ECR for PMM API Tests

Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>
Co-authored-by: Nurlan Moldomurov <bupychuk1989@gmail.com>
Co-authored-by: Nurlan Moldomurov <nurlan.moldomurov@percona.com>
Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@percona.com>
Co-authored-by: Anton Kucherov <idexter.ru@gmail.com>
Co-authored-by: Andrii Skomorokhov <askomorokhov@users.noreply.github.com>
Co-authored-by: Carlos Salguero <carlos.salguero@percona.com>
Co-authored-by: Artem Gavrilov <charlieblackwood7@gmail.com>
Co-authored-by: Vasyl Yurkovych <59879559+yurkovychv@users.noreply.github.com>
Co-authored-by: Andrii Skomorokhov <andrii.skomorokhov@percona.com>
Co-authored-by: Artem Gavrilov <artem.gavrilov@percona.com>
Co-authored-by: Palash Nigam <npalash25@gmail.com>
Co-authored-by: JiriCtvrtka <62988319+JiriCtvrtka@users.noreply.github.com>
Co-authored-by: Palash Nigam <palash.nigam@percona.com>
Co-authored-by: Jiří Čtvrtka <jiri.ctvrtka.sde@gmail.com>
Co-authored-by: Jaroslav Musil <49949480+yareach@users.noreply.github.com>
Co-authored-by: Nikolay <nik@victoriametrics.com>
Co-authored-by: Jan Prukner <prukner.jan@seznam.cz>
Co-authored-by: Maksym <4347218+oter@users.noreply.github.com>
Co-authored-by: Alexander Tymchuk <alexander.tymchuk@percona.com>
Co-authored-by: fossabot <badges@fossa.io>
Co-authored-by: Nicola Lamacchia <nicola.lamacchia@gmail.com>
Co-authored-by: Tiago Mota Santos <tiago.mota@percona.com>
Co-authored-by: Jan Prukner <jan.prukner.sde@gmail.com>
Co-authored-by: Tiago Mota Santos <tiago.a.mota@hotmail.com>
Co-authored-by: Nikita Beletskii <nikita.beletskii@percona.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant