summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin2017-11-061008-9577/+30465
|\
| * Merge branch 'jk-delete-epic-backport' into 'master'Sean McGivern2017-11-063-12/+4
| |\
| | * Refactor issuable destroy actionJarka Kadlecova2017-11-063-12/+4
| * | Merge branch 'ignore-legacy-routes-in-routing-spec' into 'master'Douwe Maan2017-11-061-3/+16
| |\ \
| | * | Ignore routes matching legacy_*_redirect in route specsSean McGivern2017-11-061-3/+16
| * | | Merge branch 'expose-job-duration' into 'master'Rémy Coutable2017-11-061-1/+11
| |\ \ \
| | * | | Expose `duration` in Job API entityMehdi Lahmam2017-11-051-1/+11
| * | | | Merge branch 'jej/fix-lfs-changes-laziness' into 'master'Douwe Maan2017-11-063-19/+66
| |\ \ \ \
| | * | | | Gitlab::Git::RevList and LfsChanges use lazy popenjej/fix-lfs-changes-lazinessJames Edwards-Jones2017-11-062-19/+49
| | * | | | Gitlab::Git::Popen can lazily hand output to a blockJames Edwards-Jones2017-11-061-0/+17
| * | | | | Merge branch 'ce-gitlab-git-backport' into 'master'Sean McGivern2017-11-062-16/+96
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Encapsulate git operations for mirroring in Gitlab::GitAlejandro Rodríguez2017-11-031-16/+61
| | * | | | Create a Wiki Repository's raw_repository properlyAlejandro Rodríguez2017-11-031-0/+20
| | * | | | Add `Gitlab::Git::Repository#fetch` commandAlejandro Rodríguez2017-11-031-0/+15
| * | | | | Merge branch '38677-render-new-discussions-on-diff-tab' into 'master'36248-repo-editor-double-border-under-repo-file-buttonsFilipa Lacerda2017-11-062-2/+24
| |\ \ \ \ \
| | * | | | | FE review changes - remove internal details assertion and look for closest fo...Luke "Jared" Bennett2017-10-271-4/+0
| | * | | | | Add spec for root diff discussion noteLuke "Jared" Bennett2017-10-241-2/+22
| | * | | | | Fix karmaLuke "Jared" Bennett2017-10-231-0/+1
| | * | | | | Improve discussion_line_code set and update notes_controller_specLuke "Jared" Bennett2017-10-211-0/+5
| * | | | | | Merge branch 'fix/sm/37299-environments-validate-uniqueness-on-url-and-can-ca...Kamil Trzciński2017-11-061-1/+0
| |\ \ \ \ \ \
| | * | | | | | Remove unique validation from external_url in Environmentfix/sm/37299-environments-validate-uniqueness-on-url-and-can-cause-silent-deployment-failuresShinya Maeda2017-11-061-1/+0
| | | |_|_|/ / | | |/| | | |
| * | | | | | Add TimeCop freeze for DST and Regular timefix/sm/39817-fix-cron_parser_spec-rbShinya Maeda2017-11-051-6/+42
| |/ / / / /
| * | | | | Harcode project visibility37473-expose-project-visibility-as-ci-variableMatija Čupić2017-11-051-1/+1
| * | | | | Expose project visibility as CI variableMatija Čupić2017-11-041-0/+1
| * | | | | Merge branch 'sh-headless-chrome-support' into 'master'Stan Hu2017-11-03127-392/+466
| |\ \ \ \ \
| | * | | | | fix flaky tests by removing unneeded clicks and focus actionsMike Greiling2017-11-031-16/+1
| | * | | | | Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-11-0313-5/+285
| | |\ \ \ \ \
| | * | | | | | fix flaky test in gfm_autocomplete_spec.rbMike Greiling2017-11-031-1/+0
| | * | | | | | don't attempt to click on hidden elementsMike Greiling2017-11-031-4/+6
| | * | | | | | replace use of unsupported trigger method with clickMike Greiling2017-11-032-2/+2
| | * | | | | | prevent race condition when attempting to cancel a file uploadMike Greiling2017-11-031-2/+4
| | * | | | | | confirm javascript modal when resetting email tokensMike Greiling2017-11-031-2/+2
| | * | | | | | Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-11-02100-994/+1526
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | |
| | * | | | | | use resize_window helperMike Greiling2017-11-021-1/+2
| | * | | | | | refactor wait_for_requests, add slow_requests block helperMike Greiling2017-11-029-50/+64
| | * | | | | | target label instead of obscured input elementMike Greiling2017-11-021-3/+1
| | * | | | | | scroll to top before attempting to click the "Side-by-side" buttonMike Greiling2017-11-021-3/+2
| | * | | | | | remove out-of-date comments about webdriver compatabilityMike Greiling2017-11-021-5/+1
| | * | | | | | explicitly add Accept: */* HTTP header back to testMike Greiling2017-11-021-1/+3
| | * | | | | | add visible argument to helper rather than duplicating codeMike Greiling2017-11-021-3/+3
| | * | | | | | add InspectRequests helper automatically to :js testsMike Greiling2017-11-024-5/+1
| | * | | | | | add CookieHelper and InputHelper automatically to :js testsMike Greiling2017-11-0210-18/+2
| | * | | | | | remove unused capybara_select2 helperMike Greiling2017-11-011-5/+0
| | * | | | | | add spacing around yieldMike Greiling2017-11-011-0/+2
| | * | | | | | add slow_requests! to filtered search tests which expect to see a loading spi...Mike Greiling2017-11-015-0/+10
| | * | | | | | make window resizing more resiliant on small screens when headless mode is offMike Greiling2017-11-011-3/+7
| | * | | | | | fix flaky fill_in use in which return key would occasionally be intercepted b...Mike Greiling2017-11-011-2/+2
| | * | | | | | move resize option the pre-test hooks instead of post-testMike Greiling2017-11-011-3/+3
| | * | | | | | reset browser window size between testsMike Greiling2017-11-011-0/+3
| | * | | | | | explicitly check innerText since selenium webdriver only looks at visible textMike Greiling2017-11-011-1/+1