• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

m-lab / locate
82%

Build:
DEFAULT BRANCH: main
Repo Added 01 Apr 2020 10:11PM UTC
Files 41
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH main
branch: main
CHANGE BRANCH
x
Reset
  • main
  • bassosimone-patch-1
  • dependabot/github_actions/actions-2d3733e69a
  • dependabot/github_actions/actions-640176b5ab
  • dependabot/github_actions/actions-76468cb07f
  • dependabot/go_modules/github.com/googleapis/gax-go-2.0.2incompatible
  • dependabot/go_modules/go.opentelemetry.io/otel/sdk-1.40.0
  • dependabot/go_modules/gomod-minor-patch-5f76a4db46
  • dependabot/go_modules/gomod-minor-patch-67dfd84ee9
  • dependabot/go_modules/gomod-minor-patch-6c15704320
  • dependabot/go_modules/gomod-minor-patch-7044bdaef5
  • dependabot/go_modules/gomod-minor-patch-82af033603
  • dependabot/go_modules/gomod-minor-patch-8ae1ace740
  • dependabot/go_modules/gomod-minor-patch-9cc60a4ba8
  • dependabot/go_modules/gomod-minor-patch-b1c17bb181
  • dependabot/go_modules/gomod-minor-patch-cd2f60ce4b
  • dependabot/go_modules/gomod-minor-patch-d6d3121917
  • dependabot/go_modules/gomod-minor-patch-df618289f0
  • dependabot/go_modules/gomod-minor-patch-eb9a6b92eb
  • dependabot/go_modules/gomod-minor-patch-fa158e1162
  • dependabot/go_modules/gomod-minor-patch-fc797b25e2
  • doc/openapi
  • feat/tokenstokenstokens
  • fix/locatetest
  • fix/tier-limits
  • sandbox-cristinaleon-fix-hostname
  • sandbox-cristinaleon-fix-label
  • sandbox-cristinaleon-fix-prom-hostname
  • sandbox-kinkade
  • sandbox-kinkade-siteinfo
  • sandbox-roberto-ci
  • sandbox-roberto-cloudbuild
  • sandbox-roberto-cmsketch
  • sandbox-roberto-connlimit
  • sandbox-roberto-devmode
  • sandbox-roberto-dispatch
  • sandbox-roberto-eeflag
  • sandbox-roberto-fix-auth-project
  • sandbox-roberto-fix-enforced-paths
  • sandbox-roberto-fix-hb-tests
  • sandbox-roberto-fix-rl
  • sandbox-roberto-heartbeat-jwt
  • sandbox-roberto-integration-claims
  • sandbox-roberto-jwt
  • sandbox-roberto-metrics
  • sandbox-roberto-migrate-go-jose-v4
  • sandbox-roberto-no-promote
  • sandbox-roberto-pass-qs-params
  • sandbox-roberto-priority
  • sandbox-roberto-prob-override
  • sandbox-roberto-ratelimit
  • sandbox-roberto-ratelimit-block
  • sandbox-roberto-statistical-pt
  • sandbox-roberto-update-cloudbuild
  • sandbox-roberto-update-deps
  • sandbox-roberto-update-rl
  • sandbox-roberto-xff-vuln
  • sandbox-sbs-fix-cors
  • sandbox-sbs-mlabns-emul
  • sandbox-soltesz-docs-parameters
  • sandbox-soltesz-ns-replace
  • sandbox-soltesz-testdeploy
  • v0.15.6
  • v0.15.7
  • v0.15.8
  • v0.16.0
  • v0.17.0
  • v0.17.1
  • v0.17.2
  • v0.17.3
  • v0.17.4
  • v0.17.5
  • v0.17.6
  • v0.17.7
  • v0.17.8
  • v0.18.0

11 Jun 2026 04:37PM UTC coverage: 82.484% (-0.2%) from 82.709%
27362356009

push

github

web-flow
Add per-machine probability override (#267)

* Add per-machine probability override

Flag to override an individual machine's pick probability by name.
Needed for an autojoined machine stuck at probability: 1: its
registration comes from per-org Datastore metadata (not siteinfo),
config is per-org not per-machine, and we can't disable the whole org.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

* Bump build images to golang:1.26

go.mod requires go >= 1.26.2 (since #263) but the Docker and Cloud Build
images still pinned golang:1.25, so builds failed with GOTOOLCHAIN=local
refusing to build a module requiring a newer toolchain.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

* Wire PROBABILITY_OVERRIDE env var into app.yaml

Declare PROBABILITY_OVERRIDE in both app.yaml templates and substitute
it from the _PROBABILITY_OVERRIDE Cloud Build variable, so the
-probability-override flag can be set on deployed App Engine services
via flagx.ArgsFromEnv.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

* Bump m-lab/go to v0.1.77

v0.1.77 makes flagx.KeyValue ignore empty pairs (m-lab/go#205), so an
empty or unset PROBABILITY_OVERRIDE is a no-op instead of crashing the
service at startup. Removes the need for placeholder values on triggers
that don't set a probability override.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

---------

Co-authored-by: Roberto D'Auria <roberto@air.local>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>

9 of 19 new or added lines in 2 files covered. (47.37%)

39 existing lines in 2 files now uncovered.

2524 of 3060 relevant lines covered (82.48%)

8.29 hits per line

Relevant lines Covered
Build:
Build:
3060 RELEVANT LINES 2524 COVERED LINES
8.29 HITS PER LINE
Source Files on main
  • Tree
  • List 41
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
27362356009 main Add per-machine probability override (#267) * Add per-machine probability override Flag to override an individual machine's pick probability by name. Needed for an autojoined machine stuck at probability: 1: its registration comes from per-org D... push 11 Jun 2026 04:40PM UTC web-flow github
82.48
26218587663 main doc(openapi.yaml): document /v2/nearest query params (#264) * doc(openapi.yaml): document /v2/nearest query params This commit adds openapi.yaml documentation for the /v2/nearest query params. According to [upstream documentation][upstream]: > ... push 21 May 2026 09:51AM UTC web-flow github
82.71
26050690141 main chore(deps): bump the gomod-minor-patch group across 1 directory with 13 updates (#263) * chore(deps): bump the gomod-minor-patch group across 1 directory with 13 updates Bumps the gomod-minor-patch group with 8 updates in the / directory: | Pa... push 18 May 2026 05:56PM UTC web-flow github
82.71
26043349709 main ci: bump actions/checkout in the actions group across 1 directory (#262) Bumps the actions group with 1 update in the / directory: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 6 - [Release notes](... push 18 May 2026 03:33PM UTC web-flow github
82.71
25740557476 main feat(handler): propagate int_id/key_id into priority access tokens (#260) * feat(handler): propagate int_id/key_id into access tokens for priority requests PriorityNearest now extracts key_id from the integration JWT and passes both int_id and k... push 12 May 2026 02:23PM UTC web-flow github
82.71
22858647640 main chore(deps): bump cloud.google.com/go/compute (#256) Updates `cloud.google.com/go/compute` from 1.55.0 to 1.56.0 Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> push 09 Mar 2026 02:39PM UTC web-flow github
82.63
22631369720 main chore(deps): bump go.opentelemetry.io/otel/sdk from 1.39.0 to 1.40.0 (#254) Bumps [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) from 1.39.0 to 1.40.0. Signed-off-by: dependabot[bot] <support@github.com> Co-au... push 03 Mar 2026 04:02PM UTC web-flow github
82.63
22630810459 main feat: minimal mlab-ns compatibility shim (#252) We implement a minimal mlab-ns compatibility shim. The service has been EOL for a long time now. We recently reached out to integrators and it seems there are still some that need a small compatibi... push 03 Mar 2026 03:49PM UTC web-flow github
82.63
22571383483 main chore(deps): bump the gomod-minor-patch group with 6 updates (#253) Bumps the gomod-minor-patch group with 6 updates: | Package | From | To | | --- | --- | --- | | [golang.org/x/net](https://github.com/golang/net) | `0.50.0` | `0.51.0` | | [goog... push 02 Mar 2026 10:17AM UTC web-flow github
82.21
22229111977 main docs: add AGENTS.md with AI contribution guidelines push 20 Feb 2026 03:05PM UTC robertodauria github
82.21
See All Builds (1814)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc