GitLab Bot
9b0f380a49
Add latest changes from gitlab-org/gitlab@master
2025-06-24 12:12:28 +00:00
GitLab Bot
4badf32da7
Add latest changes from gitlab-org/gitlab@master
2025-06-13 09:12:50 +00:00
GitLab Bot
f7b15c4536
Add latest changes from gitlab-org/gitlab@master
2025-06-05 09:12:18 +00:00
GitLab Bot
28c1db0354
Add latest changes from gitlab-org/gitlab@master
2025-05-14 09:11:53 +00:00
GitLab Bot
6238e8c035
Add latest changes from gitlab-org/gitlab@master
2024-12-13 12:32:18 +00:00
GitLab Bot
8bee002871
Add latest changes from gitlab-org/gitlab@master
2024-05-28 21:13:37 +00:00
GitLab Bot
49abdb108a
Add latest changes from gitlab-org/gitlab@master
2023-06-21 09:09:11 +00:00
GitLab Bot
fc4faf47ac
Add latest changes from gitlab-org/gitlab@master
2023-05-25 12:07:22 +00:00
GitLab Bot
f01d3c8c09
Add latest changes from gitlab-org/gitlab@master
2023-03-16 12:10:54 +00:00
GitLab Bot
4f8983ade8
Add latest changes from gitlab-org/gitlab@master
2023-02-17 12:11:17 +00:00
GitLab Bot
76bbc06371
Add latest changes from gitlab-org/gitlab@master
2022-10-24 21:09:11 +00:00
GitLab Bot
e9322e019b
Add latest changes from gitlab-org/gitlab@master
2021-08-24 18:10:53 +00:00
GitLab Bot
640e72ca92
Add latest changes from gitlab-org/gitlab@master
2020-06-04 03:08:05 +00:00
GitLab Bot
d87918510a
Add latest changes from gitlab-org/gitlab@master
2020-02-06 09:09:06 +00:00
GitLab Bot
80f61b4035
Add latest changes from gitlab-org/gitlab@master
2019-09-18 14:02:45 +00:00
Heinrich Lee Yu
1ce5bcacdb
Remove code related to object hierarchy in MySQL
...
These are not required because MySQL is not
supported anymore
2019-07-25 15:35:06 +08:00
gfyoung
93a44e135b
Add some frozen string to spec/**/*.rb
...
Adds frozen string to the following:
* spec/bin/**/*.rb
* spec/config/**/*.rb
* spec/controllers/**/*.rb
xref https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
2019-04-15 10:17:05 +00:00
Imre Farkas
9bc5ed14fe
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
Andreas Brandl
46b1b9c1d6
Revert "Merge branch 'if-57131-external_auth_to_ce' into 'master'"
...
This reverts merge request !26823
2019-04-05 13:02:56 +00:00
Imre Farkas
d9d7237d2e
Move Contribution Analytics related spec in spec/features/groups/group_page_with_external_authorization_service_spec to EE
2019-04-05 11:45:47 +00:00
Rémy Coutable
3a2abc1d50
Enable the Layout/ExtraSpacing cop
...
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-01-24 13:05:45 +01:00
blackst0ne
b44a2c801a
Update specs to rails5 format
...
Updates specs to use new rails5 format.
The old format:
`get :show, { some: params }, { some: headers }`
The new format:
`get :show, params: { some: params }, headers: { some: headers }`
2018-12-19 10:04:31 +11:00
Bob Van Landuyt
26c4e47a0d
Preload ancestors for subgroups matching filter
...
Otherwise we'd only preload the ancestors that would fit the
page. That way, when a search result was on the first page, but the
ancestor didn't fit the page anymore. We would not have the preloaded
ancestor when rendering the hierarchy.
2018-01-22 17:02:04 +01:00
Bob Van Landuyt
5a335c4d95
Remove the selects when counting the last page
...
The last page of the first collection is only loaded into memory when
it is being viewed. If it isn't loaded into memory, the `#size` call
triggers a count query.
This `#count` would generate an invalid query if our custom preloaded
counts are included by adding a separate `as count_column` alias on
top of the count aliases. Removing the selects in this case will make
sure a valid `COUNT(*)` is generated.
2017-11-17 16:20:47 +01:00
Bob Van Landuyt
4d79159973
Make sure we always return an array of hierarchies
...
Even when we pass an array of only a single object
2017-10-13 15:15:45 +02:00
Bob Van Landuyt
2c25a7ae34
Nest the group_children_path inside the canonical group path
2017-10-12 11:36:55 +02:00