{"id":18708929,"url":"https://github.com/elektrobit/elos","last_synced_at":"2025-04-12T10:34:59.112Z","repository":{"id":185810042,"uuid":"655745356","full_name":"Elektrobit/elos","owner":"Elektrobit","description":"elos -- event logging and management with normalized output-format for Linux","archived":false,"fork":false,"pushed_at":"2025-04-11T13:44:44.000Z","size":9064,"stargazers_count":20,"open_issues_count":4,"forks_count":6,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-11T14:52:03.264Z","etag":null,"topics":["automotive","embedded","events","logging","storage","syslog"],"latest_commit_sha":null,"homepage":"https://elos-logger.org/","language":"C","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/Elektrobit.png","metadata":{"files":{"readme":".gitlab/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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-19T14:07:34.000Z","updated_at":"2025-04-01T15:35:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"93c4a9a9-ccd8-402d-9b8a-ebcfd8a070fa","html_url":"https://github.com/Elektrobit/elos","commit_stats":{"total_commits":430,"total_committers":11,"mean_commits":39.09090909090909,"dds":0.6395348837209303,"last_synced_commit":"54171fe9acf4b6d6c14d49e2f1eec59a07277c02"},"previous_names":["elektrobit/elos"],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Elektrobit%2Felos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Elektrobit%2Felos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Elektrobit%2Felos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Elektrobit%2Felos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Elektrobit","download_url":"https://codeload.github.com/Elektrobit/elos/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248553816,"owners_count":21123524,"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":["automotive","embedded","events","logging","storage","syslog"],"created_at":"2024-11-07T12:25:43.178Z","updated_at":"2025-04-12T10:34:57.452Z","avatar_url":"https://github.com/Elektrobit.png","language":"C","readme":"# GitLab CI for elos\n\nThe goal of this is to provide a gitlab-ci setup which can be used to build and\ntest the elos build on premise in self hosted gitlab instance.\nThe official open source repository uses the GitHub-CI.\n\n## Aim of the Pipeline\n\n- [x] build elos\n- [x] run the unit tests\n\t- [x] integrate the [unit-test report](https://docs.gitlab.com/ee/ci/yaml/artifacts_reports.html#artifactsreportsjunit) into GitLab\n- [x] run the smoke tests\n- [x] run the integration tests\n\t- [ ] integrate the integration test report into GitLab like the unit tests\n- [x] lint the source code\n- [x] run benchmarks\n- [ ] create a coverage report\n\t- [ ] integrate the [coverage report](https://docs.gitlab.com/ee/ci/yaml/artifacts_reports.html#artifactsreportscoverage_report) into GitLab\n- [ ] publish the KPIs to a time series database\n- [x] build the documentation\n- [x] run the [BaseOS Lab](https://gitlabintern.emlix.com/elektrobit/base-os/eb-baseos-lab) tests to test for other targets\n\n## How to enable the pipeline for a repository\n\nTo enable this pipeline in elos under *Settings \u003e CI/CD \u003e General pipelines \u003e CI/CD configuration file* enter:\n\n```\n./gitlab/gitlab-ci.yml\n```\n\nOr follow the GitLab [pipeline documentation](https://docs.gitlab.com/ee/ci/pipelines/settings.html#specify-a-custom-cicd-configuration-file) for all the options.\n\n### Exported configuration variables\n\nThe gitlab-CI setup exports some variables which can be configured by the\ngitlab instance ti should run on. For details how to set those variables see\n[gitlab:define-a-cicd-variable-in-the-ui](https://docs.gitlab.com/ee/ci/variables/#define-a-cicd-variable-in-the-ui).\n\n#### SOURCES_URI:\n\nSet this to a base URI to checkout dependencies like safu and samconf:\n\n```\nSOURCES_URI = https://${GIT_USER_TOKEN}@mygitlabinstance.com/\u003cgroup\u003e/\n```\n\nThe default is the public github repository group https://github.com/Elektrobit/elos.\n\n#### ELOS_DEPENDENCY_CONFIG:\n\nSet this to define configuration file for `install_deps` script. See\nhttps://elektrobit.github.io/elos/ci/index.html for details about options to\ntune each dependency checkout and build.\n\n```\nELOS_DEPENDENCY_CONFIG = ci/dependencies_emlix.json\n```\n\nThe default uses a configuration file which in turn uses `SOURCES_URI` to\ncheckout all dependencies.\n\n## How to extend the pipeline\n\nFor a documentation on how to add/modify follow the [GitLab CI documentation](https://docs.gitlab.com/ee/ci/)\n\n## known issues\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felektrobit%2Felos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felektrobit%2Felos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felektrobit%2Felos/lists"}