13,303,509 commits found in 11 milliseconds
www/gitlab: major upgrade to 19.1.0
Changes: https://docs.gitlab.com/releases/19/gitlab-19-1-released/
security/rubygem-gitlab-secret_detection: update to 0.42.0
Required for gitlab 19.1.0
Changes: https://gitlab.com/gitlab-org/security-products/secret-detection/secret-detection-service/-/blob/main/CHANGELOG.md
security/rubygem-gitlab-cloud-connector: update to 1.51.0
Required for gitlab 19.1.0
Changes: https://gitlab.com/gitlab-org/cloud-connector/gitlab-cloud-connector/-/releases
security/rubygem-doorkeeper-rails-gitlab: update to 5.9.0
Required for gitlab 19.1.0
Changes: https://github.com/doorkeeper-gem/doorkeeper/releases
textproc/gitlab-zoekt-indexer: update to 1.16.1
Required for gitlab 19.1.0
Changes: https://gitlab.com/gitlab-org/gitlab-zoekt-indexer/-/releases
www/rubygem-faraday-gitlab: update to 2.14.2
Required for gitlab 19.1.0
Changes: https://github.com/lostisland/faraday/releases
net/rubygem-grpc-tools: update to 1.80.0
Required for gitlab 19.1.0
Changes: https://github.com/grpc/grpc/commits/master/src/ruby/tools
net/rubygem-grpc-gitlab: update to 1.81.1
Required for gitlab 19.1.0
Changes: https://github.com/grpc/grpc/releases
net/rubygem-oauth2-gitlab: update to 2.0.20
Required for gitlab 19.1.0
Changes: https://github.com/oauth-xx/oauth2/blob/main/CHANGELOG.md
net/rubygem-devfile: update to 0.5.2
Required for gitlab 19.1.0
Changes: https://gitlab.com/gitlab-org/ruby/gems/devfile-gem/-/commits/main
devel/rubygem-snaky_hash-gitlab: update to 2.0.6
Required for gitlab 19.1.0
Changes: https://gitlab.com/oauth-xx/snaky_hash/-/blob/main/CHANGELOG.md
FreeBSD /ports 43b1746 — devel/rubygem-opentelemetry-instrumentation-grape-gitlab distinfo Makefile devel/rubygem-opentelemetry-instrumentation-grape-gitlab: update to 0.5.1
Required by gitlab 19.1.0
Changes: https://github.com/open-telemetry/opentelemetry-ruby-contrib/blob/main/instrumentation/grape/CHANGELOG.md
devel/rubygem-graphql: update to 2.6.3
Required for gitlab 19.1.0
Changes: https://github.com/rmosolgo/graphql-ruby/blob/master/CHANGELOG.md
devel/rubygem-gitlab_query_language: update to 0.28.0
Required for gitlab 19.1.0.
Changes: https://gitlab.com/gitlab-org/glql/-/commits/main?ref_type=heads
devel/rubygem-gitlab-labkit: update to 2.6.1
Required for gitlab 19.1.0
Changes: https://gitlab.com/gitlab-org/ruby/gems/labkit-ruby/-/releases
devel/rubygem-aws-sdk-core-gitlab: update to 3.250.0
Required for gitlab 19.1.0
Changes: https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-core/CHANGELOG.md
devel/rubygem-gitlab-experiment: update to 1.5.0
Required for gitlab 19.1.0
Changes: https://gitlab.com/gitlab-org/ruby/gems/gitlab-experiment/-/releases
devel/rubygem-bootsnap-gitlab: update to 1.24.6
Required for gitlab 19.1.0
Changes: https://github.com/rails/bootsnap/blob/main/CHANGELOG.md
devel/rubygem-aws-sdk-s3-gitlab: update to 1.224.0
Required for gitlab 19.1.0
Changes: https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md
devel/rubygem-aws-sdk-cloudformation-gitlab: update to 1.154.0
Required for gitlab 19.1.0
Changes: https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-cloudformation/CHANGELOG.md
FreeBSD /ports ea0d540 — devel/rubygem-gitlab-grape-openapi Makefile, devel/rubygem-semver_dialects-gitlab Makefile pkg-descr www/gitlab: added new ports required for 19.1.0
databases/rubygem-click_house-client: update to 0.10.0
Required for gitlab 19.1.0
Changes: https://gitlab.com/gitlab-org/ruby/gems/clickhouse-client/-/releases
boot: realign the logo for 15.x
Address review: add VMGuestArch StrEnum
update to libhiredis-1.4.0
README: maybe this works
LLVM /project 47b29c2 — llvm/lib/Target/SPIRV SPIRVLegalizerInfo.cpp, llvm/test/CodeGen/SPIRV/instructions phi-large-vector-shader.ll phi-large-vector.ll [SPIR-V] Legalize G_PHI of oversized vectors via fewer-elements (#203993)
`G_PHI` on vectors wider than the SPIR-V max vector size previously
failed legalization. This PR adds a `fewerElementsIf` rule that splits
them down to `MaxVectorSize`, matching how other vector ops are handled
in `SPIRVLegalizerInfo.cpp`.
Added the following test
`llvm/test/CodeGen/SPIRV/instructions/phi-large-vector.ll` covering
spirv32 and spirv64. LLVM /project 06137a5 — llvm/include/llvm/CAS OnDiskGraphDB.h OnDiskTrieRawHashMap.h, llvm/include/llvm/CodeGen MIR2Vec.h [llvm] Remove LLVM_ABI_FOR_TEST in public headers (#204627)
These annotations were mistakenly set up as LLVM_ABI_FOR_TEST. Since
these are public headers, they should be using LLVM_ABI.
The effort to build LLVM as a dylib is tracked in #109483. build/ports: allow to disable distfile set use
Address review: add VMGuestArch StrEnum