Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add local markdown versionlocal-markdown-version | Jan Provaznik | 2019-02-06 | 1 | -8/+0 |
| | | | | | | Cached markdown version is composed both from global and local markdown version. This allows admins to bump version locally when needed (e.g. when external URL is changed). | ||||
* | Remove Redcarpet markdown engine | Jan Provaznik | 2019-02-04 | 1 | -21/+0 |
| | | | | | This engine was replaced with CommonMarker in 11.4, it was deprecated since then. | ||||
* | Feature/new user snippets breadcrumbs | J.D. Bean | 2018-09-24 | 1 | -0/+17 |
| | |||||
* | Unite green buttons under one css class | Dmitriy Zaporozhets | 2018-09-19 | 1 | -1/+1 |
| | | | | | | Rename btn-new, btn-create and btn-save to btn-success Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | render using RedCarpet if legacy_render parameter is set | Brett Walker | 2018-09-05 | 1 | -11/+33 |
| | |||||
* | Show the status of a user in interactions | Bob Van Landuyt | 2018-07-30 | 2 | -0/+19 |
| | | | | | | | | | | | | | | | 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 | ||||
* | Use proper markdown rendering for previews | Brett Walker | 2018-07-06 | 1 | -0/+20 |
| | |||||
* | Enable Capybara/FeatureMethods cop | Winnie Hellmann | 2018-07-05 | 9 | -28/+28 |
| | |||||
* | blank lines around expect removed | haseeb | 2018-03-27 | 1 | -3/+0 |
| | |||||
* | removed creating project | haseeb | 2018-03-19 | 1 | -4/+3 |
| | |||||
* | updated integration test | haseeb | 2018-03-19 | 1 | -13/+12 |
| | |||||
* | integration test added | haseeb | 2018-03-17 | 1 | -0/+30 |
| | |||||
* | add InspectRequests helper automatically to :js tests | Mike Greiling | 2017-11-02 | 1 | -1/+0 |
| | |||||
* | update all status_code calls to use new inspect_requests helper | Mike Greiling | 2017-10-26 | 1 | -6/+7 |
| | |||||
* | add accept_confirm around "delete comment" button | Mike Greiling | 2017-10-24 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into sh-headless-chrome-support | Mike Greiling | 2017-10-09 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ... | ||||
| * | Replaces `tag: true` into `:tag` in the specs | Jacopo | 2017-10-07 | 1 | -1/+1 |
| | | | | | | | | | | | | 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. | ||||
* | | Replaced trigger click calls for click, also fixed ace_editor-input test | Jose Ivan Vargas | 2017-09-27 | 1 | -2/+2 |
| | | |||||
* | | Replaced trigger calls for click, fixed click_on call | Jose Ivan Vargas | 2017-09-26 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into sh-headless-chrome-support | Stan Hu | 2017-08-31 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | fix transient test failures caused by wrong dropdown triggerfix-flakes | Simon Knox | 2017-08-28 | 1 | -1/+1 |
| | | |||||
* | | Rename find('.ace_editor') -> find('.ace_text-input') to make Chrome happy | Stan Hu | 2017-08-16 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into sh-headless-chrome-support | Stan Hu | 2017-08-16 | 3 | -9/+5 |
|\ \ | |/ | |||||
| * | Merge branch ↵ | Clement Ho | 2017-08-14 | 1 | -5/+1 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | '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 | ||||
| | * | take edit note button out of dropdown34527-make-edit-comment-button-always-available-outside-of-dropdown | Simon Knox | 2017-08-10 | 1 | -5/+1 |
| | | | |||||
| * | | Make sure uploads for personal snippets are correctly rendered | Bob Van Landuyt | 2017-08-11 | 2 | -4/+4 |
| |/ | |||||
* | | Remove unsupported `network_traffic` in specs | Stan Hu | 2017-08-12 | 1 | -3/+0 |
|/ | |||||
* | Remove superfluous type defs in specs | Keifer Furzland | 2017-07-27 | 10 | -10/+10 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Merge branch '33359-pers-snippet-files-location' into 'security-9-3' | Sean McGivern | 2017-07-19 | 2 | -4/+4 |
| | | | | | Use uploads/system directory for personal snippets See merge request !2123 | ||||
* | Merge branch 'master' into rs-sign_in | Robert Speicher | 2017-07-06 | 3 | -4/+45 |
|\ | |||||
| * | Merge branch '23036-replace-snippets-spinach' into 'master' | Rémy Coutable | 2017-07-05 | 3 | -5/+46 |
| |\ | | | | | | | | | | | | | Replace 'snippets/snippets.feature' spinach with rspec See merge request !12385 | ||||
| | * | Replace 'snippets/snippets.feature' spinach with rspec | Alexander Randa | 2017-07-05 | 3 | -5/+46 |
| | | | |||||
* | | | Change gitlab_sign_in to sign_in where possible | Robert Speicher | 2017-06-29 | 7 | -9/+9 |
|/ / | |||||
* | | Resolve "Unable to access edit comment from dropdown menu in certain screen ↵ | Luke "Jared" Bennett | 2017-06-27 | 1 | -0/+1 |
|/ | | | | sizes" | ||||
* | Enable Style/DotPosition Rubocop :cop: | Grzegorz Bizon | 2017-06-21 | 1 | -2/+2 |
| | |||||
* | Change `login_as` uses to `gitlab_sign_in` | Robert Speicher | 2017-06-19 | 7 | -9/+9 |
| | |||||
* | Disable autocomplete on snippets comments | Eric Eastwood | 2017-06-19 | 1 | -0/+16 |
| | | | | | | | | 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 | ||||
* | Added more actions and report as abuse to all notes | Luke "Jared" Bennett | 2017-06-07 | 1 | -1/+11 |
| | |||||
* | Support uploads for newly created personal snippets12910-snippets-description | Jarka Kadlecova | 2017-06-07 | 2 | -3/+25 |
| | |||||
* | Support descriptions for snippets | Jarka Kadlecova | 2017-05-31 | 2 | -2/+87 |
| | |||||
* | Use wait_for_requests to wait all JS requestwait-for-ajax-handling-all-js-requests | Oswaldo Ferreira | 2017-05-22 | 4 | -9/+9 |
| | |||||
* | Merge branch 'snippets-finder-visibility' into 'security' | Douwe Maan | 2017-05-10 | 1 | -4/+21 |
| | | | | | | Refactor snippets finder & dont return internal snippets for external users See merge request !2094 | ||||
* | Merge branch 'snippets_visibility' into 'security' | Sean McGivern | 2017-05-10 | 1 | -0/+23 |
| | | | | | | Fix snippets visibility for show action - external users can not see internal snippets See merge request !2087 | ||||
* | Just assert the existence of the timeago element | Luke "Jared" Bennett | 2017-05-08 | 1 | -4/+3 |
| | |||||
* | Check for all possible timeago strings that can be rendered in a few ↵fix-notes_on_personal_snippets_spec-timeago-assertion-ce | Luke "Jared" Bennett | 2017-05-08 | 1 | -1/+4 |
| | | | | minutes. We cannot rely on 'less than a minute ago' | ||||
* | Support comments for personal snippets | Jarka Kadlecova | 2017-05-05 | 1 | -2/+62 |
| | |||||
* | Merge branch 'dm-snippet-download-button' into 'master' | Sean McGivern | 2017-05-02 | 1 | -0/+12 |
|\ | | | | | | | | | Add download button to project snippets See merge request !11004 | ||||
| * | Add download button to project snippetsdm-snippet-download-button | Douwe Maan | 2017-04-30 | 1 | -0/+12 |
| | | |||||
* | | Display comments for personal snippets12910-personal-snippets-notes-show | Jarka Kadlecova | 2017-05-02 | 1 | -0/+39 |
|/ | |||||
* | Use blob viewers for snippets | Douwe Maan | 2017-04-30 | 3 | -4/+133 |
| |