Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2019-07-15Update Dependency-Scanning.gitlab-ci.ymlds-propagate-pip-dependency-pathLucas Charles
Propagate pip dependency path when pre-compiling deps
2019-07-15Merge branch '63694-tls-opts-for-helm-wait' into 'master'Sean McGivern
GitLab Managed App ensure helm version uses tls opts Closes #63694 See merge request gitlab-org/gitlab-ce!30654
2019-07-15Filter Geo proxied data from api_json.logStan Hu
Currently the base64-encoded value of the push-to-secondary data is saved in `api_json.log`, and this can easily be hundreds of megabytes. We should filter this from the logs.
2019-07-15GitLab Managed App ensure helm version uses tls optsDylan Griffith
The TLS opts were missing from helm version command which meant that it was just perpetually failing and hence wasting 30s of time waiting for a command to be successful that was never going to be successful. This never actually caused any errors because this loop will happily just fail 30 times without breaking the overall script but it was just a waste of installation time so now installing apps should be ~30s faster.
2019-07-12Remove auto ssl feature flagsVladimir Shushlin
* remove feature flag for admin settings * remove feature flag for domain settings
2019-07-12Merge branch 'js-specs-transactions' into 'master'Andreas Brandl
Use transactions in JS feature specs Closes #60207 See merge request gitlab-org/gitlab-ce!27496
2019-07-12Merge branch 'id-clean-up-mr-assignees-migration' into 'master'Andreas Brandl
Add cleanup migration for MR's multiple assignees See merge request gitlab-org/gitlab-ce!30269
2019-07-12Merge branch 'bvl-rename-routes-after-user-rename' into 'master'Jan Provaznik
Set the name of a user-namespace to the user name See merge request gitlab-org/gitlab-ce!23272
2019-07-12Merge branch 'upgrade-rails-5-2-ce' into 'master'Bob Van Landuyt
[CE] Upgrade to Rails 5.2 See merge request gitlab-org/gitlab-ce!30052
2019-07-12Merge branch '55623-group-cluster-apis' into 'master'Grzegorz Bizon
Resolve "API support for group-level clusters" Closes #55623 See merge request gitlab-org/gitlab-ce!30213
2019-07-12Merge branch 'issue-63298-asciidoc-sanitization' into 'master'Douwe Maan
Prevent excessive sanitization of AsciiDoc ouptut Closes #63298 See merge request gitlab-org/gitlab-ce!30290
2019-07-12Prevent excessive sanitization of AsciiDoc ouptutGuillaume Grossetie
2019-07-12Don't use bang method when there is no safe methodReuben Pereira
https://github.com/rubocop-hq/ruby-style-guide#dangerous-method-bang
2019-07-12Use transactions in JS feature specsHeinrich Lee Yu
Uses Rails transactional tests instead of DatabaseCleaner transaction strategy because that doesn't work with JS tests
2019-07-12Upgrade to Rails 5.2Heinrich Lee Yu
Updates changed method names and fixes spec failures
2019-07-11Clean up CI reportsPhilippe Lafoucrière
Also, `SAST_CONFIDENCE_LEVEL` has been renamed in https://gitlab.com/gitlab-org/security-products/sast/merge_requests/72
2019-07-11Remove unused methodRyan Cobb
2019-07-11Merge branch '63667-hashed-storage-migration-count-correctly' into 'master'Douglas Barbosa Alexandre
Display the amount for Hashed Storage migration/rollback correctly Closes #63667 See merge request gitlab-org/gitlab-ce!29996
2019-07-11Give Knative serving permissions to service accountHordur Freyr Yngvason
GitLab uses a kubernetes service account to perform deployments. For serverless deployments to work as expected with externally created clusters with their own knative installations (e.g. via Cloud Run), this account requires additional permissions in the serving.knative.dev API group.
2019-07-11Merge branch 'better-merge-train-exlusive-lock-ce' into 'master'Kamil Trzciński
CE Port: Fix race condition on merge train with better exclusive lock See merge request gitlab-org/gitlab-ce!30352
2019-07-11Merge branch 'banzai-avoid-redis-if-db-cache' into 'master'Douwe Maan
Banzai - avoid redis if attr is in DB cache See merge request gitlab-org/gitlab-ce!30334
2019-07-11Improve Graphql DocsFelipe Artur
Adds more friendly docs for GraphQl implementation
2019-07-11Add API for CRUD group clustersDylan Griffith
This is basically a copy of the API for project clusters.
2019-07-11Refactor: model errors for multi cluster validationDylan Griffith
The current approach requires catching exceptions to handle these errors and callers are already handling model validations so it seems more appropriate. Also it seemed to convoluted to add this logic directly to the model since the model needs to check too many possible associations to determine whether or not there are more than one cluster since the model doesn't know what it's being created on. Additionally we only wanted to validate during create to avoid the risk of existing models becoming invalid by many different edge cases.
2019-07-11Merge branch 'bvl-link-phab-users' into 'master'James Lopez
Fetch users from Phabricator + link to issues Closes #60565 See merge request gitlab-org/gitlab-ce!30321
2019-07-11Efficient merge train locksShinya Maeda
Efficient merge train locks with Sequential Process helper.
2019-07-11Banzai - avoid redis if attr is in DB cacheMario de la Ossa
When cache_collection_render runs we end up reading and writing things to redis even if we already have the rendered field cached in the DB. This commit avoids using redis at all whenever we have the field already rendered in the DB cache.
2019-07-11Display the amount for Hashed Storage migration/rollback correctlyGabriel Mazetto
Rake script considers the specified range, if present, to calculate the affected amount of projects correctly.
2019-07-10Add a rubocop for Rails.loggerMayra Cabrera
Suggests to use a JSON structured log instead Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/54102
2019-07-10Fetch users from Phabricator to link to issuesBob Van Landuyt
We fetch the users from Phabricator based on their Phabricator ID. If a user with the same username exists and is a member of the project, we set them as assignee or author. When a user is applicable, we also cache it in Redis so we don't have to perform the request again for the same phid.
2019-07-10Merge branch '63044-cluster-health-group-refactor' into 'master'Douglas Barbosa Alexandre
Refactor common_metrics importer into a more extensible pattern Closes #63044 See merge request gitlab-org/gitlab-ce!30012
2019-07-10Merge branch 'prepare-cycle-analytics-for-group-level' into 'master'Douglas Barbosa Alexandre
Prepare cycle analytics for group level See merge request gitlab-org/gitlab-ce!30356
2019-07-10Expose metrics element for FE consumptionSarah Yasonik
Adds GFM Pipline filters to insert a placeholder in the generated HTML from GFM based on the presence of a metrics dashboard link. The front end should look for the class 'js-render-metrics' to determine if it should replace the element with metrics charts. The data element 'data-dashboard-url' should be the endpoint the front end should hit in order to obtain a dashboard layout in order to appropriately render the charts.
2019-07-10Add attribute readerMałgorzata Ksionek
2019-07-10Update Clair Version V8 to V11Can Eldem
2019-07-10Propagate python version variableCan Eldem
2019-07-10Merge branch '62826-graphql-note-mutations' into 'master'Jan Provaznik
GraphQL mutations for managing Notes See merge request gitlab-org/gitlab-ce!30210
2019-07-10Merge branch '58275-rename-project-entity' into 'master'Jan Provaznik
Rename ProjectEntity to IssuableEntity Closes #58275 See merge request gitlab-org/gitlab-ce!30217
2019-07-10GraphQL support for Notes created in discussionsLuke Duncalfe
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
2019-07-10Remove unnecessary rubocop disableRyan Cobb
2019-07-10Rename Gitlab::Importers moduleRyan Cobb
In order to avoid confusion between Gitlab::Importers module and other like named modules, this renamed it to Gitlab::DatabaseImporters.
2019-07-10Remove prepending of EE moduleRyan Cobb
2019-07-10Remove CommonMetricsImporter patchRyan Cobb
Remove CommonMetricsImporter patch and change all references to CommonMetrics::Importer. Move specs into their appropriate folders. Also cleans up some common_metric importer namespacing.
2019-07-10Fully namespace importer dependenciesRyan Cobb
2019-07-10Remove prepending of EE moduleRyan Cobb
2019-07-10Move importers to lib folderRyan Cobb
This moves our metric importers into the lib folder. This will allow them to be autoloaded instead of having to explicitly require them.
2019-07-10Merge branch 'fix-unicorn-sampler-workers-count' into 'master'Stan Hu
Make unicorn_workers to return meaningful results Closes #63659 See merge request gitlab-org/gitlab-ce!30506
2019-07-09Merge branch 'project_api' into 'master'Douglas Barbosa Alexandre
Improve Project API Closes #49938, #40892, and #35992 See merge request gitlab-org/gitlab-ce!28327
2019-07-09Merge branch 'jc-disable-can-use-disk-temp' into 'master'Stan Hu
Disabling can_use_disk? temporarily See merge request gitlab-org/gitlab-ce!30526
2019-07-09Disabling can_use_disk? temporarilyJohn Cai