BigW Consortium Gitlab

  1. 02 Nov, 2017 1 commit
  2. 23 Oct, 2017 1 commit
  3. 17 Oct, 2017 1 commit
  4. 11 Oct, 2017 1 commit
  5. 07 Oct, 2017 3 commits
  6. 05 Sep, 2017 2 commits
  7. 17 Aug, 2017 1 commit
  8. 08 Aug, 2017 1 commit
  9. 07 Aug, 2017 2 commits
  10. 02 Aug, 2017 1 commit
  11. 01 Aug, 2017 1 commit
  12. 28 Jul, 2017 1 commit
    • Allow projects to be started from a template · 1d3815f8
      Z.J. van de Weg authored
      Started implementation for the first iteration of
      gitlab-org/gitlab-ce#32420. This will allow users to select a template
      to start with, instead of an empty repository in the project just
      created.
      
      Internally this is basically a small extension of the ImportExport
      GitLab projects we already support. We just import a certain import
      tar archive. This commits includes the first one: Ruby on Rails. In the
      future more will be added.
  13. 27 Jul, 2017 1 commit
  14. 06 Jul, 2017 1 commit
  15. 05 Jul, 2017 1 commit
  16. 29 Jun, 2017 1 commit
  17. 19 Jun, 2017 2 commits
  18. 21 Apr, 2017 1 commit
  19. 20 Apr, 2017 1 commit
  20. 15 Mar, 2017 1 commit
  21. 06 Mar, 2017 1 commit
    • Use native unicode emojis · e6fc0207
      Eric Eastwood authored
       - 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
  22. 28 Sep, 2016 1 commit
    • Allow Member.add_user to handle access requesters · ec0061a9
      Rémy Coutable authored
      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: 's avatarRémy Coutable <remy@rymai.me>
  23. 14 Sep, 2016 1 commit
    • add test about flash alert · a3100300
      ubudzisz authored
      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
  24. 23 Aug, 2016 1 commit
  25. 09 Aug, 2016 1 commit
  26. 20 Jun, 2016 1 commit
  27. 26 Apr, 2016 1 commit
    • Project title dropdown tests · 3e40b885
      Phil Hughes authored
      Added a test for when on an issue page to check whether the project
      dropdown links will still work
      
      See !3870
  28. 12 Apr, 2016 1 commit
  29. 20 Mar, 2016 1 commit
  30. 19 Mar, 2016 1 commit
  31. 30 Jan, 2016 1 commit
  32. 04 Jan, 2016 1 commit
  33. 28 Dec, 2015 2 commits
  34. 21 Dec, 2015 1 commit