John Korsnes
John Korsnes
Heavy plus1. Latest PR just overwrites the attachment 👎
Some clients auto-format, so maybe you're using the slack mobile app here? Remove the phone number auto-formatting ("remove link") or use a client that does not auto format numbers starting...
@akulpillai , we're not using v0.9.7. Bug in your script?
Solution proposal: - Store `latest_entry_joined_time` to subscriptions following a league. - As part of a `/follow` command, add the latest entry joined time. - Create recurring action that queries all...
Hva med at vi endrer`@fplbot subscriptions` til å liste alle mulige subs, med en ✅ / ❌ som angir status?
According to this: https://octopus.com/docs/administration/reporting#Reporting-Howoftenisthedataupdated? it looks like there is a `DeploymentHistory` table that is unaffected by retention policies :)
Yep, that actually fixed it: 1) Remove all joins 2) Change all FROM Deployments to FROM DeploymentHistory 3) Use normalized columns instead of joined columns ( Version => ReleaseVersion, Environment...
Created #4 for migration if interested.
Makes sense, since it's a historic table :) Personally, I'd rather lose potential/future deployments than historic deployments when it comes to statistics. We have a very aggressive retention policy, so...
I have the same issue, @patriksvensson . Repro non-working Cake.Git on Linux: https://travis-ci.org/johnkors/cakegit/jobs/351972745#L2503