Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Add keyboard shortcut to move to file permalink8082-permalink-to-file | Eric Eastwood | 2017-02-06 | 1 | -0/+37 |
| | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/8082 | ||||
* | Merge branch 'jej-22869' into 'security' | Douwe Maan | 2016-11-28 | 1 | -0/+45 |
Fix information disclosure in `Projects::BlobController#update` It was possible to discover private project names by modifying `from_merge_request`parameter in `Projects::BlobController#update`. This fixes that. - [ ] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG.md) entry 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] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) https://gitlab.com/gitlab-org/gitlab-ce/issues/22869 See merge request !2023 |