Commit graph

22 commits

Author SHA1 Message Date
GitLab Bot
02c48d0a6b Add latest changes from gitlab-org/gitlab@master 2022-05-30 15:08:03 +00:00
GitLab Bot
6997e3f3d0 Add latest changes from gitlab-org/gitlab@master 2022-05-20 15:09:10 +00:00
GitLab Bot
77839aae00 Add latest changes from gitlab-org/gitlab@master 2022-04-21 12:10:16 +00:00
GitLab Bot
4eac7e06bd Add latest changes from gitlab-org/gitlab@master 2022-02-28 12:15:45 +00:00
GitLab Bot
60e09a0cef Add latest changes from gitlab-org/gitlab@master 2022-01-20 12:16:19 +00:00
GitLab Bot
612dd7d31a Add latest changes from gitlab-org/gitlab@master 2022-01-12 09:15:13 +00:00
GitLab Bot
0ae8428c8e Add latest changes from gitlab-org/gitlab@master 2021-05-11 21:10:21 +00:00
GitLab Bot
026689ee82 Add latest changes from gitlab-org/gitlab@master 2021-04-21 18:11:09 +00:00
GitLab Bot
74804f8c31 Add latest changes from gitlab-org/gitlab@master 2021-04-15 18:09:01 +00:00
Yorick Peterse
2039c8280d
Disable existing offenses for the CodeReuse cops
This whitelists all existing offenses for the various CodeReuse cops, of
which most are triggered by the CodeReuse/ActiveRecord cop.
2018-09-11 17:32:00 +02:00
gfyoung
dce26700b2 Enable frozen string in app/serializers/**/*.rb
Partially addresses #47424.
2018-07-23 11:27:39 -07:00
Bob Van Landuyt
ca538899b6 Add a WithPagination concern to reuse across serializers 2017-10-04 22:46:49 +02:00
Kamil Trzciński
4efd18d7e1 Merge branch '29943-environment-folder' into 'security-9-5'
Do not use `location.pathname` when accessing environments folders

See merge request !2147
2017-09-07 20:22:16 -04:00
Grzegorz Bizon
d0d94e4f10 Fix pagination headers in grouped environments API 2017-02-10 09:36:52 +01:00
Grzegorz Bizon
8753635c44 Use #present? instead of defined? in serializers 2017-02-07 13:13:33 +01:00
Grzegorz Bizon
e4cb073bc0 Simplify implementation of environments serializer 2017-02-07 13:11:15 +01:00
Grzegorz Bizon
81eb5c7fd7 Move serializers pagination class to separate module
This helps to avoid conflicts with `Paginator` class that seems to be
used by some bundled libs.
2017-02-06 14:47:56 +01:00
Grzegorz Bizon
16a72896a2 Extend environments folders and pagination API specs 2017-02-03 12:03:57 +01:00
Grzegorz Bizon
888fba1e05 Order environments twice in environments serializer 2017-02-03 11:30:22 +01:00
Grzegorz Bizon
030adf12ce Encapsulate reused pagination component in a class 2017-02-02 14:37:11 +01:00
Grzegorz Bizon
ac06070147 Use serializer to group environments into folders 2017-02-02 13:10:31 +01:00
Grzegorz Bizon
acfe394018 Add PoC for resource serializers 2016-11-02 14:26:57 +01:00