Skip to content
Snippets Groups Projects
  1. Sep 04, 2019
  2. Sep 03, 2019
  3. Aug 30, 2019
  4. Aug 29, 2019
    • Patrick Bajao's avatar
      Set default authorized_keys_file · 95ffd22f
      Patrick Bajao authored
      This is the same as gitlab-shell's default. This is to ensure
      that it's always set.
      
      It needs to be the same as gitlab-shell's default because we
      don't set a default value in omnibus-gitlab. If users don't
      set the value of that config in their install and they upgraded,
      we must ensure that it's still going to point to the same
      authorized keys file.
      95ffd22f
  5. Aug 28, 2019
  6. Aug 27, 2019
  7. Aug 26, 2019
  8. Aug 24, 2019
  9. Aug 23, 2019
  10. Aug 22, 2019
  11. Aug 21, 2019
    • Miguel Rincon's avatar
      This commit adds a new time series component · f2619e21
      Miguel Rincon authored
      Adds a time series component for line and area charts.
      Displays new charts in the dashboard.
      
      - Use dynamic components for line/area swapping
      - Add new line charts to dashboard in 2 panels
      f2619e21
    • Kamil Trzcińśki's avatar
      Properly handle `sidekiq` skip · 8d17c4da
      Kamil Trzcińśki authored
      Transform `CancelledError` into `JobRetry::Skip`
      8d17c4da
    • Kamil Trzcińśki's avatar
      Rework `Sidekiq::JobsThreads` into `Monitor` · c2cbfc5c
      Kamil Trzcińśki authored
      This makes:
      - very shallow `Middleware::Monitor` to only request tracking
        of sidekiq jobs,
      - `SidekiqStatus::Monitor` to be responsible to maintain persistent
        connection to receive messages,
      - `SidekiqStatus::Monitor` to always use structured logging
        and instance variables
      c2cbfc5c
    • Kamil Trzcińśki's avatar
      Allow to interrupt running jobs · 75e2302d
      Kamil Trzcińśki authored and Qingyu Zhao's avatar Qingyu Zhao committed
      This adds a middleware to track all threads
      for running jobs.
      
      This makes sidekiq to watch for redis-delivered notifications.
      
      This makes be able to send notification to interrupt
      running sidekiq jobs.
      
      This does not take into account any native code,
      as `Thread.raise` generates exception once the control gets
      back to Ruby.
      
      The separate measure should be taken to interrupt gRPC, shellouts,
      or anything else that escapes Ruby.
      75e2302d
    • Mark Chao's avatar
      ES: sync with EE · 55f9739c
      Mark Chao authored
      Doc for multi-indices archtecture
      55f9739c
    • Thong Kuah's avatar
      Column was renamed in 12.2 · d1de6fd4
      Thong Kuah authored
      d1de6fd4
  12. Aug 20, 2019
  13. Aug 19, 2019
  14. Aug 15, 2019
  15. Aug 14, 2019
  16. Aug 13, 2019
  17. Aug 12, 2019
Loading