Commit Graph

59 Commits

Author SHA1 Message Date
GitLab Bot ca4942bdc4 Add latest changes from gitlab-org/gitlab@master 2025-07-04 12:12:34 +00:00
GitLab Bot 172925dab8 Add latest changes from gitlab-org/gitlab@master 2025-06-18 18:11:47 +00:00
GitLab Bot 75631c919c Add latest changes from gitlab-org/gitlab@master 2024-10-15 12:18:58 +00:00
GitLab Bot 737921eb67 Add latest changes from gitlab-org/gitlab@master 2024-03-21 00:09:20 +00:00
GitLab Bot f58a5001b9 Add latest changes from gitlab-org/gitlab@master 2024-01-15 12:10:21 +00:00
GitLab Bot 92849dc177 Add latest changes from gitlab-org/gitlab@master 2023-11-24 15:12:40 +00:00
GitLab Bot eed7260f13 Add latest changes from gitlab-org/gitlab@master 2023-11-02 18:12:04 +00:00
GitLab Bot fc4faf47ac Add latest changes from gitlab-org/gitlab@master 2023-05-25 12:07:22 +00:00
GitLab Bot 6e3df404ce Add latest changes from gitlab-org/gitlab@master 2023-03-22 00:16:43 +00:00
GitLab Bot f0abe9dd95 Add latest changes from gitlab-org/gitlab@master 2023-02-16 03:11:08 +00:00
GitLab Bot 4011c903cf Add latest changes from gitlab-org/gitlab@master 2022-11-29 09:09:09 +00:00
GitLab Bot 7e87cfd402 Add latest changes from gitlab-org/gitlab@master 2022-09-13 00:10:14 +00:00
GitLab Bot b9bc4d88ea Add latest changes from gitlab-org/gitlab@master 2022-09-07 09:12:12 +00:00
GitLab Bot 2bfa43cf3a Add latest changes from gitlab-org/gitlab@master 2022-08-01 06:12:25 +00:00
GitLab Bot a4068557f4 Add latest changes from gitlab-org/gitlab@master 2022-07-27 12:10:44 +00:00
GitLab Bot 128d4d89e9 Add latest changes from gitlab-org/gitlab@master 2022-07-18 18:08:47 +00:00
GitLab Bot 55bd6d19a7 Add latest changes from gitlab-org/gitlab@master 2022-06-10 03:08:14 +00:00
GitLab Bot b754c00a21 Add latest changes from gitlab-org/gitlab@master 2021-09-15 00:09:30 +00:00
GitLab Bot 41038b07f7 Add latest changes from gitlab-org/gitlab@master 2021-07-13 00:08:33 +00:00
GitLab Bot 3ba6a5a16d Add latest changes from gitlab-org/gitlab@master 2021-03-11 09:09:36 +00:00
GitLab Bot c7cb372557 Add latest changes from gitlab-org/gitlab@master 2021-03-01 09:11:01 +00:00
GitLab Bot 6cbb93596d Add latest changes from gitlab-org/gitlab@master 2021-02-03 15:09:24 +00:00
GitLab Bot b8e2721004 Add latest changes from gitlab-org/gitlab@master 2020-11-19 00:09:41 +00:00
GitLab Bot 6cf30e964d Add latest changes from gitlab-org/gitlab@master 2020-11-12 15:09:09 +00:00
GitLab Bot a7e81add72 Add latest changes from gitlab-org/gitlab@master 2020-10-01 06:09:59 +00:00
GitLab Bot 4f5c8572e9 Add latest changes from gitlab-org/gitlab@master 2020-06-16 18:09:01 +00:00
Brett Walker 9be16e1f49 UI for disabling group/project email notification
- Adds UI to configure in group and project settings
- Removes notification configuration for users when
disabled at group or project level
2019-08-17 05:56:48 +00:00
Rémy Coutable aa0d8b4cba Merge branch 'frozen_string_spec_features' into 'master'
Add frozen_string_literal to spec/features

See merge request gitlab-org/gitlab-ce!31131
2019-07-29 08:29:43 +00:00
Thong Kuah 73e848850c Add frozen_string_literal to spec/features
Using the sed script from
https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
2019-07-26 13:23:30 +12: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
Fabio Papa d287a9b719 Apply recomended changes from merge coach 2019-07-19 13:20:16 -07:00
Fabio Papa de71c33878 Clean up the show_spec examples previously added 2019-07-19 13:10:52 -07:00
Fabio Papa 85d0440d56 Apply recomended changes from merge coach 2019-07-19 12:06:57 -07:00
Fabio Papa c8b5556eb8 Clean up the show_spec examples previously added 2019-07-19 12:06:57 -07:00
Fabio Papa 4b572f807c Make subgroup_creation_level default to maintainer at SQL level
- Migration updates existing groups to "owner", then sets default to
  "maintainer" so that new groups will default to that
- Update spec examples
2019-07-19 12:06:57 -07:00
Fabio Papa fe4a88be03 Clean up the show_spec examples previously added 2019-07-19 12:06:56 -07:00
Fabio Papa c22e87121e Apply recomended changes from merge coach 2019-07-19 12:06:55 -07:00
Fabio Papa f12636bfb3 Fix some code style issues 2019-07-19 12:06:55 -07:00
Fabio Papa d4c53e1799 Apply changes recomended by merge request coach 2019-07-19 11:55:49 -07:00
Fabio Papa 7848c4daee Clean up the show_spec examples previously added 2019-07-19 11:55:48 -07:00
Fabio Papa 81662f7b9f Make subgroup_creation_level default to maintainer at SQL level
- Migration updates existing groups to "owner", then sets default to
  "maintainer" so that new groups will default to that
- Update spec examples
2019-07-19 11:55:48 -07:00
Fabio Papa 13d9c5dda2 Style rules; Revert some examples 2019-07-19 11:55:47 -07:00
Fabio Papa cf9a22f62f Add feature examples specing maintainers creating subgroups
Both with subgroup_creation_level set to owners and to maintainers.
Also fixed the naming of some other examples in the same spec as they
were contradicting what they were actually performing in the test.
These examples were probably copy/pasted, and not renamed.
2019-07-19 11:55:47 -07:00
Fabio Papa 3cbca3776c Add failing feature spec detailing a maintainer creating a subgroup
- Change the two existing feature examples that create a subgroup to
  elucidate that the owner is creating the subgroup

- Nest two more specs inside the 'subgroup support' context detailing
  what happens when a maintainer attempts to add a subgroup (one with
  subgroup support, and one without)
2019-07-19 11:55:45 -07:00
Jarka Košanová b1c3955385 Rename GroupHierarchy into ObjectHierarchy
- we now use the hierarchy class also for epics
- also rename supports_nested_groups? into supports_nested_objects?
  - move it to a concern
2018-12-19 15:24:29 +01:00
Rene Hennig caf0e44375 Add new sort option "most_stars" to "Group > Children" pages 2018-10-11 14:14:44 +00:00
Winnie Hellmann 3db2f32759 Enable Capybara/FeatureMethods cop 2018-07-05 06:32:05 +00:00
Imre Farkas 20dfe25c15 Export assigned issues in iCalendar feed 2018-05-31 14:01:04 +00:00
Bob Van Landuyt 2bf3846adc Add matcher for emoji 2018-04-11 10:51:44 +02:00
Semyon Pupkov d6af33b4b2 Replace group spinach tests with RSpec analog
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
2018-03-29 12:12:47 +05:00