Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-19Update specs to rails5 formatblackst0ne
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 }`
2018-08-21API: Catch empty code content for project snippetsRobert Schilling
2018-06-27Correct "autorize" typosRobert Speicher
2018-01-17Fix the user-agent detail API endpoint for project snippetsNick Thomas
2017-10-20Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo
2017-08-30Merge branch 'api-delete-respect-headers' into 'master'Sean McGivern
API: Respect the 'If-Unmodified-Since' for delete endpoints See merge request !9621
2017-08-29replace `is_spam?` with `spam?`Maxim Rydkin
2017-08-28Add tests for the unmodified headerRobert Schilling
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-07-07fix spec order issueJames Lopez
2017-07-07add spec and project snippet user agent details endpointJames Lopez
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-05-31Support descriptions for snippetsJarka Kadlecova
2017-04-21Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo
Removed all the unnecessary include of `WaitForAjax` and `ApiHelpers` in the specs. Removed unnecessary usage of `api:true`
2017-03-02Expose Project's & ProjectSnippet's VisibilityLevel as StringToon Claes
Instead of exposing the VisibilityLevel as Integer, expose it as String `visibility` for Project and ProjectSnippet. Filter queries also accept the `visibility` as String instead of `visibility_level` as Integer. Also remove the `public` boolean.
2017-02-28Backport API to V3Robert Schilling
2017-02-28Return 204 for delete endpointsRobert Schilling
2017-02-21Spam check and reCAPTCHA improvementsOswaldo Ferreira
2017-02-16Add a custom pagination matcherRobert Schilling
2017-02-07Remove deprecated 'expires_at' from project snippets APIRobert Schilling
2017-02-02Use `add_$role` helper in snippets specsSean McGivern
2017-02-02Check public snippets for spamSean McGivern
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.
2016-11-28Changed API spec files to describe the correct classLivier
Restore changes for api spec files Fix error in rspec Users Delete extra space Repositories-spec
2016-11-21Grapify the projects snippet APIRobert Schilling
2016-08-24api: expose web_url for project entitiesBen Boeckel
This allows web hooks to have a URL back to entities without having to generate it themselves.
2016-08-09adds second batch of tests changed to active tensetiagonbotelho
2016-06-27Use HTTP matchers if possibleZ.J. van de Weg
2016-04-25Prevent private snippets in public/internal projects from being leaked via APIStan Hu
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15580
2016-03-10Don't remove `ProjectSnippet#expires_at` from APIRobert Speicher
See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3103 This partially reverts commit 836d5930332797192094ce4a3c8083e96f7e8c53.