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 (Collapse)Author
2018-07-09Updates from `rubocop -a`Lin Jen-Shin
2018-07-05Enable Capybara/FeatureMethods copWinnie Hellmann
2018-04-19Resolve "View labels when editing labels in sidebar and board sidebar"André Luís
2018-04-02Resolve "Clicking confidential and lock icons on sidebar should also ↵Dennis Tang
activate dropdown"
2018-03-12Update test for change in label dropdown action nameKushal Pandya
2018-01-17Merge branch 'label-xss-10-3' into 'security-10-3'Jacob Schatz
[10.3] Fix XSS in issue label dropdown See merge request gitlab/gitlabhq!2253 (cherry picked from commit 363ffabcebd7bb0d1a2d59ca1a75e4eadb4a4360) ea1fb0ea Fix XSS in issue label dropdown
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-10-09Merge branch 'master' into sh-headless-chrome-supportMike Greiling
* master: (113 commits) Introduce new hook data builders for Issue and MergeRequest Don't create todos for old issue assignees Start adding Gitlab::HookData::IssuableBuilder Include the changes in issuable webhook payloads Rename the `codeclimate` job to `codequality` Don't show an "Unsubscribe" link in snippet comment notifications Add QA::Scenario::Gitlab::Group::Create Removes CommitsList from global namespace Fix wiki empty page translation namespace not being removed Fixes mini graph in commit view Fix link to new i18n index page Update i18n docs Move i18n/introduction to i18n/index Resolve "Simple documentation update - backup to restore in restore section" Remove AjaxLoadingSpinner and CreateLabelDropdown from global namespace Move cycle analytics banner into a vue file Updated Icons + Fix for Collapsed Groups Angle Don't create fork networks for root projects that are deleted Remove executable permissions on images to make docs lint happy Sync up hard coded DN class in migration ...
2017-10-07Replaces `tag: true` into `:tag` in the specsJacopo
Replaces all the explicit include metadata syntax in the specs (tag: true) into the implicit one (:tag). Added a cop to prevent future errors and handle autocorrection.
2017-08-13Change trigger('click') calls to clickStan Hu
2017-08-10Merge branch 'master' into sh-headless-chrome-supportStan Hu
2017-08-05fix failing specs due phantomJS scroll positionMike Greiling
2017-08-03Merge branch 'master' into sh-headless-chrome-supportStan Hu
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-07-27Use `empty_project` where possible in spec/features/issuesRobert Speicher
2017-07-27Remove superfluous type defs in specsKeifer Furzland
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-06Merge branch 'master' into rs-sign_inRobert Speicher
2017-07-06Auto-correct ProjectPathHelper violationsRobert Speicher
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-06-29Refactored tests and added a breakpoint to the merge_request_tabsJose Ivan Vargas
2017-06-29Change gitlab_sign_in to sign_in where possibleRobert Speicher
2017-06-27Fixed sidebar not collapsing on merge request in mobile screensJose Ivan Vargas
2017-06-21Merge branch 'master' into sh-headless-chrome-supportStan Hu
2017-06-20Change `login_as` uses to `gitlab_sign_in`Robert Speicher
2017-06-17Convert variants of trigger('click') -> clickStan Hu
2017-05-27Backport MR from EEClement Ho
2017-05-23Use wait_for_requests to wait all JS requestOswaldo Ferreira
2017-05-06Merge branch 'attemp-to-fix-issue_sidebar_spec-again' into 'master' Stan Hu
Trigger click instead of actual click to make sure the right button is always hit Closes #30504 See merge request !11127
2017-05-05Trigger click instead of actual click to make sure the right button is ↵Luke "Jared" Bennett
always hit
2017-05-04Backport of multiple_assignees_feature [ci skip]Valery Sizov
2017-05-03Merge branch 'fix-issue_sidebar_spec-failure-and-remove-sleep' into 'master' Sean McGivern
Fixed issue_sidebar_spec.rb click as true click cannot hit the right element and removed sleep See merge request !11064
2017-05-03Merge branch '30667-creating-new-label-on-new-issue-causing-bug' into 'master' Rémy Coutable
Fix label creation from issuable for subgroup projects Closes #30667 See merge request !11011
2017-05-03Revert to real click seeing as that was a bug with only the original branchLuke "Jared" Bennett
2017-05-03Fixed issue_sidebar_spec.rb click as true click cannot hit the right element ↵Luke "Jared" Bennett
and removed sleep
2017-05-03Fix label creation from issuable for subgroup projectsMark Fletcher
2017-05-03Added find for collapsed sidebar before assertingLuke "Jared" Bennett
2017-04-21Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo
Removed all the unnecessary include of `WaitForAjax` and `ApiHelpers` in the specs. Removed unnecessary usage of `api:true`
2017-04-19Set the issuable sidebar to remain collapsed on mobile devicesJose Ivan Vargas Lopez
2017-02-09fix new label errors not visible in dropdown for #27287, also humanize error ↵Tom Koole
key, improve testing hieararchy for reuse, remove duplicate test
2017-01-28Improved code style on the issue_sidebar_spec.rbJose Ivan Vargas
2017-01-25Fixed Issuable sidebar so it remains closed on mobile/smaller screen devicesJose Ivan Vargas Lopez
Added test to replicate the bug, also added a couple of helpers that can be reused on the testing suite to resize the browser window, these helpers are located on the spec/support/mobile_helpers.rb
2016-11-17Include author in assignee dropdown searchPhil Hughes
When searching for the author in the assignee dropdown it now correctly returns the user Closes #22905
2016-08-09fixes part1 of files to start using active tensetiagonbotelho
2016-04-15Add tests to check if a new label is addedAlfredo Sumaran