1. 28 Aug, 2017 6 commits
  2. 27 Aug, 2017 2 commits
    • Stan Hu's avatar
      Simplify system hook testing and guarantee test will fire · 1e53f40c
      Stan Hu authored
      The change in !11728 would cause an arbitrary project to be chosen to test
      system hooks, and it's likely that the project would not have any commits or
      relevant commits to test the hook. This would prevent admins from verifying
      that the hook fired. Instead of trying to create a representative hook
      dynamically, just send static data to guarantee the hook will actually be
      tested.
      
      Closes #37067
      1e53f40c
    • Grzegorz Bizon's avatar
      Merge branch 'sh-system-hooks-ldap-users' into 'master' · ef8eb3f6
      Grzegorz Bizon authored
      Fire system hooks when a user is created via LDAP or OAuth
      
      Closes #37073
      
      See merge request !13846
      ef8eb3f6
  3. 26 Aug, 2017 2 commits
    • Grzegorz Bizon's avatar
      Merge commit '2be34630' into... · 15ace6a9
      Grzegorz Bizon authored
      Merge commit '2be34630' into backstage/gb/rename-ci-cd-processing-sidekiq-queues
      
      * commit '2be34630':
        Common Docker Documentation Location in `gitlab-ce`
        fix deprecation warning present during webpack compiles
        Enable 5 lines of Sidekiq backtrace lines to aid in debugging
        Add support for copying permalink to notes via more actions dropdown
        Handle creating a nested group on MySQL correctly
        Decrease statuses batch size even more in a migration
        Fix repo editor scrollbar
        Replace 'source/search_code.feature' spinach test with an rspec analog
        Authorizations regarding OAuth - style confirmation
        Update README.md
        Refactor complicated API group finding rules into GroupsFinder
        Fix group and project search for anonymous users
        Document version Group Milestones API introduced
        Allow v4 API GET requests for groups to be unauthenticated
        Adjust a range and a size in stages statuses migration
        Update README.md
        Point to /developers on docs/administration/authentiq.md
        Indexes GFM markdown guide
        use inline links instead of referenced
        Add index on ci_runners.contacted_at
      15ace6a9
    • Stan Hu's avatar
      Fire system hooks when a user is created via LDAP or OAuth · e94a2fde
      Stan Hu authored
      Closes #37073
      e94a2fde
  4. 25 Aug, 2017 30 commits