- 01 Feb, 2021 40 commits
-
-
Matthias Käppler authored
Do not interpret escaped markdown as shortcuts (like `@` and `#`) See merge request gitlab-org/gitlab!45922
-
Brett Walker authored
so they don’t get confused as references
-
Bob Van Landuyt authored
Expose if user is a bot See merge request gitlab-org/gitlab!52003
-
Tetiana Chupryna authored
-
Bob Van Landuyt authored
Add OpenSearch for GitLab See merge request gitlab-org/gitlab!52583
-
Heinrich Lee Yu authored
Introduce a rendering limit for commit titles See merge request gitlab-org/gitlab!52904
-
Matthias Käppler authored
Merge branch '223618-project-labels-api-return-404-label-not-found-if-label-name-contains-dot' into 'master' Project labels API returns error if label name contains dot "." See merge request gitlab-org/gitlab!52591
-
Brett Walker authored
For example, a label such as `v.1` should be allowed
-
Natalia Tepluhina authored
Sort JS imports in the EE code See merge request gitlab-org/gitlab!52977
-
Vitaly Slobodin authored
Sort JavaScript imports in the EE code to match our future ESLint configuration.
-
Heinrich Lee Yu authored
Move shared alert processing logic to concern See merge request gitlab-org/gitlab!52374
-
Sarah Yasonik authored
-
Heinrich Lee Yu authored
Epic Boards - Add Boards navigation item under Epics See merge request gitlab-org/gitlab!51856
-
Marcel Amirault authored
Update filenames in code quality docs See merge request gitlab-org/gitlab!52954
-
Evan Read authored
Delete old README redirects See merge request gitlab-org/gitlab!53001
-
Ezekiel Kigbo authored
Migrate subscription toggle button to GlToggle See merge request gitlab-org/gitlab!52717
-
Coung Ngo authored
Migrate use of the vue_shared toggle to GlToggle
-
Ash McKenzie authored
Code extraction - refactoring of MR services classes See merge request gitlab-org/gitlab!49827
-
Florie Guibert authored
Review feedback
-
Marcel Amirault authored
We prefer index files now. Updates lint-doc to match.
-
Matthias Käppler authored
Improve search filter by taking space in file path into account See merge request gitlab-org/gitlab!52392
-
Changzheng Liu authored
-
Florie Guibert authored
-
Florie Guibert authored
-
Fabio Pitino authored
Define resource group at Ci::Processable level See merge request gitlab-org/gitlab!51880
-
Matthias Käppler authored
Merge branch '281815-convert-project-members-list-view-from-haml-to-vue-setup-vue-application-2' into 'master' Setup project members Vue application See merge request gitlab-org/gitlab!52148
-
Peter Hegman authored
Convert HAML project members view to new Vue layout that matches group members layout
-
Christian Couder authored
-
Christian Couder authored
In build_service.rb, let's refactor some param processing code and comments from the execute() method into a new filter_label_id_params() method. While at it let's also add a few comments.
-
Christian Couder authored
In build_service.rb, let's move most of the force_remove_source_branch handling code into a new force_remove_source_branch() method.
-
Christian Couder authored
In issuable_base_service.rb the code processing labels is making the update() method not as clear as it could be. Let's refactor this code into a new assign_requested_labels() method. While at it, lets rename labels_changing? into ids_changing? as the method is not specific to labels and could be used with other arrays of ids.
-
Christian Couder authored
Instead of having to use a local variable in many places in push_options_handler_service_spec.rb for the same error, let's refactor this error using a common constant called 'error_mr_required'.
-
Ash McKenzie authored
Add last_activity_on to BillableMember entity See merge request gitlab-org/gitlab!52666
-
Ash McKenzie authored
Remove ReadmeBlob since it isn't used See merge request gitlab-org/gitlab!51270
-
Dylan Griffith authored
Remove duplicated prepend of `EE::Types::DeprecatedMutations` See merge request gitlab-org/gitlab!52066
-
Ash McKenzie authored
Fix Debian packages API to raise 401 Unauthorized instead of a 404 Not Found See merge request gitlab-org/gitlab!51734
-
Dylan Griffith authored
Remove specific date in audit events spec See merge request gitlab-org/gitlab!52995
-
Evan Read authored
Delete old redirect files in various docs directories See merge request gitlab-org/gitlab!52997
-
Marcel Amirault authored
These redirect files have expired and we no longer need to maintain them. Server-side redirects will remain in the gitlab-docs project
-
Tan Le authored
By default, the audit event search results are limited to the current month. Having records created beyond that time range requires setting the date filter or else they will not show up in the page. The specific broken specs do not test date filter or order logic. Hence, we could remove these dates.
-