1. 07 3月, 2017 1 次提交
    • E
      Use native unicode emojis · e6fc0207
      Eric Eastwood 提交于
       - gl_emoji for falling back to image/css-sprite when the browser
         doesn't support an emoji
       - Markdown rendering (Banzai filter)
       - Autocomplete
       - Award emoji menu
          - Perceived perf
          - Immediate response because we now build client-side
       - Update `digests.json` generation in gemojione rake task to be more
         useful and  include `unicodeVersion`
      
      MR: !9437
      
      See issues
      
       - #26371
       - #27250
       - #22474
      e6fc0207
  2. 28 9月, 2016 1 次提交
    • R
      Allow Member.add_user to handle access requesters · ec0061a9
      Rémy Coutable 提交于
      Changes include:
      
      - Ensure Member.add_user is not called directly when not necessary
      - New GroupMember.add_users_to_group to have the same abstraction level as for Project
      - Refactor Member.add_user to take a source instead of an array of members
      - Fix Rubocop offenses
      - Always use Project#add_user instead of project.team.add_user
      - Factorize users addition as members in Member.add_users_to_source
      - Make access_level a keyword argument in GroupMember.add_users_to_group and ProjectMember.add_users_to_projects
      - Destroy any requester before adding them as a member
      - Improve the way we handle access requesters in Member.add_user
        Instead of removing the requester and creating a new member,
        we now simply accepts their access request. This way, they will
        receive a "access request granted" email.
      - Fix error that was previously silently ignored
      - Stop raising when access level is invalid in Member, let Rails validation do their work
      Signed-off-by: NRémy Coutable <remy@rymai.me>
      ec0061a9
  3. 14 9月, 2016 1 次提交
    • U
      add test about flash alert · a3100300
      ubudzisz 提交于
      add tests with dependent destroy
      
      add tests with dependent destroy
      
      add tests
      
      add tests to projects spec
      
      update it title  and remove let
      
      update it title  and remove let
      
      remove changes after rebase
      
      remove changes after rebase
      
      update changelog
      a3100300
  4. 23 8月, 2016 1 次提交
  5. 09 8月, 2016 1 次提交
  6. 20 6月, 2016 1 次提交
  7. 26 4月, 2016 1 次提交
    • P
      Project title dropdown tests · 3e40b885
      Phil Hughes 提交于
      Added a test for when on an issue page to check whether the project
      dropdown links will still work
      
      See !3870
      3e40b885
  8. 13 4月, 2016 1 次提交
  9. 21 3月, 2016 1 次提交
  10. 19 3月, 2016 1 次提交
  11. 31 1月, 2016 1 次提交
  12. 04 1月, 2016 1 次提交
  13. 29 12月, 2015 2 次提交
  14. 22 12月, 2015 1 次提交
  15. 18 10月, 2015 1 次提交
  16. 14 10月, 2015 1 次提交
  17. 13 10月, 2015 1 次提交
  18. 07 10月, 2015 1 次提交
  19. 06 8月, 2015 1 次提交
  20. 07 7月, 2015 1 次提交
  21. 03 6月, 2015 2 次提交
  22. 15 2月, 2015 1 次提交
    • V
      Upgrade to Rails 4.1.9 · 76aad9b7
      Vinnie Okada 提交于
      Make the following changes to deal with new behavior in Rails 4.1.2:
      
      * Use nested resources to avoid slashes in arguments to path helpers.
      76aad9b7
  23. 29 10月, 2014 1 次提交
  24. 08 10月, 2014 2 次提交
  25. 18 6月, 2014 1 次提交
  26. 14 4月, 2014 1 次提交
  27. 18 7月, 2013 1 次提交
    • I
      Merge Request on forked projects · 3d7194f0
      Izaak Alpert 提交于
      The good:
      
       - You can do a merge request for a forked commit and it will merge properly (i.e. it does work).
       - Push events take into account merge requests on forked projects
       - Tests around merge_actions now present, spinach, and other rspec tests
       - Satellites now clean themselves up rather then recreate
      
      The questionable:
      
       - Events only know about target projects
       - Project's merge requests only hold on to MR's where they are the target
       - All operations performed in the satellite
      
      The bad:
      
        -  Duplication between project's repositories and satellites (e.g. commits_between)
      
      (for reference: http://feedback.gitlab.com/forums/176466-general/suggestions/3456722-merge-requests-between-projects-repos)
      
      Fixes:
      
      Make test repos/satellites only create when needed
      -Spinach/Rspec now only initialize test directory, and setup stubs (things that are relatively cheap)
      -project_with_code, source_project_with_code, and target_project_with_code now create/destroy their repos individually
      -fixed remote removal
      -How to merge renders properly
      -Update emails to show project/branches
      -Edit MR doesn't set target branch
      -Fix some failures on editing/creating merge requests, added a test
      -Added back a test around merge request observer
      -Clean up project_transfer_spec, Remove duplicate enable/disable observers
      -Ensure satellite lock files are cleaned up, Attempted to add some testing around these as well
      -Signifant speed ups for tests
      -Update formatting ordering in notes_on_merge_requests
      -Remove wiki schema update
      Fixes for search/search results
      -Search results was using by_project for a list of projects, updated this to use in_projects
      -updated search results to reference the correct (target) project
      -udpated search results to print both sides of the merge request
      
      Change-Id: I19407990a0950945cc95d62089cbcc6262dab1a8
      3d7194f0
  28. 11 4月, 2013 1 次提交
  29. 19 3月, 2013 1 次提交
  30. 21 2月, 2013 1 次提交
  31. 09 1月, 2013 1 次提交
  32. 04 1月, 2013 1 次提交
  33. 03 1月, 2013 1 次提交
  34. 07 12月, 2012 1 次提交
  35. 25 11月, 2012 1 次提交
  36. 24 11月, 2012 1 次提交
  37. 13 11月, 2012 1 次提交