{"id":31727230,"url":"https://github.com/valbertovc/gitlab-releases","last_synced_at":"2026-02-21T19:02:06.000Z","repository":{"id":305253063,"uuid":"1022310507","full_name":"valbertovc/gitlab-releases","owner":"valbertovc","description":"In memory release page for Django projects","archived":false,"fork":false,"pushed_at":"2025-07-30T18:09:33.000Z","size":93,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-19T07:05:07.558Z","etag":null,"topics":["django","gitlab","releases"],"latest_commit_sha":null,"homepage":"https://gitlab-releases.readthedocs.io/","language":"Python","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/valbertovc.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-18T20:26:00.000Z","updated_at":"2025-07-30T18:09:01.000Z","dependencies_parsed_at":"2025-07-19T05:55:53.328Z","dependency_job_id":"73b71adb-f01f-4cdd-bf51-481c0f16c687","html_url":"https://github.com/valbertovc/gitlab-releases","commit_stats":null,"previous_names":["valbertovc/gitlab-releases"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/valbertovc/gitlab-releases","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valbertovc%2Fgitlab-releases","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valbertovc%2Fgitlab-releases/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valbertovc%2Fgitlab-releases/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valbertovc%2Fgitlab-releases/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/valbertovc","download_url":"https://codeload.github.com/valbertovc/gitlab-releases/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valbertovc%2Fgitlab-releases/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29690647,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T18:18:25.093Z","status":"ssl_error","status_checked_at":"2026-02-21T18:18:22.435Z","response_time":107,"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":["django","gitlab","releases"],"created_at":"2025-10-09T06:19:24.519Z","updated_at":"2026-02-21T19:02:05.994Z","avatar_url":"https://github.com/valbertovc.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# gitlab-releases\n\n![License](https://img.shields.io/github/license/valbertovc/gitlab-releases)\n![Build Status](https://img.shields.io/github/actions/workflow/status/valbertovc/gitlab-releases/release.yml)\n![Coverage](https://img.shields.io/codecov/c/github/valbertovc/gitlab-releases)\n![PyPI](https://img.shields.io/pypi/v/gitlab-releases)\n![Python Versions](https://img.shields.io/pypi/pyversions/gitlab-releases)\n![Django Versions](https://img.shields.io/pypi/frameworkversions/django/gitlab-releases)\n\n## Short Description\n\n`gitlab-releases` provides an in-memory release page and changelog integration for your Django project, making it easy to display your releases if you manage them using GitLab releases feature.\n\n## Main Features\n\n- Display a list of releases from your GitLab repository\n- Show detailed changelog for each release\n- Integrate release data into your Django templates\n- Simple configuration and setup\n\n## Get started\n\n### Installation\n\n```bash\npip install gitlab-releases\n```\n\n### Quick Start Example\n\nAdd `gitlab_releases` to your `INSTALLED_APPS` in `settings.py`:\n\n```python\nINSTALLED_APPS = [\n    # ...existing apps...\n    'gitlab_releases',\n]\n```\n\n### Include the app's URLs in your `urls.py`:\n\n```python\nfrom django.urls import path, include\n\nurlpatterns = [\n    # ...existing urls...\n    path('releases/', include('gitlab_releases.urls')),\n]\n```\n\n### Configure your `settings.py` file\n\n```python\nGITLAB_PROJECT_ID = 123456\nGITLAB_TOKEN = \"your-token-here\"\nGITLAB_HOST = \"https://gitlab.com\"\n```\n\n### Visit your release page \n\nAfter installation and configuration, visit `/releases/` in your Django project to see the list of releases fetched from your GitLab repository.\n\n## Useful Links\n\n- [Detailed Documentation](https://github.com/valbertovc/gitlab-releases/tree/main/docs)\n- [Changelog](https://github.com/valbertovc/gitlab-releases/releases)\n- [PyPI Page](https://pypi.org/project/gitlab-releases/)\n- [Repository](https://github.com/valbertovc/gitlab-releases)\n- [Bug Tracker](https://github.com/valbertovc/gitlab-releases/issues)\n- [GitLab API Docs](https://docs.gitlab.com/ee/api/releases/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalbertovc%2Fgitlab-releases","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvalbertovc%2Fgitlab-releases","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvalbertovc%2Fgitlab-releases/lists"}