Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch ↵ | Douwe Maan | 2018-02-09 | 1 | -0/+21 |
| | | | | | | 'security-10-4-25223-snippets-finder-doesnt-obey-feature-visibility' into 'security-10-4' [Port for security-10-4]: Makes SnippetFinder ensure feature visibility | ||||
* | Refactor `have_http_status` into `have_gitlab_http_status` in the specs | Jacopo | 2017-10-20 | 1 | -19/+19 |
| | |||||
* | Merge branch 'api-delete-respect-headers' into 'master' | Sean McGivern | 2017-08-30 | 1 | -0/+4 |
|\ | | | | | | | | | API: Respect the 'If-Unmodified-Since' for delete endpoints See merge request !9621 | ||||
| * | Add tests for the unmodified header | Robert Schilling | 2017-08-28 | 1 | -0/+4 |
| | | |||||
* | | replace `is_spam?` with `spam?` | Maxim Rydkin | 2017-08-29 | 1 | -2/+2 |
|/ | |||||
* | Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-cop | Rémy Coutable | 2017-08-09 | 1 | -2/+2 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | refactor code based on feedback | James Lopez | 2017-07-06 | 1 | -1/+1 |
| | |||||
* | fix spec | James Lopez | 2017-07-06 | 1 | -0/+1 |
| | |||||
* | add snippets spec | James Lopez | 2017-07-06 | 1 | -1/+21 |
| | |||||
* | Enable Style/DotPosition Rubocop :cop: | Grzegorz Bizon | 2017-06-21 | 1 | -16/+16 |
| | |||||
* | Support descriptions for snippets | Jarka Kadlecova | 2017-05-31 | 1 | -1/+26 |
| | |||||
* | Unnecessary "include WaitForAjax" and "include ApiHelpers" | Jacopo | 2017-04-21 | 1 | -2/+1 |
| | | | | | Removed all the unnecessary include of `WaitForAjax` and `ApiHelpers` in the specs. Removed unnecessary usage of `api:true` | ||||
* | Expose Snippet VisibilityLevel as String | Toon Claes | 2017-03-02 | 1 | -6/+6 |
| | |||||
* | Return 204 for delete endpoints | Robert Schilling | 2017-02-28 | 1 | -1/+1 |
| | |||||
* | Spam check and reCAPTCHA improvements28093-snippet-and-issue-spam-check-on-edit | Oswaldo Ferreira | 2017-02-21 | 1 | -5/+61 |
| | |||||
* | Add a custom pagination matcher | Robert Schilling | 2017-02-16 | 1 | -0/+7 |
| | |||||
* | Check public snippets for spam | Sean McGivern | 2017-02-02 | 1 | -1/+31 |
| | | | | | | 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. | ||||
* | API: Endpoint to expose personal snippets as /snippets | Guyzmo | 2016-12-01 | 1 | -0/+157 |
Adding the necessary API for the new /snippets Restful resource added with this commit. Added a new Grape class `Snippets`, as well as a `PersonalSnippet` entity. Issue: #20042 Merge-Request: !6373 Signed-off-by: Guyzmo <guyzmo+gitlab+pub@m0g.net> |