summaryrefslogtreecommitdiff
path: root/lib/api/helpers
Commit message (Expand)AuthorAgeFilesLines
* [API] Fix creating issue when assignee_id is empty42025-fix-issue-apiValery Sizov2018-01-151-2/+4
* Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin2017-12-151-0/+10
|\
| * Added default order to UserFinderFrancisco Javier López2017-12-041-0/+10
* | Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin2017-11-301-4/+4
|\ \ | |/
| * SSHUploadPack over Gitaly is now OptOutgitaly-ssh-upload-pack-opt-outKim "BKC" Carlbäcker2017-11-291-4/+4
* | Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin2017-11-222-0/+2
|\ \ | |/
| * Merge branch '18040-rubocop-line-break-after-guard-clause' into 'master'Rémy Coutable2017-11-202-0/+2
| |\
| | * Adds Rubocop rule for line break after guard clauseJacopo2017-11-162-0/+2
* | | Move ModuleWithInstanceVariables to Gitlab namespaceLin Jen-Shin2017-11-221-6/+6
* | | Use StrongMemoize and enable/disable cops properlyLin Jen-Shin2017-11-181-6/+5
* | | Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin2017-11-171-0/+12
|\ \ \ | |/ /
| * | Use relative git object paths to construct absolute ones before setting Envfix/git-env-repo-pathsAhmad Sherif2017-11-141-0/+12
| |/
* | Allow simple ivar ||= form. Update accordinglyLin Jen-Shin2017-09-192-6/+4
* | Add cop to make sure we don't use ivar in a moduleLin Jen-Shin2017-09-182-0/+3
|/
* Return a value to check if redis is available on /internal/checkAlejandro Rodríguez2017-09-051-0/+9
* Merge branch 'gitaly-shell-redis' into 'master'Dmitriy Zaporozhets2017-09-011-0/+4
|\
| * Implement /internal/post_receive unified endpoint for PostReceive tasksgitaly-shell-redisAlejandro Rodríguez2017-08-311-0/+4
* | `current_application_settings` belongs on `Gitlab::CurrentSettings`Sean McGivern2017-08-311-0/+2
|/
* Total Pages should be at least onetc-git-tower-pagination-linksToon Claes2017-08-171-6/+11
* don't add next page link if current page is out of rangeJordan Patterson2017-08-171-1/+1
* Re-enable SqlInjection and CommandInjectionBrian Neel2017-08-081-1/+3
* Ensure Gitlab::Application.routes.default_url_options are set correctly in Ca...Rémy Coutable2017-07-281-1/+1
* Resolve "More RESTful API: include resource URLs in responses"Oswaldo Ferreira2017-07-251-0/+28
* Send Gitaly Repository with /api/internal/allowedgitaly-internal-allowed-send-repoKim "BKC" Carlbäcker2017-07-071-6/+29
* Fix current feature related specsTiago Botelho2017-06-281-1/+2
* Add “Project moved” error to Git-over-SSHMichael Kozono2017-06-161-1/+6
* Refactor construction of responseMichael Kozono2017-06-051-0/+16
* fix for Follow-up from "Backport of Multiple Assignees featurefixes_for_multiple_issue_assigneesValery Sizov2017-05-111-4/+4
* Merge branch '29925-gitlab-shell-hooks-can-no-longer-send-absolute-paths-to-g...Sean McGivern2017-05-051-38/+14
|\
| * Generate and handle a gl_repository param to pass around componentsAlejandro Rodríguez2017-05-031-38/+14
* | Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-0/+13
|/
* Remove unused user activities codeSean McGivern2017-04-141-2/+1
* Remove user activities table and use redis instead of PG for recording activi...James Lopez2017-04-141-0/+7
* Set Git-specific env in /api/internal/allowedRémy Coutable2017-04-101-3/+3
* Backport API changes needed to fix sticking in EEbackport-sticking-api-helper-changesYorick Peterse2017-03-311-1/+5
* Remove legacy Runners support in /api/v4/jobs/requestTomasz Maczukin2017-03-201-8/+0
* Merge branch '28447-hybrid-repository-storages' into 'master' Sean McGivern2017-03-071-3/+3
|\
| * Update storage settings to allow extra values per shard28447-hybrid-repository-storagesAlejandro Rodríguez2017-03-031-3/+3
* | Fix rubocop offensesTomasz Maczukin2017-03-021-2/+2
* | Add artifacts uploading authorize APITomasz Maczukin2017-03-021-0/+4
* | Add job patch trace APITomasz Maczukin2017-03-021-0/+13
* | Add job update APITomasz Maczukin2017-03-021-1/+10
* | Fix rubocop offensesTomasz Maczukin2017-03-021-1/+1
* | Add jobs requesting APITomasz Maczukin2017-03-021-0/+28
|/
* Merge branch 'feature/runners-v4-api' into 'master' Kamil Trzciński2017-02-271-0/+23
|\
| * Rename API::Ci to API::Runnerfeature/runners-v4-apiTomasz Maczukin2017-02-161-1/+1
| * Fix rubocop offensesTomasz Maczukin2017-02-161-4/+3
| * Add Runner registration/deletion APITomasz Maczukin2017-02-161-0/+24
* | Paginate all endpoints that return an arrayRobert Schilling2017-02-161-1/+1
|/
* replace `find_with_namespace` with `find_by_full_path`Adam Pahlevi2017-02-031-2/+2