Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Feature/add license to project API | J.D. Bean | 2018-10-26 | 1 | -0/+49 |
| | |||||
* | Initialize projects with readme | Steve | 2018-09-12 | 1 | -0/+1 |
| | |||||
* | Merge branch 'filter-web-hooks-by-branch' into 'master' | Dmitriy Zaporozhets | 2018-09-05 | 1 | -0/+3 |
|\ | | | | | | | | | Filter web hooks by branch See merge request gitlab-org/gitlab-ce!19513 | ||||
| * | Filter project hooks by branch | Duana Saskia | 2018-08-13 | 1 | -0/+3 |
| | | | | | | | | | | | | Allow specificying a branch filter for a project hook and only trigger a project hook if either the branch filter is blank or the branch matches. Only supported for push_events for now. | ||||
* | | Correct wrong required condition in doc/api/projects.md | Klaus Frank | 2018-08-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Originally submitted at https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6054. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | Clean up LFS objects when creating fork relation | Toon Claes | 2018-08-20 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | A forked project stores its LFS objects in the `forked_from_project`. So the LFS objects become inaccessible, and therefore delete them from the database so they'll get cleaned up. To be refactored when implementing https://gitlab.com/gitlab-org/gitlab-ce/issues/39769 | ||||
* | | Allow project owners to set up forking relation through API | Toon Claes | 2018-08-20 | 1 | -2/+2 |
|/ | | | | | | | | Before this change only GitLab admins where allowed to set up forking relation through the API. This changes that so project owners can do this too. Closes gitlab-org/gitlab-ce#40550. | ||||
* | clarify user namespace | Davin Walker | 2018-08-09 | 1 | -2/+1 |
| | |||||
* | Add min_access_level filter to projects API | Marko, Peter | 2018-07-23 | 1 | -3/+6 |
| | | | | Signed-off-by: Marko, Peter <peter.marko@siemens.com> | ||||
* | Fix gitlab import project load | Francisco Javier López | 2018-07-23 | 1 | -1/+9 |
| | |||||
* | Backport of gitlab-org/gitlab-ee!6137 | Valery Sizov | 2018-07-19 | 1 | -0/+5 |
| | |||||
* | Fix API docs on unauthenticated projects return | Kaspar Emanuel | 2018-07-09 | 1 | -4/+39 |
| | |||||
* | Mention the forked_from_project field in projects API | Achilleas Pipinellis | 2018-07-05 | 1 | -0/+33 |
| | |||||
* | Add transfer project endpoint to the Projects API | Aram Visser | 2018-06-27 | 1 | -0/+10 |
| | |||||
* | Docs clarify API to share project to a groupdocs-clarify-API-share-project-to-group | Andrew Winata | 2018-06-01 | 1 | -1/+1 |
| | |||||
* | Removed API endpoint and specsfj-36819-remove-v3-api | Francisco Javier López | 2018-05-30 | 1 | -1/+1 |
| | |||||
* | Expose readme url in Project API | Imre Farkas | 2018-05-22 | 1 | -1/+10 |
| | |||||
* | Add an API endpoint to download git repository snapshots | Nick Thomas | 2018-04-19 | 1 | -1/+24 |
| | |||||
* | Feature/add language in repository to api | Roger Rüttimann | 2018-04-13 | 1 | -0/+23 |
| | |||||
* | Resolve "Allow the configuration of a project's merge method via the API" | Jan | 2018-04-04 | 1 | -0/+28 |
| | |||||
* | Update docs for API for issue and merge request description templates | Victor Wu | 2018-04-02 | 1 | -0/+4 |
| | |||||
* | Projects and groups badges API | Francisco Javier López | 2018-03-05 | 1 | -0/+4 |
| | |||||
* | align "confidential issues events" implementation with "issues events" one | Jean-Baptiste Guerraz | 2018-03-01 | 1 | -0/+3 |
| | |||||
* | Correcting documentation about project hooks settings | Thomas Dudouet | 2018-02-23 | 1 | -1/+1 |
| | |||||
* | Merge branch '41899-api-endpoint-for-importing-a-project-export' into 'master' | Sean McGivern | 2018-02-16 | 1 | -0/+4 |
|\ | | | | | | | | | | | | | Resolve "API endpoint for importing a project export" Closes #41899 See merge request gitlab-org/gitlab-ce!17025 | ||||
| * | update docs | James Lopez | 2018-02-16 | 1 | -1/+1 |
| | | |||||
| * | update missing doc links | James Lopez | 2018-02-13 | 1 | -0/+4 |
| | | |||||
* | | Allow including custom attributes in API responses | Markus Koller | 2018-02-08 | 1 | -0/+4 |
|/ | |||||
* | doc: Spelling fixes | Ville Skyttä | 2018-01-19 | 1 | -1/+1 |
| | |||||
* | Support custom attributes on projects | Markus Koller | 2017-11-06 | 1 | -0/+6 |
| | |||||
* | Add an API endpoint to determine the forks of a project | Mark Fletcher | 2017-09-20 | 1 | -0/+92 |
| | |||||
* | Merge branch 'docs/cleanup-projects-api' into 'master' | Achilleas Pipinellis | 2017-09-06 | 1 | -187/+40 |
|\ | | | | | | | | | Clean up projects API docs See merge request !14071 | ||||
| * | Clean up projects API docsdocs/cleanup-projects-api | Achilleas Pipinellis | 2017-09-06 | 1 | -187/+40 |
| | | |||||
* | | change collapse to resolve and comments to discussions | Ashley Dumaine | 2017-09-06 | 1 | -12/+12 |
| | | |||||
* | | Add functionality to collapse outdated diff comments regardless of ↵ | Ashley Dumaine | 2017-09-06 | 1 | -0/+12 |
|/ | | | | discussion resolution | ||||
* | Resolve "More RESTful API: include resource URLs in responses" | Oswaldo Ferreira | 2017-07-25 | 1 | -5/+86 |
| | |||||
* | Update projects.md. Fix Search project by name format and added a curl example. | Pablo Catalina | 2017-07-19 | 1 | -2/+6 |
| | |||||
* | Merge branch '33657-user-projects-api' into 'master' | Rémy Coutable | 2017-07-06 | 1 | -0/+158 |
|\ | | | | | | | | | | | | | Add user projects API Closes #33657 See merge request !12596 | ||||
| * | Add user projects API | vanadium23 | 2017-07-06 | 1 | -0/+158 |
| | | |||||
* | | Rename ci_config_file to ci_config_path | Lin Jen-Shin | 2017-07-05 | 1 | -3/+3 |
| | | |||||
* | | Fix various descriptions given the feedback | Lin Jen-Shin | 2017-07-04 | 1 | -4/+4 |
| | | |||||
* | | Update wordings, allow only full path, add tests | Lin Jen-Shin | 2017-06-30 | 1 | -3/+3 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/master' into ↵15041-Add-Custom-CI-Config-Path | Lin Jen-Shin | 2017-06-28 | 1 | -459/+241 |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 15041-Add-Custom-CI-Config-Path * upstream/master: (12506 commits) Update CHANGELOG.md for 9.3.2 Update architecture.md Fix changelog entry file extension Fix head pipeline stored in merge request for external pipelines updated gitlab-ci.yml to compile locale Ignore JSON files generated from PO files Update mmap2 gem tha disables mmap_obj.gsub! as current implementation uses method that is no longer part of Ruby API Disable rainbow during SimpleExecutor specs to have consistence Slightly refactor pipeline schedules form in preparation for additions Resolve "Submitting reply to existing diff discussion using Cmd/Ctrl+Enter submits twice and refreshes page" Make the SimpleExecutor rescue exceptions in the executing Checks Resolve "Unable to access edit comment from dropdown menu in certain screen sizes" Update changelog item revert removal of requestAnimationFrame and move to a separate MR/discussion rename getEmojiCategoryMap and remove unnecessary parameter Action Buttons on Prio Labels working again by setting pointer events to none on… Remove 'contains' option from Commit.find_all Remove Gitlab::Git::Repository#find_all Use latest chrome and chrome driver in GitLab QA Polish sidebar toggle ... | ||||
| * | add printing_merge_request_link_enabled to API | David Turner | 2017-06-19 | 1 | -0/+3 |
| | | |||||
| * | Accept image for avatar in project API | vanadium23 | 2017-06-09 | 1 | -0/+3 |
| | | |||||
| * | Merge branch 'dturner/grammar' into 'master' | Rémy Coutable | 2017-06-09 | 1 | -4/+4 |
| |\ | | | | | | | | | | | | | Improve the grammar of the API docs See merge request !11863 | ||||
| | * | Improve the grammar of the API docs | David Turner | 2017-06-01 | 1 | -4/+4 |
| | | | |||||
| * | | Merge branch ↵ | Achilleas Pipinellis | 2017-06-08 | 1 | -0/+2 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '28607-forking-and-configuring-project-via-api-works-very-unreliable' into 'master' Confirm Project forking behaviour via the API Closes #28607 See merge request !11931 | ||||
| | * | | Confirm Project forking behaviour via the API | Mark Fletcher | 2017-06-06 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | * It's unclear that the forking operation can still be ongoing * `import_status` is available in Project Entity to determine status | ||||
| * | | | Introduce an Events API | Mark Fletcher | 2017-06-06 | 1 | -137/+1 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Meld the following disparate endpoints: * `/projects/:id/events` * `/events` * `/users/:id/events` + Add result filtering to the above endpoints: * action * target_type * before and after dates |