Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from fluent:master #12

Open
wants to merge 575 commits into
base: master
Choose a base branch
from
Open

Conversation

pull[bot]
Copy link

@pull pull bot commented Jul 5, 2024

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

leonardo-albertovich and others added 21 commits September 27, 2024 14:34
Signed-off-by: Leonardo Alminana <[email protected]>
Signed-off-by: Leonardo Alminana <[email protected]>
Signed-off-by: Leonardo Alminana <[email protected]>
Signed-off-by: Leonardo Alminana <[email protected]>
Signed-off-by: Leonardo Alminana <[email protected]>
Signed-off-by: Leonardo Alminana <[email protected]>
PromyLOPh and others added 30 commits December 5, 2024 16:25
This is because systemctl's -o json-pretty or -o json converts
duplicated keys' values as array(s).
To avoid generating the duplicated key(s) does not resolve this issue.
Instead, we need to store as cfl_kvlist at first to detect duplicated
keys on enumerated data in journal storage.
Then, we also need to generate as msgpack's array format when the
duplicated key(s) were detected and translated as array format when
storing as cfl_kvlist(s).

Signed-off-by: Hiroshi Hatake <[email protected]>
* in_forward: Support empty_shared_key parameter

---------

Signed-off-by: Hiroshi Hatake <[email protected]>
* build: riscv64: Add a fundamental architecture cmake file for riscv64

Signed-off-by: Hiroshi Hatake <[email protected]>

* build: Add riscv64 architecture target for internal tests

Signed-off-by: Hiroshi Hatake <[email protected]>

* build: Restrict to use gcc only

This is because this workflow is not injected and used clang packages

Signed-off-by: Hiroshi Hatake <[email protected]>

* build: Use gcc-9 and g++-9 on qemu workflow

Signed-off-by: Hiroshi Hatake <[email protected]>

* build: Use ubuntu-22.04 distro due to try to use gcc-12 for atomic operations on riscv64

Signed-off-by: Hiroshi Hatake <[email protected]>

* build: riscv64: Remove commented out lines

Signed-off-by: Hiroshi Hatake <[email protected]>

---------

Signed-off-by: Hiroshi Hatake <[email protected]>
Added WSO2 by their request
#9704

Signed-off-by: Erik Bledsoe <[email protected]>
Signed-off-by: Eduardo Silva <[email protected]>
This patch refactor a bit how UTF8 decoding works by replacing the old lookup table
for special characters/codepoints with a new routine and optional lookup table based
on the compiler type (GNU/Clang).

It also supports proper encoding of multibyte sequences.

Signed-off-by: Eduardo Silva <[email protected]>
Signed-off-by: Eduardo Silva <[email protected]>
Signed-off-by: Eduardo Silva <[email protected]>
Signed-off-by: Eduardo Silva <[email protected]>
Signed-off-by: Eduardo Silva <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.