1. 14 Sep, 2016 3 commits
    • Jacob Schatz's avatar
      Merge branch 'fix-pipeline-horizontal-scrolling' into 'master' · ab4b65a8
      Jacob Schatz authored
      Fix unnecessary horizontal scroll area in pipeline visualizations
      
      ## What does this MR do?
      
      Removes a min-width attribute for the build pipeline visualization wrapper
      
      ## Are there points in the code the reviewer needs to double check?
      
      I am curious why this line was there in the first place.  Perhaps I'm just not seeing it.
      
      ## Why was this MR needed?
      
      I was noticing an unnecessary horizontal scroll bar when viewing pipeline visualizations embedded in merge request builds tab:
      https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5627/builds
      
      ## What are the relevant issue numbers?
      
      Line appears to have been introduced in !5742
      
      ## Screenshots (if relevant)
      
      ![Screen_Shot_2016-08-24_at_11.15.13_PM](/uploads/e395ed8d4415187735d06b8386fe4633/Screen_Shot_2016-08-24_at_11.15.13_PM.png)
      
      ## Does this MR meet the acceptance criteria?
      
      As this is a very simple cosmetic change, I don't think it warrants inclusion in the changelog, documentation, or tests.
      
      - [x] Branch has no merge conflicts with `master` (if you do - rebase it please)
      - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)
      
      See merge request !6005
      ab4b65a8
    • Rémy Coutable's avatar
      Merge branch 'fix-commit-status' into 'master' · b015ff39
      Rémy Coutable authored
      Fix an error where we were unable to create a CommitStatus for running state
      
      Due to severe refactoring of Pipeline we introduced regression in how CommitStatus is handled. We received an report that it's impossible to create a CommitStatus with state `running` when there were not previous status. 
      
      The support for Commit Statuses should be simplified. Right now I'm doing minimal change to move forward and fix a bug, but I'll create a new MR that will move all logic that is now part of `lib/api/commit_statuses.rb` to separate service to simplify the implementation.
      
      This error happens due to the fact that we introduced additional status of builds: `created`.
      
      Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/21345
      
      See merge request !6107
      b015ff39
    • Robert Speicher's avatar
      Merge branch 'rs-ssh-key-title-populate' into 'master' · 355abf44
      Robert Speicher authored
      Restore SSH Key title auto-population behavior
      
      Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/21823
      
      See merge request !6186
      355abf44
  2. 08 Sep, 2016 1 commit
  3. 07 Sep, 2016 2 commits
    • Ruben Davila's avatar
      Update VERSION to 8.11.5 · f1ce997f
      Ruben Davila authored
      f1ce997f
    • Fatih Acet's avatar
      Merge branch 'issue-boards-search' into 'master' · e7f13df7
      Fatih Acet authored
      Added search for all lists on issue boards
      
      Adds a search box to allow the user to search all lists in issue boards rather than just the backlog.
      
      ![Screen_Shot_2016-08-30_at_10.33.15](/uploads/67e96055d60a9b3209ce3831a1980c09/Screen_Shot_2016-08-30_at_10.33.15.png)
      
      ![Screen_Shot_2016-08-30_at_10.33.19](/uploads/8d5253b8f2ecf1cf9a69d70be8ccf1f9/Screen_Shot_2016-08-30_at_10.33.19.png)
      
      Closes #21139
      
      See merge request !6101
      Conflicts:
      	app/assets/stylesheets/pages/boards.scss
      	app/views/projects/boards/components/_board.html.haml
      e7f13df7
  4. 06 Sep, 2016 14 commits
  5. 05 Sep, 2016 2 commits
  6. 01 Sep, 2016 4 commits
  7. 31 Aug, 2016 14 commits