dependabot[bot]
3fda850b5b
Bump protobuf from 3.18.3 to 4.25.8 in /bin ( #3223 )
...
Bumps [protobuf](https://github.com/protocolbuffers/protobuf ) from 3.18.3 to 4.25.8.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases )
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl )
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.18.3...v4.25.8 )
---
updated-dependencies:
- dependency-name: protobuf
dependency-version: 4.25.8
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-25 13:10:18 -04:00
dependabot[bot]
9d5da877fe
Bump requests from 2.32.0 to 2.32.4 in /bin ( #3220 )
...
Bumps [requests](https://github.com/psf/requests ) from 2.32.0 to 2.32.4.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.32.0...v2.32.4 )
---
updated-dependencies:
- dependency-name: requests
dependency-version: 2.32.4
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-10 04:22:23 -04:00
dependabot[bot]
95b76f3ad8
--- ( #2934 )
...
updated-dependencies:
- dependency-name: requests
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-21 09:21:30 -04:00
dependabot[bot]
0800e2577f
Bump requests from 2.20.0 to 2.31.0 in /bin ( #2478 )
...
Bumps [requests](https://github.com/psf/requests ) from 2.20.0 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.20.0...v2.31.0 )
---
updated-dependencies:
- dependency-name: requests
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-23 07:58:31 -07:00
Sakari Poussa
c551a3bcd7
benchmark: improve scripts ( #2201 )
2022-11-08 07:04:13 -08:00
dependabot[bot]
820c4bfee0
Bump protobuf from 3.15.0 to 3.18.3 in /bin ( #2151 )
...
Bumps [protobuf](https://github.com/protocolbuffers/protobuf ) from 3.15.0 to 3.18.3.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases )
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py )
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.15.0...v3.18.3 )
---
updated-dependencies:
- dependency-name: protobuf
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-29 07:18:07 -07:00
Xiaoyang Liu
e08ae81d8b
Fix various typos in the source code ( #2008 )
...
Signed-off-by: Xiaoyang Liu <siujoeng.lau@gmail.com>
2022-05-31 14:39:42 -07:00
dependabot[bot]
4bd1d745a3
Bump protobuf from 3.8.0 to 3.15.0 in /bin ( #1862 )
...
Bumps [protobuf](https://github.com/protocolbuffers/protobuf ) from 3.8.0 to 3.15.0.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases )
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py )
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.8.0...v3.15.0 )
---
updated-dependencies:
- dependency-name: protobuf
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-10 20:42:08 -08:00
John Howard
ccff43e560
Always log boskos failures ( #1848 )
2022-01-31 11:56:24 -08:00
John Howard
c6b5280e55
Update common files and fix lint ( #1147 )
2020-08-07 11:19:12 -07:00
Christian Clauss
717afbb558
Unicode was removed in Python in favor of str ( #850 )
...
`unicode` was removed in Python 3 because all `str` are Unicode.
2020-03-31 15:32:25 -07:00
Xinnan Wen
b335ac5a8e
remove unnecessary get masonclient ( #790 )
2020-03-09 13:59:57 -07:00
Xinnan Wen
94741a4dcb
add recent fix ( #677 )
2020-01-18 17:14:52 -08:00
John Howard
5b74177dad
Fix mason_client fetch ( #611 )
...
* Fix mason_client fetch
Not using go modules breaks the `go get`
* Fix linter
2019-12-09 11:01:01 -08:00
Xinnan Wen
f413468060
Add boskos setup and update benchmark script ( #564 )
...
* Add boskos setup and update benchmark script
* fix lint and move to bin
2019-11-22 01:11:24 -08:00
Oliver Liu
0de19d27e6
Improve the root-transition script. ( #517 )
...
* Improve the root-transition script.
* Fix bash formats.
* Small fix.
* Small fix.
* Small fixes.
2019-11-08 04:29:51 -08:00
Xinnan Wen
a1e090e558
Add mixer mode configuration ( #414 )
...
* Add mixer mode configuration
* Fix lint
* Add more configs
* add output graph options, refactor
* Update config name
* Update gcs bucket and output
* Add new gcs bucket path
* Add mixer mode configuration
* Fix lint
* Add more configs
* add output graph options, refactor
* Update config name
* Update gcs bucket and output
* Add new gcs bucket path
* Address comment
* Fix for python 3.5 issue
* Fix naming
2019-10-16 17:58:14 -07:00
Luke Reed
5ddfcad7b1
get date command working in Mac OS ( #342 )
2019-09-12 05:18:56 -07:00
Martin Taillefer
a41ed3e0bb
Enable markdown linting ( #337 )
2019-09-09 22:21:30 -07:00
Martin Taillefer
74aaca0abd
Enable script linting. ( #333 )
...
- Add suppressions for all lint warnings that came up.
- Exception to the above in a few places where I deleted some desd variables assignments
- Another exception is in 3 places where the original script actually didn't parse properly,
so I fixed the syntax.
2019-09-09 19:58:56 -07:00
Martin Taillefer
46cfeb7b78
Enable copyright banner linting. ( #317 )
...
- Adds requisite copyright notice on many files.
2019-08-31 10:33:04 -07:00
Martin Taillefer
3cd01472b4
Switch this repo to BUILD_WITH_CONTAINER=1 ( #299 )
...
- Update common files
- Fix python formatting so that python linting would pass.
2019-08-24 00:57:51 -07:00
mandarjog
55e2af709d
Add script to automate dns registration ( #211 )
2019-07-12 17:32:28 -05:00
Xinnan Wen
ec592c12a9
Run autopep8 for existing python files ( #184 )
2019-07-02 12:34:19 -07:00
Xinnan Wen
8310e67160
Add README, fix bug for grafana script ( #176 )
2019-06-24 18:51:10 +00:00
Megan O'Keefe
76e3cb2488
[perf/benchmark] Adds graph.py visualization script ( #160 )
...
* Adds graph.py visualization script
* remove Pipfile.lock
* Cleanup
* delete temp prometheus operator YAML
2019-06-11 15:07:19 +00:00
Oliver Liu
3cc2ac7dee
Script for root transition. ( #158 )
...
* Script for root transition.
* Fixes.
2019-06-07 03:25:03 +00:00
Xinnan Wen
70e86ce6cb
Add script to export grafana snapshots ( #150 )
...
* Add script to export grafana snapshots
* Add datastore to persist url, use selenium instead of grafana snapshot
api to generate url
2019-05-30 01:19:08 +00:00
Martin Taillefer
4afa5311c8
Modernize the repo ( #133 )
...
- Switch to go modules
- Add a CODEOWNERS file
- Add support for "make lint" and "make format"
- Fix a bunch of linter warnings
- Have CirCleCI build, test, and lint the repo.
- Enable Mergify
2019-05-13 07:30:46 -07:00
mandarjog
1a8305d056
Add update deployments scripts ( #94 )
...
* Add update deployments scripts
* review comments
2019-03-22 16:09:51 -07:00
mtail
94660d99ca
Add linter script
2018-01-22 14:22:32 -08:00