{"id":20037740,"url":"https://github.com/openedx/credentials","last_synced_at":"2025-04-09T06:10:55.653Z","repository":{"id":37087209,"uuid":"47830104","full_name":"openedx/credentials","owner":"openedx","description":"Service hosting course and program certificates","archived":false,"fork":false,"pushed_at":"2025-04-08T13:49:03.000Z","size":26025,"stargazers_count":23,"open_issues_count":17,"forks_count":72,"subscribers_count":90,"default_branch":"master","last_synced_at":"2025-04-08T14:38:39.142Z","etag":null,"topics":["backend-service"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openedx.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-12-11T14:09:03.000Z","updated_at":"2025-04-08T13:48:06.000Z","dependencies_parsed_at":"2023-12-29T05:29:15.899Z","dependency_job_id":"bfa966d4-208d-440f-8d24-d05b6d8e84b9","html_url":"https://github.com/openedx/credentials","commit_stats":null,"previous_names":[],"tags_count":60,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openedx%2Fcredentials","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openedx%2Fcredentials/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openedx%2Fcredentials/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openedx%2Fcredentials/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openedx","download_url":"https://codeload.github.com/openedx/credentials/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247987285,"owners_count":21028895,"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":["backend-service"],"created_at":"2024-11-13T10:21:38.670Z","updated_at":"2025-04-09T06:10:55.613Z","avatar_url":"https://github.com/openedx.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"edX Credentials Service |Codecov|_\n====================================\n\n.. |Codecov| image:: http://codecov.io/github/edx/credentials/coverage.svg?branch=master\n.. _Codecov: http://codecov.io/github/edx/credentials?branch=master\n\nThis repository contains the edX Credentials Service, which supports course and program certificates. This service is a\nreplacement for the ``certificates`` app in ``edx-platform``.\n\nCredentials can be run as part of devstack_ or Tutor_ (using the tutor_credentials_ plugin).\n\n.. _devstack: https://github.com/openedx/devstack\n.. _tutor: https://docs.tutor.edly.io/\n.. _tutor_credentials: https://github.com/overhangio/tutor-credentials\n\nWhere to run `make` commands\n--------------------------\n\nDue to the nature of developing in containers, some commands must be ran inside the container. Currently most commands\ncan be ran either inside the container or inside a local virtual environement, once developer requirements have been\ninstalled (using the `make requirements` target).\n\nFrontend Development\n--------------------\n\nThe `Learner Record`_ feature and frontend components have been extracted into a dedicated MFE.\n\nWhen developing frontend code in Credentials, some of the code must be transpiled and bundled for it to be usable. The\nSASS code found in the ``credentials/static/sass`` directory of this project.\n\nIn order to view your changes, you must run one of the `make static` commands. `make static` builds and collects your\nstatic assets once, while `make static.watch` will continue to watch for changes in your code and rebuild/recollect\nwhenever you save. When using `make static.watch` it only triggers after save, so if you have existing changes, you\nneed to run `make static` once first, or make a small change to an existing file and save it so it triggers a rebuild.\n\nTo see changes locally, from your devstack repo run ::\n\n  make credentials-shell\n  make static\n  make static.watch\n\n.. _Learner Record: https://github.com/openedx/frontend-app-learner-record\n\nTesting\n-------\n\nIn order for developers to have a consistent experience between CI and local testing, we are using a locally built\ncontainer image that mimics the ones that Github Actions uses.\n\nNOTE: The first time you run any of the test suites below, it will build the image which will take a few minutes.\nFollowing test runs will be quicker.\n\nTo run python and javascript tests locally (\"unit_tests\" in CI) ::\n\n  make unit_tests_suite\n\nTo run quality and translation tests locally (\"quality_and_translations_tests\" in CI) ::\n\n  make quality_and_translations_tests_suite\n\nisort and formatting (`black`) quality issues can be fixed automatically by running either ::\n\n  make isort\n  # or\n  make format\n\nDocumentation\n-------------\n\n`Documentation`_ is hosted on Read the Docs. The source is hosted in this repo's `docs`_ directory. To contribute,\nplease open a PR against this repo.\n\n.. _Documentation: https://edx-credentials.readthedocs.io/en/latest/\n.. _docs: https://github.com/openedx/credentials/tree/master/docs\n\nLicense\n-------\n\nThe code in this repository is licensed under version 3 of the AGPL unless otherwise noted. Please see the LICENSE_ file\nfor details.\n\n.. _LICENSE: https://github.com/openedx/credentials/blob/master/LICENSE\n\nHow To Contribute\n-----------------\n\nContributions are welcome. Please read `How To Contribute`_ for details.\n\n.. _`How To Contribute`: https://github.com/openedx/.github/blob/master/CONTRIBUTING.md\n\nReporting Security Issues\n-------------------------\n\nPlease do not report security issues in public. Please email security@openedx.org.\n\nGet Help\n--------\n\nIf you're having trouble, we have `discussion forums`_ where you can connect with others in the community.\n\nOur real-time conversations are on Slack_.\n\n.. _`discussion forums`: https://discuss.openedx.org\n.. _Slack: http://openedx.slack.com/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenedx%2Fcredentials","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenedx%2Fcredentials","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenedx%2Fcredentials/lists"}