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
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-11-02remove out-of-date comments about webdriver compatabilityMike Greiling
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-10-07Merge branch 'master' into sh-headless-chrome-supportJose Ivan Vargas
2017-09-25Fix the default branches sorting to actually be 'Last updated'Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-08-13Make protected branches spec work in headless ChromeStan Hu
This needs two patches in Capybara: * https://github.com/teamcapybara/capybara/pull/1902 * https://github.com/teamcapybara/capybara/pull/1903
2017-08-03Merge branch 'master' into sh-headless-chrome-supportStan Hu
2017-07-28Fix spec/features/projects/branches_specRobert Speicher
See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8666
2017-07-27Use `empty_project` where possible in spec/features/projectsRobert Speicher
2017-07-27Remove superfluous type defs in specsKeifer Furzland
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-20Hide description about protected branches to non-memberTakuya Noguchi
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-06-28Fix a bug where an invalid sort param value was passed to GitalyAlejandro Rodríguez
2017-06-21Merge branch 'master' into sh-headless-chrome-supportStan Hu
2017-06-20Remove implicit dependency on `gitlab_sign_in` assigning `@user`Robert Speicher
We shouldn't be using instance variables in specs to begin with, and depending on this implicit behavior of `gitlab_sign_in` would have made it more difficult to change to `sign_in` where possible. ...we've also gone ahead and changed to `sign_in` where possible.
2017-06-20Change `login_as` uses to `gitlab_sign_in`Robert Speicher
2017-06-17Convert variants of trigger('click') -> clickStan Hu
2017-05-08Add confirm delete protected branch modalSam Rose
2017-03-16removes n+1 query from tags and branches indexesTiago Botelho
2016-09-02Hides merge request button on branches pagePhil Hughes
If user does not have the correct permissions, the merge request button is hidden Closes #21805
2016-08-17Fix tests.Connor Shea
2016-07-19implements the basic filter functionalitytiagonbotelho