Skip to content
Snippets Groups Projects
  1. Sep 03, 2019
  2. Aug 30, 2019
  3. 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
  4. Aug 28, 2019
  5. Aug 27, 2019
  6. Aug 26, 2019
  7. Aug 24, 2019
  8. Aug 23, 2019
  9. Aug 22, 2019
  10. 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
  11. Aug 20, 2019
  12. Aug 19, 2019
  13. Aug 15, 2019
  14. Aug 14, 2019
  15. Aug 13, 2019
  16. Aug 12, 2019
    • Heinrich Lee Yu's avatar
      Enable use of Rails' new cookie encryption · d470f429
      Heinrich Lee Yu authored
      Old cookies are still valid and are automatically
      upgraded by Rails
      d470f429
    • Markus Koller's avatar
      Load search result counts asynchronously · 49c83155
      Markus Koller authored
      Querying all counts for the different search results in the same request
      led to timeouts, so we now only calculate the count for the *current*
      search results, and request the others in separate asynchronous calls.
      Verified
      49c83155
    • Aleksei Lipniagov's avatar
      Fix metric files being wiped after the app starts · 3f981586
      Aleksei Lipniagov authored
      When we hit our app with the initial request, in `warmup`,
      some metrics already being created as well as corresponding files.
      If we do `multiproc_file_dir` cleanup after that, we delete the files
      from the dir while keeping them in memory which leads to the incorrect
      behavior: the metric is being updated in in-memory, while is not present
      in the db, not sent to Prometheus as the result.
      3f981586
Loading