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-30Show the status of a user in interactionsBob Van Landuyt
The status is shown for - The author of a commit when viewing a commit - Notes on a commit (regular/diff) - The user that triggered a pipeline when viewing a pipeline - The author of a merge request when viewing a merge request - The author of notes on a merge request (regular/diff) - The author of an issue when viewing an issue - The author of notes on an issue - The author of a snippet when viewing a snippet - The author of notes on a snippet - A user's profile page - The list of members of a group/user
2018-07-06Use proper markdown rendering for previewsBrett Walker
2018-07-05Enable Capybara/FeatureMethods copWinnie Hellmann
2018-03-27blank lines around expect removedhaseeb
2018-03-19removed creating projecthaseeb
2018-03-19updated integration testhaseeb
2018-03-17integration test addedhaseeb
2017-11-02add InspectRequests helper automatically to :js testsMike Greiling
2017-10-26update all status_code calls to use new inspect_requests helperMike Greiling
2017-10-24add accept_confirm around "delete comment" buttonMike 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-09-27Replaced trigger click calls for click, also fixed ace_editor-input testJose Ivan Vargas
2017-09-26Replaced trigger calls for click, fixed click_on callJose Ivan Vargas
2017-09-01Merge branch 'master' into sh-headless-chrome-supportStan Hu
2017-08-28fix transient test failures caused by wrong dropdown triggerSimon Knox
2017-08-16Rename find('.ace_editor') -> find('.ace_text-input') to make Chrome happyStan Hu
2017-08-16Merge branch 'master' into sh-headless-chrome-supportStan Hu
2017-08-14Merge branch ↵Clement Ho
'34527-make-edit-comment-button-always-available-outside-of-dropdown' into 'master' Resolve "Make edit comment button always available outside of dropdown" Closes #34527 See merge request !12931
2017-08-13Remove unsupported `network_traffic` in specsStan Hu
2017-08-11Make sure uploads for personal snippets are correctly renderedBob Van Landuyt
2017-08-10take edit note button out of dropdownSimon Knox
2017-07-27Remove superfluous type defs in specsKeifer Furzland
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-20Merge branch '33359-pers-snippet-files-location' into 'security-9-3'Sean McGivern
Use uploads/system directory for personal snippets See merge request !2123
2017-07-06Merge branch 'master' into rs-sign_inRobert Speicher
2017-07-05Merge branch '23036-replace-snippets-spinach' into 'master'Rémy Coutable
Replace 'snippets/snippets.feature' spinach with rspec See merge request !12385
2017-07-05Replace 'snippets/snippets.feature' spinach with rspecAlexander Randa
2017-06-29Change gitlab_sign_in to sign_in where possibleRobert Speicher
2017-06-27Resolve "Unable to access edit comment from dropdown menu in certain screen ↵Luke "Jared" Bennett
sizes"
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-06-20Change `login_as` uses to `gitlab_sign_in`Robert Speicher
2017-06-19Disable autocomplete on snippets commentsEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33594 Was supposedly fixed in MR for https://gitlab.com/gitlab-org/gitlab-ce/issues/32086 but seeing this pop up again
2017-06-07Added more actions and report as abuse to all notesLuke "Jared" Bennett
2017-06-07Support uploads for newly created personal snippetsJarka Kadlecova
2017-05-31Support descriptions for snippetsJarka Kadlecova
2017-05-23Use wait_for_requests to wait all JS requestOswaldo Ferreira
2017-05-10Merge branch 'snippets-finder-visibility' into 'security'Douwe Maan
Refactor snippets finder & dont return internal snippets for external users See merge request !2094
2017-05-10Merge branch 'snippets_visibility' into 'security'Sean McGivern
Fix snippets visibility for show action - external users can not see internal snippets See merge request !2087
2017-05-08Just assert the existence of the timeago elementLuke "Jared" Bennett
2017-05-08Check for all possible timeago strings that can be rendered in a few ↵Luke "Jared" Bennett
minutes. We cannot rely on 'less than a minute ago'
2017-05-05Support comments for personal snippetsJarka Kadlecova
2017-05-02Merge branch 'dm-snippet-download-button' into 'master' Sean McGivern
Add download button to project snippets See merge request !11004
2017-05-02Display comments for personal snippetsJarka Kadlecova
2017-05-01Add download button to project snippetsDouwe Maan
2017-04-30Use blob viewers for snippetsDouwe Maan
2017-02-09Merge branch 'move-user-snippets-spinach-test-to-rspec' into 'master'Rémy Coutable
Move 'User Snippets' Spinach feature to Rspec See merge request !8574
2017-01-16Move 'User Snippets' Spinach feature to Rspecthe-undefined
This commit moves the `snippets/user.feature` Spinach test to a Rspec feature, as part of deprecating the Spinach test suite. - Remove Spinach discover snippets feature and steps - Add Rspec feature test
2017-01-15Allow to use + symbol in filenamesblackst0ne
2016-11-28Ensure user is authenticated to create a new snippetRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-11-16Merge branch 'move-snippet-discover-spinach-test-to-rspec' into 'master' Dmitriy Zaporozhets
Move 'Explore Snippets' Spinach feature to Rspec ## What does this MR do? It moves the `features/snippets/discover.feature` Spinach test to a Rspec feature. ## Are there points in the code the reviewer needs to double check? The original feature was called 'Discover Snippets', but the UI no longer reflects this wording. The new Rspec feature is called 'Explore Snippets' to reflect UI/Controller/View naming in use. ## Why was this MR needed? As part of deprecating the Spinach test suite. ## Screenshots (if relevant) ## Does this MR meet the acceptance criteria? - [-] [Changelog entry](https://docs.gitlab.com/ce/development/changelog.html) added - [-] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [-] API support added - Tests - [x] Added for this feature/bug - [ ] All builds are passing - [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if it does - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? #23036 See merge request !7349