1. 23 Mar, 2016 22 commits
  2. 22 Mar, 2016 18 commits
    • connorshea's avatar
      Fixes last remaining lints and enables scss-lint test for GitLab CI. · edac38c4
      connorshea authored
      With this, builds will now fail if they break the SCSS style guide (at
      least, the parts enabled by the linter).
      
      Discussed in #14299.
      edac38c4
    • Robert Speicher's avatar
      Merge branch 'css-selector-format' into 'master' · 57dd206f
      Robert Speicher authored
      Disabled SelectorFormat rule for SCSS Lint in order to get the Rake
      task passing sooner.
      
      SelectorFormat enforces that CSS classes and IDs use lowercase
      hyphenated style, `like-this`, but a not-insignificant amount of
      selectors in the codebase are `like_this`.
      
      Fixing the selectors that break this rule would require changing HTML
      as well, and potentially break JavaScript hooks, among other things. So
      I decided to disable this rule for the time being, hopefully making it
      easier to fix all the remaining warnings SCSS Lint is giving by removing
      the most problematic rule.
      
      Discussed in #14299.
      
      See merge request !3309
      57dd206f
    • Jacob Schatz's avatar
      Merge branch 'merge-request-sidebar' into 'master' · 62ffdbeb
      Jacob Schatz authored
      Fixed bug where participants would not work correctly on merge requests
      
      Also fixed alignment bug with can't merge badge
      
      Closes #14478, #14494
      
      See merge request !3329
      62ffdbeb
    • Jacob Schatz's avatar
      Merge branch 'header-mobile-overflow' into 'master' · 5a349efc
      Jacob Schatz authored
      Fixes issue with signin button overflowing on mobile
      
      Closes #14477
      
      ![Screen_Shot_2016-03-22_at_13.52.51](/uploads/7c9b2c38be7d497c690a7d17ae0ca76d/Screen_Shot_2016-03-22_at_13.52.51.png)
      
      ![Screen_Shot_2016-03-22_at_13.52.43](/uploads/8b2432aeb4afec455286fced11c5490c/Screen_Shot_2016-03-22_at_13.52.43.png)
      
      See merge request !3342
      5a349efc
    • Jacob Schatz's avatar
      Merge branch 'auto-collapse-nav' into 'master' · 16f05230
      Jacob Schatz authored
      Auto collapses the navigation when resizing
      
      Closes #14475 
      
      ![auto-collapse](/uploads/332c6261acb6bc30d7d30cbdfafe92eb/auto-collapse.gif)
      
      See merge request !3343
      16f05230
    • Jacob Schatz's avatar
      Merge branch 'issue_13885' into 'master' · fb1a7553
      Jacob Schatz authored
      Display nav controls on mobile
      
      Set inputs inside .nav-controls to full-width on viewports below 600px
      
      Fixes #13885
      
      **Affected pages**
      
      
      /dashboard/groups
      
      /admin/builds
      
      /dashboard/projects
      
      /dashboard/issues
      
      /dashboard/merge_requests
      
      /dashboard/milestones
      
      /dashboard/todos
      
      /explore
      
      /groups/{group-name}/issues
      
      /groups/{group-name}
      
      /groups/{group-name}/milestones
      
      /{group-name}/{project-name}/builds
      
      /{group-name}/{project-name}/forks
      
      /{group-name}/{project-name}/issues
      
      /{group-name}/{project-name}/labels
      
      /{group-name}/{project-name}/merge_requests
      
      /{group-name}/{project-name}/milestones
      
      /{group-name}/{project-name}/wikis/home
      
      /{group-name}/{project-name}/wikis/pages
      
      
      Some Screenshots
      
      **Groups**
      
      ![Screen_Shot_2016-03-15_at_2.22.23_PM](/uploads/b55348676693cc3ff67cddc4528f7f6c/Screen_Shot_2016-03-15_at_2.22.23_PM.png)
      
      
      **Admin > Builds**
      
      ![admin-builds](/uploads/2e84119660f4895a1530883412c4b728/admin-builds.png)
      
      
      **TODOs**
      
      ![todos](/uploads/84344c43011e22f902701038932d3eaa/todos.png)
      
      **Dashboard > Projects**
      
      ![dashboards-projects](/uploads/f508d9107598038798aa10485d3d5cfe/dashboards-projects.png)
      
      
      **Project Issues**
      
      ![issues](/uploads/d6c69a8f81ee07da95b2a3b99b81cf51/issues.png)
      
      
      **Project Merge Requests**
      
      ![merge_requests](/uploads/b3c1a537f28931bd38077c36627a0d7a/merge_requests.png)
      
      
      See merge request !3214
      fb1a7553
    • Jacob Schatz's avatar
      Merge branch 'label-dropdown-errors' into 'master' · 5b2ce9ad
      Jacob Schatz authored
      Shows error messages when trying to create label in dropdown menu
      
      Closes #14495
      
      ![Screen_Shot_2016-03-22_at_14.46.10](/uploads/cdcaa51f4d41237f8027efbd0f894bcd/Screen_Shot_2016-03-22_at_14.46.10.png)
      
      See merge request !3345
      5b2ce9ad
    • Jacob Schatz's avatar
      Merge branch 'fix-milestone-assign' into 'master' · 4896d49a
      Jacob Schatz authored
      Fixes issue with assign milestone not loading milestone list
      
      cc. @jschatz1 
      
      See merge request !3346
      4896d49a
    • Drew Blessing's avatar
      Merge branch 'grafana_documentation' into 'master' · 6500ee14
      Drew Blessing authored
      Grafana installation and configuration documentation
      
      Adding documentation for installing and configuring Grafana. This also includes providing dashboards users can import.
      
      Fixes gitlab-org/omnibus-gitlab#1008
      
      cc/ @axil
      
      See merge request !3015
      6500ee14
    • Drew Blessing's avatar
    • Douglas Barbosa Alexandre's avatar
      8ca5b331
    • Douglas Barbosa Alexandre's avatar
    • Robert Speicher's avatar
      Merge branch 'drop_db_before_restore' into 'master' · 37093af6
      Robert Speicher authored
      Reload the schema before restoring a database backup
      
      If a user tries to downgrade and restore after a failed upgrade,
      the database may still contain newer tables. Reload the older
      schema before restoring the database to avoid future upgrade
      problems. Also, add a rake task to help users add migration
      versions to the database so it's easier to recover from these
      errors if they do occur. Fixes #13419
      
      See merge request !2807
      37093af6
    • Phil Hughes's avatar
    • Douwe Maan's avatar
      Merge branch 'delete-button-on-edit-issue-has-no-confirmation-14474' into 'master' · 18c04988
      Douwe Maan authored
      User has to confirm deletion of issuables
      
      Closes #14474
      
      See merge request !3341
      18c04988
    • Phil Hughes's avatar
      Shows error messages when trying to create label in dropdown menu · 07da8651
      Phil Hughes authored
      Closes #14495
      07da8651
    • Rémy Coutable's avatar
      Update CHANGELOG · f27210d5
      Rémy Coutable authored
      [ci skip]
      f27210d5
    • Phil Hughes's avatar
      Auto collapses the navigation when resizing · 21f55249
      Phil Hughes authored
      Closes #14475
      21f55249