{"id":20744115,"url":"https://github.com/dunest/heimdall","last_synced_at":"2025-04-24T05:45:26.777Z","repository":{"id":81025968,"uuid":"68335759","full_name":"DuneSt/Heimdall","owner":"DuneSt","description":"Heimdall is a login identification system directly usable for seaside.","archived":false,"fork":false,"pushed_at":"2022-05-14T22:27:26.000Z","size":74,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"development","last_synced_at":"2025-04-24T05:45:20.190Z","etag":null,"topics":["login-identification","pharo","seaside"],"latest_commit_sha":null,"homepage":null,"language":"Smalltalk","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/DuneSt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2016-09-15T22:19:18.000Z","updated_at":"2022-01-30T02:47:17.000Z","dependencies_parsed_at":"2023-03-23T00:12:40.824Z","dependency_job_id":null,"html_url":"https://github.com/DuneSt/Heimdall","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuneSt%2FHeimdall","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuneSt%2FHeimdall/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuneSt%2FHeimdall/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DuneSt%2FHeimdall/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DuneSt","download_url":"https://codeload.github.com/DuneSt/Heimdall/tar.gz/refs/heads/development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250573300,"owners_count":21452342,"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":["login-identification","pharo","seaside"],"created_at":"2024-11-17T07:14:18.451Z","updated_at":"2025-04-24T05:45:26.772Z","avatar_url":"https://github.com/DuneSt.png","language":"Smalltalk","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Heimdall\n\nHeimdall is a login identification system directly usable for [Seaside](https://github.com/SeasideSt/Seaside). \n\nFor now this is pretty exerimental. \n\n# Documentation\n\n## Version management \n\nThis project use semantic versionning to define the releases. This mean that each stable release of the project will get associate a version number of the form `vX.Y.Z`. \n\n- **X** define the major version number\n- **Y** define the minor version number \n- **Z** define the patch version number\n\nWhen a release contains only bug fixes, the patch number increase. When the release contains new features backward compatibles, the minor version increase. When the release contains breaking changes, the major version increase. \n\nThus, it should be safe to depend on a fixed major version and moving minor version of this project.\n\n## Install Heimdall\n\nTo install Heimdall on your Pharo image you can just execute the following script:\n\n```Smalltalk\n    Metacello new\n    \tgithubUser: 'DuneSt' project: 'Heimdall' commitish: 'v1.x.x' path: 'src';\n    \tbaseline: 'Heimdall';\n    \tonWarningLog;\n\t\tonUpgrade: [ :e | e useIncoming ];\n    \tload\n```\n\nTo add Heimdall to your baseline just add this:\n\n```Smalltalk\n    spec\n    \tbaseline: 'Heimdall'\n    \twith: [ spec repository: 'github://DuneSt/Heimdall:v1.x.x/src' ]\n```\n\nNote that you can replace the v1.x.x tag by a branch as #master or #development or a tag as #v1.0.0, #v1.? or #v1.0.x or a commit SHA.\n\n## Getting started \n\nThe first thing to do in order to use Heimdall is to add its `FileLibrary` to your Seaside application and use the Heimdall session.\n\n```Smalltalk\n\t| app |\n\tapp := WAAdmin register: self asApplicationAt: 'myApplication'.\n\tapp preferenceAt: #sessionClass put: HeimdallSession.\n\tapp\n\t\taddLibrary: HeimdallFileLibrary;\n\t\taddLibrary: JQDeploymentLibrary\n```\n\n## Smalltalk versions compatibility\n\n| Heimdall version \t| Compatible Pharo versions \t|\n|------------------\t|---------------------------\t|\n| v1.x.x\t   \t\t| Pharo 61, 70, 80, 90, 10         \t|\n| development      \t| Pharo 61, 70, 80, 90, 10         \t|\n\n## Contact\n\nIf you have any question or problem do not hesitate to open an issue or contact cyril (a) ferlicot.me or guillaume.larcheveque (a) gmail.com\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdunest%2Fheimdall","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdunest%2Fheimdall","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdunest%2Fheimdall/lists"}