{"id":21058027,"url":"https://github.com/rust-gcc/bottleboard","last_synced_at":"2025-06-11T00:36:34.040Z","repository":{"id":37767984,"uuid":"494394731","full_name":"Rust-GCC/bottleboard","owner":"Rust-GCC","description":"Where we bottle all the testsuite results together","archived":false,"fork":false,"pushed_at":"2023-09-06T12:24:32.000Z","size":117,"stargazers_count":3,"open_issues_count":11,"forks_count":2,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-05-15T23:42:54.034Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Rust-GCC.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","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}},"created_at":"2022-05-20T09:07:02.000Z","updated_at":"2024-05-17T16:53:26.000Z","dependencies_parsed_at":"2025-05-15T23:44:07.677Z","dependency_job_id":null,"html_url":"https://github.com/Rust-GCC/bottleboard","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/Rust-GCC%2Fbottleboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rust-GCC%2Fbottleboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rust-GCC%2Fbottleboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rust-GCC%2Fbottleboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rust-GCC","download_url":"https://codeload.github.com/Rust-GCC/bottleboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rust-GCC%2Fbottleboard/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259176792,"owners_count":22817249,"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":["hacktoberfest"],"created_at":"2024-11-19T17:06:07.178Z","updated_at":"2025-06-11T00:36:34.018Z","avatar_url":"https://github.com/Rust-GCC.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bottleboard\n\nThe dashboard where we bottle all the testsuite results together :)\n\n## Project architecture\n\n### `bottlecache`\n\nREST API exposing test-suite results through various endpoints and caching that\ndata.\n\n#### endpoints\n\n* `/api/testsuites`: List of testsuites for which results are stored\n* `/api/testsuites/\u003ckey\u003e`: List of testsuite results for that testsuite\n* `/api/testsuites/\u003ckey\u003e/\u003cdate\u003e`: Testsuite result for that specific date\n\n### `dashboard`\n\nFront-end of the dashboard. Web Assembly app responsible for performing API calls\nto the cache backend and displaying them properly.\n\n### `common`\n\nSet of common types to use in the front-end and back-end at the same time.\n\n## Using/Deploying locally\n\nYou can run both the cache and front-end on the same machine locally. This makes\nit really easy to test your changes.\n\nFirst, deploy the cache:\n\n```\n# cd bottlecache\n# cargo run -- --token \u003cgithub access token\u003e\n```\n\nThe github token access is required.\n\nThe API is available on port 8000 of your local machine.\n\nThen, deploy the frontend:\n\n```\n# cd dashboard\n# trunk serve --open\n```\n\nThis will open the application on your browser. By default, the API's URL is\nyour local machine.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frust-gcc%2Fbottleboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frust-gcc%2Fbottleboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frust-gcc%2Fbottleboard/lists"}