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
2018-07-09Use stable gitlab-styles and eliminate offensesLin Jen-Shin
2018-07-09Updates from `rubocop -a`Lin Jen-Shin
2018-07-05Enable Capybara/FeatureMethods copWinnie Hellmann
2018-05-02Replace the `project/source/markdown_render.feature` spinach test with an ↵blackst0ne
rspec analog
2018-04-24Replace find file project spinach tests with RSpecSemyon Pupkov
2018-04-17Remove ambiguity when forking a project to a user's namespaceStan Hu
2018-04-12Merge branch 'dm-archived-read-only' into 'master'Robert Speicher
Make archived projects completely read-only Closes #44788 See merge request gitlab-org/gitlab-ce!18136
2018-04-12Spec improvements for speed, reliability and readabilityBob Van Landuyt
2018-04-11Resolve "tree/master shows incorrect CI build status"Lin Jen-Shin
2018-04-11Prevent new merge requests for archived projectsBob Van Landuyt
This prevents creating merge requests targeting archived projects. This could happen when a project was already forked, but then the source was archived.
2018-04-10Address review feedbackRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-04-10Migrate features/project/project.feature to RSpec and reorganize several ↵Rémy Coutable
Project feature specs Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-04-08Fix template selector menu visibilityFabian Schneider
2018-02-16Add Auto DevOps and Kubernetes cluster button to project pageEric Eastwood
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-12-19Prevent some specs from mangling the gitlab-shell checkoutNick Thomas
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-27fixed spec/features/projects/files/edit_file_soft_wrap_spec.rbPhil Hughes
2017-09-05Fix failures introduced by Capybara upgradeRobert Speicher
2017-08-25Replace 'source/search_code.feature' spinach test with an rspec analogblackst0ne
2017-08-15Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
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-06Merge branch 'master' into rs-sign_inRobert Speicher
2017-07-06Auto-correct ProjectPathHelper violationsRobert Speicher
2017-07-05Merge branch '32408-allow-creation-of-files-and-dirs-with-spaces-in-web-ui' ↵Douwe Maan
into 'master' Make filename and path creation compatible with UNIX in web UI Closes #21362 See merge request !12608
2017-07-05Removes file_name_regex from Gitlab::RegexTiago Botelho
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-06-29Change gitlab_sign_in to sign_in where possibleRobert Speicher
2017-06-23Revert "Annotate" to "Blame"Stan Hu
2017-06-20Change `login_with` uses to `gitlab_sign_in`Robert Speicher
Change single `login_via` use to `gitlab_sign_in_via`
2017-06-20Change `login_as` uses to `gitlab_sign_in`Robert Speicher
2017-06-02Promote blameless culture by using "annotate" insteadIlya Vassilevsky
User-facing changes (fast & easy win)
2017-05-23Use wait_for_requests to wait all JS requestOswaldo Ferreira
2017-05-17Add spec for last commit info when browsing repository filesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-04-27Fix some specsDouwe Maan
2017-04-26Submodule Dockerfile templatesZeger-Jan van de Weg
2017-04-26Merge branch ↵Clement Ho
'22826-ui-inconsistency-different-files-views-find-file-button-missing' into 'master' [#22826] Ensure find_file_link and download button is part of file tree header Closes #22826 See merge request !9847
2017-04-25[#22826] Add newline before expect in accordance to four phase thoughtbot styleTM Lee
2017-04-23[#22826] Ensure find_file_link and download button is part of file tree headerTM Lee
- Move the find_file_link and download partial into the project tree_header partial - Added Changelog
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-20Refactor changing files in web UIDouwe Maan
2017-04-06Fixed button capitalisation for Projects in viewsJose Ivan Vargas Lopez
2017-04-06Fix rspec and spinach testsJose Ivan Vargas
2017-04-06Fixed rspec testsJose Ivan Vargas
2017-04-03Make file templates easy to use and discoverBryce Johnson
2017-03-13Do not show LFS object when LFS is disabledChristopher Bartz
Do not display a 404, when a user tries to retrieve the raw content of an LFS file (pointer) if the config option "lfs_enabled" is set to false. Instead, display the LFS pointer file directly.