gitlab-org--gitlab-foss/spec/lib/gitlab
2019-01-04 22:17:02 +09:00
..
auth
background_migration
badge
bare_repository_import
bitbucket_import Does not allow an import_url with SSH protocol 2018-10-15 19:03:40 -03:00
bitbucket_server_import Remove date from author line since that is already present in created_at 2018-08-03 06:07:37 -07:00
cache
checks
ci Merge branch 'security-master-secret-ci-variables-exposed' into 'master' 2019-01-02 09:33:23 +00:00
cleanup
config ci/config: generalize Config validation into Gitlab::Config:: module 2018-11-29 16:09:18 +01:00
conflict
cross_project_access
cycle_analytics
data_builder Add variables on pipeline webhook 2018-10-01 17:22:41 +00:00
database
dependency_linker
diff Fixing image lfs bug and also displaying text lfs 2018-12-27 16:51:07 +01:00
discussions_diff Cache diff highlight in discussions 2018-12-21 16:59:21 -02:00
downtime_check
email Refactoring and review comments 2019-01-03 14:37:35 -06:00
etag_caching
fogbugz_import
gfm
git
gitaly_client
github_import
gitlab_import Fix gitlab import project load 2018-07-23 07:52:15 +00:00
google_code_import
gpg Gracefully handle unknown/invalid GPG keys 2018-12-05 10:55:30 -08:00
grape_logging/loggers Log queue duration for Grape API calls 2018-05-28 13:56:42 -07:00
graphql
graphs
hashed_storage Replace 'Sidekiq::Testing.inline!' with 'perform_enqueued_jobs' 2018-07-23 15:34:54 +11:00
health_checks
hook_data Fix image webhook rewriting for uploads 2018-10-16 10:54:49 +01:00
i18n
import Rails5: fix can't quote ActiveSupport::HashWithIndifferentAccess 2018-08-27 20:08:02 +02:00
import_export Update safe model attributes for import/export 2019-01-04 22:17:02 +09:00
kubernetes
legacy_github_import Add spec for Release API 2018-12-31 14:35:57 +09:00
manifest_import
metrics
middleware Fix lint errors 2019-01-03 20:28:02 +08:00
patch
popen Use Process::Status rather than an integer 2018-01-26 19:42:48 +08:00
prometheus
query_limiting
quick_actions Extract code from Issues::MoveService 2018-11-12 08:57:25 +01:00
redis
sanitizers Use stable gitlab-styles and eliminate offenses 2018-07-09 21:13:08 +08:00
search Optimized file search to work without limits 2018-12-06 09:25:09 +01:00
serializer
sherlock
sidekiq_logging Revert "Prefer to use correlation-id in logs" 2018-12-06 21:46:31 +01:00
sidekiq_middleware
sidekiq_status
sidekiq_versioning
slash_commands
sql Remove rails4 specific code 2018-12-16 10:48:41 +01:00
template Prevent a path traversal attack on global file templates 2018-12-05 14:12:35 +00:00
utils
verify
view/presenter Fix typos in comments and specs 2018-11-01 08:59:20 +02:00
action_rate_limiter_spec.rb
allowable_spec.rb
app_logger_spec.rb
asciidoc_spec.rb
auth_spec.rb
background_migration_spec.rb
blame_spec.rb
blob_helper_spec.rb
branch_push_merge_commit_analyzer_spec.rb
build_access_spec.rb
changes_list_spec.rb
chat_name_token_spec.rb
ci_access_spec.rb
closing_issue_extractor_spec.rb Fix closing issue default pattern 2018-09-06 16:00:12 +02:00
color_schemes_spec.rb
contributions_calendar_spec.rb
correlation_id_spec.rb
cross_project_access_spec.rb
crypto_helper_spec.rb
current_settings_spec.rb Simplify spec/lib/gitlab/current_settings_spec.rb a bit 2018-12-19 11:24:55 +01:00
daemon_spec.rb
database_spec.rb
dependency_linker_spec.rb
downtime_check_spec.rb
encoding_helper_spec.rb Update specs to exclude possible false positive pass 2018-12-18 10:21:30 +11:00
exclusive_lease_helpers_spec.rb
exclusive_lease_spec.rb
fake_application_settings_spec.rb
favicon_spec.rb
file_detector_spec.rb Fix spec failure 2018-11-15 15:20:58 +01:00
file_finder_spec.rb Implement filtering by filename on code search 2018-06-19 09:30:09 -06:00
file_markdown_link_builder_spec.rb Uploads to wiki stored inside the wiki git repository 2018-09-04 10:39:08 +00:00
file_type_detection_spec.rb Uploads to wiki stored inside the wiki git repository 2018-09-04 10:39:08 +00:00
git_access_spec.rb
git_access_wiki_spec.rb
git_ref_validator_spec.rb
git_spec.rb
gitaly_client_spec.rb More tls gitaly docs 2018-12-21 18:06:46 +02:00
github_import_spec.rb
gl_repository_spec.rb
gon_helper_spec.rb Support pushing of feature flags to the frontend 2018-10-11 17:06:19 +02:00
gpg_spec.rb
highlight_spec.rb
http_io_spec.rb Fix and add specs for testing metadata entry 2018-07-09 14:19:52 +02:00
http_spec.rb Catch RedirectionTooDeep Exception in webhooks 2018-10-19 05:55:06 +00:00
i18n_spec.rb
identifier_spec.rb
import_sources_spec.rb Fix specs for Bitbucket Server 2018-07-17 21:14:11 -07:00
incoming_email_spec.rb
insecure_key_fingerprint_spec.rb
issuable_metadata_spec.rb
issuable_sorter_spec.rb
issuables_count_for_state_spec.rb
job_waiter_spec.rb
json_cache_spec.rb
json_logger_spec.rb
kubernetes_spec.rb
language_data_spec.rb
language_detection_spec.rb Add repository languages for projects 2018-08-01 18:58:29 +02:00
lazy_spec.rb
lfs_token_spec.rb Revert "Revert "LfsToken uses JSONWebToken::HMACToken by default"" 2018-12-17 17:17:39 +11:00
markup_helper_spec.rb
metrics_spec.rb
multi_collection_paginator_spec.rb
null_request_store_spec.rb Use a null object with RequestStore 2018-09-24 12:11:26 -07:00
object_hierarchy_spec.rb Rename GroupHierarchy into ObjectHierarchy 2018-12-19 15:24:29 +01:00
omniauth_initializer_spec.rb
optimistic_locking_spec.rb
other_markup_spec.rb
otp_key_rotator_spec.rb
pages_client_spec.rb
path_regex_spec.rb
performance_bar_spec.rb
plugin_spec.rb
polling_interval_spec.rb
popen_spec.rb
private_commit_email_spec.rb
profiler_spec.rb Allow profiler to authenticate by stubbing users directly 2018-11-26 11:18:03 +00:00
project_authorizations_spec.rb Rename GroupHierarchy into ObjectHierarchy 2018-12-19 15:24:29 +01:00
project_search_results_spec.rb
project_template_spec.rb
project_transfer_spec.rb
prometheus_client_spec.rb
query_limiting_spec.rb
reference_counter_spec.rb
reference_extractor_spec.rb
regex_spec.rb
repo_path_spec.rb
repository_cache_adapter_spec.rb
repository_cache_spec.rb
request_context_spec.rb
request_forgery_protection_spec.rb
request_profiler_spec.rb
route_map_spec.rb
routing_spec.rb
safe_request_store_spec.rb Change SafeRequestStore#write to accept an options hash 2018-12-17 19:57:03 -02:00
search_results_spec.rb
sentry_spec.rb
shard_health_cache_spec.rb
shell_spec.rb
sidekiq_config_spec.rb
sidekiq_status_spec.rb
sidekiq_versioning_spec.rb
snippet_search_results_spec.rb
ssh_public_key_spec.rb
string_placeholder_replacer_spec.rb
string_range_marker_spec.rb
string_regex_marker_spec.rb
tcp_checker_spec.rb
themes_spec.rb
tree_summary_spec.rb Extract tree summary logic out of RefsController#logs_tree 2018-09-06 16:04:21 +01:00
untrusted_regexp_spec.rb Simplify untrusted regexp factory method 2018-05-18 10:14:10 +02:00
uploads_transfer_spec.rb
url_blocker_spec.rb
url_builder_spec.rb Sidebar Milestone - Fix wrong URL when selecting a parent group milestone 2018-06-12 17:22:12 -06:00
url_sanitizer_spec.rb Only allow strings in URL::Sanitizer.valid? 2018-12-09 07:59:54 -08:00
usage_data_spec.rb
user_access_spec.rb
user_extractor_spec.rb Port changes for CODEOWNERS to CE 2018-09-06 09:07:19 +02:00
utils_spec.rb
version_info_spec.rb Add variables to CI jobs for GitLab version components 2018-10-05 14:40:46 +02:00
visibility_level_spec.rb
web_ide_commits_counter_spec.rb Implements Web IDE commits counter in Redis 2018-10-03 11:34:48 +01:00
wiki_file_finder_spec.rb
workhorse_spec.rb Update GitLab Workhorse to v8.0.0 2018-12-11 16:23:23 +00:00