- 10 Jan, 2022 3 commits
-
-
Mark Florian authored
This uses similar rounding logic as in [Design Management]. Addresses https://gitlab.com/gitlab-org/gitlab/-/issues/349389. The crux of why rounding is necessary is that the image may be scaled to fit in the UI, and so measurements may result in non-integer values. In addition, [MouseEvent.offsetX/Y are technically floats][1], not strictly integers. [1]: https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/offsetX [Design Management]: https://gitlab.com/gitlab-org/gitlab/blob/73a6999553598919ea2db32bb3266e56cea03852/app/assets/javascripts/design_management/components/design_presentation.vue#L213-216 Changelog: fixed
-
Mark Florian authored
The `size` and the two inner `100` multiplications cancel out. In other words, the result is independent of the original image's size, because both `pos` and `renderedSize` are based on the rendered size of the image, not its actual size.
-
-
- 07 Jan, 2022 37 commits
-
-
Marcia Ramos authored
Remove the warning message from the agent repository doc See merge request gitlab-org/gitlab!77736
-
Arturo Herrero authored
Update Pajamas badges on sherlock/transactions See merge request gitlab-org/gitlab!77662
-
Sean McGivern authored
Add GraphQL mutation to revoke an agent token See merge request gitlab-org/gitlab!77635
-
Savas Vedova authored
Added Storybook stories for shared survey Banner See merge request gitlab-org/gitlab!77655
-
Jannik Lehmann authored
-
Olena Horal-Koretska authored
-
Arturo Herrero authored
This commit switches a badge from using manual CSS classes to the helper abstraction.
-
Pavel Shutsin authored
Remove log_implicit_sidekiq_status_calls feature flag See merge request gitlab-org/gitlab!77349
-
Bob Van Landuyt authored
Update translation levels - Jan 2022 See merge request gitlab-org/gitlab!77694
-
Bob Van Landuyt authored
Set low custom apdex for Value Stream Analytics See merge request gitlab-org/gitlab!74845
-
Grzegorz Bizon authored
Add the CI/CD data time-decay blueprint See merge request gitlab-org/gitlab!70052
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
Also add a few more minor changes
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Andreas Brandl authored
-
Stan Hu authored
-
Grzegorz Bizon authored
-
Jackie Porter authored
-
Grzegorz Bizon authored
This commit also assigns and AEC and a domain expert.
-
Grzegorz Bizon authored
-
Mark Florian authored
Move files from ~/ to more approprate modules See merge request gitlab-org/gitlab!77704
-
Dan Jensen authored
Value Stream Analytics is a data-intensive feature that users do not expect to load as quickly as other resources. This sets a custom apdex SLI urgency of "low" to allow for the feature's historically relatively slower load times.
-
Pavel Shutsin authored
Pass formats explicitly when rendering .md file See merge request gitlab-org/gitlab!75778
-
Bob Van Landuyt authored
New Crowdin translations - 06 January 2022 See merge request gitlab-org/gitlab!77680
-
GitLab Crowdin Bot authored
[skip ci]
-
Adam Hegyi authored
Remove foreign key constraint ci_pending_builds.namespace_id See merge request gitlab-org/gitlab!77724
-
Bob Van Landuyt authored
Followed users events (filter ALL) should be ordered by id DESC See merge request gitlab-org/gitlab!77436
-
Eulyeon Ko authored
The events finder should sort followed users events by id DESC. This behavior was broken by the merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/77028. Changelog: changed
-
Mark Florian authored
Move files from ~/ to more approprate modules See merge request gitlab-org/gitlab!77708
-
Dylan Griffith authored
The loose foreign key was already added for this in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/77636 . We've confirmed in https://gitlab.com/gitlab-org/gitlab/-/issues/348269 that it is indeed safe to swap these foreign keys for loose foreign keys. Changelog: other
-
Kushal Pandya authored
Fix sticky filters not working on vulnerability report See merge request gitlab-org/gitlab!77647
-
Kushal Pandya authored
Update snippet search badge to use pajamas See merge request gitlab-org/gitlab!77726
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!77742
-
Ezekiel Kigbo authored
Remove :operational_vulnerabilities feature flag See merge request gitlab-org/gitlab!77639
-
Stan Hu authored
Quarantine highly flaky spec See merge request gitlab-org/gitlab!77739
-