- 31 Mar, 2020 1 commit
-
-
Hordur Freyr Yngvason authored
Also removes a feature flag that was never used (because the feature was enabled by default) but added for easy rollback in case of problems. See https://gitlab.com/gitlab-org/gitlab/-/issues/119025
-
- 30 Mar, 2020 39 commits
-
-
Mike Jang authored
Add a new page for `jq` log parsing tips See merge request gitlab-org/gitlab!27446
-
Will Chandler authored
Create a new page listing basic `jq` commands to quickly parse out relevant details from GitLab logs in JSON format.
-
Paul Slaughter authored
Resolve "Improve vulnerability modal's test coverage" Closes #209790 See merge request gitlab-org/gitlab!27852
-
David Pisek authored
This commit adds tests to make sure the modal,that is responsible for displaying details to a given issue, on the security dashboard renders correctly. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/27852
-
Adam Hegyi authored
Prevent adding columns to wide tables See merge request gitlab-org/gitlab!28161
-
Mayra Cabrera authored
Add a cop to prevent adding columns to wide tables. At the moment the only wide tables are users, projects and ci_builds with more than 50 columns each. Related to https://gitlab.com/gitlab-org/gitlab/-/issues/201933
-
Sean McGivern authored
Change wording for sign up regex restrictions See merge request gitlab-org/gitlab!28064
-
Natalia Tepluhina authored
Update dependency @sourcegraph/code-host-integration to v0.0.34 See merge request gitlab-org/gitlab!27980
-
charlie ablett authored
Move some global routes to - scope See merge request gitlab-org/gitlab!27106
-
Dmytro Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Andrew Fontaine authored
Make alert widget loading state optional See merge request gitlab-org/gitlab!28168
-
Sean McGivern authored
Refactor CloneDashboardService to remove catch/throw See merge request gitlab-org/gitlab!27617
-
Kirstie Cook authored
-
Bob Van Landuyt authored
Publish status page on note changes See merge request gitlab-org/gitlab!27950
-
Jan Provaznik authored
Small spam_check_service test refactor See merge request gitlab-org/gitlab!28306
-
Igor Drozdov authored
Fix invalid scoped label documentation link when in Markdown See merge request gitlab-org/gitlab!28268
-
Achilleas Pipinellis authored
Documentation: Better separation of scaling and HA concerns See merge request gitlab-org/gitlab!28179
-
Wei-Meng Lee authored
-
Marcia Ramos authored
Fix footnote examples in Markdown docs See merge request gitlab-org/gitlab!27686
-
Marcin Sedlak-Jakubowski authored
-
Achilleas Pipinellis authored
Update deployments.md See merge request gitlab-org/gitlab!25267
-
Adam Dehnel authored
-
charlieablett authored
-
Achilleas Pipinellis authored
Adds docs for limiting metric embeds See merge request gitlab-org/gitlab!28135
-
Igor Drozdov authored
Append inapplicable rules when creating MR See merge request gitlab-org/gitlab!27886
-
Phil Hughes authored
Remove tooltip from New issue button on issue page and project issues list page and project empty issues list page See merge request gitlab-org/gitlab!28261
-
Victor Wu authored
Remove tooltip from New issue button on issue page and project issues list page and project empty issues list page
-
Ash McKenzie authored
Resolve "Webhooks do not show when Discussion Lock changes" Closes #212452 See merge request gitlab-org/gitlab!28018
-
Peter Leitzen authored
-
Peter Leitzen authored
-
Peter Leitzen authored
Trigger publish for notes * on issues * which are user-generated (non-system) * which were changed or destroyed * had emoji `microphone` on it
-
Peter Leitzen authored
Resolve "Remove export_fast_serialize feature flag" See merge request gitlab-org/gitlab!28037
-
Nikola Milojevic authored
- Remove feature flag from specs - Remove feature flag from LegacyTreeSaver
-
Sean McGivern authored
Speed up project templates API specs See merge request gitlab-org/gitlab!28260
-
James Lopez authored
Default issue health status feature flag to on See merge request gitlab-org/gitlab!28146
-
Alessio Caiazza authored
Update graphql statistics holders to GraphQL::FLOAT_TYPE See merge request gitlab-org/gitlab!23131
-
Grzegorz Bizon authored
Add tracking events in API::ContainerRegistryEvent Closes #20378 See merge request gitlab-org/gitlab!27001
-
Natalia Tepluhina authored
Replace underscore with lodash in env folder Closes #196673 See merge request gitlab-org/gitlab!27160
-
Alexander Turinske authored
- replaced underscore functions with lodash equivalents - moved chain to flow as the babel plugin for lodash does not support chain - used composition instead https://medium.com/making-internets/why-using-chain-is-a-mistake-9bc1f80d51ba - used partial right for sortBy https://stackoverflow.com/questions/56324387/jest-throwing-typererror-expected-a-function-when-using-lodash-pipe-flow - escape, isFunction, isUndefined, isNull, omit, chain, isEqual, and isEmpty
-