gitlab-org--gitlab-foss/spec
Nick Thomas 670b2c1af5
JSON-encoded binary fields should use Base64::encode64
It is not interoperable to use Base64::urlsafe_encode64 for fields in
JSON that contain binary (as opposed to UTF8-safe) data. For instance,
the Golang JSON decoder (which is what gitlab-workhorse uses) insists
upon the standard base64 encoding.
2019-04-16 15:16:23 +01:00
..
bin Add some frozen string to spec/**/*.rb 2019-04-15 10:17:05 +00:00
config Add some frozen string to spec/**/*.rb 2019-04-15 10:17:05 +00:00
controllers Add ability to do variable substitution 2019-04-15 15:31:59 +00:00
db
dependencies
factories Revert "Remove HipChat integration from GitLab" 2019-04-10 12:58:18 +01:00
features Revert "Revert "Merge branch '24704-download-repository-path' into 'master'"" 2019-04-16 15:16:23 +01:00
finders Move Contribution Analytics related spec in spec/features/groups/group_page_with_external_authorization_service_spec to EE 2019-04-09 15:38:58 +00:00
fixtures Add time tracking to issue board entities 2019-04-10 11:00:41 +00:00
frontend CE backport of Add Snowplow tracking to notes 2019-04-12 15:32:24 +00:00
graphql
helpers
initializers
javascripts Merge branch 'gt-fix-styling-for-pages-status' into 'master' 2019-04-16 13:26:06 +00:00
lib JSON-encoded binary fields should use Base64::encode64 2019-04-16 15:16:23 +01:00
mailers Mark unverified pages domains for removal 2019-04-09 17:46:29 +00:00
migrations Clean up `noteable_id` for notes on commits 2019-04-06 08:29:51 +08:00
models Merge branch 'mc/feature/custom-metrics-ce' into 'master' 2019-04-16 12:54:47 +00:00
policies Move Contribution Analytics related spec in spec/features/groups/group_page_with_external_authorization_service_spec to EE 2019-04-09 15:38:58 +00:00
presenters Rename CI related selectors 2019-04-16 12:57:07 +03:00
rack_servers
requests Merge branch 'bw-query_graphql_field-enhancement' into 'master' 2019-04-16 08:05:17 +00:00
routing
rubocop Forbid the use of `#reload` and prefer `#reset` 2019-04-15 13:05:14 +02:00
serializers Use different query count expectations in EE 2019-04-10 13:18:31 +02:00
services Merge branch 'mc/feature/custom-metrics-ce' into 'master' 2019-04-16 12:54:47 +00:00
sidekiq/cron
support Merge branch '59570-move-quick-action' into 'master' 2019-04-16 11:46:53 +00:00
tasks
uploaders
validators Align UrlValidator to validate_url gem implementation. 2019-04-11 06:29:07 +00:00
views use cleaner expectation matchers from Capybara 2019-04-12 17:10:42 +01:00
workers Properly expire all pipeline caches when pipeline is deleted 2019-04-15 08:10:10 -07:00
factories_spec.rb
fast_spec_helper.rb
rails_helper.rb
rake_helper.rb
simplecov_env.rb
spec_helper.rb Double retries for rspec-retries 2019-04-10 17:25:26 +08:00