{"id":19808323,"url":"https://github.com/solidos/pane-registry","last_synced_at":"2026-01-24T17:15:11.039Z","repository":{"id":41839117,"uuid":"158016625","full_name":"SolidOS/pane-registry","owner":"SolidOS","description":"An index to hold all loaded solid panes, whether statically or dynamically loaded","archived":false,"fork":false,"pushed_at":"2025-02-28T10:44:58.000Z","size":1487,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-04-06T11:11:19.371Z","etag":null,"topics":["running-code"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/SolidOS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2018-11-17T19:15:47.000Z","updated_at":"2025-02-03T18:31:12.000Z","dependencies_parsed_at":"2022-08-25T22:42:05.733Z","dependency_job_id":"fa500f57-f603-47fd-8f90-c054d487d8e0","html_url":"https://github.com/SolidOS/pane-registry","commit_stats":{"total_commits":119,"total_committers":11,"mean_commits":"10.818181818181818","dds":0.6974789915966386,"last_synced_commit":"7a1d0b471b0e712e9f102ac8c2b6c889baf0de18"},"previous_names":[],"tags_count":46,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolidOS%2Fpane-registry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolidOS%2Fpane-registry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolidOS%2Fpane-registry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolidOS%2Fpane-registry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SolidOS","download_url":"https://codeload.github.com/SolidOS/pane-registry/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251840412,"owners_count":21652351,"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":["running-code"],"created_at":"2024-11-12T09:13:33.055Z","updated_at":"2026-01-24T17:15:11.027Z","avatar_url":"https://github.com/SolidOS.png","language":"JavaScript","readme":"# pane-registry\n\nAn index to hold all loaded solid panes, whether statically or dynamically loaded\n\n# Adendum\n\nThe pane registry is a crucial part of the Solid Panes system. It is where any pane inserts itself or is inserted. In the standard working of SolidOS, there is one place in solid-panes where all the normal panes are loaded into the pane registry (see: [registerPanes.js](https://github.com/solidos/solid-panes/blob/main/src/registerPanes.js) in solid-panes). But other apps, and especially developers developing new panes can insert their own panes. And so we hope we will end up with panes dynamically laoded according to user configuration preferences. \n\n# Testing Guide\n\n## Running Tests\n\n```bash\n# Run all tests\nnpm test\n\n# Run all tests with coverages\nnpm test-coverage\n\n# Run tests in watch mode\nnpm run test-watch\n\n# Run linting only\nnpm run lint\n\n# Auto-fix linting issues\nnpm run lint-fix\n```\n\n## Test Coverage\n\nThe tests provide 100% code coverage for all functionality:\n\n- **Initial State Tests**: Verify registry starts empty\n- **Registration Tests**: Test pane registration with various scenarios\n- **Lookup Tests**: Test finding panes by name\n- **Integration Tests**: Complex workflows and edge cases\n\n## Test Structure\n\n- `test/paneRegistry.test.js` - Main test suite\n- Tests use Jest framework with comprehensive mocking\n- Console output is mocked to avoid noise during testing\n- State is reset between tests for isolation\n\n\n## Coverage Report\n\nAfter running tests, view the coverage report:\n- Text summary in console\n- HTML report in `coverage/` directory","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolidos%2Fpane-registry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolidos%2Fpane-registry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolidos%2Fpane-registry/lists"}