1. 12 12月, 2017 1 次提交
    • S
      Add cop for use of remove_column · 1ab33b15
      Sean McGivern 提交于
      remove_column should only be used in the up (or change) step of a migration if
      it's a post-deployment migration. Otherwise there will be downtime due to the
      ActiveRecord column cache, which we can avoid by using the IgnorableColumn
      concern in combination with a post-deployment migration.
      1ab33b15
  2. 11 12月, 2017 18 次提交
  3. 09 12月, 2017 16 次提交
  4. 08 12月, 2017 5 次提交
    • S
      Merge branch 'jprovazn-ignore-anchors' into 'master' · 1fb49ccd
      Sean McGivern 提交于
      Use prefix for TableOfContents filter hrefs
      
      Closes #38473
      
      See merge request gitlab-org/gitlab-ce!15806
      1fb49ccd
    • D
      Merge branch 'fix/gb/fix-pipeline-build-chain-tag-evaluation' into 'master' · 103269b9
      Douwe Maan 提交于
      Fix invalid pipeline build chain tag evaluation
      
      Closes #40944
      
      See merge request gitlab-org/gitlab-ce!15805
      103269b9
    • B
      expire todo count calculations to be consistent with · b2a1919c
      Brett Walker 提交于
      assigned_open_merge_requests_count and assigned_open_issues_count, which are used in the top header stats.  Also important for a Geo secondary, so that the pending todo stat gets updated on the same frequency as the users open issues/merge requests.
      b2a1919c
    • J
      Use prefix for TableOfContents filter hrefs · 3e83d9f7
      Jan Provaznik 提交于
      TableOfContents filter generates hrefs for each header in markdown,
      if the header text consists from digits and redacted symbols only,
      e.g. "123" or "1.0 then the auto-generated href has the same format
      as issue references.
      
      If the generated id contains only digits, then 'anchor-' prefix is
      prepended to the id.
      
      Closes #38473
      3e83d9f7
    • S
      Merge branch... · d32032de
      Sean McGivern 提交于
      Merge branch '29483-no-feedback-when-checking-on-checklist-if-potential-spam-was-detected' into 'master'
      
      Resolve "No feedback when checking on checklist if potential spam was detected"
      
      Closes #29483
      
      See merge request gitlab-org/gitlab-ce!15408
      d32032de