jenkins-infra / uplink

A simple telemetry service for Jenkins instances.
https://uplink.jenkins.io/
GNU Affero General Public License v3.0
1 stars 2 forks source link

Introduce the types table for types denormalization #18

Closed rtyler closed 5 years ago

rtyler commented 5 years ago

Fixes #14

rtyler commented 5 years ago

Correct, it will collect the types as they come in from instances moving forward, this will catch the three active trial events we have now and make things a wee bit faster immediately.

daniel-beck commented 5 years ago

moving forward

Well, "down" wipes it clean, so any redeploy of uplink grabs the then current ones…? Or do I misunderstand this?

In practice little difference, as people don't all upgrade anyway, so old trials continue indefinitely until we start rejecting server side.

rtyler commented 5 years ago

@daniel-beck the types are stored in the database, and as such it will be additive. We will have permanent record of all types we have received, in its own table, once this change has been deployed