Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Enable frozen string in lib/api and lib/backup | gfyoung | 2018-09-29 | 89 | -1/+180 | |
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Partially addresses #47424. Had to make changes to spec files because stubbing methods on frozen objects is a mess in RSpec and leads to failures: https://github.com/rspec/rspec-mocks/issues/1190 | |||||
* | | | | Merge branch 'feature/set-public-email-through-api' into 'master' | Rémy Coutable | 2018-10-01 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | Set public email through api Closes #37675 See merge request gitlab-org/gitlab-ce!21938 | |||||
| * | | | allow users api to set public_email | Alexis Reigel | 2018-10-01 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | remove obsolete parameter from users api | Alexis Reigel | 2018-09-26 | 1 | -1/+0 | |
| | | | | ||||||
* | | | | Merge branch '43832-adds-chdmod-to-commits-actions-api' into 'master' | Rémy Coutable | 2018-09-27 | 1 | -1/+20 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows to work with execute permissions in GitLab API Closes #43832 See merge request gitlab-org/gitlab-ce!21866 | |||||
| * | | | | Adds chmod action to POST /projects/:id/repository/commits API | Jacopo | 2018-09-27 | 1 | -1/+20 | |
| | |/ / | |/| | | | | | | | | | | With this action the user can update the execute_filemode of a given file in the repository. | |||||
* | | | | Merge branch 'feature/add-public-email-to-users-api' into 'master' | Rémy Coutable | 2018-09-27 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Feature/add public email to users api Closes #39346 See merge request gitlab-org/gitlab-ce!21909 | |||||
| * | | | | add user's public_email attribute to api | Alexis Reigel | 2018-09-27 | 1 | -1/+1 | |
| | |/ / | |/| | | ||||||
* | | | | Merge branch 'feature/runner-type-filter-for-admin-view' into 'master' | Kamil Trzciński | 2018-09-26 | 1 | -3/+28 | |
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | Feature: Runner type filter for admin view See merge request gitlab-org/gitlab-ce!19649 | |||||
| * | | | add status param to runners api | Alexis Reigel | 2018-09-15 | 1 | -0/+9 | |
| | | | | ||||||
| * | | | add type param to runners api | Alexis Reigel | 2018-09-15 | 1 | -3/+19 | |
| |/ / | ||||||
* | | | Remove background job throttling feature51509-remove-sidekiq-limit-fetch | Valery Sizov | 2018-09-24 | 1 | -5/+0 | |
| |/ |/| | | | | | We remove this feature as it never worked properly | |||||
* | | Remove EE-specific code from ProtectedRefAccess | Sean McGivern | 2018-09-17 | 2 | -3/+3 | |
| | | ||||||
* | | Fix grammar (setup to set-up) in code comments, spec, views, etc. | Marcel Amirault | 2018-09-17 | 1 | -1/+1 | |
|/ | ||||||
* | Merge branch 'feature/runner-state-filter-for-admin-view' into 'master' | Grzegorz Bizon | 2018-09-14 | 1 | -11/+6 | |
|\ | | | | | | | | | Feature: State filter for admin runners view See merge request gitlab-org/gitlab-ce!19625 | |||||
| * | replace cond. assignment by default param value | Alexis Reigel | 2018-09-12 | 1 | -5/+3 | |
| | | ||||||
| * | dry up available scopes to constants | Alexis Reigel | 2018-08-20 | 1 | -3/+3 | |
| | | ||||||
| * | add Ci::Runner.offline scope to API | Alexis Reigel | 2018-08-20 | 1 | -10/+7 | |
| | | ||||||
* | | Merge branch 'rubocop-code-reuse' into 'master' | Robert Speicher | 2018-09-13 | 43 | -0/+271 | |
|\ \ | | | | | | | | | | | | | Add RuboCop cops to enforce code reusing rules See merge request gitlab-org/gitlab-ce!21391 | |||||
| * | | Disable existing offenses for the CodeReuse cops | Yorick Peterse | 2018-09-11 | 43 | -0/+271 | |
| | | | | | | | | | | | | | | | This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop. | |||||
* | | | Resolve "500 Internal Server Error: Deleting branch of deleted project" | 🙈 jacopo beschi 🙉 | 2018-09-12 | 1 | -3/+5 | |
| | | | ||||||
* | | | Initialize projects with readme | Steve | 2018-09-12 | 1 | -0/+1 | |
| | | | ||||||
* | | | Resolve "500 Internal Server Error: Cherrypick commit with empty branch name" | 🙈 jacopo beschi 🙉 | 2018-09-11 | 5 | -14/+14 | |
| | | | ||||||
* | | | Add ability to skip user email confirmation with API | Stan Hu | 2018-09-10 | 1 | -0/+1 | |
|/ / | | | | | | | | | | | | | | | This gives admins the ability to send a `skip_confirmation` flag in the `POST /users/:id/email` API endpoint to skip the verification step and assume the given e-mail address is verified. Closes #50876 | |||||
* | | Merge branch 'api-promote-find-branch' into 'master' | Rémy Coutable | 2018-09-10 | 3 | -11/+8 | |
|\ \ | | | | | | | | | | | | | | | | | | | API: Use find_branch! in all places Closes #51250 See merge request gitlab-org/gitlab-ce!21614 | |||||
| * | | Fix rubocop | Robert Schilling | 2018-09-08 | 1 | -5/+3 | |
| | | | ||||||
| * | | API: Use find_branch! in all places | Robert Schilling | 2018-09-08 | 3 | -11/+10 | |
| | | | ||||||
* | | | Add receive_max_input_size setting to Application settings | Rubén Dávila | 2018-09-07 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | If user has configure the setting then it will be passed to gitlab-shell and gitlab-workhorse | |||||
* | | | Merge branch '48778-remove-old-storage-logic-from-import-export' into 'master' | Douwe Maan | 2018-09-07 | 1 | -6/+2 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Remove old storage logic from Import/Export" Closes #51144, #50109, #48778, and #51079 See merge request gitlab-org/gitlab-ce!21409 | |||||
| * | | | refactor code based on feedback | James Lopez | 2018-09-07 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | refactor code based on feedback | James Lopez | 2018-09-07 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Refactor code to remove object storage flag from Import/Export | James Lopez | 2018-09-06 | 1 | -5/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Updated docs, refactor import/export code Fix AvatarUploader path issue Fix project export upload webhook error | |||||
* | | | | Use ResourceLabelEvent for tracking label changes | Jan Provaznik | 2018-09-07 | 3 | -0/+67 | |
| | | | | ||||||
* | | | | Update /api/v4/allowed | Ash McKenzie | 2018-09-06 | 1 | -21/+38 | |
|/ / / | | | | | | | | | | | | | - Use proper HTTP codes for /api/v4/allowed response - CustomAction support | |||||
* | | | Merge branch 'ce-5306-more-custom-templates' into 'master' | Robert Speicher | 2018-09-06 | 1 | -8/+5 | |
|\ \ \ | | | | | | | | | | | | | | | | | CE backport of changes that introduce custom instance-level templates to EE See merge request gitlab-org/gitlab-ce!21530 | |||||
| * | | | Allow the TemplateFinder to handle licenses as well | Nick Thomas | 2018-09-05 | 1 | -3/+3 | |
| | | | | ||||||
| * | | | Convert global templates to vendored templates via a ::TemplateFinder | Nick Thomas | 2018-09-05 | 1 | -6/+3 | |
| | | | | ||||||
* | | | | Merge branch 'an/api-route-logger' into 'master' | Stan Hu | 2018-09-05 | 1 | -0/+1 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add route information to lograge structured logging for API logs Closes #50993 See merge request gitlab-org/gitlab-ce!21487 | |||||
| * | | | | Add route information to lograge structured logging | Andrew Newdigate | 2018-09-05 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | Merge branch 'filter-web-hooks-by-branch' into 'master' | Dmitriy Zaporozhets | 2018-09-05 | 2 | -0/+4 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Filter web hooks by branch See merge request gitlab-org/gitlab-ce!19513 | |||||
| * | | | | | Filter project hooks by branch | Duana Saskia | 2018-08-13 | 2 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
* | | | | | | Resolve "Return how many commits the source branch is behind the target ↵ | 🙈 jacopo beschi 🙉 | 2018-09-05 | 2 | -1/+4 | |
| |/ / / / |/| | | | | | | | | | | | | | | branch through the API" | |||||
* | | | | | Add gitaly_calls to API structured logs | Andrew Newdigate | 2018-09-04 | 1 | -1/+2 | |
| |/ / / |/| | | | ||||||
* | | | | Uploads to wiki stored inside the wiki git repository | Francisco Javier López | 2018-09-04 | 2 | -0/+53 | |
| | | | | ||||||
* | | | | Merge branch 'feature/#32877-add-default-field-branch-api' into 'master' | Robert Speicher | 2018-09-01 | 1 | -0/+4 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add default parameter to branches API Closes #32877 See merge request gitlab-org/gitlab-ce!21294 | |||||
| * | | | | Add default parameter to branches API | Riccardo Padovani | 2018-08-18 | 1 | -0/+4 | |
| | | | | | ||||||
* | | | | | Updates code using class_methods over module ClassMethods | Jacopo | 2018-08-29 | 2 | -2/+2 | |
| | | | | | ||||||
* | | | | | Merge branch 'fldubois/gitlab-ce-fix-api-group-createdat' into 'master' | Rémy Coutable | 2018-08-28 | 2 | -11/+5 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow date parameters on Issues, Notes, and Discussions API for group owners Closes #40059 See merge request gitlab-org/gitlab-ce!21342 | |||||
| * | | | | | Use policies to determine if attributes can be set in the API | Sean McGivern | 2018-08-22 | 2 | -9/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | This is more idiomatic than checking membership explicitly. | |||||
| * | | | | | Allow date parameters on Issues and Notes API for group owners | Florent Dubois | 2018-08-22 | 2 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Allow `created_at` and `updated_at` parameters on Issues API - Allow `created_at` on Issue Notes API Closes gitlab-org/gitlab-ce#40059 |