BigW Consortium Gitlab

  1. 28 Jun, 2017 2 commits
  2. 02 Jun, 2017 1 commit
  3. 06 Apr, 2017 1 commit
    • 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.
  4. 21 Mar, 2017 1 commit
  5. 20 Mar, 2017 1 commit
  6. 23 Feb, 2017 2 commits
  7. 30 Aug, 2016 1 commit
  8. 19 Aug, 2016 1 commit
  9. 15 Aug, 2016 2 commits
  10. 12 Aug, 2016 1 commit
    • Support slash commands in noteable description and notes · 0eea8c88
      Rémy Coutable authored
      Some important things to note:
      
      - commands are removed from noteable.description / note.note
      - commands are translated to params so that they are treated as normal
        params in noteable Creation services
      - the logic is not in the models but in the Creation services, which is
        the right place for advanced logic that has nothing to do with what
        models should be responsible of!
      - UI/JS needs to be updated to handle notes which consist of commands
        only
      - the `/merge` command is not handled yet
      
      Other improvements:
      
      - Don't process commands in commit notes and display a flash is note is only commands
      - Add autocomplete for slash commands
      - Add description and params to slash command DSL methods
      - Ensure replying by email with a commands-only note works
      - Use :subscription_event instead of calling noteable.subscribe
      - Support :todo_event in IssuableBaseService
      Signed-off-by: 's avatarRémy Coutable <remy@rymai.me>
  11. 12 Jul, 2016 2 commits
  12. 01 Jul, 2016 1 commit
  13. 17 Jun, 2016 1 commit
  14. 16 Jun, 2016 2 commits
  15. 14 Jun, 2016 1 commit
  16. 03 Jun, 2016 2 commits
  17. 02 Jun, 2016 5 commits
  18. 17 May, 2016 1 commit
    • Create a todo on failing MR build · 6b834f2c
      Sean McGivern authored
      When a build fails for a commit, create a todo for the author of the
      merge request that commit is the HEAD of. If the commit isn't the HEAD
      commit of any MR, don't do anything. If there already is a todo for that
      user and MR, don't do anything.
      
      Current limitations:
      - This isn't configurable by project.
      - The author of a merge request might not be the person who pushed the
        breaking commit.
  19. 20 Feb, 2016 2 commits