summaryrefslogtreecommitdiff
path: root/lib/gitlab/serializer
Commit message (Collapse)AuthorAgeFilesLines
* Enable even more frozen string for lib/gitlabgfyoung2018-11-192-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Enables frozen string for the following: * lib/gitlab/patch/**/*.rb * lib/gitlab/popen/**/*.rb * lib/gitlab/profiler/**/*.rb * lib/gitlab/project_authorizations/**/*.rb * lib/gitlab/prometheus/**/*.rb * lib/gitlab/query_limiting/**/*.rb * lib/gitlab/quick_actions/**/*.rb * lib/gitlab/redis/**/*.rb * lib/gitlab/request_profiler/**/*.rb * lib/gitlab/search/**/*.rb * lib/gitlab/sherlock/**/*.rb * lib/gitlab/sidekiq_middleware/**/*.rb * lib/gitlab/slash_commands/**/*.rb * lib/gitlab/sql/**/*.rb * lib/gitlab/template/**/*.rb * lib/gitlab/testing/**/*.rb * lib/gitlab/utils/**/*.rb * lib/gitlab/webpack/**/*.rb Partially addresses gitlab-org/gitlab-ce#47424.
* Fix deserializing yaml variables in imported projectsGrzegorz Bizon2018-07-191-2/+3
|
* Refactor and extract DefaultPaginationStrategy.Andreas Brandl2018-05-211-2/+0
|
* Enable and autocorrect the CustomErrorClass copSean McGivern2017-03-011-1/+1
|
* Add specs for standalone pagination for serializersGrzegorz Bizon2017-02-061-0/+9
|
* Move serializers pagination class to separate moduleGrzegorz Bizon2017-02-061-0/+27
| | | | | This helps to avoid conflicts with `Paginator` class that seems to be used by some bundled libs.
* Rename `Gitlab::Serialize` module to reuse it laterGrzegorz Bizon2017-02-061-0/+27