summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | Propagate python version variableCan Eldem2019-07-101-0/+1
| | | | | | |
* | | | | | | Merge branch '62826-graphql-note-mutations' into 'master'Jan Provaznik2019-07-101-0/+14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GraphQL mutations for managing Notes See merge request gitlab-org/gitlab-ce!30210
| * | | | | | | GraphQL support for Notes created in discussions62826-graphql-note-mutationsLuke Duncalfe2019-07-101-0/+14
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A new `discussion_id` argument on the `createNote` mutation allows people to create a note within that discussion. The ability to lazy-load Discussions has been added, so GraphQL.object_from_id can treat Discussions the same as AR objects and batch load them. https://gitlab.com/gitlab-org/gitlab-ce/issues/62826 https://gitlab.com/gitlab-org/gitlab-ee/issues/9489
* | | | | | | Merge branch '58275-rename-project-entity' into 'master'Jan Provaznik2019-07-102-5/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename ProjectEntity to IssuableEntity Closes #58275 See merge request gitlab-org/gitlab-ce!30217
| * | | | | | Rename ProjectEntity to IssuableEntity58275-rename-project-entityAlexandru Croitor2019-07-092-5/+5
| | | | | | |
* | | | | | | Merge branch 'fix-unicorn-sampler-workers-count' into 'master'Stan Hu2019-07-091-1/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make unicorn_workers to return meaningful results Closes #63659 See merge request gitlab-org/gitlab-ce!30506
| * | | | | | | Make unicorn_workers to return meaningful resultsfix-unicorn-sampler-workers-countKamil Trzciński2019-07-091-1/+10
| | | | | | | |
* | | | | | | | Merge branch 'project_api' into 'master'Douglas Barbosa Alexandre2019-07-092-7/+58
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve Project API Closes #49938, #40892, and #35992 See merge request gitlab-org/gitlab-ce!28327
| * \ \ \ \ \ \ \ Merge branch 'master' into sathieu/gitlab-ce-project_apiDouglas Barbosa Alexandre2019-07-0945-327/+564
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Fix API performance problem of auto_devops queryMathieu Parent2019-07-031-0/+2
| | | | | | | | | |
| * | | | | | | | | Add auto_devops_* to project APIMathieu Parent2019-07-032-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The auto_devops object sometimes doesn't exists. We may need to create it.
| * | | | | | | | | Add auto_cancel_pending_pipelines to project APIMathieu Parent2019-07-032-0/+3
| | | | | | | | | |
| * | | | | | | | | Add build_coverage_regex to project APIMathieu Parent2019-07-032-0/+3
| | | | | | | | | |
| * | | | | | | | | Add build_timeout to project APIMathieu Parent2019-07-032-0/+3
| | | | | | | | | |
| * | | | | | | | | Add build_git_strategy attribute to project APIMathieu Parent2019-07-032-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We map the boolean to the string 'fetch' or 'clone', to be more explicit.
| * | | | | | | | | Add *_access_level to project APIMathieu Parent2019-07-032-7/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - issues_access_level - repository_access_level - merge_requests_access_level - builds_access_level - wiki_access_level - snippets_access_level
* | | | | | | | | | Merge branch 'jc-disable-can-use-disk-temp' into 'master'Stan Hu2019-07-091-11/+12
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disabling can_use_disk? temporarily See merge request gitlab-org/gitlab-ce!30526
| * | | | | | | | | Disabling can_use_disk? temporarilyJohn Cai2019-07-091-11/+12
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Perform more redactions in Redis performance bar tracesStan Hu2019-07-091-2/+6
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HMSET and AUTH commands were not properly redacted. This commit does that and adds a test. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64309
* | | | | | | | Remove `:graphql` feature flagcharlie ablett2019-07-092-6/+0
| |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove `FeatureConstrainer` call wrapping api endpoint - Remove `Feature.enabled?(:graphql)` conditionals in back and frontend - Modify graphql test to be graphql flag agnostic - Remove api routing spec - Remove frontend feature flag via `gon`
* | | | | | | Merge branch 'fix-median-counting-for-cycle-analytics' into 'master'Andreas Brandl2019-07-091-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add additional condition to count median properly See merge request gitlab-org/gitlab-ce!30229
| * | | | | | | Add where condition to count in median classMałgorzata Ksionek2019-07-041-1/+1
| | | | | | | |
* | | | | | | | Merge branch 'patch-29' into 'master'Grzegorz Bizon2019-07-091-1/+1
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Updates to php:latest See merge request gitlab-org/gitlab-ce!30319
| * | | | | | | Updates to php:latestPaul Giberson2019-07-081-1/+1
| | | | | | | |
* | | | | | | | Merge branch 'remove-comment-from-auto-deploy-yml' into 'master'Sean McGivern2019-07-091-1/+0
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | Remove obsolete comment See merge request gitlab-org/gitlab-ce!30388
| * | | | | | | Remove obsolete commentremove-comment-from-auto-deploy-ymlThong Kuah2019-07-051-1/+0
| | |/ / / / / | |/| | | | |
* | | | | | | Updates on success of an MR the count on top and in other tabsTim Zallmann2019-07-092-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New API endpoint for merge request count Updates all open tabs at the same time with one call Restructured API response API response changed to 401 if no current_user Added API + JS specs Fix for Static Check Updated Count on Open/Close, Assign/Unassign of MR's Checking if MR Count is refreshed Added # frozen_string_literal: true to spec Added Changelog
* | | | | | | Push feature flag for embedding metricsSarah Yasonik2019-07-091-0/+5
| |/ / / / / |/| | | | |
* | | | | | Merge branch 'jc-detect-nfs-for-rugged' into 'master'Dmitriy Zaporozhets2019-07-086-6/+67
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use Rugged if we detect storage is NFS and we can access the disk See merge request gitlab-org/gitlab-ce!29725
| * | | | | | Use Rugged if we detect storage is NFS and we can access the diskjc-detect-nfs-for-ruggedJohn Cai2019-07-056-6/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a module we use as a singleton to determine whether or not rails is able to access the disk
* | | | | | | Merge branch 'zj-praefect-config-gitlab-yml' into 'master'Bob Van Landuyt2019-07-081-9/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove a high cardinality Prometheus metric See merge request gitlab-org/gitlab-ce!30122
| * | | | | | | Remove high cardinality Prometheus metriczj-praefect-config-gitlab-ymlZeger-Jan van de Weg2019-07-051-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The metric was used to correlate Gitaly requests to the Rails controller and action combination. However, Kibana provides better observability in this specific metric, and can handle hig cardinality much better. There's no dashboard in Grafana that currently depends on this metric being exposed.
* | | | | | | | Merge branch '40379-CJK-search-min-chars' into 'master'Andreas Brandl2019-07-081-10/+14
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove minimum required characters for fuzzy search if no trigram is used See merge request gitlab-org/gitlab-ce!29810
| * | | | | | | | Ignore min_chars_for_partial_matching unles trigrm40379-CJK-search-min-charsMario de la Ossa2019-07-041-10/+14
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If we're not using a trigram index, then ignore the min_chars_for_partial_matching setting
* | | | | | | | Add OpenSSL::OpenSSLError to HTTP_ERRORSDouglas Barbosa Alexandre2019-07-051-3/+3
| |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some services can raise OpenSSL::X509::CertificateError due to an invalid SSL certificates, with OpenSSL::OpenSSLError we can handle these errors.
* | | | | | | Merge branch '51794-add-ordering-to-runner-jobs-api' into 'master'Lin Jen-Shin2019-07-051-0/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding order by to list runner jobs api. Closes #51794 See merge request gitlab-org/gitlab-ce!29629
| * | | | | | | Adding order by to list runner jobs api.sujay patel2019-07-051-0/+2
| | | | | | | |
* | | | | | | | Merge branch 'create-merge-train-ref-ce' into 'master'Douwe Maan2019-07-052-4/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CE Port: Extend `MergeToRefService` to create merge ref from an arbitrary ref See merge request gitlab-org/gitlab-ce!30361
| * | | | | | | | Extend MergeToRefService for creating merge ref from the other refShinya Maeda2019-07-052-4/+5
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, MergeToRefService is specifically designed for createing merge commits from source branch and target branch of merge reqeusts. We extend this behavior to source branch and any target ref paths.
* | | | | | | | Refactor PositionTracer to support different typesPatrick Bajao2019-07-055-186/+287
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to prepare for supporing image type position tracing
* | | | | | | | Update SAST.gitlab-ci.yml w/ FAIL_NEVER ENVLucas Charles2019-07-051-0/+1
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ee/issues/10564
* | | | | | | Merge branch 'if-6990-enforce_smartcard_session_for_git_and_api' into 'master'12-1-stable-prepare-rc1Bob Van Landuyt2019-07-051-5/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CE port of "Require session with smartcard login for Git access" See merge request gitlab-org/gitlab-ce!30384
| * | | | | | | CE port of "Require session with smartcard login for Git access"Imre Farkas2019-07-051-5/+10
| |/ / / / / /
* | | | | | | Merge branch ↵Bob Van Landuyt2019-07-054-3/+59
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '58409-increase-graphql-complexity-for-fields-that-make-gitaly-calls' into 'master' Increase GraphQL complexity for fields that make Gitaly Calls Closes #58409 See merge request gitlab-org/gitlab-ce!28814
| * | | | | | Address reviewer comments58409-increase-graphql-complexity-for-fields-that-make-gitaly-callscharlieablett2019-07-052-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove Gitaly call check for fields that have a constant complexity declared - Add associated test
| * | | | | | Address reviewer commentscharlieablett2019-07-031-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add 1 for all fields that call Gitaly (with resolvers or without) - Clarify comment regarding Gitaly call alert - Expose predicate `calls_gitaly?` instead of ivar
| * | | | | | Wrap proc properly in gitaly call countscharlieablett2019-07-032-10/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add `calls_gitaly: true` to some fields missing (hey, it works!) - Clarify proc wrapping - Add kwargs argument to `mount_mutation`
| * | | | | | Alert if `calls_gitaly` declaration missingcharlieablett2019-07-033-1/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Move `calls_gitaly_check` to public - Add instrumentation for flagging missing CallsGitaly declarations - Wrap resolver proc in before-and-after Gitaly counts to get the net Gitaly call count for the resolver.
* | | | | | | DRY up conditions for files require DB reviewToon Claes2019-07-041-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Stop using two separate lists for the conditions which files require a database review. Related discussion: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/30156#note_187732053
* | | | | | | Merge branch '54117-transactional-rebase' into 'master'Douglas Barbosa Alexandre2019-07-044-5/+10
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow asynchronous rebase operations to be monitored Closes #54117 See merge request gitlab-org/gitlab-ce!29940