gitlab-org--gitlab-foss/spec/support
Yorick Peterse 86166d2802
Split Markdown rendering & reference gathering
This splits the Markdown rendering and reference extraction phases into
two distinct code bases. The reference extraction phase no longer relies
on the html-pipeline Gem (and any related code) and allows for
extracting of references from multiple HTML nodes in a single pass. This
means that if you want to extract user references from 200 comments you
no longer need to run 200 times N number of queries, instead only a
handful of queries may be needed.
2016-05-26 17:14:00 +02:00
..
api Add pagination headers to already paginated API resources 2016-01-14 12:10:27 +01:00
gitlab_stubs Read job variables directly from gitlab CI config 2016-04-18 13:17:48 +02:00
matchers Merge branch 'adambutler/gitlab-ce-feature/support-diff-of-issue-title-rename' 2016-05-20 16:23:04 -05:00
api_helpers.rb fix specs. Stage 2 2015-09-14 18:14:17 +03:00
capybara.rb Fix Capybara 2.6.2 deprecation warnings 2016-03-15 11:03:17 -07:00
capybara_helpers.rb
carrierwave.rb Move CarrierWave test env config to separate file 2016-03-30 13:57:01 +02:00
db_cleaner.rb
email_format_shared_examples.rb Validate email addresses using Devise.email_regexp 2016-02-09 18:15:35 +01:00
email_helpers.rb Original implementation to allow users to subscribe to labels 2016-03-15 17:25:37 +01:00
factory_girl.rb
filter_spec_helper.rb Split Markdown rendering & reference gathering 2016-05-26 17:14:00 +02:00
fixture_helpers.rb
issue_tracker_service_shared_example.rb Ensure URL in all Service subclasses are valid 2016-04-25 15:28:24 -04:00
jira_service_helper.rb Codestyle: make sure we have space around operators 2016-05-13 04:46:56 -03:00
login_helpers.rb fix specs. Stage 7 2015-09-15 17:43:17 +03:00
markdown_feature.rb Implementing special GitLab markdown reference for milestones 2016-04-20 22:12:43 -03:00
mentionable_shared_examples.rb Restrict access to references for confidential issues 2016-03-17 20:55:59 -03:00
project_hook_data_shared_example.rb Added System Hooks for push and tag_push 2016-04-19 11:00:30 +02:00
reference_parser_helpers.rb Split Markdown rendering & reference gathering 2016-05-26 17:14:00 +02:00
relative_url.rb Fix emoji URLs in Markdown when relative_url_root is used 2015-09-06 09:46:10 -07:00
repo_helpers.rb Add support to cherry-pick any commit 2016-04-18 15:39:07 +08:00
select2_helper.rb
services_shared_context.rb Hide passwords to non-admin users in the services API 2015-10-12 15:24:00 +02:00
setup_builds_storage.rb Don't use "rm" for cleaning tmp/builds 2015-10-02 16:25:47 +02:00
stub_configuration.rb Rename reply_by_email to incoming_email to prepare for the future. 2015-09-21 10:35:37 +02:00
stub_gitlab_calls.rb Fix specs 2016-05-16 23:40:40 -05:00
stub_gitlab_data.rb Merge CI factories and CI spec/support with GitLab 2015-09-09 13:37:50 +02:00
taskable_shared_examples.rb
test_env.rb Fix creation of merge requests for orphaned branches 2016-04-04 04:51:05 -07:00
wait_for_ajax.rb Fix Capybara 2.6.2 deprecation warnings 2016-03-15 11:03:17 -07:00
webmock.rb
workhorse_helpers.rb Add newline 2016-02-17 15:22:33 +01:00