| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch ↵ | Douwe Maan | 2017-11-07 | 3 | -11/+9 |
| |\ | | | | | | | | | | | | | '37442-api-branches-id-repository-branches-is-calling-gitaly-n-1-times-per-request' into 'master' Fetch the merged branches at once in the `/projects/:id/repository/branches` endpoint See merge request gitlab-org/gitlab-ce!15215 | ||||
| | * | Pass the Gitlab::Git::Branch object to Repository#merged_to_root_ref?37442-api-branches-id-repository-branches-is-calling-gitaly-n-1-times-per-request | Rémy Coutable | 2017-11-06 | 1 | -4/+1 |
| | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| | * | Improve performance of the /projects/:id/repository/branches API endpoint | Rémy Coutable | 2017-11-06 | 3 | -8/+9 |
| | | | | | | | | | | | | | Mitigate a N+1 requests to Gitaly problem. Still one left. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | | Merge branch 'feature/custom-attributes-on-projects-and-groups' into 'master' | Rémy Coutable | 2017-11-07 | 3 | -1/+11 |
| |\ \ | | | | | | | | | | | | | Support custom attributes on groups and projects See merge request gitlab-org/gitlab-ce!14593 | ||||
| | * | | Support custom attributes on groups | Markus Koller | 2017-11-06 | 1 | -1/+8 |
| | | | | |||||
| | * | | Support custom attributes on projects | Markus Koller | 2017-11-06 | 2 | -0/+3 |
| | | | | |||||
| * | | | Merge branch 'add-changes-count-to-merge-requests-api' into 'master' | Rémy Coutable | 2017-11-07 | 1 | -0/+4 |
| |\ \ \ | |_|/ |/| | | | | | | | | Add changes_count to the merge requests API See merge request gitlab-org/gitlab-ce!15178 | ||||
| | * | | Add changes_count to the merge requests APIadd-changes-count-to-merge-requests-api | Sean McGivern | 2017-11-03 | 1 | -0/+4 |
| | |/ | | | | | | | | | | | This returns the `real_size` of the MR's diff, which is a string indicating the number of changes. If the diff overflows after _n_ files, the string will be `$n+`. | ||||
| * | | Expose `duration` in Job API entity | Mehdi Lahmam | 2017-11-05 | 1 | -0/+1 |
| |/ | | | | Closes #35794. | ||||
| * | Update specs for sudo behavior | Douwe Maan | 2017-11-02 | 1 | -5/+2 |
| | | |||||
| * | Add sudo API scope | Douwe Maan | 2017-11-02 | 2 | -74/+50 |
| | | |||||
| * | Remove authentication using user.private_token | Douwe Maan | 2017-11-02 | 1 | -16/+6 |
| | | |||||
| * | Remove private_token from API user entity | Douwe Maan | 2017-11-02 | 2 | -7/+1 |
| | | |||||
| * | Remove Session API | Douwe Maan | 2017-11-02 | 2 | -21/+0 |
| | | |||||
| * | Merge branch '39619-cancel-merge-when-pipeline-succeeds-from-the-api-fails' ↵ | Rémy Coutable | 2017-10-31 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | | | | | into 'master' Fix namespacing for MergeWhenPipelineSucceedsService in MR API Closes #39619 See merge request gitlab-org/gitlab-ce!15088 | ||||
| | * | Fix namespacing for MergeWhenPipelineSucceedsService in MR API | Mark Fletcher | 2017-10-30 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'add-packagist-project-service' into 'master' | Kamil Trzciński | 2017-10-31 | 2 | -0/+41 |
| |\ \ | |/ |/| | | | | | Add Packagist project service See merge request gitlab-org/gitlab-ce!14493 | ||||
| | * | Add Packagist project service | Matt Coleman | 2017-10-13 | 2 | -0/+41 |
| | | | |||||
| * | | Merge branch 'api-configure-jira' into 'master' | Douwe Maan | 2017-10-26 | 1 | -2/+2 |
| |\ \ | | | | | | | | | | | | | | | | | | | Validate username/pw for Jiraservice, require them in the API Closes #36621 See merge request gitlab-org/gitlab-ce!15025 | ||||
| | * | | Validate username/pw for Jiraservice, require them in the API | Robert Schilling | 2017-10-24 | 1 | -2/+2 |
| | | | | |||||
| * | | | Add pages domains API implementation | Travis Miller | 2017-10-22 | 3 | -0/+122 |
| | | | | |||||
| * | | | Add pages domains API entities | Travis Miller | 2017-10-22 | 1 | -0/+17 |
| |/ / | |||||
| * | | Merge branch '37032-get-project-branch-invalid-name-message' into 'master' | Rémy Coutable | 2017-10-18 | 1 | -8/+14 |
| |\ \ | | | | | | | | | | | | | | | | | | | Get Project Branch API shows an helpful error message on invalid refname Closes #37032 See merge request gitlab-org/gitlab-ce!14884 | ||||
| | * | | Get Project Branch API shows an helpful error message on invalid refname | Jacopo | 2017-10-18 | 1 | -8/+14 |
| | | | | | | | | | | | | | | | | In API v4 when requesting a branch with an invalid refname shows an helpful error message: 'The branch refname is invalid'. | ||||
| * | | | Merge branch 'sha-handling' into 'master' | Douwe Maan | 2017-10-16 | 6 | -22/+21 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Adds requirements that supports anything in sha params Closes #26561 and #2709 See merge request gitlab-org/gitlab-ce!14462 | ||||
| | * | | | Adds requirements that supports anything in sha params | Guilherme Vieira | 2017-10-12 | 6 | -22/+21 |
| | | | | | |||||
| * | | | | Move line code generation into Gitlab::Gitconflict-resolution-refactor | Alejandro Rodríguez | 2017-10-12 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | Having a distinct class just for that was a bit overkill | ||||
| * | | | | Create a Gitlab::Git submodule for conlict-related files | Alejandro Rodríguez | 2017-10-12 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | Rename classes to (hopefully) clearer names while we're doing that. | ||||
| * | | | | Move Gitlab::Diff::LineCode to module Gitlab::Git | Alejandro Rodríguez | 2017-10-12 | 2 | -2/+2 |
| | |_|/ |/| | | |||||
| * | | | Move all API authentication code to APIGuard | Douwe Maan | 2017-10-12 | 2 | -92/+93 |
| | |/ |/| | |||||
| * | | Merge branch '18608-lock-issues-v2' into 'master' | Sean McGivern | 2017-10-06 | 4 | -2/+9 |
| |\ \ | | | | | | | | | | | | | | | | | | | Resolve "Lock issue and merge request" Closes #18608 See merge request gitlab-org/gitlab-ce!14531 | ||||
| | * \ | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵ | Jarka Kadlecova | 2017-10-03 | 7 | -33/+150 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | 18608-lock-issues-v2 # Conflicts: # db/schema.rb | ||||
| | * \ \ | Merge remote-tracking branch 'origin/master' into 18608-lock-issues | Luke "Jared" Bennett | 2017-09-20 | 4 | -7/+30 |
| | |\ \ \ | | | |/ | | |/| | |||||
| | * | | | Merge remote-tracking branch 'origin/master' into 18608-lock-issues | Luke "Jared" Bennett | 2017-09-18 | 1 | -1/+1 |
| | |\ \ \ | |||||
| | * | | | | Create system notes for MR too, improve doc + clean up code | Jarka Kadlecova | 2017-09-14 | 2 | -8/+3 |
| | | | | | | |||||
| | * | | | | Support discussion lock in the API | Jarka Kadlecova | 2017-09-14 | 4 | -2/+14 |
| | | | | | | |||||
| * | | | | | Merge branch 'api-sentry-extra' into 'master' | Douwe Maan | 2017-10-06 | 1 | -1/+1 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Send API parameters as extra data for sentry errors See merge request gitlab-org/gitlab-ce!14644 | ||||
| | * | | | | | Send API parameters as extra data for sentry errorsapi-sentry-extra | Alejandro Rodríguez | 2017-10-05 | 1 | -1/+1 |
| | | |_|_|/ | |/| | | | |||||
| * | | | | | Merge branch 'master' into ↵ | Douwe Maan | 2017-10-05 | 20 | -116/+229 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | digitalmoksha/gitlab-ce-feature/verify_secondary_emails # Conflicts: # app/controllers/admin/users_controller.rb # app/controllers/confirmations_controller.rb # app/controllers/profiles/emails_controller.rb # app/models/user.rb # app/services/emails/base_service.rb # app/services/emails/destroy_service.rb # app/views/devise/mailer/confirmation_instructions.html.haml # lib/api/users.rb # spec/services/emails/destroy_service_spec.rb | ||||
| | * | | | | | Remove 'Repo' prefix from API entites | Vitaliy @blackst0ne Klachkov | 2017-10-05 | 14 | -79/+78 |
| | | | | | | | |||||
| | * | | | | | Merge branch '37970-timestamped-ci' into 'master' | Kamil Trzciński | 2017-10-03 | 1 | -0/+1 |
| | |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | Hide CI section markers from job trace See merge request gitlab-org/gitlab-ce!14393 | ||||
| | | * | | | | Expose GitLab features to the CI runner37970-timestamped-ci | Alessio Caiazza | 2017-10-03 | 1 | -0/+1 |
| | | | |_|/ | | |/| | | |||||
| | * | | | | Merge branch '38571-fix-exception-in-raven-report' into 'master' | Sean McGivern | 2017-10-02 | 1 | -3/+5 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure no exception is raised when Raven tries to get the current user in API context Closes #38571 See merge request gitlab-org/gitlab-ce!14580 | ||||
| | | * | | | | Ensure no exception is raised when Raven tries to get the current user in ↵38571-fix-exception-in-raven-report | Rémy Coutable | 2017-09-29 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API context Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| | * | | | | | add username to authorized result, so that gitlab-shell can pass it to hooks | David Turner | 2017-09-29 | 1 | -0/+7 |
| | |/ / / / | |||||
| | * | | | | Support custom attributes on users | Markus Koller | 2017-09-28 | 3 | -0/+84 |
| | | | | | | |||||
| | * | | | | Merge branch 'dm-api-unauthorized' into 'master' | Sean McGivern | 2017-09-28 | 2 | -16/+38 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure API responds with 401 when invalid authentication info is provided Closes #38438 See merge request gitlab-org/gitlab-ce!14525 | ||||
| | | * | | | | Make sure API responds with 401 when invalid authentication info is provideddm-api-unauthorized | Douwe Maan | 2017-09-28 | 2 | -16/+38 |
| | | | | | | | |||||
| | * | | | | | refactor emails servicerefactor-services | James Lopez | 2017-09-28 | 1 | -4/+4 |
| | | | | | | | |||||
| | * | | | | | refactor users update service | James Lopez | 2017-09-28 | 3 | -3/+3 |
| | | | | | | | |||||
