Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
a0abfaa
Change browser tab/window title according to currently loaded 'page'.
ikavgo Mar 3, 2025
be30e9d
Remove Bazel files
Zerpet Mar 13, 2025
16f8e51
Remove Bazel lines from Makefile
Zerpet Mar 13, 2025
f50691b
[skip ci] Bump the dev-deps group across 5 directories with 3 updates
dependabot[bot] Mar 15, 2025
8910430
Increase initial AMQP 0-9-1 connection frame size limit
michaelklishin Mar 15, 2025
7e7a0f3
Increase FRAME-MIN-SIZE in AMQP 0-9-1 code generation file
acogoluegnes Mar 17, 2025
2e118ae
CI: use OTP 27 for tests
Zerpet Mar 17, 2025
b28b25e
Trigger OCI builds only on code changes
Zerpet Mar 14, 2025
a458b93
Trigger OCI builds on changes to its Dockerfile
Zerpet Mar 14, 2025
70827de
Commit generated code after FRAME-MIN-SIZE change
acogoluegnes Mar 17, 2025
480687f
Mention #13541 #13542 #13549 13551 in release notes
michaelklishin Mar 17, 2025
e33d4d5
Log clearer message if TLS client connects to AMQP port
ansd Mar 17, 2025
76033ad
Detect misconfigured HTTP clients
ansd Mar 17, 2025
2f0595a
Use Erlang.mk's native Elixir support for CLI
lhoguin Dec 12, 2024
8b9e7ce
Improve log message for non-AMQP clients on AMQP port
ansd Mar 18, 2025
0ec5174
rabbit_khepri: Remove setup retries
dumbbell Mar 14, 2025
2472e45
By @efimov90: a dark theme for the management UI (#13567)
michaelklishin Mar 19, 2025
1ccfc0d
extend rabbit_amqqueue_SUITE with internal_no_owner_queue_delete_with…
Ayanda-D Mar 18, 2025
a7fb56b
Auto widen session incoming-window in AMQP 1.0 client
ansd Mar 18, 2025
c8f24f5
New HTTP API health check endpoints
michaelklishin Mar 17, 2025
e275f77
HTTP API: tests for the /health/checks/quorum-queues-without-elected*…
michaelklishin Mar 19, 2025
f2da1b5
Extend the idea in #13512 to a few more tabs
michaelklishin Mar 19, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .bazelignore

This file was deleted.

21 changes: 0 additions & 21 deletions .bazelrc

This file was deleted.

1 change: 0 additions & 1 deletion .bazelversion

This file was deleted.

7 changes: 0 additions & 7 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
pull_request_rules:
- name: Add bazel label if a Bazel file is modified
conditions:
- files~=\.(bazel|bzl)$
actions:
label:
add:
- bazel
- name: Add make label if a Make file is modified
conditions:
- files~=(Makefile|\.mk)$
Expand Down

This file was deleted.

155 changes: 0 additions & 155 deletions .github/workflows/check-build-system-equivalence.yaml

This file was deleted.

47 changes: 0 additions & 47 deletions .github/workflows/gazelle-scheduled.yaml

This file was deleted.

42 changes: 0 additions & 42 deletions .github/workflows/gazelle.yaml

This file was deleted.

14 changes: 8 additions & 6 deletions .github/workflows/oci-make.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@
name: OCI (make)
on:
push:
paths-ignore:
- '.github/workflows/secondary-umbrella.yaml'
- '.github/workflows/update-elixir-patches.yaml'
- '.github/workflows/update-otp-patches.yaml'
- '.github/workflows/release-alphas.yaml'
- '*.md'
paths:
- deps/**
- scripts/**
- Makefile
- plugins.mk
- rabbitmq-components.mk
- packaging/**
- .github/workflows/oci-make.yaml
workflow_dispatch:
inputs:
otp_version:
Expand Down
Loading
Loading