{"id":19773918,"url":"https://github.com/badoo/codeisok","last_synced_at":"2025-04-30T18:32:27.810Z","repository":{"id":42862728,"uuid":"78216516","full_name":"badoo/codeisok","owner":"badoo","description":"Git code browsing and code review tool","archived":false,"fork":false,"pushed_at":"2023-03-08T20:13:19.000Z","size":3163,"stargazers_count":85,"open_issues_count":16,"forks_count":16,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-11-08T21:45:26.533Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/badoo.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-06T15:30:14.000Z","updated_at":"2024-06-17T20:46:07.000Z","dependencies_parsed_at":"2022-08-27T11:10:47.091Z","dependency_job_id":null,"html_url":"https://github.com/badoo/codeisok","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badoo%2Fcodeisok","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badoo%2Fcodeisok/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badoo%2Fcodeisok/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badoo%2Fcodeisok/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/badoo","download_url":"https://codeload.github.com/badoo/codeisok/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224219555,"owners_count":17275477,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T05:11:31.581Z","updated_at":"2024-11-12T05:11:32.064Z","avatar_url":"https://github.com/badoo.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Badoo repository browsing and code review tool\n\n![logo](https://raw.githubusercontent.com/badoo/codeisok/master/images/codeisok-logo.png \"logo\")\n\n### [Installation guide](https://github.com/badoo/codeisok/wiki/Installation)\n\n### [Authorisation](https://github.com/badoo/codeisok/wiki/Authorisation)\n\n### [Administration](https://github.com/badoo/codeisok/wiki/Administration)\n* [Users management](https://github.com/badoo/codeisok/wiki/Administration#users-management)\n* [Repositories management](https://github.com/badoo/codeisok/wiki/Administration#repositories-management)\n* [Access management](https://github.com/badoo/codeisok/wiki/Administration#access-management)\n\n### [Get started](https://github.com/badoo/codeisok/wiki/Get-started)\n\n### [Code review](https://github.com/badoo/codeisok/wiki/Code-review)\n* [Commitdiff review](https://github.com/badoo/codeisok/wiki/Code-review#commitdiff-review)\n   1. [Unified mode](https://github.com/badoo/codeisok/wiki/Code-review#unified-mode)\n   2. [Side-by-side mode](https://github.com/badoo/codeisok/wiki/Code-review#side-by-side-mode)\n* [Branchdiff review](https://github.com/badoo/codeisok/wiki/Code-review#branchdiff-review)\n* [Blob review](https://github.com/badoo/codeisok/wiki/Code-review#blob-review)\n* [Review for diff between two commits](https://github.com/badoo/codeisok/wiki/Code-review#review-for-diff-between-two-commits)\n\n\n\nThe project was originally forked from https://github.com/xiphux/gitphp. \nBut we changed almost everything and added lot of new features.\n\n* Branchdiffs - ability to see diffs between branches\n* Branchlogs\n* treediff mode - as unified but with folders/files tree on the left side\n* toggle comments mode - ability to see all comments in review in a one view\n* Authorisation via JIRA REST API, Atlassian Crowd service or Redmine REST API\n* Comments about review to Jira or Redmine tickets\n* Code Review including branchdiffs\n* Code syntax highlighting using http://alexgorbatchev.com/SyntaxHighlighter with a lot of additional languages support\n* Side-by-side review using http://www.mergely.com\n* Filters in diffs on-the-fly for different file types and changes\n* Search in project heads\n* Access control, repositories management - no gitosis is reguired, everything is done inside codeisok\n* and even more\n\nPlease find the full documentation in [codeisok wiki](https://github.com/badoo/codeisok/wiki)\n\n### Installation\nFor manual installation explore .setup dir and find all nesessary scripts and tools. Service requires mysql, php and nginx to work. Setup scenario can be found in .setup/Dockerfile.\n\n### Docker\nFor docker build run \"docker build -t codeisok .setup\" from project root.\n\nTo run docker container use start.sh script in project root.\nDocker container exposes 2 ports:\n * 80 for HTTP instance (http://localhost/).\n * 22 as ssh-source for git operations (ssh://git@localhost/testrepo.git)\n\nTo run container in non-interactive mode (background) - replace `-it` options with `-d` one in `docker run` command\n\n### Internals\n\nDefault authorisation is just config-based. You can use 'user' user and 'password' password. To change it look for \\GitPHP\\Config::AUTH_METHOD and \\GitPHP\\Config::CONFIG_AUTH_USER fields in .config/gitphp.conf.php file.\n\nService is using [smarty](http://www.smarty.net) as template engine. So templates_c directory should be writable for web-service user.\n\nService is storing repositories at PROJECT_ROOT directory path. This directory should be writable for web-service user.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbadoo%2Fcodeisok","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbadoo%2Fcodeisok","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbadoo%2Fcodeisok/lists"}