Skip to content
Snippets Groups Projects
  1. Oct 05, 2022
  2. Sep 15, 2022
  3. Aug 30, 2022
  4. Jun 23, 2022
  5. Jun 17, 2022
  6. Mar 16, 2022
  7. Mar 15, 2022
  8. Jan 26, 2022
  9. Jan 25, 2022
    • Bob Van Landuyt's avatar
      Don't enforce logged keys to be known by Labkit · 9c62fa8f
      Bob Van Landuyt authored
      It would be handy if all projects used the same keys to log data,
      which is why I initially added this list, but having to modify all of
      the projects each time would become cumbersome to keep it in sync will
      become cumbersome.
      
      So this changes that all keys are allowed: when passing them in
      through Labkit, a meta. prefix is added (for logs). These will be
      propagated by Labkit when found in Sidekiq jobs.
      
      Now we need to pay attention in the other projects that will push into
      a context that they use the same format. But having duplicate
      information logged in different fields is likely better than losing
      information.
      9c62fa8f
  10. Dec 02, 2021
  11. Nov 22, 2021
  12. Nov 19, 2021
    • Matthias Käppler's avatar
      Require grpc 1.37 or newer · df532211
      Matthias Käppler authored
      This changes the version pin on grpc to merely
      require the last known version we know to work
      well.
      
      This fix in c7d5d95d
      did not have the desired effect since ~>1.30 resolves
      to ~>1.30.+ which still does not allow us to go
      to version 1.4x.x.
      
      This change should address that problem.
      df532211
  13. Nov 08, 2021
  14. Nov 06, 2021
    • Stan Hu's avatar
      Relax Sidekiq version · 7e8b9983
      Stan Hu authored
      We now use Sidekiq 6 in production, but Sidekiq 5 is fine.
      
      This allows us to ship only one version in Omnibus.
      Verified
      7e8b9983
  15. Oct 04, 2021
  16. Sep 24, 2021
  17. Sep 15, 2021
  18. Sep 08, 2021
  19. Sep 07, 2021
  20. Aug 31, 2021
  21. Aug 24, 2021
  22. Aug 19, 2021
  23. Aug 17, 2021
  24. Jul 22, 2021
  25. Jul 09, 2021
  26. Jul 08, 2021
  27. Jul 05, 2021
Loading