Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | fix file upload | James Lopez | 2018-02-13 | 1 | -3/+4 | |
| | | ||||||
| * | update import API and spec | James Lopez | 2018-02-13 | 1 | -2/+2 | |
| | | ||||||
| * | update import API and spec | James Lopez | 2018-02-13 | 1 | -2/+5 | |
| | | ||||||
| * | add post import API endpoint | James Lopez | 2018-02-13 | 1 | -0/+48 | |
| | | ||||||
| * | add entity and update spec | James Lopez | 2018-02-13 | 2 | -0/+6 | |
| | | ||||||
* | | Merge branch 'feature/include-custom-attributes-in-api' into 'master' | Douwe Maan | 2018-02-14 | 5 | -7/+83 | |
|\ \ | | | | | | | | | | | | | Allow including custom attributes in API responses See merge request gitlab-org/gitlab-ce!16526 | |||||
| * | | Allow including custom attributes in API responses | Markus Koller | 2018-02-08 | 5 | -7/+83 | |
| | | | ||||||
* | | | Merge branch '42934-search-api-fix' into 'master' | Sean McGivern | 2018-02-14 | 2 | -8/+6 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add information about projects when searching in wiki_blobs, blobs, commits scopes Closes #42934 See merge request gitlab-org/gitlab-ce!17095 | |||||
| * | | | API - Include project in commits&blobs search results | Jarka Kadlecová | 2018-02-14 | 2 | -8/+6 | |
| | |/ | |/| | ||||||
* | | | Merge branch 'api-refs-for-commit' into 'master' | Douwe Maan | 2018-02-14 | 2 | -1/+26 | |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | API: Get refs for a particular commit Closes #18014 See merge request gitlab-org/gitlab-ce!15026 | |||||
| * | | Refactor commits/refs API to use hash and add pagination headers | Robert Schilling | 2018-02-14 | 2 | -19/+8 | |
| | | | ||||||
| * | | Separate branch and tag names | Robert Schilling | 2018-02-09 | 2 | -6/+10 | |
| | | | ||||||
| * | | Incorporate feedback | Robert Schilling | 2018-02-09 | 2 | -21/+18 | |
| | | | ||||||
| * | | Basic ref fetching for commits | Robert Schilling | 2018-02-09 | 2 | -3/+38 | |
| | | | ||||||
* | | | Merge branch '42937-search-api-fix' into 'master' | Grzegorz Bizon | 2018-02-12 | 1 | -4/+4 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | API - fix searching in group/project specified by path Closes #42937 See merge request gitlab-org/gitlab-ce!17033 | |||||
| * | | | API - fix searching in group/project specified by path42937-search-api-fix | Jarka Kadlecová | 2018-02-09 | 1 | -4/+4 | |
| |/ / | ||||||
* | | | Merge branch 'security-10-4-todo-api-reveals-sensitive-information' into ↵ | Robert Speicher | 2018-02-09 | 2 | -2/+2 | |
|/ / | | | | | | | | | | | 'security-10-4' Restrict Todo API mark_as_done endpoint to the user's todos only | |||||
* | | Merge branch '40744-hashed-storage-specs' into 'master' | Sean McGivern | 2018-02-08 | 1 | -1/+1 | |
|\ \ | |/ |/| | | | | | | | | | Use hashed storage in the specs Closes #40744 See merge request gitlab-org/gitlab-ce!15681 | |||||
| * | Use hashed storage in the specs40744-hashed-storage-specs | Nick Thomas | 2018-02-07 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch '41763-search-api' into 'master' | Sean McGivern | 2018-02-07 | 5 | -15/+145 | |
|\ \ | |/ |/| | | | | | | | | | Search API Closes #41763 See merge request gitlab-org/gitlab-ce!16878 | |||||
| * | Small code/doc changes41763-search-api | Jarka Kadlecová | 2018-02-07 | 1 | -6/+12 | |
| | | ||||||
| * | Return only limited pagination headers for search API endpoints | Jarka Kadlecová | 2018-02-06 | 2 | -6/+14 | |
| | | ||||||
| * | Support search in API | Jarka Kadlecová | 2018-02-06 | 4 | -11/+127 | |
| | | ||||||
* | | Merge branch ↵ | Kamil Trzciński | 2018-02-07 | 2 | -20/+2 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | '38265-stuckcijobsworker-wrongly-detects-cancels-stuck-builds-when-per-job-timeout-is-more-than-an-hour' into 'master' Resolve "StuckCiJobsWorker wrongly detects, cancels 'stuck' builds when per-job timeout is more than an hour" Closes #38265, #42196, and #42750 See merge request gitlab-org/gitlab-ce!16756 | |||||
| * \ | Merge branch 'master' into ↵ | Matija Čupić | 2018-02-04 | 9 | -47/+48 | |
| |\ \ | | | | | | | | | | | | | 38265-stuckcijobsworker-wrongly-detects-cancels-stuck-builds-when-per-job-timeout-is-more-than-an-hour | |||||
| * | | | Refactor runner attribute caching implementation | Matija Čupić | 2018-02-04 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Move info update implementation to Ci::Runner model | Matija Čupić | 2018-01-29 | 1 | -26/+1 | |
| | | | | ||||||
| * | | | Update runner info on all authenticated requests | Matija Čupić | 2018-01-29 | 2 | -1/+2 | |
| | | | | ||||||
| * | | | Extend Runner API helpers with cache info storage | Matija Čupić | 2018-01-29 | 1 | -5/+11 | |
| | | | | ||||||
* | | | | Merge branch 'master' into '26388-push-to-create-a-new-project' | Douwe Maan | 2018-02-06 | 1 | -1/+18 | |
|\ \ \ \ | | | | | | | | | | | | | | | | # Conflicts: # lib/gitlab/path_regex.rb | |||||
| * | | | | Add sorting options for /users API (admin only)42669-allow-order_by-users-in-gitlab-api | Dmitriy Zaporozhets | 2018-02-06 | 1 | -1/+18 | |
| | |_|/ | |/| | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | | | | Moves project creationg to git access check for git push | Tiago Botelho | 2018-02-06 | 2 | -22/+13 | |
| | | | | ||||||
* | | | | Abstracts ProjectMoved and ProjectCreated into a BaseProject | Tiago Botelho | 2018-02-06 | 2 | -4/+8 | |
| | | | | ||||||
* | | | | Move new project on push logic to a service | Tiago Botelho | 2018-02-06 | 2 | -31/+14 | |
| | | | | ||||||
* | | | | Add specs | Tiago Botelho | 2018-02-06 | 2 | -11/+15 | |
| | | | | ||||||
* | | | | Adds remote messsage when project is created in a push over SSH or HTTP | Tiago Botelho | 2018-02-06 | 2 | -5/+28 | |
| | | | | ||||||
* | | | | Adds option to push over SSH to create a new project | Tiago Botelho | 2018-02-06 | 1 | -1/+14 | |
|/ / / | ||||||
* | | | Merge branch 'api-guard' into 'master' | Rémy Coutable | 2018-02-05 | 1 | -1/+5 | |
|\ \ \ | | | | | | | | | | | | | | | | | Make find_user_from_sources extensible for EE See merge request gitlab-org/gitlab-ce!16924 | |||||
| * | | | Make find_user_from_sources extensible for EE | Lin Jen-Shin | 2018-02-05 | 1 | -1/+5 | |
| | |/ | |/| | ||||||
* | | | Merge branch 'query-counts' into 'master' | Rémy Coutable | 2018-02-05 | 12 | -0/+38 | |
|\ \ \ | |/ / |/| | | | | | | | | Track and act upon the number of executed SQL queries See merge request gitlab-org/gitlab-ce!16466 | |||||
| * | | Track and act upon the number of executed queriesquery-counts | Yorick Peterse | 2018-02-01 | 12 | -0/+38 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This ensures that we have more visibility in the number of SQL queries that are executed in web requests. The current threshold is hardcoded to 100 as we will rarely (maybe once or twice) change it. In production and development we use Sentry if enabled, in the test environment we raise an error. This feature is also only enabled in production/staging when running on GitLab.com as it's not very useful to other users. | |||||
* | | | use Gitlab::UserSettings directly as a singleton instead of ↵ | Mario de la Ossa | 2018-02-02 | 1 | -4/+2 | |
| | | | | | | | | | | | | including/extending it | |||||
* | | | port of 594e6a0a625^..f74c90f68c6 | Micaël Bergeron | 2018-02-01 | 1 | -3/+3 | |
|/ / | ||||||
* | | Enable RuboCop Style/RegexpLiteral | Takuya Noguchi | 2018-02-01 | 3 | -9/+9 | |
| | | ||||||
* | | Remove N+1 queries with /projects/:project_id/{access_requests,members} API ↵sh-fix-project-members-api-perf | Stan Hu | 2018-01-30 | 4 | -30/+25 | |
| | | | | | | | | | | | | | | | | | | | | | | endpoints We can simplify the code quite a bit and improve performance by using grape-entity merge fields: https://github.com/ruby-grape/grape-entity/tree/v0.6.0#merge-fields Relates to #42030 | |||||
* | | Remove tap and use simplified method call | Oswaldo Ferreira | 2018-01-29 | 1 | -1/+2 | |
| | | ||||||
* | | Return more consistent values for merge_status on MR APIosw-consistent-values-on-api-merge-status | Oswaldo Ferreira | 2018-01-28 | 1 | -1/+8 | |
|/ | ||||||
* | Revert "Merge branch 'osw-updates-merge-status-on-api-actions' into 'master'" | Douwe Maan | 2018-01-25 | 1 | -10/+1 | |
| | | | This reverts merge request !16626 | |||||
* | Merge branch 'search-100' into 'master' | Yorick Peterse | 2018-01-24 | 1 | -1/+1 | |
|\ | | | | | | | | | Use limit for search count queries See merge request gitlab-org/gitlab-ce!16502 | |||||
| * | Use limit for search count queriessearch-100 | Jan Provaznik | 2018-01-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Search query is especially slow if a user searches a generic string which matches many records, in such case search can take tens of seconds or time out. To speed up the search query, we search only for first 1000 records, if there is >1000 matching records we just display "1000+" instead of precise total count supposing that with such amount the exact count is not so important for the user. Because for issues even limited search was not fast enough, 2-phase approach is used for issues: first we use simpler/faster query to get all public issues, if this exceeds the limit, we just return the limit. If the amount of matching results is lower than limit, we re-run more complex search query (which includes also confidential issues). Re-running the complex query should be fast enough in such case because the amount of matching issues is lower than limit. Because exact total_count is now limited, this patch also switches to to "prev/next" pagination. Related #40540 |