- 22 Mar, 2021 40 commits
-
-
Nick Gaskill authored
Clean up end of line whitespace See merge request gitlab-org/gitlab!57083
-
Nick Gaskill authored
Update npm registy doc with a few changes See merge request gitlab-org/gitlab!57032
-
Kate Grechishkina authored
-
Kerri Miller authored
Do not send emails for in-product marketing twice to a user See merge request gitlab-org/gitlab!55840
-
Amy Qualls authored
Initial edits to top-level page See merge request gitlab-org/gitlab!56887
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/324250 Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/300312
-
Kerri Miller authored
Create 13.10 What's New entry See merge request gitlab-org/gitlab!57119
-
Andrew Fontaine authored
Do not render empty title in HelpPopover See merge request gitlab-org/gitlab!57025
-
Vitaly Slobodin authored
Do not render title in HelpPopover if it was not provided. (Also use `GlSafeHtmlDirective` instead of `v-html`).
-
Amy Qualls authored
External users cannot create snippets See merge request gitlab-org/gitlab!53911
-
Achilleas Pipinellis authored
Change node to site for Geo datatypes page See merge request gitlab-org/gitlab!56799
-
Nick Nguyen authored
-
Suzanne Selhorn authored
Compress images in docs See merge request gitlab-org/gitlab!57078
-
Suzanne Selhorn authored
Add paragraph on how to remove billable users See merge request gitlab-org/gitlab!56991
-
Gerardo Gutierrez authored
-
Rémy Coutable authored
Fix order-dependent DesignManagement::SaveDesignsService spec See merge request gitlab-org/gitlab!57127
-
Rémy Coutable authored
Run CI_PRE_CLONE_SCRIPT in sub-shell See merge request gitlab-org/gitlab!57128
-
Enrique Alcántara authored
Change highlight color for higher contrast See merge request gitlab-org/gitlab!57092
-
Roman Kuba authored
in in-page search settings feature
-
Amy Qualls authored
Edited for style and redid screenshot See merge request gitlab-org/gitlab!57035
-
Stan Hu authored
Add request method to the endpoint_id for Grape See merge request gitlab-org/gitlab!57091
-
Jacob Vosmaer authored
-
Sean McGivern authored
This spec uses `build_stubbed`, which uses IDs starting at 1000 and incrementing on their own internal counter. It appears that we had a combination of specs where this ID matched an actual database ID of a user with access (probably `developer` in this spec file), which is unlikely but not impossible. By using `non_existing_record_id` as the ID for this stubbed record, we ensure that can't happen.
-
Stan Hu authored
Enable DISTINCT optimization for ObjectHierarchy globally [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!57052
-
Enrique Alcántara authored
Refactor(createFlash): use non-deprecated function See merge request gitlab-org/gitlab!56948
-
Michael Lunøe authored
Migrate away from `deprecatedCreateFlash` and use `createFlash` instead. Manual changes Epic: https://gitlab.com/groups/gitlab-org/-/epics/3895
-
Natalia Tepluhina authored
Correctly translate weight for Russian See merge request gitlab-org/gitlab!56986
-
Marcel Amirault authored
Fix typo in docs See merge request gitlab-org/gitlab!57116
-
Marcel Amirault authored
Docs - Correct Web IDE configuration file example See merge request gitlab-org/gitlab!57099
-
David O'Regan authored
Migrate cycle-analytics/banner_spec to VTU See merge request gitlab-org/gitlab!57024
-
Heinrich Lee Yu authored
Fix ruby alpine CI template See merge request gitlab-org/gitlab!57109
-
Michael Karampalas authored
-
Melvyn Laïly authored
-
Mark Florian authored
Merge branch '323986-f-u-f-55810-add-vue-component-specs-for-custom-tracking-behavior' into 'master' Track opening the trial status popover with the tracking mixin See merge request gitlab-org/gitlab!56996
-
Miguel Rincon authored
Push confidential notes ff to mr fe See merge request gitlab-org/gitlab!56798
-
Marcin Sedlak-Jakubowski authored
Improve Gitaly Cluster documentation See merge request gitlab-org/gitlab!56807
-
Imre Farkas authored
This adds a context around expiring members See merge request gitlab-org/gitlab!57028
-
Bob Van Landuyt authored
The context will be different depending on the type of member that is being expired: For a `GroupMember` the `source` relation will be a group, so the `meta.root_namespace` will the root ancestor of that group. For a `ProjectMember` the `source` relation will be a project. So the `meta.project` will be set to that project, and the `meta.root_namespace` will become the root namespace of that project. The `meta.user` will always be set to the username of the user for which the membership is being expired.
-
Axel García authored
-
Dmitriy Zaporozhets authored
COPY Gemfile Gemfile.lock . is invalid syntax. When using COPY with more than one source file, the destination must be a directory and end with a / Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-