Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only preload member records for the relevant projects/groups/user in ↵dm-api-projects-members-preload | Douwe Maan | 2018-05-30 | 1 | -9/+20 |
| | | | | projects API | ||||
* | Merge branch 'blackst0ne-squash-and-merge-in-gitlab-core-ce' into 'master' | Phil Hughes | 2018-05-30 | 1 | -0/+2 |
|\ | | | | | | | | | | | | | Resolve "Squash and merge in GitLab Core (CE)" Closes #34591 See merge request gitlab-org/gitlab-ce!18956 | ||||
| * | Add 'squash and rebase' feature to CEblackst0ne-squash-and-merge-in-gitlab-core-ce | blackst0ne | 2018-05-29 | 1 | -0/+2 |
| | | |||||
* | | Ensure ApplicationSetting#performance_bar_allowed_group_id is properly set ↵ | Rémy Coutable | 2018-05-29 | 1 | -2/+10 |
| | | | | | | | | | | | | when retrieved from cache Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | Expose artifacts_expire_at field for job entity in api | Semyon Pupkov | 2018-05-26 | 1 | -0/+1 |
|/ | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/45798 | ||||
* | Expose readme url in Project API | Imre Farkas | 2018-05-22 | 1 | -1/+1 |
| | |||||
* | Expose runner ip address to runners API | Lars Greiss | 2018-05-08 | 1 | -0/+1 |
| | | | | Signed-off-by: Lars Greiss <l.greiss@mediacologne.de> | ||||
* | Backports every CE related change from ee-44542 to CE | Tiago Botelho | 2018-05-04 | 1 | -0/+1 |
| | |||||
* | Merge branch 'feature/runner-per-group' into 'master' | Kamil Trzciński | 2018-05-04 | 1 | -3/+15 |
|\ | | | | | | | | | Shared CI runners for groups See merge request gitlab-org/gitlab-ce!9646 | ||||
| * | Merge branch 'master' into feature/runner-per-group | Dylan Griffith | 2018-05-03 | 1 | -0/+19 |
| |\ | |||||
| * | | support group runners in existing API endpoints | Alexis Reigel | 2018-04-23 | 1 | -3/+15 |
| | | | |||||
* | | | Fix lambda arguments in Grape entities | Rémy Coutable | 2018-05-03 | 1 | -2/+2 |
| |/ |/| | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | Merge request and commit discussions API | Jan Provaznik | 2018-05-01 | 1 | -0/+19 |
|/ | |||||
* | Expose the target commit ID through the tag API | Andrew Beresford | 2018-04-08 | 1 | -1/+1 |
| | | | | | | This is useful for annotated tags, where the deferenced target is not the same as the tag object. At the moment there is no way to differentiate the two through the tag API. This change adds a "target" property and leaves the existing "commit" property alone so that existing behaviour is not altered. | ||||
* | Merge branch 'jej/mattermost-notification-confidentiality-10-6' into ↵ | Douwe Maan | 2018-04-05 | 1 | -2/+2 |
| | | | | | | | | | | 'security-10-6' [10.6] Prevent notes on confidential issues from being sent to chat See merge request gitlab/gitlabhq!2366 # Conflicts: # app/helpers/services_helper.rb | ||||
* | Resolve "Allow the configuration of a project's merge method via the API" | Jan | 2018-04-04 | 1 | -0/+1 |
| | |||||
* | Merge branch '41967_issue_api_closed_by_info' into 'master' | Sean McGivern | 2018-03-30 | 1 | -0/+1 |
|\ | | | | | | | | | Add closed by information to issue API See merge request gitlab-org/gitlab-ce!17042 | ||||
| * | closed by field added | haseeb | 2018-02-28 | 1 | -0/+1 |
| | | |||||
* | | Remove Ci::Build#timeout | Tomasz Maczukin | 2018-03-28 | 1 | -1/+1 |
| | | |||||
* | | Rename maximum_job_timeout to maximum_timeout | Tomasz Maczukin | 2018-03-28 | 1 | -1/+1 |
| | | |||||
* | | Rename job_upper_timeout to maximum_job_timeout | Tomasz Maczukin | 2018-03-28 | 1 | -1/+1 |
| | | |||||
* | | Add support for job_upper_timeout in API | Tomasz Maczukin | 2018-03-28 | 1 | -0/+1 |
| | | |||||
* | | Set `allow_maintainer_to_push` using the API | Bob Van Landuyt | 2018-03-07 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'jprovazn-api' into 'master' | Sean McGivern | 2018-03-07 | 1 | -0/+7 |
|\ \ | | | | | | | | | | | | | Add discussion API See merge request gitlab-org/gitlab-ce!17510 | ||||
| * | | Add discussion APIjprovazn-api | Jan Provaznik | 2018-03-07 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | * adds basic discussions API for issues and snippets * reorganizes notes specs (so same tests can be used for all noteable types - issues, MRs, snippets) | ||||
* | | | Merge branch '29130-api-project-export' into 'master' | Sean McGivern | 2018-03-06 | 1 | -0/+15 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "API endpoint for exporting project" Closes #29130 See merge request gitlab-org/gitlab-ce!15860 | ||||
| * | | | review: prefix un-used argument with underscore | Travis Miller | 2018-03-05 | 1 | -1/+1 |
| | | | | |||||
| * | | | Add project export API entities | Travis Miller | 2018-02-28 | 1 | -0/+15 |
| | |/ | |/| | |||||
* | | | Projects and groups badges API | Francisco Javier López | 2018-03-05 | 1 | -0/+18 |
| |/ |/| | |||||
* | | expose metrics in merge request api | haseeb | 2018-03-02 | 1 | -4/+40 |
| | | |||||
* | | align "confidential issues events" implementation with "issues events" one | Jean-Baptiste Guerraz | 2018-03-01 | 1 | -1/+1 |
|/ | |||||
* | Add DNS verification to Pages custom domains | Nick Thomas | 2018-02-23 | 1 | -0/+8 |
| | |||||
* | Merge branch '41899-api-endpoint-for-importing-a-project-export' into 'master' | Sean McGivern | 2018-02-16 | 1 | -0/+7 |
|\ | | | | | | | | | | | | | Resolve "API endpoint for importing a project export" Closes #41899 See merge request gitlab-org/gitlab-ce!17025 | ||||
| * | fix entity | James Lopez | 2018-02-13 | 1 | -1/+3 |
| | | |||||
| * | add entity and update spec | James Lopez | 2018-02-13 | 1 | -0/+5 |
| | | |||||
* | | Merge branch 'feature/include-custom-attributes-in-api' into 'master' | Douwe Maan | 2018-02-14 | 1 | -0/+5 |
|\ \ | | | | | | | | | | | | | Allow including custom attributes in API responses See merge request gitlab-org/gitlab-ce!16526 | ||||
| * | | Allow including custom attributes in API responses | Markus Koller | 2018-02-08 | 1 | -0/+5 |
| |/ | |||||
* | | Merge branch '42934-search-api-fix' into 'master' | Sean McGivern | 2018-02-14 | 1 | -0/+2 |
|\ \ | | | | | | | | | | | | | | | | | | | Add information about projects when searching in wiki_blobs, blobs, commits scopes Closes #42934 See merge request gitlab-org/gitlab-ce!17095 | ||||
| * | | API - Include project in commits&blobs search results | Jarka Kadlecová | 2018-02-14 | 1 | -0/+2 |
| |/ | |||||
* | | Refactor commits/refs API to use hash and add pagination headers | Robert Schilling | 2018-02-14 | 1 | -7/+1 |
| | | |||||
* | | Separate branch and tag names | Robert Schilling | 2018-02-09 | 1 | -2/+6 |
| | | |||||
* | | Incorporate feedback | Robert Schilling | 2018-02-09 | 1 | -7/+3 |
| | | |||||
* | | Basic ref fetching for commits | Robert Schilling | 2018-02-09 | 1 | -3/+13 |
|/ | |||||
* | Support search in API | Jarka Kadlecová | 2018-02-06 | 1 | -10/+15 |
| | |||||
* | Remove N+1 queries with /projects/:project_id/{access_requests,members} API ↵sh-fix-project-members-api-perf | Stan Hu | 2018-01-30 | 1 | -14/+7 |
| | | | | | | | | | | | endpoints We can simplify the code quite a bit and improve performance by using grape-entity merge fields: https://github.com/ruby-grape/grape-entity/tree/v0.6.0#merge-fields Relates to #42030 | ||||
* | Remove tap and use simplified method call | Oswaldo Ferreira | 2018-01-29 | 1 | -1/+2 |
| | |||||
* | Return more consistent values for merge_status on MR APIosw-consistent-values-on-api-merge-status | Oswaldo Ferreira | 2018-01-28 | 1 | -1/+8 |
| | |||||
* | Revert "Merge branch 'osw-updates-merge-status-on-api-actions' into 'master'" | Douwe Maan | 2018-01-25 | 1 | -10/+1 |
| | | | This reverts merge request !16626 | ||||
* | Merge branch 'osw-updates-merge-status-on-api-actions' into 'master' | Douwe Maan | 2018-01-24 | 1 | -1/+10 |
|\ | | | | | | | | | | | | | Return more consistent values for merge_status on V4 MR APIs Closes #20639 See merge request gitlab-org/gitlab-ce!16626 | ||||
| * | Return more consistent values for merge_status on MR API | Oswaldo Ferreira | 2018-01-23 | 1 | -1/+10 |
| | |