1. 03 Jan, 2018 34 commits
  2. 02 Jan, 2018 6 commits
    • Eric Eastwood's avatar
      Switch issue_show to Axios · d2e5313a
      Eric Eastwood authored
      d2e5313a
    • Eric Eastwood's avatar
      Fix mergeUrlParams encoding query parameters · b7da615c
      Eric Eastwood authored
      Before:
      /-/boards/1/issues.json?page=1&per=50&scope=all&utf8=✓&state=opened&milestone_title=#upcoming
      
      After:
       /-/boards/1/issues.json?page=1&per=50&scope=all&utf8=%E2%9C%93&state=opened&milestone_title=%23upcoming
      b7da615c
    • Eric Eastwood's avatar
    • Filipa Lacerda's avatar
      Cache document query · a276391b
      Filipa Lacerda authored
      a276391b
    • Filipa Lacerda's avatar
      Merge branch 'master' into 41120-performance-bar-auto-scroll · 6db6856d
      Filipa Lacerda authored
      * master: (120 commits)
        Update CHANGELOG.md for 10.3.3
        Fix user membership destroy relation
        Use heredoc so it's more clear
        Put all menus under menu module
        Introduce common project settings and just put
        Introduce Factory::Resource::DeployKey
        Introduce expand_deploy_keys
        Introduce Menu::Side
        Add documents for GitLab utilities
        Clears visual token on second backspace
        Update prometheus gem to version that adds inf+ bucket in accordance with Prometheus docs.
        Add breadcrumbs to User Settings sub-views
        Rename asset sync related AWS variables
        Allow logged in user to change his password
        Fix 404 error after a user edits an issue description and solves the reCAPTCHA
        Fix links to old commits in merge requests
        Typos correction on the advise of @smcgivern
        Documenting that resolved JIRA tickets are not automatically transitioned
        Forking a project to a namespace with lower visibility.
        Keep typographic hierarchy in User Settings
        ...
      6db6856d
    • Stan Hu's avatar
      Fix `rake db:seed_fu` not doing anything in CI · ad88e3f8
      Stan Hu authored
      The default behavior of seed_fu is to load the fixtures using the RAILS_ENV
      environment.  In CI, since we set RAILS_ENV=test, nothing is ever
      loaded. Instead of `rake db:seed_fu`, use `rake gitlab:setup`, which sets up
      MySQL properly with limits.
      
      Closes #41517
      ad88e3f8