Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
26121e3b
Commit
26121e3b
authored
Nov 24, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add latest changes from gitlab-org/gitlab@master
parent
5cb94fc4
Changes
30
Hide whitespace changes
Inline
Side-by-side
Showing
30 changed files
with
60 additions
and
0 deletions
+60
-0
spec/lib/gitlab/grape_logging/loggers/exception_logger_spec.rb
...lib/gitlab/grape_logging/loggers/exception_logger_spec.rb
+2
-0
spec/lib/gitlab/grape_logging/loggers/queue_duration_logger_spec.rb
...itlab/grape_logging/loggers/queue_duration_logger_spec.rb
+2
-0
spec/lib/gitlab/graphql/authorize/authorize_resource_spec.rb
spec/lib/gitlab/graphql/authorize/authorize_resource_spec.rb
+2
-0
spec/lib/gitlab/graphql/loaders/batch_lfs_oid_loader_spec.rb
spec/lib/gitlab/graphql/loaders/batch_lfs_oid_loader_spec.rb
+2
-0
spec/lib/gitlab/graphql/loaders/batch_model_loader_spec.rb
spec/lib/gitlab/graphql/loaders/batch_model_loader_spec.rb
+2
-0
spec/lib/gitlab/graphs/commits_spec.rb
spec/lib/gitlab/graphs/commits_spec.rb
+2
-0
spec/lib/gitlab/health_checks/db_check_spec.rb
spec/lib/gitlab/health_checks/db_check_spec.rb
+2
-0
spec/lib/gitlab/health_checks/gitaly_check_spec.rb
spec/lib/gitlab/health_checks/gitaly_check_spec.rb
+2
-0
spec/lib/gitlab/health_checks/master_check_spec.rb
spec/lib/gitlab/health_checks/master_check_spec.rb
+2
-0
spec/lib/gitlab/health_checks/puma_check_spec.rb
spec/lib/gitlab/health_checks/puma_check_spec.rb
+2
-0
spec/lib/gitlab/health_checks/redis/cache_check_spec.rb
spec/lib/gitlab/health_checks/redis/cache_check_spec.rb
+2
-0
spec/lib/gitlab/health_checks/redis/queues_check_spec.rb
spec/lib/gitlab/health_checks/redis/queues_check_spec.rb
+2
-0
spec/lib/gitlab/health_checks/redis/redis_check_spec.rb
spec/lib/gitlab/health_checks/redis/redis_check_spec.rb
+2
-0
spec/lib/gitlab/health_checks/redis/shared_state_check_spec.rb
...lib/gitlab/health_checks/redis/shared_state_check_spec.rb
+2
-0
spec/lib/gitlab/health_checks/simple_check_shared.rb
spec/lib/gitlab/health_checks/simple_check_shared.rb
+2
-0
spec/lib/gitlab/health_checks/unicorn_check_spec.rb
spec/lib/gitlab/health_checks/unicorn_check_spec.rb
+2
-0
spec/lib/gitlab/hook_data/base_builder_spec.rb
spec/lib/gitlab/hook_data/base_builder_spec.rb
+2
-0
spec/lib/gitlab/hook_data/issuable_builder_spec.rb
spec/lib/gitlab/hook_data/issuable_builder_spec.rb
+2
-0
spec/lib/gitlab/hook_data/issue_builder_spec.rb
spec/lib/gitlab/hook_data/issue_builder_spec.rb
+2
-0
spec/lib/gitlab/hook_data/merge_request_builder_spec.rb
spec/lib/gitlab/hook_data/merge_request_builder_spec.rb
+2
-0
spec/lib/gitlab/legacy_github_import/branch_formatter_spec.rb
.../lib/gitlab/legacy_github_import/branch_formatter_spec.rb
+2
-0
spec/lib/gitlab/legacy_github_import/client_spec.rb
spec/lib/gitlab/legacy_github_import/client_spec.rb
+2
-0
spec/lib/gitlab/legacy_github_import/comment_formatter_spec.rb
...lib/gitlab/legacy_github_import/comment_formatter_spec.rb
+2
-0
spec/lib/gitlab/legacy_github_import/importer_spec.rb
spec/lib/gitlab/legacy_github_import/importer_spec.rb
+2
-0
spec/lib/gitlab/legacy_github_import/issuable_formatter_spec.rb
...ib/gitlab/legacy_github_import/issuable_formatter_spec.rb
+2
-0
spec/lib/gitlab/legacy_github_import/issue_formatter_spec.rb
spec/lib/gitlab/legacy_github_import/issue_formatter_spec.rb
+2
-0
spec/lib/gitlab/legacy_github_import/label_formatter_spec.rb
spec/lib/gitlab/legacy_github_import/label_formatter_spec.rb
+2
-0
spec/lib/gitlab/legacy_github_import/milestone_formatter_spec.rb
...b/gitlab/legacy_github_import/milestone_formatter_spec.rb
+2
-0
spec/lib/gitlab/legacy_github_import/project_creator_spec.rb
spec/lib/gitlab/legacy_github_import/project_creator_spec.rb
+2
-0
spec/lib/gitlab/legacy_github_import/pull_request_formatter_spec.rb
...itlab/legacy_github_import/pull_request_formatter_spec.rb
+2
-0
No files found.
spec/lib/gitlab/grape_logging/loggers/exception_logger_spec.rb
View file @
26121e3b
# frozen_string_literal: true
require
'spec_helper'
describe
Gitlab
::
GrapeLogging
::
Loggers
::
ExceptionLogger
do
...
...
spec/lib/gitlab/grape_logging/loggers/queue_duration_logger_spec.rb
View file @
26121e3b
# frozen_string_literal: true
require
'spec_helper'
describe
Gitlab
::
GrapeLogging
::
Loggers
::
QueueDurationLogger
do
...
...
spec/lib/gitlab/graphql/authorize/authorize_resource_spec.rb
View file @
26121e3b
# frozen_string_literal: true
require
'spec_helper'
describe
Gitlab
::
Graphql
::
Authorize
::
AuthorizeResource
do
...
...
spec/lib/gitlab/graphql/loaders/batch_lfs_oid_loader_spec.rb
View file @
26121e3b
# frozen_string_literal: true
require
'spec_helper'
describe
Gitlab
::
Graphql
::
Loaders
::
BatchLfsOidLoader
do
...
...
spec/lib/gitlab/graphql/loaders/batch_model_loader_spec.rb
View file @
26121e3b
# frozen_string_literal: true
require
'spec_helper'
describe
Gitlab
::
Graphql
::
Loaders
::
BatchModelLoader
do
...
...
spec/lib/gitlab/graphs/commits_spec.rb
View file @
26121e3b
# frozen_string_literal: true
require
'spec_helper'
describe
Gitlab
::
Graphs
::
Commits
do
...
...
spec/lib/gitlab/health_checks/db_check_spec.rb
View file @
26121e3b
# frozen_string_literal: true
require
'spec_helper'
require_relative
'./simple_check_shared'
...
...
spec/lib/gitlab/health_checks/gitaly_check_spec.rb
View file @
26121e3b
# frozen_string_literal: true
require
'spec_helper'
describe
Gitlab
::
HealthChecks
::
GitalyCheck
do
...
...
spec/lib/gitlab/health_checks/master_check_spec.rb
View file @
26121e3b
# frozen_string_literal: true
require
'spec_helper'
require_relative
'./simple_check_shared'
...
...
spec/lib/gitlab/health_checks/puma_check_spec.rb
View file @
26121e3b
# frozen_string_literal: true
require
'spec_helper'
describe
Gitlab
::
HealthChecks
::
PumaCheck
do
...
...
spec/lib/gitlab/health_checks/redis/cache_check_spec.rb
View file @
26121e3b
# frozen_string_literal: true
require
'spec_helper'
require_relative
'../simple_check_shared'
...
...
spec/lib/gitlab/health_checks/redis/queues_check_spec.rb
View file @
26121e3b
# frozen_string_literal: true
require
'spec_helper'
require_relative
'../simple_check_shared'
...
...
spec/lib/gitlab/health_checks/redis/redis_check_spec.rb
View file @
26121e3b
# frozen_string_literal: true
require
'spec_helper'
require_relative
'../simple_check_shared'
...
...
spec/lib/gitlab/health_checks/redis/shared_state_check_spec.rb
View file @
26121e3b
# frozen_string_literal: true
require
'spec_helper'
require_relative
'../simple_check_shared'
...
...
spec/lib/gitlab/health_checks/simple_check_shared.rb
View file @
26121e3b
# frozen_string_literal: true
shared_context
'simple_check'
do
|
metrics_prefix
,
check_name
,
success_result
|
describe
'#metrics'
do
subject
{
described_class
.
metrics
}
...
...
spec/lib/gitlab/health_checks/unicorn_check_spec.rb
View file @
26121e3b
# frozen_string_literal: true
require
'spec_helper'
describe
Gitlab
::
HealthChecks
::
UnicornCheck
do
...
...
spec/lib/gitlab/hook_data/base_builder_spec.rb
View file @
26121e3b
# frozen_string_literal: true
require
'spec_helper'
describe
Gitlab
::
HookData
::
BaseBuilder
do
...
...
spec/lib/gitlab/hook_data/issuable_builder_spec.rb
View file @
26121e3b
# frozen_string_literal: true
require
'spec_helper'
describe
Gitlab
::
HookData
::
IssuableBuilder
do
...
...
spec/lib/gitlab/hook_data/issue_builder_spec.rb
View file @
26121e3b
# frozen_string_literal: true
require
'spec_helper'
describe
Gitlab
::
HookData
::
IssueBuilder
do
...
...
spec/lib/gitlab/hook_data/merge_request_builder_spec.rb
View file @
26121e3b
# frozen_string_literal: true
require
'spec_helper'
describe
Gitlab
::
HookData
::
MergeRequestBuilder
do
...
...
spec/lib/gitlab/legacy_github_import/branch_formatter_spec.rb
View file @
26121e3b
# frozen_string_literal: true
require
'spec_helper'
describe
Gitlab
::
LegacyGithubImport
::
BranchFormatter
do
...
...
spec/lib/gitlab/legacy_github_import/client_spec.rb
View file @
26121e3b
# frozen_string_literal: true
require
'spec_helper'
describe
Gitlab
::
LegacyGithubImport
::
Client
do
...
...
spec/lib/gitlab/legacy_github_import/comment_formatter_spec.rb
View file @
26121e3b
# frozen_string_literal: true
require
'spec_helper'
describe
Gitlab
::
LegacyGithubImport
::
CommentFormatter
do
...
...
spec/lib/gitlab/legacy_github_import/importer_spec.rb
View file @
26121e3b
# frozen_string_literal: true
require
'spec_helper'
describe
Gitlab
::
LegacyGithubImport
::
Importer
do
...
...
spec/lib/gitlab/legacy_github_import/issuable_formatter_spec.rb
View file @
26121e3b
# frozen_string_literal: true
require
'spec_helper'
describe
Gitlab
::
LegacyGithubImport
::
IssuableFormatter
do
...
...
spec/lib/gitlab/legacy_github_import/issue_formatter_spec.rb
View file @
26121e3b
# frozen_string_literal: true
require
'spec_helper'
describe
Gitlab
::
LegacyGithubImport
::
IssueFormatter
do
...
...
spec/lib/gitlab/legacy_github_import/label_formatter_spec.rb
View file @
26121e3b
# frozen_string_literal: true
require
'spec_helper'
describe
Gitlab
::
LegacyGithubImport
::
LabelFormatter
do
...
...
spec/lib/gitlab/legacy_github_import/milestone_formatter_spec.rb
View file @
26121e3b
# frozen_string_literal: true
require
'spec_helper'
describe
Gitlab
::
LegacyGithubImport
::
MilestoneFormatter
do
...
...
spec/lib/gitlab/legacy_github_import/project_creator_spec.rb
View file @
26121e3b
# frozen_string_literal: true
require
'spec_helper'
describe
Gitlab
::
LegacyGithubImport
::
ProjectCreator
do
...
...
spec/lib/gitlab/legacy_github_import/pull_request_formatter_spec.rb
View file @
26121e3b
# frozen_string_literal: true
require
'spec_helper'
describe
Gitlab
::
LegacyGithubImport
::
PullRequestFormatter
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment