Commit Graph

52 Commits

Author SHA1 Message Date
Nurlan Moldomurov 1c725e94e6 PMM-9337 Update go 1.17 (#529) 2022-01-03 15:02:23 +03:00
Jaroslav Musil fc4e86928b [PMM-6756] Added go 1.15.x. (#468) 2020-10-19 15:22:08 +02:00
Alexey Palazhchenko d7ece0aecc Add go.mod (#464)
* Add go.mod

* Update github.com/shirou/gopsutil

* Use released version of dep

* Disable modules in CI for now

* PMM-5723 Fix reviewdog.

Co-authored-by: Nurlan Moldomurov <nurlan.moldomurov@percona.com>
2020-09-08 17:20:19 +03:00
Andrii Skomorokhov d23ea0fe92 PMM-6213 Try go tip. 2020-07-14 16:22:55 +03:00
Andrii Skomorokhov dbe87040a3 PMM-6213 Remove go 1.13 from travis. 2020-07-13 18:17:20 +03:00
Carlos Salguero c7eed08e33 MongoDB EXPLAIN JSON APIs (#454)
* WIP

* PMM-4192 Updated MongoDB fingerprint

SystemProfile has been changed to use the new bson.D from the official
MongoDB driver instead of the old BsonD. Updated the fingerprinter
module and all tests

* PMM-4192 Updated MongoDB explain tests

Updated test to use bson.D instead of BsonD

* PMM-4192 Code clean-up

* PMM-4192 Changes for CR

* PMM-4192 Changes for CR

* PMM-4192 Removed unused deps

Co-authored-by: Carlos <cfsalguero@gmail.com>
2020-07-08 10:25:12 -03:00
Nurlan Moldomurov a91a8decac PMM-5723 reviewdog check (#450)
* PMM-5723 Reviewdog checks.

* PMM-5723 Github token for reviewdog.

* PMM-5723 Remove dep check.

* PMM-5723 Comment for secure.

* PMM-5723 Remove unnecessary flags.
2020-05-29 15:57:51 +03:00
Carlos Salguero 06a60c906a PT-1810 debug in travis 2020-03-30 13:02:28 -03:00
Carlos Salguero 7e7eecc68f PT-1810 Updated travis & compose to include postgres 2020-03-30 12:17:24 -03:00
Artem Gavrilov 8abdc07050 PMM-5192 Update Go version to 1.13 2020-02-19 22:20:39 +03:00
Carlos Salguero 68dc98c2ba PMM-4010 Updated travis.yml (#432) 2019-12-19 15:19:01 +03:00
Carlos Salguero 3caa8c4a25 PMM-2605 Removed go 1.9.x from .travis.yml
Also updated Makefile to run all the tests
2019-11-11 10:46:57 -03:00
Carlos Salguero fc93ca3ebc Updated env in travis.yml 2019-08-14 15:44:46 -03:00
Carlos Salguero 2c98d539c7 updated travis 2019-08-14 12:31:18 -03:00
Carlos Salguero a5090f36c5 Updated docker-compose & travis.yml 2019-08-14 10:30:46 -03:00
Carlos Salguero 1239a20052 Updated travis.yml 2019-08-11 23:48:48 -03:00
Carlos Salguero 3960bae3d2 Updated .travis 2019-08-09 16:37:56 -03:00
Carlos Salguero e13368725f Fixed explain tests
Updated travis.yml to support replicasets
2019-08-09 15:53:40 -03:00
Carlos Salguero 3b88222428 PT-1706 Added go 1.12.x to travis.yml 2019-04-03 10:40:38 -03:00
Carlos Salguero 12c866c9a4 PT-1706 Updated travis.yml 2019-04-03 10:12:18 -03:00
Carlos Salguero 287224d6de Merge pull request #343 from percona/additional_mongodb_versions
Update .travis.yml with current Go version
2018-07-31 12:41:35 -03:00
Roma Novikov dcd83a3e57 Update .travis.yml 2018-07-30 21:27:52 +03:00
Roma Novikov 6c4c30ce28 remove tip and 1.8 2018-07-10 18:13:07 +03:00
Carlos Salguero a52a6438ce Updated travis.yml 2018-07-05 11:41:44 -03:00
Roma Novikov aa82c9c318 Update .travis.yml 2018-05-31 17:04:05 +03:00
Carlos Salguero 9628aaf99c Updated travis.yml 2017-12-15 09:30:36 -03:00
Carlos Salguero 8d53045bc3 Updated .travis.yml 2017-12-14 15:52:23 -03:00
Carlos Salguero ac2ecc087f Updated .travis.yml 2017-12-14 15:33:36 -03:00
Carlos Salguero 7e73603b7b Updated .travis.yml 2017-12-14 15:28:26 -03:00
Carlos Salguero 233a803b64 Updated travis.yml 2017-12-14 14:11:34 -03:00
Carlos Salguero 57f53d9a3d Updated travis.yml 2017-12-14 13:55:50 -03:00
Kamil Dziedzic 9b07eac002 try to drop some info 2017-10-14 22:32:29 +02:00
Kamil Dziedzic 6ada40b358 use go 1.9 by default 2017-10-14 22:19:54 +02:00
Kamil Dziedzic 9df5aac596 fix cmd 2017-10-14 22:18:44 +02:00
Kamil Dziedzic 8bbb9058da use docker mongo 2017-10-14 21:39:24 +02:00
Kamil Dziedzic a2650602a0 drop MongoDB 2.6; it works, but generates some noisy queries 2017-10-14 20:32:29 +02:00
Kamil Dziedzic a5b5fb88fa fix .travis.yml after merge 2017-09-04 14:10:01 +02:00
Kamil Dziedzic 586c958994 Merge branch 'PMM-685_explain' into QAN_MongoDB_GA 2017-09-04 13:48:07 +02:00
Kamil Dziedzic 74b34dc74d strip vendor dir 2017-09-01 11:58:35 +02:00
Kamil Dziedzic f84372a573 add go 1.9 2017-09-01 11:56:29 +02:00
Kamil Dziedzic b5bbedab58 add travis for go part 2017-08-31 22:25:26 +02:00
Kamil Dziedzic 9af30c010e For MongoDB < 3.0 explain is not supported 2017-08-31 21:05:00 +02:00
Kamil Dziedzic 8785890189 Let's try with older versions 2017-08-31 20:35:17 +02:00
Kamil Dziedzic 803ad9860c we need at least one document in test db 2017-08-31 19:55:41 +02:00
Kamil Dziedzic 0d7ee3c86a trigger build 2017-08-31 18:50:01 +02:00
Kamil Dziedzic 14f27e010e just to trigger build 2017-08-31 18:41:59 +02:00
Kamil Dziedzic 5393a2b001 PMM-685: explain 2017-08-31 13:52:37 +02:00
Kamil Dziedzic 92ce29acfa proper secret 2017-08-21 20:51:01 +02:00
Kamil Dziedzic a25d6218f4 just drop old go version 2017-08-21 20:26:50 +02:00
Kamil Dziedzic de1f123b2c disable mail notifications 2017-08-21 19:18:49 +02:00