1. 13 4月, 2017 2 次提交
  2. 12 4月, 2017 9 次提交
  3. 11 4月, 2017 7 次提交
  4. 10 4月, 2017 5 次提交
  5. 09 4月, 2017 3 次提交
    • D
      Add a name field to the group edit form · d0beb755
      Douglas Lovell 提交于
      Enables user specification of group name vs. name inferred from group path.
      
      Cause new group form to copy name from path
      
      Adds some new page-specific javascript that copies entry from the
      group path field to the group name field when the group name field
      is initially empty.
      
      Remove duplicate group name entry field on group edit form
      
      This corrects the duplicated name entry field and tests that the
      JavaScript does not update the group name field if the user
      edits the group path.  (Editing the group path is not recommended
      in any case, but it is possible.)
      
      Address eslint errors in group.js
      
      Enable group name copy with dispatch and explore group creation
      
      The dispatch and explore group creation forms require the group.js
      asset, and their tests now require testing against poltergeist
      
      Update workflow new group instruction
      
      Update the gitlab basics group creation document
      
      Add a change log entry
      
      Remove unused variable for eslint
      d0beb755
    • B
      Remove the User#is_admin? method · 11aff97d
      blackst0ne 提交于
      11aff97d
    • D
  6. 08 4月, 2017 3 次提交
    • M
      add CHANGELOG.md entry for !10522 · 174dca9d
      Mike Greiling 提交于
      174dca9d
    • A
      Add indication for closed or merged issuables in GFM · ace833b3
      Adam Buckland 提交于
      Example: for issues that are closed, the links will now show '[closed]'
      following the issue number. This is done as post-process after the markdown has
      been loaded from the cache as the status of the issue may change between
      the cache being populated and the content being displayed.
      
      In order to avoid N+1 queries problem when rendering notes ObjectRenderer
      populates the cache of referenced issuables for all notes at once,
      before the post processing phase.
      
      As a part of this change, the Banzai BaseParser#grouped_objects_for_nodes
      method has been refactored to return a Hash utilising the node itself as the
      key, since this was a common pattern of usage for this method.
      ace833b3
    • K
      Count number of queries · 16a2eba5
      Kamil Trzcinski 提交于
      16a2eba5
  7. 07 4月, 2017 11 次提交