{"id":19825314,"url":"https://github.com/zerocracy/fbe","last_synced_at":"2026-04-01T17:19:14.834Z","repository":{"id":246234407,"uuid":"820463873","full_name":"zerocracy/fbe","owner":"zerocracy","description":"FactBase Extended (FBE) for the judges in judges-action and inside Baza","archived":false,"fork":false,"pushed_at":"2026-03-26T16:58:15.000Z","size":1342,"stargazers_count":5,"open_issues_count":11,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2026-03-28T00:37:07.614Z","etag":null,"topics":["ruby","ruby-gem","zerocracy"],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/fbe","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zerocracy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-06-26T14:13:35.000Z","updated_at":"2026-03-11T15:43:37.000Z","dependencies_parsed_at":"2024-09-07T16:34:44.199Z","dependency_job_id":"a2b7ac2c-ea82-4e5d-9583-5c54facf4417","html_url":"https://github.com/zerocracy/fbe","commit_stats":null,"previous_names":["zerocracy/fbe"],"tags_count":198,"template":false,"template_full_name":null,"purl":"pkg:github/zerocracy/fbe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerocracy%2Ffbe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerocracy%2Ffbe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerocracy%2Ffbe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerocracy%2Ffbe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zerocracy","download_url":"https://codeload.github.com/zerocracy/fbe/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerocracy%2Ffbe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290537,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["ruby","ruby-gem","zerocracy"],"created_at":"2024-11-12T11:07:16.397Z","updated_at":"2026-04-01T17:19:14.819Z","avatar_url":"https://github.com/zerocracy.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FactBase Extended (FBE)\n\n[![DevOps By Rultor.com](https://www.rultor.com/b/zerocracy/fbe)](https://www.rultor.com/p/zerocracy/fbe)\n\n[![rake](https://github.com/zerocracy/fbe/actions/workflows/rake.yml/badge.svg)](https://github.com/zerocracy/fbe/actions/workflows/rake.yml)\n[![PDD status](https://www.0pdd.com/svg?name=zerocracy/fbe)](https://www.0pdd.com/p?name=zerocracy/fbe)\n[![Gem Version](https://badge.fury.io/rb/fbe.svg)](https://badge.fury.io/rb/fbe)\n[![Test Coverage](https://img.shields.io/codecov/c/github/zerocracy/fbe.svg)](https://codecov.io/github/zerocracy/fbe?branch=master)\n[![Yard Docs](https://img.shields.io/badge/yard-docs-blue.svg)](https://rubydoc.info/github/zerocracy/fbe/master/frames)\n[![Hits-of-Code](https://hitsofcode.com/github/zerocracy/fbe)](https://hitsofcode.com/view/github/zerocracy/fbe)\n[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/zerocracy/fbe/blob/master/LICENSE.txt)\n\nIt's a collection of tools for\n[zerocracy/judges-action](https://github.com/zerocracy/judges-action).\nYou are not supposed to use it directly, but only in a combination\nwith other tools of Zerocracy.\n\nThe following tools runs a block:\n\n* `Fbe.regularly` runs a block of code every X days.\n* `Fbe.conclude` runs a block on every fact from a query.\n* `Fbe.iterate` runs a block on each repository, until it's time to stop.\n* `Fbe.repeatedly` runs a block of code every X hours, leaving\na fact-marker in the factbase.\n\nThese tools help manage facts:\n\n* `Fbe.fb` makes an entry point to the factbase.\n* `Fbe.overwrite` changes a property in a fact to another value by deleting\nthe fact first, and then creating a new similar fact with all previous\nproperties but one changed.\n\nThey help with formatting:\n\n* `Fbe.who` formats user name.\n* `Fbe.issue` formats issue number.\n* `Fbe.award` calculates award by the bylaw.\n* `Fbe.sec` formats seconds.\n\nThey help with external connections:\n\n* `Fbe.octo` connects to GitHub API.\n\nThey help with management:\n\n* `Fbe.pmp` takes a PMP-related property by the area.\n* `Fbe.bylaws` builds a hash with bylaws.\n\n## How to contribute\n\nRead\n[these guidelines](https://www.yegor256.com/2014/04/15/github-guidelines.html).\nMake sure your build is green before you contribute\nyour pull request. You will need to have\n[Ruby](https://www.ruby-lang.org/en/) 3.2+ and\n[Bundler](https://bundler.io/) installed. Then:\n\n```bash\nbundle update\nbundle exec rake\n```\n\nIf it's clean and you don't see any error messages, submit your pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerocracy%2Ffbe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzerocracy%2Ffbe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerocracy%2Ffbe/lists"}