Skip to content
Snippets Groups Projects
  1. Sep 10, 2019
  2. Sep 09, 2019
  3. Sep 06, 2019
    • Krasimir Angelov's avatar
      Add skeleton Pages internal API · 477ba2b3
      Krasimir Angelov authored
      Basic `/internal/pages` endpoint that will be used for Pages virtual
      domains internal API. The endpoint is currently behind feature flag and
      provides authetication similar to how Workhorse is authenticating with
      the GitLab.
      477ba2b3
  4. Sep 05, 2019
    • Mark Florian's avatar
      4e671d56
    • Fabio Pitino's avatar
      CE port for pipelines for external pull requests · ca6a1f33
      Fabio Pitino authored
      Detect if pipeline runs for a GitHub pull request
      
      When using a mirror for CI/CD only we register a pull_request
      webhook. When a pull_request webhook is received, if the
      source branch SHA matches the actual head of the branch in the
      repository we create immediately a new pipeline for the
      external pull request. Otherwise we store the
      pull request info for when the push webhook is received.
      
      When using "only/except: external_pull_requests" we can detect
      if the pipeline has a open pull request on GitHub and create or
      not the job based on that.
      ca6a1f33
    • Heinrich Lee Yu's avatar
      Fix time tracking parsing of months · 7a8d2164
      Heinrich Lee Yu authored
      Patches ChronicDuration to use our custom conversions
      when parsing months
      7a8d2164
  5. Sep 04, 2019
  6. Sep 03, 2019
  7. Aug 30, 2019
  8. 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
  9. Aug 28, 2019
  10. Aug 27, 2019
  11. Aug 26, 2019
  12. Aug 24, 2019
  13. Aug 23, 2019
  14. Aug 22, 2019
  15. 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
  16. Aug 20, 2019
Loading