gitlab-org--gitlab-foss/spec/support
Bob Van Landuyt 7684217d68 Enforces terms in the web application
This enforces the terms in the web application. These cases are
specced:

- Logging in: When terms are enforced, and a user logs in that has not
  accepted the terms, they are presented with the screen. They get
  directed to their customized root path afterwards.
- Signing up: After signing up, the first screen the user is presented
  with the screen to accept the terms. After they accept they are
  directed to the dashboard.
- While a session is active:
  - For a GET: The user will be directed to the terms page first,
    after they accept the terms, they will be directed to the page
    they were going to
  - For any other request: They are directed to the terms, after they
    accept the terms, they are directed back to the page they came
    from to retry the request. Any information entered would be
    persisted in localstorage and available on the page.
2018-05-04 13:54:43 +02:00
..
api EE-BACKPORT group boards 2018-01-04 17:28:10 -02:00
banzai
controllers Merge branch 'jej/refactor-omniauth-controller' into 'master' 2018-04-24 10:18:10 +00:00
cycle_analytics_helpers Refactors median code to work with both single and multiple projects 2018-02-28 10:46:20 +00:00
features Refactor discussions/notes code 2018-04-03 16:03:00 +00:00
gitlab-git-test.git Move spec helpers/matchers/shared examples/contexts to their relevant folder 2018-04-23 12:20:30 +02:00
gitlab_stubs
google_api Refactor GCP redirect test suite 2018-01-11 07:14:08 +01:00
helpers Enforces terms in the web application 2018-05-04 13:54:43 +02:00
http_io Make HTTPIO compatible with multi-byte chars (Extracted from ChunkedIO) 2018-04-17 14:50:32 +09:00
import_export
matchers Move spec helpers/matchers/shared examples/contexts to their relevant folder 2018-04-23 12:20:30 +02:00
migrations_helpers Move TrackUntrackedUploadsHelpers 2018-02-20 12:09:50 -08:00
prometheus Backport custom metrics ce components 2018-02-23 17:58:40 +00:00
protected_tags
redis
services Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
shared_contexts Move spec helpers/matchers/shared examples/contexts to their relevant folder 2018-04-23 12:20:30 +02:00
shared_examples Load branches on new merge request page asynchronously 2018-05-02 22:23:48 +00:00
batch_loader.rb Clear BatchLoader after each spec to prevent holding onto records longer than necessary 2017-12-14 13:42:11 +01:00
capybara.rb Move spec helpers/matchers/shared examples/contexts to their relevant folder 2018-04-23 12:20:30 +02:00
carrierwave.rb
commit_trailers_spec_helper.rb Fix commit trailer rendering when Gravatar is disabled 2018-04-25 17:32:51 +02:00
db_cleaner.rb Fix deletion attempts on dropped tables 2018-02-23 14:12:54 -08:00
forgery_protection.rb
generate-seed-repo-rb Move spec helpers/matchers/shared examples/contexts to their relevant folder 2018-04-23 12:20:30 +02:00
gitaly.rb Make all workhorse gitaly calls opt-out, take 2 2018-03-28 14:13:06 +02:00
issuables_requiring_filter_shared_examples.rb Check if at least one filter is set on dashboard 2018-04-03 20:19:09 +02:00
json_response.rb Move spec helpers/matchers/shared examples/contexts to their relevant folder 2018-04-23 12:20:30 +02:00
omni_auth.rb
prepare-gitlab-git-test-for-commit Move spec helpers/matchers/shared examples/contexts to their relevant folder 2018-04-23 12:20:30 +02:00
rspec.rb Move spec helpers/matchers/shared examples/contexts to their relevant folder 2018-04-23 12:20:30 +02:00
seed.rb Move spec helpers/matchers/shared examples/contexts to their relevant folder 2018-04-23 12:20:30 +02:00
setup_builds_storage.rb
sidekiq.rb
stored_repositories.rb Route path lookups through legacy_disk_path 2018-03-21 18:18:32 +01:00
unpack-gitlab-git-test
webmock.rb