- 11 Sep, 2020 40 commits
-
-
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.
-
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
-
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.
-
Peter Leitzen authored
Avoid programmatic checks because they are slower as well.
-
Vitaly Slobodin authored
Add namespace id to users page in admin area See merge request gitlab-org/gitlab!41877
-
Corinna Wiesner authored
-
Peter Leitzen authored
Add static translation check on ivars Closes #214635 See merge request gitlab-org/gitlab!41878
-
Nicolò Maria Mezzopera authored
Update global To-Do counter when Design Management To-Do toggled See merge request gitlab-org/gitlab!41960
-
Natalia Tepluhina authored
Include designId in todo creation payload See merge request gitlab-org/gitlab!42058
-
Natalia Tepluhina authored
Replace v-html with v-safe-html in no_changes.vue See merge request gitlab-org/gitlab!41471
-
Kev authored
-
Heinrich Lee Yu authored
-
Alexandru Croitor authored
Refactored MilestoneBurnupTimeSeriesResolver into a more generic TimeboxBurnupTimeSeriesResolver that handles both milestone and iteration and returns time series to be rendered into burnup/burndown charts.
-
Heinrich Lee Yu authored
Remove iteration quick actions See merge request gitlab-org/gitlab!41991
-
David O'Regan authored
-
Savas Vedova authored
-
Savas Vedova authored
-
Vitali Tatarintev authored
Include enum types in auto-generated GraphQL docs See merge request gitlab-org/gitlab!41840
-
James Lopez authored
Refactor specs for SastBuildActions See merge request gitlab-org/gitlab!42028
-
rossfuhrman authored
This refactor of the specs for SastBuildActions gets this spec ready for further changes being made with https://gitlab.com/gitlab-org/gitlab/-/issues/235799
-
Dmytro Zaporozhets (DZ) authored
Revert "Merge branch 'litvinov.evgeny/7314-backup-files-skip-warning' into 'master'" See merge request gitlab-org/gitlab!42008
-
Heinrich Lee Yu authored
GraphQL: Add retryable and cancelable to PipelineType See merge request gitlab-org/gitlab!40780
-
Tom Quirk authored
Previously, issuable_id was incorrectly being set. It should be the designs id. This commit fixes this.
-
Peter Leitzen authored
Re-introduce assertion that issue type is present See merge request gitlab-org/gitlab!42025
-
-