1. 20 Aug, 2016 1 commit
    • Timothy Andrew's avatar
      Implement model-level changes to allow branch protection for specific users. · d78ab154
      Timothy Andrew authored
      - A protected branch now `has_many` access levels (as opposed to
        `has_one`, which CE will continue to have). Each access level
        represents either a user or a role that is allowed to access the
        protected branch.
      
      - Update `git_access_spec` to test cases where a specific user is given
        access to a protected branch.
      
      - Remove the explicit `push_check` for protected branches. This is
        because a non-developer user (such as a reporter) should be able to
        push code if they are added to a protected branch specifically.
      
      - Fix specs (git_access_spec) that were implicitly depending on a
        master push access level being created (previously, a protected
        branch's default state was "masters can push + masters can merge").
        Since the current default is "none", the dependency needs to be
        explicitly declared.
      
      - Update `git_push_service` so default branch protection (for new repos)
        works as expected.
      d78ab154
  2. 19 Aug, 2016 1 commit
  3. 18 Aug, 2016 15 commits
  4. 17 Aug, 2016 14 commits
  5. 16 Aug, 2016 9 commits
    • Robert Speicher's avatar
      Update CHANGELOG-EE for 8.10.6, 8.9.7, and 8.8.8 · d503bc93
      Robert Speicher authored
      [ci skip]
      d503bc93
    • Patricio Cano's avatar
      Merge branch 'doc-update-akismet' into 'master' · 76aa85cc
      Patricio Cano authored
      Updated Akismet documentation
      
      Updated Akismet documentation
      
      See merge request !5821
      76aa85cc
    • Robert Speicher's avatar
      Update CHANGELOG for 8.10.6, 8.9.7, and 8.8.8 · 5a1eff71
      Robert Speicher authored
      [ci skip]
      5a1eff71
    • Jacob Schatz's avatar
      Merge branch 'todos-hover-state' into 'master' · 7c884636
      Jacob Schatz authored
      Add hover state to todos
      
      ## What does this MR do?
      
      - Add a hover state to todos like for repository files.
      - Fix button alignment in todos
      - Add link to avatar in todos
      
      ## Are there points in the code the reviewer needs to double check?
      
      The `border-collapse` part—is there any better way?
      
      ## Why was this MR needed?
      
      Make hover states consistent.
      
      ## What are the relevant issue numbers?
      
      fixes #19833 
      
      ## Screenshots
      
      ### Before
      
      ![before](/uploads/cd2e7b234bf08fac48aebb60cdfa26a9/before.png)
      
      ### After
      
      ![todos-list](/uploads/592457050cb3ff2c43dfcce78418c50b/todos-list.png)
      
      ![todos-list-last-hover](/uploads/532714333bc74d1656a5c767012b4cdd/todos-list-last-hover.png)
      
      ![todos-mobile](/uploads/d542b04ddebc9d4354d57151dd04c0d2/todos-mobile.png)
      
      See merge request !5361
      7c884636
    • Patricio Cano's avatar
      Updated Akismet documentation · ec590069
      Patricio Cano authored
      ec590069
    • winniehell's avatar
      Add hover state to todos (!5361) · bd02aa19
      winniehell authored
      bd02aa19
    • Jacob Schatz's avatar
      Merge branch 'project-desc-width' into 'master' · 7dde4ed2
      Jacob Schatz authored
      Changed project description width
      
      ## What does this MR do?
      
      Changes the width of the project description to a max of `700px`
      
      ## What are the relevant issue numbers?
      
      Closes #20020 
      
      ## Screenshots (if relevant)
      
      ![Screen_Shot_2016-07-21_at_12.51.59](/uploads/567f5b11553b45baa7fb07156e46b727/Screen_Shot_2016-07-21_at_12.51.59.png)
      
      See merge request !5397
      7dde4ed2
    • Jacob Schatz's avatar
      Merge branch 'project-list-icons-width' into 'master' · 415159c2
      Jacob Schatz authored
      Fixed width on project visibility icon in project list
      
      ## What does this MR do?
      
      Gives fixed width to the project visibility icons in the project list so that they all correctly line up with each other.
      
      ## What are the relevant issue numbers?
      
      Closes #19583 
      
      ## Screenshots (if relevant)
      
      ![Screen_Shot_2016-07-07_at_12.49.58](/uploads/bffa097c5c0e0a1339bbd4d7ea15d84f/Screen_Shot_2016-07-07_at_12.49.58.png)
      
      See merge request !5137
      415159c2
    • Robert Speicher's avatar
      Merge branch 'pipeline-hooks-without-slack' into 'master' · 91e78ba5
      Robert Speicher authored
      Implement pipeline hooks, extracted from !5525
      
      Closes #20115
      
      See merge request !5620
      91e78ba5