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-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-11-28Fix broken specsFilipa Lacerda
Don't add disabled class to loading button
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-09-26Replaced trigger calls for click, fixed click_on callJose Ivan Vargas
2017-09-07Resolve "Make project and features visibility settings less confusing"Mike Greiling
2017-08-04Merge branch '34060-simplified-general-project-settings' into 'master'Mike Greiling
34060 Simply general project settings to use expanded panels Closes #34060 See merge request !12620
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-07-28fixed up specsPhil Hughes
2017-07-28try and fix some teststauriedavis
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-24Support both internal and external issue trackersJarka Kadlecova
2017-07-24Associate Issues tab only with internal issues trackerJarka Kadlecova
2017-07-06Auto-correct ProjectPathHelper violationsRobert Speicher
2017-06-29Change gitlab_sign_in to sign_in where possibleRobert Speicher
2017-06-20Change `login_as` uses to `gitlab_sign_in`Robert Speicher
2017-06-13Update tests and applicationKamil Trzcinski
2017-05-23Use wait_for_requests to wait all JS requestOswaldo Ferreira
2017-05-10Enable the Style/TrailingCommaInLiteral copRémy Coutable
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-05Fix Rubocop failuresMichael Kozono
2017-05-05Redirect from redirect routes to canonical routesMichael Kozono
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`
2016-12-29Parse JIRA issue references even if Issue Tracker is disabledFelipe Artur
2016-12-08remove unnecessary issues event filter on comments tabRydkin Maxim
fix features_visibility_spec.rb remove strange part of spec fix conditions of comments tab disappearing and fix spec generate changelog rewrite spec for more coplex check step-by-step move conditional logic into helper and fix changelog fix indentation in helper
2016-11-04Fix: Guest sees some repository details and gets 404Valery Sizov
2016-11-01Hide project activity tabs when features are disabledPhil Hughes
2016-10-31Fix builds tab visibilityFelipe Artur
2016-10-17Add visibility level to project repositoryFelipe Artur
2016-09-01Project tools visibility levelFelipe Artur