| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix API::Namespaces to accept namepaces with dotsif-52811-fix_namespaces_api_routing | Imre Farkas | 2018-11-28 | 1 | -2/+2 |
* | Expose {closed,merged}_{at,by} in merge requests API index | Douwe Maan | 2018-11-05 | 1 | -1/+1 |
* | add related merge request endpoint | Helmut Januschka | 2018-11-01 | 1 | -0/+24 |
* | Extract EE params in issues API to separate module | Heinrich Lee Yu | 2018-10-30 | 1 | -4/+13 |
* | Refactor api validator to separate class | Heinrich Lee Yu | 2018-10-26 | 1 | -4/+1 |
* | Apply similar change to MRs API | Heinrich Lee Yu | 2018-10-26 | 1 | -1/+1 |
* | Issues API: Add None/Any option to assignee_id | Heinrich Lee Yu | 2018-10-26 | 1 | -1/+5 |
* | Enable frozen string in lib/api and lib/backup | gfyoung | 2018-09-29 | 1 | -0/+2 |
* | Disable existing offenses for the CodeReuse cops | Yorick Peterse | 2018-09-11 | 1 | -0/+10 |
* | Use policies to determine if attributes can be set in the API | Sean McGivern | 2018-08-22 | 1 | -5/+2 |
* | Allow date parameters on Issues and Notes API for group owners | Florent Dubois | 2018-08-22 | 1 | -3/+3 |
* | Resolve "Allow issue's Internal ID (`iid`) to be set when creating via the API" | Jamie Schembri | 2018-08-01 | 1 | -1/+5 |
* | Remove N+1 query for author in issues APIsh-add-uncached-query-limiter | Stan Hu | 2018-06-04 | 1 | -1/+1 |
* | Eliminate cached N+1 queries for projects in Issue API | Stan Hu | 2018-05-31 | 1 | -1/+1 |
* | Merge branch '44799-api-naming-issue-scope' into 'master' | Rémy Coutable | 2018-05-21 | 1 | -4/+5 |
|\ |
|
| * | Add created_by_me and assigned_to_me scopes44799-api-naming-issue-scope | Mark Chao | 2018-05-21 | 1 | -4/+5 |
* | | Remove authentication for readonly endpoints in issues API | haseeb | 2018-05-15 | 1 | -1/+2 |
|/ |
|
* | Resolve "Make a Rubocop that forbids returning from a block" | 🙈 jacopo beschi 🙉 | 2018-04-18 | 1 | -1/+1 |
* | Include subgroup issues when searching for group issues using the APIissue_42443 | Felipe Artur | 2018-04-05 | 1 | -1/+1 |
* | Adds updated_at filter to issues and merge_requests API | Jacopo | 2018-03-05 | 1 | -0/+2 |
* | Track and act upon the number of executed queriesquery-counts | Yorick Peterse | 2018-02-01 | 1 | -0/+6 |
* | Adds Rubocop rule for line break around conditionals | 🙈 jacopo beschi 🙉 | 2018-01-11 | 1 | -0/+1 |
* | API: get participants from merge_requests & issues | Brent Greeff | 2018-01-05 | 1 | -0/+13 |
* | Employ declared_params in finder methods for MR and Issue API lists | Mark Fletcher | 2017-12-20 | 1 | -1/+1 |
* | Merge branch 'issue_30663' into 'security-10-2' | Sean McGivern | 2017-12-08 | 1 | -0/+2 |
* | Create issue and merge request destroy services | George Andrinopoulos | 2017-11-25 | 1 | -1/+3 |
* | Fail when issuable_meta_data is called on an unlimited collectionfix-issues-api-list-performance | Sean McGivern | 2017-11-07 | 1 | -6/+6 |
* | Create system notes for MR too, improve doc + clean up code | Jarka Kadlecova | 2017-09-14 | 1 | -1/+1 |
* | Support discussion lock in the API | Jarka Kadlecova | 2017-09-14 | 1 | -1/+2 |
* | Add my_reaction_emoji param to /issues API | Hiroyuki Sato | 2017-09-05 | 1 | -0/+1 |
* | API: Use defined project requirementsrs-api-use-project-requirements | Robert Schilling | 2017-08-31 | 1 | -2/+2 |
* | Merge branch '28453-add-time-estimate-time-spent-to-api-issue-output' into 'm... | Robert Speicher | 2017-08-30 | 1 | -3/+25 |
|\ |
|
| * | Add time stats to issue and merge request API end points | Travis Miller | 2017-08-29 | 1 | -11/+17 |
| * | Resolve new N+1 by adding preloads and metadata to issues end points | Travis Miller | 2017-08-29 | 1 | -3/+19 |
* | | Conditionally destroy a ressource | Robert Schilling | 2017-08-28 | 1 | -3/+1 |
* | | API: Respect the 'If-Unmodified-Since' for delete endpoints | Robert Schilling | 2017-08-28 | 1 | -0/+2 |
|/ |
|
* | Modify/add some forgotten issues API documentationtc-api-root-merge-requests | Toon Claes | 2017-07-28 | 1 | -2/+2 |
* | Merge branch 'tc-issue-api-assignee' into 'master' | Sean McGivern | 2017-07-27 | 1 | -1/+7 |
|\ |
|
| * | Allow query param scope for /issues API endpointtc-issue-api-assignee | Toon Claes | 2017-07-24 | 1 | -4/+5 |
| * | Add author_id & assignee_id param to /issues API | Toon Claes | 2017-07-24 | 1 | -0/+5 |
* | | Resolve "More RESTful API: include resource URLs in responses" | Oswaldo Ferreira | 2017-07-25 | 1 | -1/+1 |
|/ |
|
* | Update grape gemdz-update-grape | Dmitriy Zaporozhets | 2017-07-20 | 1 | -0/+1 |
* | refactor code based on feedback | James Lopez | 2017-07-06 | 1 | -2/+1 |
* | add user agent details API endpoints to issues and snippets | James Lopez | 2017-07-06 | 1 | -0/+17 |
* | add since and until params to issuables | Kyle Bishop | 2017-06-18 | 1 | -0/+2 |
* | Backport of multiple_assignees_feature [ci skip] | Valery Sizov | 2017-05-04 | 1 | -2/+7 |
* | Merge branch '26437-closed-by' into 'master'
| Rémy Coutable | 2017-04-26 | 1 | -0/+15 |
|\ |
|
| * | Add issues/:iid/closed_by api endpoint | mhasbini | 2017-04-12 | 1 | -0/+15 |
* | | Port 'Add user activities API' to CE | Sean McGivern | 2017-04-14 | 1 | -1/+1 |
* | | Separate CE params on Grape API | Oswaldo Ferreira | 2017-04-10 | 1 | -1/+5 |
|/ |
|