Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'docs-clarify-API-share-project-to-group' into 'master' | Achilleas Pipinellis | 2018-06-20 | 2 | -1/+5 |
|\ | | | | | | | | | Docs clarify API to share project to a group See merge request gitlab-org/gitlab-ce!19301 | ||||
| * | Docs clarify API to share project to a groupdocs-clarify-API-share-project-to-group | Andrew Winata | 2018-06-01 | 2 | -1/+5 |
| | | |||||
* | | Merge branch 'ce-5024-filename-search' into 'master' | Sean McGivern | 2018-06-20 | 1 | -0/+9 |
|\ \ | | | | | | | | | | | | | | | | | | | Implement filtering by filename on code search Closes #43627 See merge request gitlab-org/gitlab-ce!19509 | ||||
| * | | Implement filtering by filename on code searchce-5024-filename-search | Mario de la Ossa | 2018-06-19 | 1 | -0/+9 |
| | | | |||||
* | | | Correct cURL syntax | Henrik Hüttemann | 2018-06-20 | 1 | -4/+4 |
| | | | |||||
* | | | Merge branch 'dm-branch-api-can-push' into 'master' | Robert Speicher | 2018-06-19 | 1 | -3/+8 |
|\ \ \ | | | | | | | | | | | | | | | | | Expose whether current user can push into a branch on branches API See merge request gitlab-org/gitlab-ce!19958 | ||||
| * | | | Expose whether current user can push into a branch on branches APIdm-branch-api-can-push | Douwe Maan | 2018-06-18 | 1 | -3/+8 |
| | | | | |||||
* | | | | Merge branch 'more-group-api-sorting-options' into 'master' | Douwe Maan | 2018-06-19 | 1 | -2/+2 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | Fix group pagination and add sort by id to groups and subgroups Closes #47409 See merge request gitlab-org/gitlab-ce!19665 | ||||
| * | | | Add id group api sorting option | Marko, Peter | 2018-06-12 | 1 | -2/+2 |
| |/ / | | | | | | | | | | | | | | | | | | | With introduction of subgroups, many groups may have the same name and/or path, thus further sorting options are necessary. Signed-off-by: Marko, Peter <peter.marko@siemens.com> | ||||
* | | | Merge branch 'bvl-graphql-nested-merge-request' into 'master' | Douwe Maan | 2018-06-15 | 1 | -3/+1 |
|\ \ \ | | | | | | | | | | | | | | | | | Expose single merge request within a project GraphQL query See merge request gitlab-org/gitlab-ce!19853 | ||||
| * | | | Allow querying a single MR within a project | Bob Van Landuyt | 2018-06-15 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows the user to get a single MR nested in a GraphQL project query. Since we need the full path and the iid anyway, this makes more sense than having a root query that needs the full path as well. | ||||
* | | | | Fix indentation for 'Current status' section | Fabio Busatto | 2018-06-15 | 1 | -1/+1 |
|/ / / | |||||
* | | | Fix fields for author & assignee in MR API docs. | gfyoung | 2018-06-13 | 1 | -30/+32 |
| | | | | | | | | | | | | Closes #42445. | ||||
* | | | Resolve "Provide ability to retrieve `visibility` level via Snippets API" | Jan | 2018-06-13 | 1 | -1/+5 |
| | | | |||||
* | | | Added with_statsoption for GET /projects/:id/repository/commits | Leonid Batizhevskii | 2018-06-12 | 1 | -0/+1 |
|/ / | |||||
* | | doc | Mark Chao | 2018-06-06 | 1 | -2/+2 |
| | | |||||
* | | doc | Mark Chao | 2018-06-06 | 2 | -2/+2 |
| | | |||||
* | | Doc update | Mark Chao | 2018-06-06 | 4 | -8/+8 |
| | | |||||
* | | Rename “Developers + Masters” | Mark Chao | 2018-06-06 | 1 | -2/+2 |
| | | |||||
* | | Merge branch '45821-avatar_api' into 'master' | Rémy Coutable | 2018-06-06 | 1 | -0/+33 |
|\ \ | | | | | | | | | | | | | | | | | | | Add Avatar API Closes #45821 See merge request gitlab-org/gitlab-ce!19121 | ||||
| * | | Add Avatar API | Imre | 2018-06-06 | 1 | -0/+33 |
| |/ | |||||
* | | Merge branch 'bvl-graphql-start-34754' into 'master' | Douwe Maan | 2018-06-06 | 1 | -0/+42 |
|\ \ | | | | | | | | | | | | | | | | | | | GraphQL setup: Basic Project and Merge request endpoint Closes #34754 See merge request gitlab-org/gitlab-ce!19008 | ||||
| * | | Initial setup GraphQL using graphql-ruby 1.8 | Bob Van Landuyt | 2018-06-06 | 1 | -13/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - All definitions have been replaced by classes: http://graphql-ruby.org/schema/class_based_api.html - Authorization & Presentation have been refactored to work in the class based system - Loaders have been replaced by resolvers - Times are now coersed as ISO 8601 | ||||
| * | | Add `present_using` to types | Bob Van Landuyt | 2018-06-05 | 1 | -0/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | By specifying a presenter for the object type, we can keep the logic out of `GitlabSchema`. The presenter gets initialized using the object being presented, and the context (including the `current_user`). | ||||
* | | | Merge branch '25045-add-variables-to-post-pipeline-api' into 'master' | Grzegorz Bizon | 2018-06-06 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | Resolve "POST api/v4/projects/:id/pipeline should accept variables" Closes #25045 See merge request gitlab-org/gitlab-ce!19124 | ||||
| * | | Removes variables from pipelines api | Jacopo | 2018-06-05 | 1 | -2/+1 |
| | | | |||||
| * | | Review 1 | Jacopo | 2018-06-01 | 1 | -1/+1 |
| | | | |||||
| * | | Rename variables_attributes => variables and adds spec for exclude/only option | Jacopo | 2018-06-01 | 1 | -1/+1 |
| | | | |||||
| * | | Adds variables to POST api/v4/projects/:id/pipeline | Jacopo | 2018-06-01 | 1 | -1/+3 |
| |/ | |||||
* | | Merge branch '42751-rename-mr-maintainer-push' into 'master' | Robert Speicher | 2018-06-05 | 1 | -2/+6 |
|\ \ | | | | | | | | | | | | | Rephrase Merge Request Maintainer Edit See merge request gitlab-org/gitlab-ce!19061 | ||||
| * | | Rephrase "maintainer" to more precise "members who can merge to the target ↵42751-rename-mr-maintainer-push | Mark Chao | 2018-06-01 | 1 | -2/+6 |
| |/ | | | | | | | | | | | branch" "Maintainer" will be freed to be used for #42751 | ||||
* | | Merge branch 'sh-add-missing-squash-param-api-docs' into 'master' | Achilleas Pipinellis | 2018-06-04 | 1 | -0/+1 |
|\ \ | |/ |/| | | | | | Fix missing squash parameter in doc/api/merge_requests.md See merge request gitlab-org/gitlab-ce!19260 | ||||
| * | Fix missing squash parameter in doc/api/merge_requests.mdsh-add-missing-squash-param-api-docs | Stan Hu | 2018-05-30 | 1 | -0/+1 |
| | | |||||
* | | Add merge requests list endpoint for groups | Felipe Artur | 2018-05-31 | 1 | -0/+106 |
| | | |||||
* | | Removed API endpoint and specsfj-36819-remove-v3-api | Francisco Javier López | 2018-05-30 | 5 | -15/+13 |
|/ | |||||
* | Merge branch 'blackst0ne-squash-and-merge-in-gitlab-core-ce' into 'master' | Phil Hughes | 2018-05-30 | 1 | -1/+11 |
|\ | | | | | | | | | | | | | 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 | -1/+11 |
| | | |||||
* | | Merge branch '46758-fallout-of-cacheable-attribute' into 'master' | Douwe Maan | 2018-05-29 | 1 | -2/+5 |
|\ \ | | | | | | | | | | | | | | | | | | | Ensure ApplicationSetting#performance_bar_allowed_group_id is properly set when retrieved from cache Closes #46758 See merge request gitlab-org/gitlab-ce!19144 | ||||
| * | | Ensure ApplicationSetting#performance_bar_allowed_group_id is properly set ↵ | Rémy Coutable | 2018-05-29 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | | | when retrieved from cache Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | | Merge branch '44602-clarify-update-docs-text-about-restrictions' into 'master' | Achilleas Pipinellis | 2018-05-29 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | | | | | | | Resolve "Clarify/Update docs/text about restrictions." See merge request gitlab-org/gitlab-ce!17970 | ||||
| * | | include groups in description | Davin Walker | 2018-05-28 | 1 | -1/+1 |
| |/ | |||||
* | | Expose artifacts_expire_at field for job entity in api | Semyon Pupkov | 2018-05-26 | 1 | -0/+5 |
|/ | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/45798 | ||||
* | Clarify milestone_id scope for API operations on Issuables | Mark Fletcher | 2018-05-24 | 2 | -4/+4 |
| | |||||
* | Resolve "Deprecate Gemnasium project service" | Olivier Gonzalez | 2018-05-23 | 1 | -0/+7 |
| | |||||
* | Expose readme url in Project API | Imre Farkas | 2018-05-22 | 1 | -1/+10 |
| | |||||
* | Merge branch '44799-api-naming-issue-scope' into 'master' | Rémy Coutable | 2018-05-21 | 2 | -8/+10 |
|\ | | | | | | | | | | | | | Resolve "API naming for issue scope" Closes #44799 See merge request gitlab-org/gitlab-ce!18935 | ||||
| * | Add created_by_me and assigned_to_me scopes44799-api-naming-issue-scope | Mark Chao | 2018-05-21 | 2 | -8/+10 |
| | | | | | | | | Deprecate corresponding dash versions created-by-me and assigned-to-me | ||||
* | | Resolve "Expand API: Render an arbitrary Markdown document" | blackst0ne | 2018-05-18 | 2 | -0/+30 |
| | | |||||
* | | Move API group deletion to Sidekiq | Stan Hu | 2018-05-18 | 1 | -0/+3 |
| | | |||||
* | | Clean up docs | blackst0ne | 2018-05-14 | 1 | -2/+2 |
| | |