Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-08-03 | 1 | -132/+52 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-05-05 | 1 | -0/+235 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-03-30 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-06-03 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-28 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-13 | 1 | -0/+15 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-12-12 | 1 | -1/+1 |
| | |||||
* | Queries for Upload should be scoped by model | Adam Hegyi | 2019-07-11 | 1 | -0/+5 |
| | |||||
* | Add some frozen string to spec/**/*.rb | gfyoung | 2019-04-15 | 1 | -0/+2 |
| | | | | | | | | | | Adds frozen string to the following: * spec/bin/**/*.rb * spec/config/**/*.rb * spec/controllers/**/*.rb xref https://gitlab.com/gitlab-org/gitlab-ce/issues/59758 | ||||
* | Update specs to rails5 formatblackst0ne-convert-specs-rails5-style | blackst0ne | 2018-12-19 | 1 | -2/+2 |
| | | | | | | | | | | Updates specs to use new rails5 format. The old format: `get :show, { some: params }, { some: headers }` The new format: `get :show, params: { some: params }, headers: { some: headers }` | ||||
* | Handled exception during file upload | Chantal Rollison | 2018-09-06 | 1 | -0/+14 |
| | |||||
* | Add workhorse authorize method for project/group uploads | Jan Provaznik | 2018-06-18 | 1 | -0/+8 |
| | | | | | This method can be used by workhorse to get presigned URLs used for direct upload of files. | ||||
* | Fix 500 error when loading an invalid upload URL | Sean McGivern | 2018-02-22 | 1 | -0/+8 |
| | |||||
* | Support uploads for groups | Jarka Kadlecova | 2017-12-07 | 1 | -242/+5 |
| | |||||
* | Refactor `have_http_status` into `have_gitlab_http_status` in the specs | Jacopo | 2017-10-20 | 1 | -11/+11 |
| | |||||
* | Change all `:empty_project` to `:project`rs-empty_project-default | Robert Speicher | 2017-08-02 | 1 | -1/+1 |
| | |||||
* | Add a Project::UploadsController spec to ensure an Upload is created | Robert Speicher | 2017-03-06 | 1 | -0/+13 |
| | |||||
* | Use Namespace#full_path instead of #path where appropriatedm-more-namespace-full-path | Douwe Maan | 2017-02-23 | 1 | -4/+4 |
| | |||||
* | Don't perform Devise trackable updates on blocked User recordsrs-warden-blocked-users | Robert Speicher | 2017-02-10 | 1 | -54/+10 |
| | |||||
* | Use `empty_project` where possible in controller specsrs-empty_project-controllers | Robert Speicher | 2017-01-25 | 1 | -1/+1 |
| | |||||
* | Get rid of `is_image` in FileUploader | Rémy Coutable | 2016-07-19 | 1 | -7/+5 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Use HTTP matchers if possible | Z.J. van de Weg | 2016-06-27 | 1 | -12/+12 |
| | |||||
* | Fix: Images cannot show when projects' path was changeduploads_path_fix | Valery Sizov | 2015-10-14 | 1 | -2/+2 |
| | |||||
* | Add tests. | Douwe Maan | 2015-04-17 | 1 | -0/+223 |
| | |||||
* | Fix spec. | Douwe Maan | 2015-02-24 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into extend_markdown_upload | Douwe Maan | 2015-02-24 | 1 | -4/+12 |
| | | | | | | | | | | | | # Conflicts: # app/views/projects/issues/_form.html.haml # app/views/projects/merge_requests/_form.html.haml # app/views/projects/merge_requests/_new_submit.html.haml # app/views/projects/milestones/_form.html.haml # app/views/projects/notes/_form.html.haml # app/views/projects/wikis/_form.html.haml # config/routes.rb # spec/controllers/projects_controller_spec.rb | ||||
* | Fix specs. | Douwe Maan | 2015-02-20 | 1 | -2/+2 |
| | |||||
* | Refactor. | Douwe Maan | 2015-02-17 | 1 | -0/+49 |