Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'fix-jobs-enabled-parameter' into 'master' | Sean McGivern | 2017-04-21 | 1 | -2/+5 |
|\ | | | | | | | | | | | | | Replace builds_enabled with jobs_enabled in projects API v4 Closes #31012 See merge request !10786 | ||||
| * | Replace builds_enabled with jobs_enabled in projects API v4 (!10786) | winniehell | 2017-04-20 | 1 | -2/+5 |
| | | |||||
* | | Refactor changing files in web UI | Douwe Maan | 2017-04-20 | 4 | -8/+8 |
| | | |||||
* | | Merge branch 'query-users-by-extern-uid' into 'master' | Robert Speicher | 2017-04-19 | 1 | -8/+14 |
|\ \ | | | | | | | | | | | | | Implement search by extern_uid in Users API See merge request !10509 | ||||
| * | | Implement search by extern_uid in Users API | Robin Bobbitt | 2017-04-18 | 1 | -8/+14 |
| |/ | |||||
* | | Remove unused user activities code | Sean McGivern | 2017-04-14 | 3 | -13/+1 |
| | | |||||
* | | Expose `last_activity_on` in the User API | Rémy Coutable | 2017-04-14 | 2 | -9/+9 |
| | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | Port 'Add user activities API' to CE | Sean McGivern | 2017-04-14 | 3 | -1/+24 |
| | | | | | | | | CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/962 | ||||
* | | Remove user activities table and use redis instead of PG for recording ↵ | James Lopez | 2017-04-14 | 1 | -0/+7 |
| | | | | | | | | | | | | activities Refactored specs and added a post deployment migration to remove the activity users table. | ||||
* | | Add user activity service and spec. Also added relevant - NOT offline - ↵ | James Lopez | 2017-04-14 | 1 | -0/+12 |
|/ | | | | | | | migration It uses a user activity table instead of a column in users. Tested with mySQL and postgreSQL | ||||
* | Fix API not accepting job_events for webhookszj-api-fix-build-events | Z.J. van de Weg | 2017-04-12 | 1 | -3/+9 |
| | | | | | | | | | | When renaming, the argument on the projects hook API was forgotten. Now one could successfully set it again. The fix is a little ugly stylewise, but needed as the underlying model still refers to it as build_events. This commit is to fix it, later we should migrate the data to a new column. The edit on the spec file makes sure it passes now, and will fail when we migrate the column. | ||||
* | Add share_with_group_lock to CE optional params block28017-separate-ce-params-on-api | Oswaldo Ferreira | 2017-04-10 | 1 | -0/+1 |
| | |||||
* | Separate CE params on Grape API | Oswaldo Ferreira | 2017-04-10 | 6 | -30/+110 |
| | |||||
* | Set Git-specific env in /api/internal/allowed | Rémy Coutable | 2017-04-10 | 2 | -18/+12 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Remove the User#is_admin? method | blackst0ne | 2017-04-09 | 11 | -20/+20 |
| | |||||
* | Merge branch '18471-restrict-tag-pushes-protected-tags' into 'master' | Douwe Maan | 2017-04-07 | 1 | -7/+3 |
|\ | | | | | | | | | | | | | Protected Tags Closes #18471 See merge request !10356 | ||||
| * | Merge branch 'master' into '18471-restrict-tag-pushes-protected-tags' | Kushal Pandya | 2017-04-06 | 5 | -9/+22 |
| |\ | | | | | | | | | | # Conflicts: # spec/lib/gitlab/import_export/all_models.yml | ||||
| * \ | Merge branch 'last-green-master' into 18471-restrict-tag-pushes-protected-tags | James Edwards-Jones | 2017-04-06 | 7 | -6/+7 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into '18471-restrict-tag-pushes-protected-tags' | Kushal Pandya | 2017-04-06 | 16 | -91/+111 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/assets/javascripts/dispatcher.js # app/assets/stylesheets/pages/projects.scss | ||||
| * | | | | Fixed developers_can_push in RepoBranch API entity | James Edwards-Jones | 2017-04-04 | 1 | -6/+2 |
| | | | | | |||||
| * | | | | Moved Project#protected_branch? to ProtectedBranch, similar for tags | James Edwards-Jones | 2017-04-03 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Extract ProtectedRef Concern | James Edwards-Jones | 2017-04-03 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Use Gitlab::Git::Repository#gitaly_... more | Jacob Vosmaer | 2017-04-07 | 1 | -1/+1 |
| |_|_|/ |/| | | | |||||
* | | | | Merge branch 'microsoft-teams-integration' into 'master' | Douwe Maan | 2017-04-06 | 2 | -0/+15 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | adds initial microsoft teams integration See merge request !10412 | ||||
| * | | | | adds relevant tests | Tiago Botelho | 2017-04-06 | 2 | -0/+15 |
| | | | | | |||||
* | | | | | Optimise trace handling code to use streaming instead of full read | Kamil Trzciński | 2017-04-06 | 3 | -9/+7 |
| |_|_|/ |/| | | | |||||
* | | | | Merge branch '28810-projectfinder-should-handle-more-options' into 'master' | Rémy Coutable | 2017-04-06 | 6 | -6/+6 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ProjectsFinder should handle more options Closes #28810 See merge request !9682 | ||||
| * | | | | ProjectsFinder should handle more options | Jacopo | 2017-04-06 | 6 | -6/+6 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extended ProjectFinder in order to handle the following options: - current_user - which user use - project_ids_relation: int[] - project ids to use - params: - trending: boolean - non_public: boolean - starred: boolean - sort: string - visibility_level: int - tags: string[] - personal: boolean - search: string - non_archived: boolean GroupProjectsFinder now inherits from ProjectsFinder. Changed the code in order to use the new available options. | ||||
* | | | | Merge branch '30021-api-deploy_keys-can_push-is-not-honoured' into 'master' | Rémy Coutable | 2017-04-06 | 1 | -0/+1 |
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | Enable creation of deploy keys with write access via the API Closes #30021 See merge request !10488 | ||||
| * | | | Enable creation of deploy keys with write access via the API | Mark Fletcher | 2017-04-05 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | * Documentation was incorrectly advertising the missing param | ||||
* | | | | Merge branch '30195-document-search-param-on-api' into 'master' | Sean McGivern | 2017-04-05 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "search" optional param and docs for V4 Closes #30195 See merge request !10358 | ||||
| * | | | | Add "search" optional param and docs for V430195-document-search-param-on-api | Oswaldo Ferreira | 2017-04-05 | 1 | -0/+1 |
| |/ / / | | | | | | | | | | | | | Notice that this param is being supported since V3, but we have not added the proper docs for it | ||||
* | | | | Merge branch 'gitaly-refs' into 'master' | Robert Speicher | 2017-04-05 | 1 | -1/+4 |
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | Implement Gitaly refs client See merge request !9291 | ||||
| * | | | Incorporate Gitaly client for refs service | Alejandro Rodríguez | 2017-04-04 | 1 | -1/+4 |
| | | | | |||||
* | | | | Added mock deployment and monitoring service with environments fixtures | Kamil Trzciński | 2017-04-05 | 1 | -1/+7 |
| |/ / |/| | | |||||
* | | | Merge branch 'bug/api_milestone_merge_requests_scope' into 'master' | Rémy Coutable | 2017-04-04 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | | | | | | | Fixes milestone/merge_request API endpoint to really scope the results See merge request !10369 | ||||
| * | | Fixes milestone/merge_request API endpoint to really scope the results | Joren De Groof | 2017-04-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | The MergeRequestsFinder uses the milestone_title instead of the milestone_id | ||||
* | | | Merge branch 'backport-sticking-api-helper-changes' into 'master' | Kamil Trzciński | 2017-04-04 | 2 | -11/+10 |
|\ \ \ | | | | | | | | | | | | | | | | | Backport API changes needed to fix sticking in EE See merge request !10376 | ||||
| * | | | Backport API changes needed to fix sticking in EEbackport-sticking-api-helper-changes | Yorick Peterse | 2017-03-31 | 2 | -11/+10 |
| |/ / | | | | | | | | | | | | | | | | These changes are ported over from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1502 to reduce the number of merge conflicts that may occur. | ||||
* | | | Merge branch 'style-proc-cop' into 'master' | Rémy Coutable | 2017-04-03 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | | | | | Enable Style/Proc cop for rubocop See merge request !10382 | ||||
| * | | | Enable Style/Proc cop for rubocop | mhasbini | 2017-04-02 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge branch '22303-symbolic-in-tree' into 'master' | Douwe Maan | 2017-04-03 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | #22303 fix mode representation git::tree ( in base 8 ) Closes #22303 See merge request !9780 | ||||
| * | | | Fix symlink icon in project tree | mhasbini | 2017-04-02 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge branch 'introduce-base-polling-interval' into 'master' | Sean McGivern | 2017-04-03 | 2 | -1/+3 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Introduce "polling_interval_multiplier" as application setting Closes #29759 See merge request !10280 | ||||
| * | | | Introduce "polling_interval_multiplier" as application setting | Adam Niedzielski | 2017-04-03 | 2 | -1/+3 |
| |/ / | | | | | | | | | | | | | Implement module for setting "Poll-Interval" response header. Return 429 in ETag caching middleware when polling is disabled. | ||||
* | | | Delete users asynchronouslysh-fix-destroy-user-race | Stan Hu | 2017-04-02 | 1 | -1/+1 |
|/ / | |||||
* | | Merge branch 'gitaly-socket-per-shard' into 'master' | Sean McGivern | 2017-03-29 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | One Gitaly connection per storage shard See merge request !10150 | ||||
| * | | Separate GRPC channels per repository storage | Jacob Vosmaer | 2017-03-29 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch '23655-api-group-issues' into 'master' | Rémy Coutable | 2017-03-29 | 2 | -4/+4 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix API group/issues default state filter Closes #23655 See merge request !10253 | ||||
| * | | | Fix API group/issues default state filter | Alexander Randa | 2017-03-28 | 2 | -4/+4 |
| | | | |