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
AgeCommit message (Collapse)Author
2019-09-05Merge branch 'docs-serveo-link' into 'master'Achilleas Pipinellis
Change serveo link as it often goes down See merge request gitlab-org/gitlab-ce!32680
2019-09-05Change serveo link as it often goes downMarcel Amirault
2019-09-05Merge branch 'docs/add-global-nav-principles' into 'master'Achilleas Pipinellis
Provide guidance on how docs global navigation should be structured See merge request gitlab-org/gitlab-ce!32624
2019-09-05Provide guidance on how docs global navigation should be structuredEvan Read
2019-09-05Merge branch 'remove-unnecessary-freeze-in-lib-gitlab' into 'master'Jan Provaznik
Avoid calling freeze on already frozen strings in lib/gitlab See merge request gitlab-org/gitlab-ce!32637
2019-09-05Merge branch ↵Rémy Coutable
'66966-convert-rails-env-stub-usages-to-use-railshelpers-stub_rails_env-instead' into 'master' Use stub_rails_env for Rails.env stubbing Closes #66966 See merge request gitlab-org/gitlab-ce!32625
2019-09-05Merge branch 'shorten-doc-pipeline' into 'master'Rémy Coutable
Add docs exception to lint-ci job See merge request gitlab-org/gitlab-ce!32683
2019-09-05Add docs exception to lint-ci jobMarcel Amirault
2019-09-05Merge branch 'auto-devops-template-comments' into 'master'Rémy Coutable
Add spaces to devops ci template to reduce warnings See merge request gitlab-org/gitlab-ce!32681
2019-09-05Add spaces to devops ci template to reduce warningsMarcel Amirault
2019-09-05Adjust routable metricBen Kochie
* Define the counter once. * Make metric name follow Prometheus naming conventions. * Add label for call method.
2019-09-05Merge branch 'ab/unconfirmed-email-index' into 'master'Andreas Brandl
Create index for users.unconfirmed_email See merge request gitlab-org/gitlab-ce!32664
2019-09-05Merge branch 'fj-66723-add-dns-rebinding-protection-check' into 'master'Thong Kuah
Allow not resolvable urls when dns rebinding setting is disabled See merge request gitlab-org/gitlab-ce!32523
2019-09-05Allow not resolvable urls when rebinding setting is disabledFrancisco Javier López
Now, when the dns rebinging setting is disabled, we will allow urls that are not resolvable.
2019-09-05Merge branch 'docs-debug-harishsr' into 'master'Evan Read
Port 3 more debug docs to the docs project Closes #63035 See merge request gitlab-org/gitlab-ce!31368
2019-09-05Move 3 references from debug project to docsMarcel Amirault
Move rails and linux cheat sheets, and test_environment reference docs to the docs project
2019-09-05Merge branch 'docs-qa-prefer-multiple-files' into 'master'Sanad Liaquat
Split tests across files for the sake of parallelization See merge request gitlab-org/gitlab-ce!32686
2019-09-05Split tests across files for the sake of parallelizationMark Lapierre
2019-09-05Merge branch 'docs-zd-130525' into 'master'Evan Read
Docs: Add role level note to projects permission See merge request gitlab-org/gitlab-ce!32483
2019-09-05Docs: Add role level note to projects permissionCynthia Ng
2019-09-05Merge branch 'tc-ce-archive-old-geo-update-docs' into 'master'Evan Read
Separate doc for version specific Geo update steps Closes gitlab-ee#11881 See merge request gitlab-org/gitlab-ce!32542
2019-09-05Separate doc for version specific Geo update stepsToon Claes
To emphasize the happy path for updating Geo nodes, put the version specific steps in a separate document and cross-link them for discoverability. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/11881
2019-09-05Extract /internal/allowed API Actor logic outAsh McKenzie
Created new API::Support::GitAccessActor class to encapsulate some of the more edge logic, making the /internal/allowed route much cleaner.
2019-09-05Use stub_rails_env for Rails.env stubbingAsh McKenzie
RailsHelpers.stub_rails_env takes care of stubbing Rails.env
2019-09-05Merge branch 'mj/code-review-avoid' into 'master'Ash McKenzie
What to avoid in code review See merge request gitlab-org/gitlab-ce!32592
2019-09-05Merge branch 'fix/regression-remove-installation-pod' into 'master'Mayra Cabrera
Bring method back that was mistakenly removed See merge request gitlab-org/gitlab-ce!32667
2019-09-05Bring method back that was mistakenly removedJoão Cunha
- We're also improving specs to avoid this could happen again
2019-09-05Merge branch '62535-upgrade-graphql-gem-to-latest-version-1-9-6-or-higher' ↵Mayra Cabrera
into 'master' Upgrade GraphQL gem to 1.9.11 See merge request gitlab-org/gitlab-ce!31980
2019-09-05Upgrade graphql gem to 1.9.10Brett Walker
- `edge_nodes` needs to get called on the object - added `include GlobalID::Identification` in a couple places - renamed `object` to `item` in spec due to conflict
2019-09-05Allow group install of JupyterHubJames Fargher
Removes limitations on cluster types that can install JupyterHub
2019-09-05Allow JupyterHub in group level UIJames Fargher
2019-09-04Merge branch ↵Paul Slaughter
'12155-update-pipelines-minutes-expiry-banner-to-an-alert-component-type-ce' into 'master' CE - Update pipelines minutes expiry banner to an alert component type See merge request gitlab-org/gitlab-ce!31654
2019-09-04Update Pipelines Minutes expire banner (CE)Ammar Alakkad
- remove hiding the alert functionality - use `danger` class instead of `warning` https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14786
2019-09-04Merge branch ↵Mayra Cabrera
'64009-show-a-meaningful-error-message-when-due-quick_actions-command-fails-because-the-date-format-is-invalid' into 'master' Resolve "Show a meaningful error message when /due quick_actions command fails because the date format is invalid" See merge request gitlab-org/gitlab-ce!32349
2019-09-04Show meaningful message on /due quick action with invalid date🙈 jacopo beschi 🙉
When using /due quick action with an invalid date a meaninful error message is shown.
2019-09-04Merge branch 'ab-add-index-for-ci-builds-metrics' into 'master'Mayra Cabrera
Create partial index for gitlab-monitor CI metrics See merge request gitlab-org/gitlab-ce!32546
2019-09-04Merge branch 'an-stricter-prom-checks' into 'master'Mayra Cabrera
Stricter validation of prometheus label values See merge request gitlab-org/gitlab-ce!32460
2019-09-04Stricter validation of prometheus label valuesAndrew Newdigate
See https://gitlab.com/gitlab-org/prometheus-client-mmap/merge_requests/38
2019-09-04Merge branch 'docs/13496-use-security-dashboard-in-pipelines-view' into 'master'Achilleas Pipinellis
Update Pipeline Security Dashboard documentation See merge request gitlab-org/gitlab-ce!32396
2019-09-04Update Pipeline Security Dashboard documentationMark Florian
Tracked in https://gitlab.com/gitlab-org/gitlab-ee/issues/13496.
2019-09-04Merge branch 'docs-ssot-api-templates' into 'master'Achilleas Pipinellis
SSoT for API template docs Closes #64589 See merge request gitlab-org/gitlab-ce!31320
2019-09-04Added SSoT front and back matterMatt Penna
These docs are straightforward API reference material and needed only to have document type header and troubleshooting footer added for the SSoT effort.
2019-09-04Merge branch 'remove-unnecessary-freeze-in-app' into 'master'Mayra Cabrera
Remove unnecessary freeze in app See merge request gitlab-org/gitlab-ce!32636
2019-09-04Remove unnecessary freeze in appDinesh Panda
2019-09-04Create index for users.unconfirmed_emailAndreas Brandl
This speeds up the following query: ```sql SELECT users.* FROM users WHERE users.unconfirmed_email = ? ORDER BY users.id ASC LIMIT 1 ``` Presumably, this is a query coming from Devise. Context is https://gitlab.com/gitlab-org/gitlab-ce/issues/66958.
2019-09-04Merge branch 'docs-storage-counteer' into 'master'Achilleas Pipinellis
Adds docs for total usage storage quota See merge request gitlab-org/gitlab-ce!32600
2019-09-04Adds docs for total usage storage quotaFilipa Lacerda
2019-09-04Merge branch '62535-upgrade-graphql-gem-to-version-1-8-17' into 'master'Mayra Cabrera
Upgrade GraphQL gem to 1.8.17 See merge request gitlab-org/gitlab-ce!32299
2019-09-04Upgrade GraphQL gem to 1.8.17Brett Walker
- Due to https://github.com/exAspArk/batch-loader/pull/32, we changed BatchLoader.for into BatchLoader::GraphQL.for - since our results are wrapped in a BatchLoader::GraphQL, calling `sync` during authorization is required to get real object - `graphql` now has it's own authorization system. Our `authorized?` method conflicted and required renaming
2019-09-04Merge branch 'add-markdownlint-to-dependencies' into 'master'Clement Ho
Add markdownlint-cli to yarn dependencies See merge request gitlab-org/gitlab-ce!32593