- 28 Sep, 2020 1 commit
-
-
Stan Hu authored
In Ruby 3.0, positional arguments and keyword arguments will be separated. Ruby 2.7 will warn for behaviors that will change in Ruby 3.0. In most cases, you can avoid the incompatibility by adding the double splat operator. It explicitly specifies passing keyword arguments instead of a Hash object. Part of https://gitlab.com/gitlab-org/gitlab/-/issues/257438
-
- 26 Sep, 2020 4 commits
-
-
Martin Wortschack authored
VSA base spec minor reorganization See merge request gitlab-org/gitlab!42329
-
Martin Wortschack authored
Remove Referrer-Policy from to header See merge request gitlab-org/gitlab!26065
-
Andrew Fontaine authored
Merge branch '233703-replace-bootstrap-alerts-in-app/views/import/shared/_errors.html.haml' into 'master' Replace bootstrap alerts in app/.../_errors.html.haml Closes #233703 See merge request gitlab-org/gitlab!41288
-
Gilang Gumilar authored
-
- 25 Sep, 2020 35 commits
-
-
Stan Hu authored
Set abuse_notification_email instead of admin_notification_email See merge request gitlab-org/gitlab!41319
-
Jose Ivan Vargas authored
Replace bootstrap alert in jaeger page Closes #233688 See merge request gitlab-org/gitlab!41610
-
Robert Speicher authored
Fix the scroll position in code search results See merge request gitlab-org/gitlab!43083
-
Stan Hu authored
Remove N+1 in license scanning report comparison See merge request gitlab-org/gitlab!42895
-
mo khan authored
* chore: remove unused entity class * docs: add changelog entry * fix: use fully qualified name to prevent collision with app/models/vulnerability.rb * refactor: delegate to LicenseCompliance to perform diff * refactor: switch to LicensePolicyEntity * refactor: update serializer to map from LicensePolicy * test: add spec to detect N+1 query
-
Stan Hu authored
Fix theme selector for light themes See merge request gitlab-org/gitlab!43239
-
Kerri Miller authored
Return only the latest build with coverage in MR widget JSON See merge request gitlab-org/gitlab!42402
-
Simon Lenz authored
-
Mayra Cabrera authored
Change labels Active Users to Billable Users in EE Closes #233823 See merge request gitlab-org/gitlab!42638
-
Vitaly Slobodin authored
Rename Active Users to Billable Users to help customers in understanding what they pay for. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/233823
-
Kerri Miller authored
Stop using argument in perform_async See merge request gitlab-org/gitlab!43303
-
Mayra Cabrera authored
Add feature flags details See merge request gitlab-org/gitlab!43389
-
Kerri Miller authored
Remove merge_request_short_pipeline_serializer FF See merge request gitlab-org/gitlab!43331
-
Documentation: Clarify the kas-address configuration for the kubernetes agent See merge request gitlab-org/gitlab!43420
-
Jason Young authored
Changes to related pages came in this morning, so I merged in master to be 100% safe. While there, I reformatted a few lines into proper nested lists.
-
Kerri Miller authored
Update specialized_project_authorization_worker feature flags See merge request gitlab-org/gitlab!43002
-
Kerri Miller authored
Remove periodic_project_authorization_recalculation feature flag See merge request gitlab-org/gitlab!42999
-
Kerri Miller authored
Add group information to group ndjson feature flags See merge request gitlab-org/gitlab!43164
-
Kerri Miller authored
Hide instance-level integrations on GitLab.com See merge request gitlab-org/gitlab!42808
-
Suzanne Selhorn authored
More alternatives for non-inclusive words See merge request gitlab-org/gitlab!43433
-
Tim Zallmann authored
Add fallback to load event for startup css See merge request gitlab-org/gitlab!43329
-
Paul Slaughter authored
- It looks like some browsers like WaterFox classic actually don't load stylesheets with media print. I can't find any documentation that browsers should load these stylesheets, so it's possible this fallback would could give us some future protection with our officially supported browsers as well.
-
Kerri Miller authored
Add metadata to some unattributed feature flags See merge request gitlab-org/gitlab!43144
-
Nick Gaskill authored
Document vulnerability status timeline See merge request gitlab-org/gitlab!43406
-
Vitaly Slobodin authored
Fixed icons reference See merge request gitlab-org/gitlab!43391
-
Denys Mishunov authored
-
Dan Davison authored
Treat git commands as failed if output has errors See merge request gitlab-org/gitlab!43237
-
Andrew Fontaine authored
Strip deprecations from last_commit.vue Closes #219860 See merge request gitlab-org/gitlab!43337
-
Strip deprecated strings from this Vue file.
-
Add note about Agent server availability See merge request gitlab-org/gitlab!43293
-
Emily Ring authored
-
Jose Ivan Vargas authored
Fix Jira importer immutable cache update See merge request gitlab-org/gitlab!43430
-
Nick Gaskill authored
Update CI secrets docs See merge request gitlab-org/gitlab!43242
-
Krasimir Angelov authored
to make it clear secrets values are stored in temp files and path made available as environment variables. Related to https://gitlab.com/gitlab-org/gitlab/-/issues/254712.
-
Bob Van Landuyt authored
Improve loading time for large number of events See merge request gitlab-org/gitlab!43248
-