diff options
Diffstat (limited to 'changelogs')
11 files changed, 55 insertions, 0 deletions
diff --git a/changelogs/unreleased/2608-monitor-ff-removal.yml b/changelogs/unreleased/2608-monitor-ff-removal.yml new file mode 100644 index 00000000000..86f4600ac17 --- /dev/null +++ b/changelogs/unreleased/2608-monitor-ff-removal.yml @@ -0,0 +1,5 @@ +--- +title: Remove feature flags from known events +merge_request: 60053 +author: +type: other diff --git a/changelogs/unreleased/323677-swap-base-and-partitioned-web-hook-logs.yml b/changelogs/unreleased/323677-swap-base-and-partitioned-web-hook-logs.yml new file mode 100644 index 00000000000..1b9518574dc --- /dev/null +++ b/changelogs/unreleased/323677-swap-base-and-partitioned-web-hook-logs.yml @@ -0,0 +1,5 @@ +--- +title: Add migration to swap partitioned web_hook_logs +merge_request: 60184 +author: +type: other diff --git a/changelogs/unreleased/327487-enable-by-default.yml b/changelogs/unreleased/327487-enable-by-default.yml new file mode 100644 index 00000000000..ff753f2bce6 --- /dev/null +++ b/changelogs/unreleased/327487-enable-by-default.yml @@ -0,0 +1,5 @@ +--- +title: Improve the Maven API file endpoints response time when a non existing package is requested +merge_request: 60142 +author: +type: performance diff --git a/changelogs/unreleased/Externalize-strings-in-_signin-html-haml.yml b/changelogs/unreleased/Externalize-strings-in-_signin-html-haml.yml new file mode 100644 index 00000000000..76c41498733 --- /dev/null +++ b/changelogs/unreleased/Externalize-strings-in-_signin-html-haml.yml @@ -0,0 +1,5 @@ +--- +title: Externalize strings in /application_settings/_signin.html.haml +merge_request: 58066 +author: nuwe1 +type: other diff --git a/changelogs/unreleased/Externalize-strings-in-_usage-html-haml.yml b/changelogs/unreleased/Externalize-strings-in-_usage-html-haml.yml new file mode 100644 index 00000000000..1447fdc1f03 --- /dev/null +++ b/changelogs/unreleased/Externalize-strings-in-_usage-html-haml.yml @@ -0,0 +1,5 @@ +--- +title: Eternalize strings in application_settings/_usage.html.haml +merge_request: 58088 +author: nuwe1 +type: other diff --git a/changelogs/unreleased/Externalize-strings-in-edite-html-haml.yml b/changelogs/unreleased/Externalize-strings-in-edite-html-haml.yml new file mode 100644 index 00000000000..08b12ec45f9 --- /dev/null +++ b/changelogs/unreleased/Externalize-strings-in-edite-html-haml.yml @@ -0,0 +1,5 @@ +--- +title: Externalise strings in users/edit.html.haml +merge_request: 58117 +author: nuwe1 +type: other diff --git a/changelogs/unreleased/Externalize-strings-in-unlock_instructions-text-erb.yml b/changelogs/unreleased/Externalize-strings-in-unlock_instructions-text-erb.yml new file mode 100644 index 00000000000..091284d0e83 --- /dev/null +++ b/changelogs/unreleased/Externalize-strings-in-unlock_instructions-text-erb.yml @@ -0,0 +1,5 @@ +--- +title: Externalize strings in unlock_instructions.text.erb +merge_request: 58229 +author: nuwe1 +type: other diff --git a/changelogs/unreleased/pl-rubocop-todo-redundant-begin.yml b/changelogs/unreleased/pl-rubocop-todo-redundant-begin.yml new file mode 100644 index 00000000000..431b9c0b75d --- /dev/null +++ b/changelogs/unreleased/pl-rubocop-todo-redundant-begin.yml @@ -0,0 +1,5 @@ +--- +title: Resolves offenses Style/RedundantBegin +merge_request: 58017 +author: Shubham Kumar (@imskr) +type: fixed diff --git a/changelogs/unreleased/pl-rubocop-todo-rescue-standard-error.yml b/changelogs/unreleased/pl-rubocop-todo-rescue-standard-error.yml new file mode 100644 index 00000000000..04dd748c3ae --- /dev/null +++ b/changelogs/unreleased/pl-rubocop-todo-rescue-standard-error.yml @@ -0,0 +1,5 @@ +--- +title: Fixes rubocop offenses Style/RescueStandardError +merge_request: 57923 +author: Shubham Kumar (@imskr) +type: fixed diff --git a/changelogs/unreleased/pl-rubocop-todo-where-equals.yml b/changelogs/unreleased/pl-rubocop-todo-where-equals.yml new file mode 100644 index 00000000000..c372dcc48b7 --- /dev/null +++ b/changelogs/unreleased/pl-rubocop-todo-where-equals.yml @@ -0,0 +1,5 @@ +--- +title: Resolves rubocop offenses Rails/WhereEquals +merge_request: 58067 +author: Shubham Kumar (@imskr) +type: fixed diff --git a/changelogs/unreleased/rails-save-bang-spec-frontend.yml b/changelogs/unreleased/rails-save-bang-spec-frontend.yml new file mode 100644 index 00000000000..f4abb06680d --- /dev/null +++ b/changelogs/unreleased/rails-save-bang-spec-frontend.yml @@ -0,0 +1,5 @@ +--- +title: Fix Rails/SaveBang rubocop offenses in spec/frontend +merge_request: 57909 +author: Abdul Wadood @abdulwd +type: fixed |