CARVIEW |
Select Language
HTTP/2 200
date: Wed, 23 Jul 2025 01:16:00 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"686deed6a238dd8a90fe46b55857db12"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=LDvZUx16TNi6uj%2BE4Tmk8Q7qIl5zPhtqYbHN3PHLsoGyLqh%2FZbmRrrUpxugkD37W0uGJP3%2F2U%2FFRDUtEsAO5b9x0wAgsoKuTc1TvN%2Byz0ShwGht5uBnIerv4npgicKUyRJeZaubyLPLepDggYoSU59R1VY2tQY%2Bv1PoCsenYqp0fywVEcSha6wjE3weyDmakjUHyYlf60PoH36w%2Fd%2BKDFzVBwpo8ysBC2oKIH%2FG2MgLFq5vdFap8EuMYlJAQE%2BzcefYSmT1J%2FudYWE2QWM2pBA%3D%3D--ZE5n6phfa%2ByJwR%2Fr--ikQQVGdJY9XxPbo69xirPQ%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1003728025.1753233359; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 01:15:59 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 01:15:59 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: C7F2:D3350:224CAB:303A9E:688037CF
Releases · src-d/gitbase · GitHub
23 Oct 11:50
Loading
02 Oct 16:21
Loading
19 Sep 10:22
Loading
21 Aug 14:48
Loading
09 Jul 07:53
Loading
05 Jul 14:05
Loading
04 Jul 14:41
Loading
03 Jul 10:11
Loading
24 Jun 17:55
Loading
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 126
Releases: src-d/gitbase
Releases · src-d/gitbase
v0.24.0-rc3
d3bc1a0
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Compare
Fixed
- Only optimize sorted DISTINCT if the first column on the order by is on the distinct schema. (#976)
- Avoid possible panics in LOC by using a safe cache accessor.
- sql: Add length to VARCHAR and CHAR MySQLTypeName strings in
SHOW CREATE TABLE
output.
Added
- Added BLAME function.
- Better error messages for index failures.
- Implemented subquery expressions.
- Added support for 24-bit integers (MySQL's MEDIUMINT)
Changed
- Use the minimum integer size as necessary when parsing literals.
Assets 5
v0.24.0-rc2
97d9667
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Compare
Fixed
- plan: return types in lowercase in SHOW CREATE TABLE (#827)
- analyzer: do not erase sort node when pushing it down (#818)
- Fixed null errors during value comparisons (#831)
- plan: fix race conditions in Exchange node
- Add CHAR and DATETIME types support (#823)
- Also check sockets bind to tcp6 and fail on all closed sockets (#824)
Changed
Assets 5
v0.24.0-rc1
203bbc7
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Compare
Assets 5
v0.24.0-beta3
cc6a9b4
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Compare
Added
uast_imports
function to gather import paths from an UAST.- sql: implement memory management system for caches (#802)
- function: implement regexp_matches (#794)
Fixed
- Added a checker that will detect dead sockets before the timeout (Linux only)
- Make Sleep check for cancelled context every second (#798)
Assets 5
v0.24.0-beta2
v0.24.0-beta1
43982f9
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Compare
Added
- Varchar type.
- FIRST and LAST aggregations.
- Count distinct aggregation.
Changed
- Errors now report the repository causing the error, if possible.
- Switch some types of known or maximum length (mostly hashes and emails)
to VarChar with a size. - Traces now have a root span.
- New API for node transformations.
Fixed
- Fixed the behaviour of limit and offset.
- Resolution of HAVING nodes.
Assets 5
v0.23.1
Compare
Assets 5
v0.23.0
Compare
Added
- Support for siva files generated with borges, again. (#911)
Reading siva files generated with src-d/borges (as those found in PGA), require running gitbase with the following command line arguments: --format siva --non-rooted
Assets 5
v0.22.0
b2762b1
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Compare
Added
- Now gitbase uses go-borges to access repositories
- The type of files in each directory has to be specified (#867)
- Supports new rooted repository format and separates references and objects from each repo (src-d/borges#389)
Changed
- Changed cli to be able to specify different formats (#866)
Fixed
- function: correctly transform up explode nodes (#757)
- git libraries bare or non bare format is automatically detected (#897)
- Fix bug that created multiple object cache with incorrect size (#898)
- sql/expression: handle null values in arithmetic expressions (#760)
- Panic on query using EXPLODE (#755)
- Fixed error iterating over non ready repositories (src-d/go-borges#54)
- Error saying value could not be converted to bool.
- function: make array_length not fail with literal null (#767)
- server: kill queries on connection closed ((#769))
Assets 5
v0.22.0-rc2
787d616
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Compare
Fixed
- Panic on query using EXPLODE (#755)
- Fixed error iterating over non ready repositories (src-d/go-borges#54)
- Error saying value could not be converted to bool.
- function: make array_length not fail with literal null (#767)
Assets 5
Previous Next
You can’t perform that action at this time.