1. 02.06.2016 17 коммитов
    • Fatih Acet's avatar
      Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into...
      · 80576771
      Fatih Acet создал
      Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into categorize_search_query_in_project_header
      80576771
    • Rémy Coutable's avatar
      Merge branch '14446-no_group_avatar-png-link' into 'master'
      · f828b744
      Rémy Coutable создал
      Fix link to blank group icon
      
      When the group is the default blank icon, this needs to use the
      `image_path` helper; otherwise, the link won't work if assets are
      precompiled. This still works fine for uploaded icons in either case.
      
      Closes #14446.
      
      See merge request !4375
      f828b744
    • Rémy Coutable's avatar
      Merge branch 'chujinjin/gitlab-ce-fix_wiki_project_clone_address_error' into 'master'
      · 8d23e872
      Rémy Coutable создал
      Fix wiki project clone address error
      
      _Note: Originally opened at !4407 by @chujinjin._
      
      ---
      
      fix wiki project clone address error in Wiki Git Access View, show as below:
      
      ![image](/uploads/5e3bf6d1418c42862a885319c31bc3cf/image.png)
      
      Fixes #17643.
      
      See merge request !4429
      8d23e872
    • Sean McGivern's avatar
      Fix link to blank group icon
      · 1521dc51
      Sean McGivern создал
      When the group is the default blank icon, this needs to use the
      `image_path` helper; otherwise, the link won't work if assets are
      precompiled. This still works fine for uploaded icons in either case.
      1521dc51
    • Achilleas Pipinellis's avatar
      Merge branch 'minor_doc_updates' into 'master'
      · acfbeced
      Achilleas Pipinellis создал
      Minor doc updates
      
      ## What does this MR do?
      
      Adds to and clarifies some documentation. Specifically, when using `gdb` to debug you need to detach and exit when done. Next, this clarifies the type of file locking that we require.
      
      Thanks to @northrup for the details about mandatory vs. advisory file locking.
      
      Note: These were two really small changes so I combined in to one merge request. However, I left the commits separate for clarity.
      
      See merge request !4421
      acfbeced
    • chujinjin's avatar
      Fix wiki project clone address error
      · c102b03e
      chujinjin создал
      c102b03e
    • Robert Speicher's avatar
      Merge branch 'cs-unnecessary-assets' into 'master'
      · 30524901
      Robert Speicher создал
      Load d3 only when necessary
      
      Now d3 is only loaded on the users' show page and the graphs pages, where it's necessary.
      
      Redo of !3993.
      
      This decreases page size from 4.6MB to 4.3MB for a given Activity page (before compression), or a savings of 300KB. This is essentially a proof of concept for removing larger dependencies such as the Ace Editor, Chart.js, and Raphael, which will likely provide another 1MB of savings on most pages (again, before compression).
      
      See merge request !4394
      30524901
    • Robert Speicher's avatar
      Merge branch 'cleanup-readme' into 'master'
      · 34861c5f
      Robert Speicher создал
      Remove Coveralls and Semaphore badges. [ci skip]
      
      Remove Coveralls and Semaphore badges from the README. They're outdated,
      unused, and not GitLab CI :)
      
      [ci skip]
      
      See merge request !4334
      34861c5f
    • Connor Shea's avatar
      Move JS graph specs to match assets tree.
      · 586d1a9b
      Connor Shea создал
      586d1a9b
    • Connor Shea's avatar
      Fix teaspoon
      · 81f46054
      Connor Shea создал
      81f46054
    • Connor Shea's avatar
      Fix indentation
      · 3eb683b6
      Connor Shea создал
      3eb683b6
    • Connor Shea's avatar
      Attempt to fix the user page.
      · 026b7abc
      Connor Shea создал
      026b7abc
    • Connor Shea's avatar
      Remove d3 except for on pages where it's necessary.
      · 0256e683
      Connor Shea создал
      0256e683
    • Robert Speicher's avatar
      Merge branch 'fix-dropdown-cutoff' into 'master'
      · 933a6e0d
      Robert Speicher создал
      Adds a `title` attribute to the branch dropdown for when the name has been cut off.
      
      Fixes #18056 
      
      See merge request !4395
      933a6e0d
    • Robert Speicher's avatar
      Merge branch 'upgrade-devise-two-factor' into 'master'
      · 7d33fba7
      Robert Speicher создал
      Upgrade devise, devise-two-factor, and attr_encrypted
      
      Devise 4 includes support for Rails 5, working towards #14286. devise-async doesn't support Devise 4.0 and in 4.1 the bug that was blocking using Devise's built-in ActiveJob integration was fixed. So devise-async is removed. devise-two-factor 3.0.0 is required for Devise 4 support.
      
      attr_encrypted and encryptor are optional but recommended upgrades for devise-two-factor 3.0.0. The mode and algorithm will need to be changed in order to update to attr_encrypted 4.x in the future.
      
      See merge request !4216
      7d33fba7
    • Stan Hu's avatar
      Merge branch 'downcase-registry-repository' into 'master'
      · 3b53016f
      Stan Hu создал
      Use downcased path to container repository as this is expected path by Docker
      
      ## What does this MR do?
      
      Docker Engine requires path to be lowercase. This makes all container registry paths to be show and used downcased instead of mixed case.
      
      Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/17959
      
      
      See merge request !4420
      3b53016f
    • Jacob Schatz's avatar
      Merge branch '17187-hover-row' into 'master'
      · 07fb3815
      Jacob Schatz создал
      Implement new row hover style
      
      ## What does this MR do?
      Implement new row hover style
      
      ## What are the relevant issue numbers?
      Closes #17187 
      
      ## Screenshots (if relevant)
      ![Screen_Shot_2016-06-01_at_1.40.04_PM](/uploads/62db01f405db50531fb648e46dc9598a/Screen_Shot_2016-06-01_at_1.40.04_PM.png)   
      
      cc @dzaporozhets 
      
      See merge request !4422
      07fb3815
  2. 01.06.2016 23 коммита