CARVIEW |
Select Language
HTTP/2 200
date: Tue, 22 Jul 2025 03:08:48 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/"dcbf2cbee6f35c43c2ef9de2d3ce3062"
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=g4V90rHScs9e2yryc%2F%2BIVBEFG49%2F5ZzPm86Va%2F2nY443iIIP%2Fbb8%2Bj5wFCMtKfXIm%2FL0PGjigKWBJFMFFsTkpbJmn%2BRfHvmcNBQSsvZ%2BoKXHf7pi4PSnnnV8XYT3CIxTOQh%2F2xQ871HdtU1VLhB4NP7dmEtE%2BghbOUkBsuHlpnVGXuL%2Biz1eap8oKWnQfknrUl5YJpVIJ9N2OPDWSz2C5OtG50Wdp32upPPijiDQFiA6DD%2B7Tqb0SdIM0mavfNKa5F4NHt3y5sIQGRbrs%2BSn7Q%3D%3D--6V3GYyqAYswsqXdA--acV2Cep8c89FUolZ8s26oA%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1159520680.1753153728; Path=/; Domain=github.com; Expires=Wed, 22 Jul 2026 03:08:48 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Wed, 22 Jul 2026 03:08:48 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: DE20:3CADF0:B61BB:10969C:687F00C0
Releases · console-helpers/code-insight · GitHub
12 Dec 15:07
Loading
12 Dec 15:09
Loading
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 3
Releases: console-helpers/code-insight
Releases · console-helpers/code-insight
v0.0.2
Compare
Added
- Added
tests
command, that shows missing test files for given source files. - Added
--format
option tobc
command to allow generating BC report in different formats: text, html, json. - The list of BC checkers now can be configured in new
bc_checkers
array-type setting of.code-insight.json
file. - Added
sync
command to sync database with the code. - Added
--source-project-fork
and--target-project-fork
options forbc
command to allow operating on different (forked) version of database for same project. - Added
--project-fork
options toreport
command to allow operating on different (forked) version of database for same project. - Added
--project-fork
options tosync
command to allow operating on different (forked) version of database for same project. - Added
cache.provider
setting to~/.code-insight/config.json
file, that can be set tomemcache
to use locally installed Memcache server for caching. - Adding/removing
static
from class property/method is considered as a BC break. - Allow specifying BC breaks, that were detected but should be ignored via
bc_ignore
setting in.code-insight.json
file. - The project paths are now auto-completed in Bash.
Changed
- The
refresh
option ofreport
command was removed in favor of newsync
command. - The
code-insight.sqlite
database is now stored in~/.code-insight
folder's sub-folder instead of scanned project folder. - Data processed by
bc
command is now cached for 1 hour for performance reasons. This however results in project code changes not being detected within that hour. - The
source-project-path
argument ofbc
command is no longer required, when--source-project-fork
option is specified. - The BC breaks are sorted by element alphabetically (e.g. several BC breaks from same class would be shown next to each other).
Fixed
- The
in sync
state of changed files wasn't updated on subsequent code syncs resulting is slower syncing process. - The non-tag methods in TagProcessor classes were detected as tags.
- Renaming of PHP5 into PHP4 constructor is no longer considered a BC break.
- Changes to protected members in final classes are no longer considered a BC break.
- Adding new optional parameters to the function/method no longer considered a BC break.
- Making existing parameter of a function/method into optional no longer considered a BC break.
- BC breaks weren't sorted by their type (class > constant > property > method).
Assets 4
v0.0.1
Compare
Initial release
Assets 2
You can’t perform that action at this time.