BigW Consortium Gitlab

  1. 12 Jun, 2017 1 commit
  2. 07 Jun, 2017 1 commit
  3. 06 Jun, 2017 2 commits
  4. 01 Jun, 2017 2 commits
  5. 30 May, 2017 2 commits
  6. 25 May, 2017 2 commits
  7. 22 May, 2017 1 commit
  8. 19 May, 2017 1 commit
  9. 10 May, 2017 1 commit
  10. 06 May, 2017 1 commit
  11. 05 May, 2017 3 commits
  12. 04 May, 2017 1 commit
  13. 02 May, 2017 1 commit
  14. 28 Apr, 2017 1 commit
    • Improve text on todo list when the todo action comes from yourself · 60e9405b
      Jacopo authored
      Improved todo message when an issue is assigned to yourself.
      - The new message when an user assign to himself an issue or a mr is: "You
      assigned issue xx to yourself"
      - The new message when an user adds a todo to himself is: "You added a
      todo for issue xx"
      - The new message when and user mention himself is: "You mentioned
      yourself on issue xx"
      - The new message when an user directly address himself is: "You
      directly addressed yourself on issue xx"
      - The new message when an user mark himself as an approver is: "You set
      yourself as an approver for merge request xx"
  15. 06 Apr, 2017 2 commits
    • ProjectsFinder should handle more options · b996a82f
      Jacopo authored
      Extended ProjectFinder in order to handle the following options:
       - current_user - which user use
       - project_ids_relation: int[] - project ids to use
       - params:
         -  trending: boolean
         -  non_public: boolean
         -  starred: boolean
         -  sort: string
         -  visibility_level: int
         -  tags: string[]
         -  personal: boolean
         -  search: string
         -  non_archived: boolean
      
      GroupProjectsFinder now inherits from ProjectsFinder.
      Changed the code in order to use the new available options.
  16. 28 Mar, 2017 2 commits
  17. 24 Mar, 2017 4 commits
  18. 23 Mar, 2017 1 commit
  19. 16 Mar, 2017 1 commit
    • Add 'Undo mark all as done' to Todos · 5f9ace8e
      Jacopo authored
      Added the ability to 'Undo mark all as done' todos marked as complete with 'Mark all as done'
      in the 'Todo' tab of the Todo dashboard.
      The operation undos only the todo previously marked as done with the 'Mark al as done' button.
  20. 15 Mar, 2017 1 commit
  21. 11 Mar, 2017 1 commit
  22. 10 Mar, 2017 2 commits
  23. 09 Mar, 2017 1 commit
  24. 08 Mar, 2017 1 commit
  25. 06 Mar, 2017 1 commit
    • Fix Sort dropdown reflow issue · 01fae383
      Jarkko Tuunanen authored
      Make Sort dropdown behave the same as filters in narrower
      viewports. Adjust dropdowns to fit on the same line in worst-case
      scenario ("Oldest created" selected).
      
      Closes #22562
      
      See merge request !9533
  26. 03 Mar, 2017 3 commits