Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct usage of the have_link matcher | Robert Speicher | 2018-09-14 | 1 | -3/+3 |
| | | | | | | | | The second option to this matcher should be an options hash; anything else is just ignored, which can lead to false positives in tests. We see one such false positive in the "Learn more" link test in `spec/features/projects/blobs/blob_show_spec.rb`. | ||||
* | render using RedCarpet if legacy_render parameter is set | Brett Walker | 2018-09-05 | 2 | -4/+80 |
| | |||||
* | Fix specs failing on duplicate gpg signature | Jan Provaznik | 2018-08-13 | 1 | -0/+2 |
| | | | | | | It seems there are additional async requests related to gpg signature, w/o waiting for finishing all requests it fails on: Duplicate entry '...' for key 'index_gpg_signatures_on_commit_sha' | ||||
* | Merge branch 'rails5-fix-duplicate-gpg-signature' into 'master' | Rémy Coutable | 2018-08-10 | 1 | -1/+1 |
|\ | | | | | | | | | Rails5 fix specs duplicate key value violates unique constraint… See merge request gitlab-org/gitlab-ce!21119 | ||||
| * | Rails5 fix specs duplicate key value violates unique constraint ↵ | Jasper Maes | 2018-08-09 | 1 | -1/+1 |
| | | | | | | | | 'index_gpg_signatures_on_commit_sha' | ||||
* | | Fix GPG status badge loading regressions | Winnie Hellmann | 2018-08-07 | 1 | -0/+29 |
|/ | |||||
* | Resolve "Rename the `Master` role to `Maintainer`" Backend | Mark Chao | 2018-07-11 | 3 | -10/+10 |
| | |||||
* | Enable Capybara/FeatureMethods cop | Winnie Hellmann | 2018-07-05 | 5 | -5/+5 |
| | |||||
* | Unify spec/features/projects/blobs/blob_show_spec.rb | Lin Jen-Shin | 2018-05-22 | 1 | -0/+18 |
| | |||||
* | Allow admins to push to empty repos | Bob Van Landuyt | 2018-04-24 | 1 | -0/+52 |
| | |||||
* | Include feature spec for realtime pipelinejivl-realtime-update-adding-file | Mayra Cabrera | 2018-03-14 | 1 | -9/+18 |
| | |||||
* | Add realtime pipeline status component for files | Jose Ivan Vargas | 2018-03-14 | 1 | -0/+16 |
| | |||||
* | Replace $.post in edit blob with axios | Clement Ho | 2018-01-29 | 1 | -3/+19 |
| | |||||
* | Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specs | blackst0ne | 2017-12-22 | 1 | -4/+4 |
| | |||||
* | Add edit button to mobile file view | Travis Miller | 2017-11-22 | 1 | -0/+12 |
| | |||||
* | Check for element before evaluate_script | Eric Eastwood | 2017-10-19 | 1 | -0/+1 |
| | | | | | Tip from https://robots.thoughtbot.com/write-reliable-asynchronous-integration-tests-with-capybara#directly-interacting-with-javascript | ||||
* | Replaces `tag: true` into `:tag` in the specs | Jacopo | 2017-10-07 | 3 | -3/+3 |
| | | | | | | 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. | ||||
* | Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanup | Robert Speicher | 2017-08-01 | 1 | -1/+1 |
| | |||||
* | Use `empty_project` where possible in spec/features/projects | Robert Speicher | 2017-07-27 | 1 | -1/+1 |
| | |||||
* | Remove superfluous type defs in specs | Keifer Furzland | 2017-07-27 | 4 | -4/+4 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Fix the :project factory by not copying the test repo twicerc/fix-tests-factories | Rémy Coutable | 2017-07-27 | 1 | -1/+1 |
| | | | | | | | Also, fixing some calls to the :project factory with the :test_repo trait since this trait is already included in the :project factory. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Auto-correct ProjectPathHelper violations | Robert Speicher | 2017-07-06 | 4 | -24/+24 |
| | |||||
* | Change gitlab_sign_in to sign_in where possible | Robert Speicher | 2017-06-29 | 1 | -3/+3 |
| | |||||
* | Revert "Annotate" to "Blame"sh-revert-annotate-for-blame | Stan Hu | 2017-06-22 | 1 | -1/+1 |
| | |||||
* | Change `login_as` uses to `gitlab_sign_in` | Robert Speicher | 2017-06-19 | 1 | -5/+5 |
| | |||||
* | Implement diff viewers | Douwe Maan | 2017-06-14 | 1 | -0/+3 |
| | |||||
* | Revert 'New file from interface on existing branch'dm-revert-mr-8427 | Douwe Maan | 2017-06-09 | 2 | -97/+3 |
| | |||||
* | Detect if file that appears to be text in the first 1024 bytes is actually ↵dm-blob-binaryness-change | Douwe Maan | 2017-06-08 | 1 | -3/+34 |
| | | | | binary afer loading all data | ||||
* | Promote blameless culture by using "annotate" instead | Ilya Vassilevsky | 2017-06-02 | 1 | -1/+1 |
| | | | | User-facing changes (fast & easy win) | ||||
* | Use wait_for_requests to wait all JS requestwait-for-ajax-handling-all-js-requests | Oswaldo Ferreira | 2017-05-22 | 3 | -6/+6 |
| | |||||
* | Fix inaccurate code commentdm-gemfile-viewer | Douwe Maan | 2017-05-18 | 1 | -1/+1 |
| | |||||
* | Add auxiliary blob viewers to dependency files | Douwe Maan | 2017-05-17 | 1 | -1/+37 |
| | |||||
* | Implement auxiliary blob viewers | Douwe Maan | 2017-05-10 | 1 | -20/+78 |
| | |||||
* | Refactor Blob support of external storage in preparation of job artifact blobsdm-blob-external-storage | Douwe Maan | 2017-05-03 | 1 | -3/+40 |
| | |||||
* | Fixed PDF blob specs | Phil Hughes | 2017-05-02 | 1 | -1/+1 |
| | | | | The PDF file is no longer included in the repo, so we need to create the PDF before running the tests | ||||
* | Show Raw button as Download for binary files | Douwe Maan | 2017-04-30 | 1 | -0/+24 |
| | |||||
* | Use blob viewers for snippets | Douwe Maan | 2017-04-30 | 1 | -8/+5 |
| | |||||
* | Address feedback | Douwe Maan | 2017-04-27 | 1 | -2/+2 |
| | |||||
* | Add specs | Douwe Maan | 2017-04-27 | 1 | -23/+286 |
| | |||||
* | Render viewer error synchronously so that 'view the source' link will work | Douwe Maan | 2017-04-27 | 1 | -1/+1 |
| | |||||
* | Add specs | Douwe Maan | 2017-04-27 | 1 | -13/+42 |
| | |||||
* | Unnecessary "include WaitForAjax" and "include ApiHelpers" | Jacopo | 2017-04-21 | 3 | -3/+0 |
| | | | | | Removed all the unnecessary include of `WaitForAjax` and `ApiHelpers` in the specs. Removed unnecessary usage of `api:true` | ||||
* | Refactor changing files in web UI | Douwe Maan | 2017-04-20 | 1 | -2/+2 |
| | |||||
* | Fix rspec and spinach tests | Jose Ivan Vargas | 2017-04-06 | 2 | -2/+2 |
| | |||||
* | Linking to edit file directly | Eric Eastwood | 2017-04-06 | 2 | -27/+141 |
| | |||||
* | Make file templates easy to use and discover | Bryce Johnson | 2017-04-03 | 1 | -1/+1 |
| | |||||
* | New directory from interface on existing branch | Jacopo | 2017-03-21 | 1 | -15/+3 |
| | | | | | The user can create a new directory on a different branch than the source branch when the branch already exists. | ||||
* | Merge branch '19742-permalink-blame-button-line-number-hash-links' into ↵ | Alfredo Sumaran | 2017-03-13 | 1 | -0/+97 |
|\ | | | | | | | | | | | | | | | | | | | 'master' Update permalink/blame buttons with line number fragment hash Closes #19742 See merge request !9461 | ||||
| * | Update permalink/blame buttons with line number fragment hash19742-permalink-blame-button-line-number-hash-links | Eric Eastwood | 2017-03-13 | 1 | -0/+97 |
| | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/19742 | ||||
* | | New file from interface on existing branch | Jacopo | 2017-03-13 | 1 | -0/+107 |
|/ | | | | | | Now you can create a new file and select a target_branch != source_branch. If the file that you want to create already exists on the target branch an error message is shown A glDropdown is used to select and create a new branch instead of a text field. |