Commits on Source (82)
-
qt authored
-
Marco Zille authored
Changelog: fixed
-
Marc Shaw authored
MR: gitlab.com/gitlab-org/gitlab/-/merge_requests/96748 Changelog: performance
-
Valerie Burton authored
Refactors and adds new specs to test inherited permissions for commits
-
Vasilii Iakliushin authored
Contributes to #366437 **Problem** References from Gitaly can contain invalid UTF-8 characters that simply deleted. **Solution** Encode invalid characters instead of deleting them. Changelog: added
-
Igor Drozdov authored
Changelog: fixed
-
Vasilii Iakliushin authored
Contributes to #352511 **Problem** Project delete causes a timeout error, because of `DELETE FROM projects` query. **Solution** Extract `merge_request_diffs` deletion process into a separate statement.
-
Désirée Chevalier authored
Removes unused selectors Adds missing selectors to page objects Renames selectors to comply with best practices Removes data-qa-selector and .qa-* references within non-QA files
-
Samantha Ming authored
This will reduce the query complexity score so the page does not error out.
-
Ezekiel Kigbo authored
Adds some documentation blocks for the getDayDifference method.
-
Ezekiel Kigbo authored
Moves the dora chart tooltip component to a shared analytics directory and adds missing tests.
-
Ezekiel Kigbo authored
Moves the buildNullSeries function to the shared analytics utils file and moves related tests.
-
Albert authored
Creating a project is very expensive on Gitaly calls. Before the change, the total test time is 15m09s, 49% of which is spent on GRPC::Core::Call#run_batch. This changes the test such that the project and users are created once in the entire tests. Each test can switch between the user roles in order to test the permission level. As a result, the total test time is now 2m29s and GRPC::Core::Call#run_batch only takes 6.48% of it.
-
Marc Shaw authored
Issue: gitlab.com/gitlab-org/gitlab/-/issues/372342 MR: gitlab.com/gitlab-org/gitlab/-/merge_requests/96769 Changelog: fixed
-
Roy Zwambag authored
-
Matthias Käppler authored
-
-
Peter Leitzen authored
All checks are behind a feature flag `:error_tracking_sentry_limit`. The previously existing check for issues still works with feature flag disabled.
-
John McDonnell authored
44dc8051 removed the tests that had been using these vars. To avoid polluting the env with unused vars, lets remvoe them.
-
Thiago Figueiró authored
-
Evan Read authored
-
Alex Pooley authored
Fix BaseExporterSpec in Ruby 3 See merge request !96864
-
When a project or group is destroyed, its issues/epics are deleted so we need to update cache counts for parent epics which were referenced by deleted resources.
-
Heinrich Lee Yu authored
Update epic cache counts on project/group deletion See merge request !90615
-
Kushal Pandya authored
Update vue qa selectors to testids in non-qa files See merge request !96813
-
Sanad Liaquat authored
Remove unused vars See merge request !96847
-
This change updates runner UI badges to use more relevant icons and colors, as well as updated labels. Changelog: changed
-
Ezekiel Kigbo authored
Update Runner UI badges See merge request !95720
-
David Pisek authored
Minor refactor dora tooltip and utils See merge request !96761
-
Bob Van Landuyt authored
Refactor and Add Specs to Test Inherited Permissions for Commits See merge request !96713
-
Pavel Shutsin authored
Resolve "Merge requests API return 500 when filter by approval is used" See merge request !96769
-
Max Orefice authored
-
David Pisek authored
Remove vulnerabilities from batch graphql request See merge request !96809
-
-
Sofia Vistas authored
-
We are making layout improvements to the admin runners view and want to collect feedback from users about these changes. We are adding a banner to link to an issue to leave feedback.
-
Robert Hunt authored
Adds feedback banner on runner admin page See merge request !96232
-
Heinrich Lee Yu authored
Destroy merge request diffs in batches See merge request !96455
-
Heinrich Lee Yu authored
Speed up Projects::JobsController spec See merge request !96857
-
-
-
Phil Hughes authored
Update tests in dismissal_comment_modal_footer_spec.js See merge request !96476
-
-
Marcel Amirault authored
Add Vale test for use of GLFM emoji syntax in Markdown See merge request !93247
-
Phil Hughes authored
Adjust file header top if sidebar feature flag is off See merge request !96811
-
Grzegorz Bizon authored
Document index maintenance findings See merge request !97007
-
Robert Hunt authored
Fixed note buttons spacing on issues See merge request !96750
-
Kushal Pandya authored
Align assignees labels inputs on small screens See merge request !96662
-
Personal access tokens can be self-revoked by using the `/api/v4/personal_access_tokens/self` endpoint only if the token has the `api` scope. With this change, the token can also be self-revoked if the token does not have the `api` scope. Changelog: changed
-
Changelog: fixed
-
Shinya Maeda authored
Resolve "Resource group timeout" See merge request !96786
-
Add specs Fix Rubocop offenses
-
Imre Farkas authored
Resolve "Starring/un-starring projects doesn't refresh star count" See merge request !96238
-
Huzaifa Iftikhar authored
Fix Layout/HashAlignment offenses 42 See merge request !96843
-
-
Grzegorz Bizon authored
Prepare to remove trace column from ci_builds See merge request !96865
-
Support querying and mutating the iteration - of a work item through GraphQL Changelog: added EE: true
-
Aleksei Lipniagov authored
Add a work item widget for iteration See merge request !96736
-
Matthias Käppler authored
Add curly brackets to fix the matcher in ruby 3 See merge request !96859
-
Igor Drozdov authored
Enable `escape_gitaly_refs` by default See merge request !96682
-
Marcin Sedlak-Jakubowski authored
Fix some invalid Markdown that causes some Nanoc build warnings See merge request !96993
-
Wayne Haber authored
Fix code owners entries for protect -> govern See merge request !96950
-
This fixes Uploads Rewriter spec in Ruby 3 since interpolated strings are not frozen by default anymore.
-
Matthias Käppler authored
Freeze the text variable string to fix Uploads Rewriter spec in Ruby 3 See merge request !97019
-
Vasilii Iakliushin authored
Fix parsing commit trailers without specified email See merge request !96791
-
-
Marcin Sedlak-Jakubowski authored
Update timeline event docs See merge request !96777
-
Two sets of alphabetical order per table. First, the required parameters in order. Then the optional parameters in order.
-
Marcin Sedlak-Jakubowski authored
Tidy merge requests API page See merge request !96926
-
Part 3 of combining multi-project pipelines and parent-child pipelines together.
-
Kati Paizee authored
Move parent-child pipelines to downstream page See merge request !96990
-
Vitali Tatarintev authored
Apply Limits to ReactiveCaching for Error Tracking See merge request !84209
-
Sanad Liaquat authored
Quarantine browser_ui/3_create/merge_request/merge_merge_request_from_fork_spec.rb See merge request !97008
-
Aleksei Lipniagov authored
Fix: notify locale on removed milestone issue email See merge request !96627
-
Changelog: added
-
Douglas Barbosa Alexandre authored
Add JobArtifactsDestroy GraphQL mutation See merge request !96431
-
Changelog: added MR: !86484
-
Furkan Ayhan authored
Add new Katalon ci/cd template for partnership program See merge request !86484
-
Igor Drozdov authored
Remove the feature flag remove_branch_caching_feature_flag See merge request !96748
-
This serves as the foundation for migrating the Run Pipeline form to use GraphQL endpoints. For now we are just setting the feature flag and creating a copy GraphQL app which we will develop in future MRs.
-
Jose Ivan Vargas authored
Set feature flag and create GraphQL app for Run Pipeline form See merge request !96633
Showing
- .gitlab/CODEOWNERS 17 additions, 17 deletions.gitlab/CODEOWNERS
- .rubocop_todo/cop/user_admin.yml 0 additions, 1 deletion.rubocop_todo/cop/user_admin.yml
- .rubocop_todo/layout/hash_alignment.yml 0 additions, 20 deletions.rubocop_todo/layout/hash_alignment.yml
- app/assets/javascripts/ci_variable_list/components/ci_variable_modal.vue 2 additions, 0 deletions...scripts/ci_variable_list/components/ci_variable_modal.vue
- app/assets/javascripts/ci_variable_list/components/legacy_ci_variable_modal.vue 2 additions, 0 deletions.../ci_variable_list/components/legacy_ci_variable_modal.vue
- app/assets/javascripts/feature_flags/components/feature_flags.vue 0 additions, 1 deletion...ts/javascripts/feature_flags/components/feature_flags.vue
- app/assets/javascripts/graphql_shared/possible_types.json 1 addition, 0 deletionsapp/assets/javascripts/graphql_shared/possible_types.json
- app/assets/javascripts/lib/utils/datetime/date_calculation_utility.js 10 additions, 3 deletions...avascripts/lib/utils/datetime/date_calculation_utility.js
- app/assets/javascripts/members/components/modals/remove_member_modal.vue 2 additions, 1 deletion...scripts/members/components/modals/remove_member_modal.vue
- app/assets/javascripts/monitoring/components/dashboard.vue 5 additions, 1 deletionapp/assets/javascripts/monitoring/components/dashboard.vue
- app/assets/javascripts/monitoring/components/dashboard_header.vue 1 addition, 0 deletions...ts/javascripts/monitoring/components/dashboard_header.vue
- app/assets/javascripts/notes/components/discussion_actions.vue 1 addition, 0 deletions...ssets/javascripts/notes/components/discussion_actions.vue
- app/assets/javascripts/notes/components/note_form.vue 2 additions, 2 deletionsapp/assets/javascripts/notes/components/note_form.vue
- app/assets/javascripts/packages_and_registries/infrastructure_registry/list/components/packages_list.vue 1 addition, 1 deletion...infrastructure_registry/list/components/packages_list.vue
- app/assets/javascripts/packages_and_registries/infrastructure_registry/shared/package_list_row.vue 1 addition, 1 deletion...tries/infrastructure_registry/shared/package_list_row.vue
- app/assets/javascripts/packages_and_registries/package_registry/components/list/package_list_row.vue 1 addition, 1 deletion...ies/package_registry/components/list/package_list_row.vue
- app/assets/javascripts/packages_and_registries/package_registry/components/list/packages_list.vue 1 addition, 1 deletion...stries/package_registry/components/list/packages_list.vue
- app/assets/javascripts/pages/shared/wikis/components/wiki_content.vue 1 addition, 1 deletion...avascripts/pages/shared/wikis/components/wiki_content.vue
- app/assets/javascripts/pipeline_new/components/legacy_pipeline_new_form.vue 490 additions, 0 deletions...ipts/pipeline_new/components/legacy_pipeline_new_form.vue
- app/assets/javascripts/pipeline_new/index.js 65 additions, 10 deletionsapp/assets/javascripts/pipeline_new/index.js