| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ |
|
| * | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into 18608-lock-issu... | Jarka Kadlecova | 2017-10-03 | 7 | -33/+150 |
| |\ |
|
| * \ | 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 errorsapi-sentry-extra | Alejandro Rodríguez | 2017-10-05 | 1 | -1/+1 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge branch 'master' into digitalmoksha/gitlab-ce-feature/verify_secondary_e... | Douwe Maan | 2017-10-05 | 20 | -116/+229 |
|\ \ \ \ \ |
|
| * | | | | | 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 |
| |\ \ \ \ \
| | |/ / / /
| |/| | | | |
|
| | * | | | | 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...38571-fix-exception-in-raven-report | Rémy Coutable | 2017-09-29 | 1 | -3/+5 |
| * | | | | | 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 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 |
| * | | | | | refactor services to match EE signature | James Lopez | 2017-09-28 | 3 | -7/+7 |
| |/ / / / |
|
| * | | | | Merge branch '37467-helper-method-from-users-endpoint-overrides-api-helper-me... | Rémy Coutable | 2017-09-27 | 1 | -2/+2 |
| |\ \ \ \ |
|
| | * | | | | find_user users helper method no longer overrides find_user API helper method.37467-helper-method-from-users-endpoint-overrides-api-helper-method | Tiago Botelho | 2017-09-26 | 1 | -2/+2 |
| | |/ / / |
|
| * | | | | Merge branch 'dm-simple-project-avatar-url' into 'master' | Rémy Coutable | 2017-09-26 | 1 | -5/+6 |
| |\ \ \ \ |
|
| | * | | | | Expose avatar_url when requesting list of projects from API with simple=truedm-simple-project-avatar-url | Douwe Maan | 2017-09-26 | 1 | -5/+6 |
| | |/ / / |
|
| * | | | | Expose last pipeline details in API response when getting a single commit | Mehdi Lahmam | 2017-09-26 | 1 | -0/+1 |
| |/ / / |
|
* | | | | fix calls to Emails::DestroyService | Brett Walker | 2017-09-23 | 1 | -2/+2 |
* | | | | Send a confirmation email when the user adds a secondary email address. Utili... | Brett Walker | 2017-09-23 | 1 | -2/+0 |
|/ / / |
|
* | | | Merge branch '20049-projects-api-forks' into 'master' | Rémy Coutable | 2017-09-20 | 1 | -4/+19 |
|\ \ \ |
|
| * | | | Add an API endpoint to determine the forks of a project | Mark Fletcher | 2017-09-20 | 1 | -4/+19 |
* | | | | Detect n+1 issues involving Gitaly | Andrew Newdigate | 2017-09-19 | 2 | -2/+8 |
|/ / / |
|
* | | | fix #35290 Make read-only API for public merge requests available without aut... | haseeb | 2017-09-18 | 1 | -1/+2 |
* | | | Merge branch 'add_closed_at_attribute' into 'master' | Rémy Coutable | 2017-09-18 | 1 | -0/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | Add 'closed_at' attribute to Issues API | Vitaliy @blackst0ne Klachkov | 2017-09-16 | 1 | -0/+1 |
| |/ |
|
* | | Ensure we use `Entities::User` for non-admin `users/:id` API requests | Robert Speicher | 2017-09-15 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'sh-exclude-api-responses' into 'master' | Robert Speicher | 2017-09-13 | 1 | -1/+0 |
|\ |
|
| * | Exclude logging of API responses to prevent leakage of confidential datash-exclude-api-responses | Stan Hu | 2017-09-13 | 1 | -1/+0 |
* | | Merge branch '5836-move-lib-ci-into-gitlab-namespace' into 'master' | Grzegorz Bizon | 2017-09-13 | 1 | -1/+1 |
|\ \ |
|
| * | | move `lib/ci/gitlab_ci_yaml_processor.rb` into `lib/gitlab/ci/yaml_processor.rb` | Maxim Rydkin | 2017-09-12 | 1 | -1/+1 |
| |/ |
|
* | | Revert "Merge branch 'revert-f2421b2b' into 'master'"revert-2f46c3a8 | Annabel Dunstone Gray | 2017-09-11 | 1 | -1/+1 |
|/ |
|
* | Revert "Merge branch '35012-navigation-add-option-to-change-navigation-color-...revert-f2421b2b | Rubén Dávila | 2017-09-08 | 1 | -1/+1 |
* | Make Members with Owner and Master roles always able to create subgroups30473-allow-creation-of-subgroups-with-gitlab_default_can_create_group-set-to-false | Ruben Davila | 2017-09-07 | 2 | -2/+7 |
* | Merge branch 'sh-add-grape-logging' into 'master' | Sean McGivern | 2017-09-07 | 1 | -0/+11 |
|\ |
|
| * | Use a custom GrapeLogging formatter to get the timestampsh-add-grape-logging | Stan Hu | 2017-09-07 | 1 | -2/+2 |
| * | Fix Rubocop failures in API logger | Stan Hu | 2017-09-07 | 1 | -3/+5 |
| * | Add JSON logger in `log/api_json.log` for Grape API endpoints | Stan Hu | 2017-09-06 | 1 | -0/+9 |
* | | Merge branch '23079-remove-default-scope-in-sortable' into 'master' | Douwe Maan | 2017-09-07 | 6 | -5/+6 |
|\ \ |
|
| * | | Removes default scope from sortable23079-remove-default-scope-in-sortable | Tiago Botelho | 2017-09-07 | 6 | -5/+6 |
* | | | Merge branch '35012-navigation-add-option-to-change-navigation-color-palette'... | Sean McGivern | 2017-09-07 | 1 | -1/+1 |
|\ \ \ |
|