1. 29 Aug, 2017 1 commit
  2. 28 Aug, 2017 31 commits
  3. 27 Aug, 2017 4 commits
  4. 26 Aug, 2017 3 commits
    • Stan Hu's avatar
      Improve flaky ACE editor spec · e6c13d29
      Stan Hu authored
      The ACE editor JavaScript may not be loaded when the spec
      runs evaluateScript. Wait for the editor to load before
      attempting to run ACE-specific JavaScript.
      e6c13d29
    • 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
  5. 25 Aug, 2017 1 commit
    • Robert Speicher's avatar
      Remove skipped examples in filtered issues feature spec · dc5a6b61
      Robert Speicher authored
      We perform a ton of expensive setup in this spec, via both `before` and
      `let!`. When we use `skip` inside an `it` block, rather than skipping
      the block entirely via `xit`, we still perform this expensive setup,
      only to do absolutely nothing with it, resulting in wasted time.
      Minutes, in this case.
      
      Further, these specs have been sitting in our test suite for about seven
      months now, so the likelihood of them being addressed soon seems low.
      dc5a6b61