Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-07Fix the reCAPTCHA spec failures by not rendering the widget in test modeStan Hu
2018-04-05Merge branch 'fl-fix-milestone-bug-10-6' into 'security-10-6'Phil Hughes
2018-04-04Allow assigning and filtering issuables by ancestor group labelsFelipe Artur
2018-04-03Replace the `project/issues/issues.feature` spinach test with an rspec analogblackst0ne
2018-04-02Resolve "Clicking confidential and lock icons on sidebar should also activate...Dennis Tang
2018-03-12Update test for change in label dropdown action nameKushal Pandya
2018-03-05Merge branch 'dz-use-less-deprecated-methods' into 'master'Douwe Maan
2018-03-05Replace deprecated name_with_namespace with full_name in app and specDmitriy Zaporozhets
2018-03-02Fix quick actions for users who cannot update issues and MRsSean McGivern
2018-02-27Add test for label search behaviourKushal Pandya
2018-02-26Fixed issue edit shortcut not workingPhil Hughes
2018-02-22Move RecentSearchesDropdownContent vue componentGeorge Tsiolis
2018-02-02use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa
2018-01-24Workaround a recaptcha pop-up that cannot be testedRémy Coutable
2018-01-17Merge branch 'label-xss-10-3' into 'security-10-3'Jacob Schatz
2018-01-11Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉
2018-01-08disables the shortcut to the issue boards when issues are disabledChristiaan Van den Poel
2018-01-02Clears visual token on second backspaceMartin Wortschack
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-12-19Show inline edit button for issuesClement Ho
2017-12-08Add js prefix for issuable-editClement Ho
2017-12-07Merge branch '22680-unlabel-slash-command-limit-autocomplete-to-applied-label...Tim Zallmann
2017-11-28Limit autocomplete menu to applied labelsVitaliy @blackst0ne Klachkov
2017-11-25Add an ability to use a custom branch name on creation from issuesVitaliy @blackst0ne Klachkov
2017-11-13fix to allow integer label refernceshaseeb
2017-11-09Clean up schema of the "issues" tableYorick Peterse
2017-11-06Remove create MR button from issues when MRs are disabledGeorge Andrinopoulos
2017-11-03fix flaky tests by removing unneeded clicks and focus actionsMike Greiling
2017-11-03fix flaky test in gfm_autocomplete_spec.rbMike Greiling
2017-11-03don't attempt to click on hidden elementsMike Greiling
2017-11-03Merge branch 'master' into sh-headless-chrome-supportMike Greiling
2017-11-03refactor wait_for_requests, add slow_requests block helperMike Greiling
2017-11-02add CookieHelper and InputHelper automatically to :js testsMike Greiling
2017-11-01add slow_requests! to filtered search tests which expect to see a loading spi...Mike Greiling
2017-10-31Use count expectation so `all` finder will wait (patience)Eric Eastwood
2017-10-30Merge branch 'master' into sh-headless-chrome-supportMike Greiling
2017-10-26use click instead of send(:return) so that open select dropdowns are blurredMike Greiling
2017-10-26Revert "Merge branch '36670-remove-edit-form' into 'master'"Sean McGivern
2017-10-24correct the issues list count for label:none filterMike Greiling
2017-10-24fix issue in which enter key from fill_in command was intercepted by autocomp...Mike Greiling
2017-10-24fix race condition when loading labels in filter barMike Greiling
2017-10-23Merge branch 'master' into sh-headless-chrome-supportMike Greiling
2017-10-20Use title as placeholder instead of issue title for reusabilityClement Ho
2017-10-20clear localStorage after each capybara test (global)Mike Greiling
2017-10-20fix rubocop (oops)Mike Greiling
2017-10-19Check for element before evaluate_scriptEric Eastwood
2017-10-19clear localstorage between testsMike Greiling
2017-10-18add InputHelper rspec helper to simulate non-BMP character inputMike Greiling
2017-10-09Merge branch 'master' into sh-headless-chrome-supportMike Greiling
2017-10-07Replaces `tag: true` into `:tag` in the specsJacopo