summaryrefslogtreecommitdiff
path: root/lib/gitlab/encoding_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-9-stable-eev15.9.0-rc42GitLab Bot2023-02-201-0/+5
* Add latest changes from gitlab-org/gitlab@15-5-stable-eev15.5.0-rc42GitLab Bot2022-10-201-2/+0
* Add latest changes from gitlab-org/gitlab@15-4-stable-eev15.4.0-rc42GitLab Bot2022-09-191-0/+24
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-0/+35
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-9/+1
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-0/+9
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-8/+23
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-091-4/+9
* Add a rubocop for Rails.loggerMayra Cabrera2019-07-101-1/+1
* Allow streaming io objects into GitalyBob Van Landuyt2019-04-011-2/+5
* Enable frozen string for lib/gitlab/*.rbgfyoung2018-10-221-0/+2
* Fix Error 500s due to encoding issues when Wiki hooks fireStan Hu2018-08-291-1/+1
* Resolve Naming/UncommunicativeMethodLin Jen-Shin2018-07-091-5/+5
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
* Fix EncodingHelper#clean blowing up on UTF-16BE stringsfix/encoding-helper-clean-blowing-up-on-utf-16beAhmad Sherif2018-03-221-1/+1
* Return a warning string if we try to encode to unsupported encodingAhmad Sherif2018-02-091-3/+3
* Fix a bug where charlock_holmes was used needlessly to encode strings41677-branch-name-omitted-due-to-bad-utf-8-conversion-by-gitaly-ref-handlerAlejandro Rodríguez2018-01-041-10/+16
* Move encoding methods to the more general EncodingHelpergitaly-encoding-helpersAlejandro Rodríguez2017-12-281-0/+10
* Fix encoding bugs in Gitlab::Git::UserJacob Vosmaer (GitLab)2017-11-231-0/+4
* Avoind unnecesary `force_encoding` operationsAlejandro Rodríguez2017-10-181-2/+5
* remove useless commentmicael.bergeron2017-09-061-2/+0
* renames ambiguous methods and add specmicael.bergeron2017-09-061-5/+5
* fix refactoring error with Blob.binary?micael.bergeron2017-09-061-4/+4
* revert to using a simple representationmicael.bergeron2017-09-061-5/+12
* wip: fake its a binary diffmicael.bergeron2017-09-061-4/+12
* Raise encoding confidence threshold to 50Lin Jen-Shin2017-08-081-1/+1
* Fix binary encoding error on MR diffsJames Lopez2017-06-061-1/+1
* Rename `Gitlab::Git::EncodingHelper` to `Gitlab::EncodingHelper`Bob Van Landuyt2017-06-011-0/+62