1. 22 7月, 2019 5 次提交
  2. 21 7月, 2019 1 次提交
    • A
      Count wiki page creation · 73207586
      Alex Kalderimis 提交于
      This adds a counter to count page creation, which is reflected in the
      usage-data we collect.
      
      The number created is stored in Redis, avoiding DB access.
      73207586
  3. 20 7月, 2019 3 次提交
    • N
      Fix the project auto devops API · a5a44490
      Nick Thomas 提交于
      If `project_auto_devops.enabled` is nil for a project, when setting any
      auto devops values via the API, we try to create a new row in the DB,
      instead of re-using the existing one. This leads to the project_id
      being set to nil, and the database `NOT NULL` constraint leading to a
      500 response.
      
      This commit resolves the issue by correctly detecting the presence of a
      ProjectAutoDevops row and re-using it. Persistence is also moved away
      from explicit `update!` calls and into relying on `autosave: true` on
      the model.
      a5a44490
    • B
      Properly identify task lists inside a blockquote · b1694896
      Brett Walker 提交于
      Updated the task list regex to understand blockquote
      characters that can come before the task item marker
      b1694896
    • S
      Fixes the alignment on reports · 3d7ed053
      Sam Beckham 提交于
      - Removes a justify-center class that causes reports to centrally align
      3d7ed053
  4. 19 7月, 2019 10 次提交
  5. 18 7月, 2019 13 次提交
  6. 17 7月, 2019 8 次提交