- 11 Sep, 2020 40 commits
-
-
Markus Koller authored
When we originally started working on this, it wasn't clear yet if it would be a paid feature. Shortly afterwards we decided to put it into EE Starter and moved the code into `ee/`, but forgot to add the license checks. - Rename feature flag to `group_wikis_feature_flag` to align with the feature name in the `License `model, which is plural as well. We have to use a different name for the FF because licensed features need to default to on. - `EE::Group#wiki_access_level` is removed since this was only added to support the shared examples for wiki policies, which also expect the `private` access level to be supported. In practice we don't support this yet for group wikis, so now we just skip these specs instead. - The license and feature flag checks are centralized in the group policy, so we only test these special cases there, and otherwise just call our new `stub_group_wikis` helper to test the general case of the feature not being available.
-
Sanad Liaquat authored
Allow more time for admin sync to happen See merge request gitlab-org/gitlab!41997
-
Fabio Pitino authored
Fix dasboard to dashboard See merge request gitlab-org/gitlab!41440
-
Ramya Authappan authored
Fix user registration e2e spec Closes #247743 See merge request gitlab-org/gitlab!42060
-
Igor Drozdov authored
Clean up stale merge request HEAD ref See merge request gitlab-org/gitlab!41555
-
Kushal Pandya authored
Add confidential parameter to epic link creation API Closes #229839 See merge request gitlab-org/gitlab!37882
-
Jan Beckmann authored
- set to copy the confidentiality status from the parent epic - replicate this behavior on the frontend Fixes https://gitlab.com/gitlab-org/gitlab/-/issues/229839
-
Shinya Maeda authored
Default Enable Read-Only Legacy Feature Flags See merge request gitlab-org/gitlab!40320
-
Jason Goodman authored
Update documentation for legacy flags
-
charlie ablett authored
Add graphQL mutation for destroying issue boards See merge request gitlab-org/gitlab!40930
-
Yannis Roussos authored
Add tokens to agents graphql endpoint See merge request gitlab-org/gitlab!40779
-
Peter Leitzen authored
Guard type selector via permissions Closes #247464 See merge request gitlab-org/gitlab!42007
-
David O'Regan authored
-
Mark Florian authored
Milestone Dashboard: Move Gray Type Badge Next to the Milestone Title See merge request gitlab-org/gitlab!39617
-
Simon Knox authored
Fix todos hover style in dark mode Closes #241970 See merge request gitlab-org/gitlab!41122
-
Lukas 'Eipi' Eipert authored
Our page specific CSS don't have a dark mode variant. Rather than compiling a page specific CSS file for each theme, we make use of CSS variables in order to define the correct colors. There is prior art with the IDE Themes and eventually we can move to _only_ use these variables. In case one variable is undefined, we will fallback on the light theme value for it. Thus we just need to define the variables in the dark theme, since the fallback _is_ the light theme. This approach will allow us to create other themes, e.g. for accessibility (color blindness, high contrast) in the future.
-
Mark Florian authored
Show additional columns on group/instance sec dash See merge request gitlab-org/gitlab!41829
-
Alexander Turinske authored
- show identifier column - show scanner column - update tests - update docs
-
Natalia Tepluhina authored
Update cache to be immutable See merge request gitlab-org/gitlab!42015
-
Fabio Pitino authored
Follow up api bridge endpoint See merge request gitlab-org/gitlab!36622
-
Mark Florian authored
Remove issue note from vulnerability details See merge request gitlab-org/gitlab!40686
-
Daniel Tian authored
-
Sean McGivern authored
Enable advanced search by default for global search scope See merge request gitlab-org/gitlab!41041
-
Dylan Griffith authored
This reverts commit 5c234b63.
-
Sean McGivern authored
Let Gitlab/RailsLogger check only log methods See merge request gitlab-org/gitlab!41987
-
Sean McGivern authored
Check CSRF token in UsageData API - RUN AS-IF-FOSS Closes #247454 See merge request gitlab-org/gitlab!41984
-
Peter Leitzen authored
Use applogger in some files of auth/ldap dir See merge request gitlab-org/gitlab!41061
-
Rajendra Kadam authored
This MR adds AppLogger in auth/ldap files and adds changelog for the changes Change type in changelog
-
Sean McGivern authored
Resolve "Create class for generating user data export file" See merge request gitlab-org/gitlab!41595
-
Phil Hughes authored
Surface incident Severity in the Incident List See merge request gitlab-org/gitlab!40112
-
David O'Regan authored
-
Nicolò Maria Mezzopera authored
Fix registry list item vertical spacing See merge request gitlab-org/gitlab!41780
-
Nicolò Maria Mezzopera authored
- source - snapshots
-
James Lopez authored
Refactor code in profiles/emails_controller_spec.rb See merge request gitlab-org/gitlab!41959
-
Martin Wortschack authored
Replace bootstrap alerts with utility classes Closes #233683 See merge request gitlab-org/gitlab!41974
-
Heinrich Lee Yu authored
Expose iteration burnup chart time series through GraphQL See merge request gitlab-org/gitlab!41666
-
Marcel Amirault authored
Add clarify about deploy_boards_kubernetes_label.png screenshot See merge request gitlab-org/gitlab!41962
-
Alexander Tanayno authored
-
Peter Leitzen authored
-
Peter Leitzen authored
The use of e.g. `Rails.logger.level` is fine for historical reasons.
-