8000 Tags · m-lab/visualizations · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: m-lab/visualizations

Tags

v1.0.7

Toggle v1.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Restore some lost suggestions from Nathan (#16)

* Resolve Nathan's great comments

(Irrelevant deltas suppressed)

v1.0.6

Toggle v1.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Updated global bar chart and metro details. (#15)

Publish dashboards Global Metro Bar chart and Metro Details dashboard.    Change the default public dashboard  to the Global Metro Bar chart  (it was the World Map).

v1.0.5

Toggle v1.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Moves all production deployment to a single build step (#11)

Previously, one build step would deploy app.yaml in production, and then a
second build step would deploy dispatch.yaml. This was causing build failures
on the 2nd step because even though the first build step completed as far as
Cloud Build was concerned, GCP had launched some other operations in the
background to promote the new deployment and deleted the old one. The second
step was failing because gcloud wouldn't launch a new operation for the service
while there were still operations in progress.

This change moves all production deployments steps to a single build step, and
even more to a single invocation of `gcloud app deploy`. In this way, gcloud
can decide when it it safe to deploy app.yaml and dispatch.yaml in relation to
one another.

v1.0.4

Toggle v1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #10 from m-lab/sandbox-kinkade

Adds a small sleep before deploying dispatch.yaml

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #9 from m-lab/sandbox-kinkade

Adds adds a wait operation for deployments to measurement-lab

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add dispatch.yaml for production deployment of dashboards.measurement…

…lab.net (#8)

* Add dispatch.yaml for production configuration

* Move dispatch.yaml

* Deploy dispatch only in production

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Uses Artifact Registry build images (#7)

* Uses Artifact Registry build images

And the name of the build image is stored as a user-defined substitution
variable in the build trigger in each project. This is because the flow for
this repo is mlab-sandbox -> mlab-staging -> measurement-lab, but the build
images are not present in the measurement-lab project. That project uses the
mlab-oti image, since both are production projects.

* Substitutes _only_ the image project

Rather than substituting the entire build image path, this commit changes that
to only substitute the project of the build image to make it more transparent
in the code what is being run.

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adds project measurement-lab in PROJECT_IN for cbif (#6)

We are ready to deploy the first dashboard to a public Grafana instance in the
measurement-lab project.
0