Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2023-02-17 | 1 | -6/+5 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-08-11 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-07-22 | 1 | -0/+18 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-04-12 | 1 | -0/+4 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-02-22 | 1 | -3/+3 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-10-23 | 1 | -10/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-10-12 | 1 | -273/+10 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-09-11 | 1 | -30/+24 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-08-21 | 1 | -29/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-07-27 | 1 | -2/+25 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-07-10 | 1 | -10/+18 |
| | |||||
* | 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-04-23 | 1 | -14/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-04-21 | 1 | -12/+12 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-31 | 1 | -6/+34 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-30 | 1 | -27/+59 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-25 | 1 | -29/+64 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-05 | 1 | -0/+9 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-30 | 1 | -3/+3 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-28 | 1 | -12/+12 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-17 | 1 | -0/+60 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-11-14 | 1 | -3/+9 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-25 | 1 | -3/+3 |
| | |||||
* | Add controller concern for paginated collections65988-optimize-snippet-listings | Markus Koller | 2019-09-10 | 1 | -23/+9 |
| | | | | | | We had similar code in a few places to redirect to the last page if the given page number is out of range. This unifies the handling in a new controller concern and adds usage of it in all snippet listings. | ||||
* | 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 | ||||
* | Re-enable MethodCallWithoutArgsParentheses Cop | Andrew Newdigate | 2019-01-29 | 1 | -1/+1 |
| | | | | | Re-enables and autocorrects all instances of the Style/MethodCallWithoutArgsParentheses rule | ||||
* | Fix deprecation: Using positional arguments in integration tests | Jasper Maes | 2019-01-02 | 1 | -1/+1 |
| | |||||
* | Block private snippets from being embeddable | Mark Chao | 2018-12-20 | 1 | -0/+40 |
| | |||||
* | Update specs to rails5 formatblackst0ne-convert-specs-rails5-style | blackst0ne | 2018-12-19 | 1 | -19/+27 |
| | | | | | | | | | | 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 }` | ||||
* | Resolve "Rename the `Master` role to `Maintainer`" Backend | Mark Chao | 2018-07-11 | 1 | -3/+3 |
| | |||||
* | Refactor `have_http_status` into `have_gitlab_http_status` in the specs | Jacopo | 2017-10-20 | 1 | -9/+9 |
| | |||||
* | replace `is_spam?` with `spam?` | Maxim Rydkin | 2017-08-29 | 1 | -2/+2 |
| | |||||
* | Change all `:empty_project` to `:project`rs-empty_project-default | Robert Speicher | 2017-08-02 | 1 | -1/+1 |
| | |||||
* | Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanup | Robert Speicher | 2017-08-01 | 1 | -1/+1 |
| | |||||
* | Create and use project path helpers that only need a project, no namespace | Douwe Maan | 2017-07-05 | 1 | -3/+3 |
| | |||||
* | Enable Style/DotPosition Rubocop :cop: | Grzegorz Bizon | 2017-06-21 | 1 | -16/+16 |
| | |||||
* | Correct RSpec/SingleLineHook cop offenses | Robert Speicher | 2017-06-14 | 1 | -5/+15 |
| | |||||
* | Support descriptions for snippets | Jarka Kadlecova | 2017-05-31 | 1 | -1/+11 |
| | |||||
* | Use Namespace#full_path instead of #path where appropriatedm-more-namespace-full-path | Douwe Maan | 2017-02-23 | 1 | -18/+18 |
| | |||||
* | Spam check and reCAPTCHA improvements28093-snippet-and-issue-spam-check-on-edit | Oswaldo Ferreira | 2017-02-21 | 1 | -21/+165 |
| | |||||
* | Download snippets with LF line-endings by default | Jarka Kadlecova | 2017-02-20 | 1 | -0/+33 |
| | |||||
* | Use `add_$role` helper in snippets specssnippet-spam | Sean McGivern | 2017-02-02 | 1 | -4/+4 |
| | |||||
* | Check public snippets for spam | Sean McGivern | 2017-02-02 | 1 | -0/+80 |
| | | | | | | Apply the same spam checks to public snippets (either personal snippets that are public, or public snippets on public projects) as to issues on public projects. | ||||
* | applies url_for so that we dont lose filters when redirecting19988-prevent-empty-pagination-when-list-not-empty | Tiago Botelho | 2016-12-23 | 1 | -1/+1 |
| | |||||
* | adds specs for respective behaviour | Tiago Botelho | 2016-12-21 | 1 | -0/+22 |
| | |||||
* | Project tools visibility level | Felipe Artur | 2016-09-01 | 1 | -1/+1 |
| | |||||
* | Use HTTP matchers if possible | Z.J. van de Weg | 2016-06-27 | 1 | -8/+8 |
| | |||||
* | Ensure private project snippets are not viewable by unauthorized people | Rémy Coutable | 2016-03-25 | 1 | -0/+107 |
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/14607. |