{"id":21182144,"url":"https://github.com/dkunin/stash-prs-list","last_synced_at":"2025-08-17T05:07:14.434Z","repository":{"id":72883137,"uuid":"79888281","full_name":"DKunin/stash-prs-list","owner":"DKunin","description":"Simple proxy, to get the API, and combine pull-requests with mergin info, and narrrowing down to a single user.","archived":false,"fork":false,"pushed_at":"2017-09-22T06:06:32.000Z","size":72,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-14T19:50:14.519Z","etag":null,"topics":["proxy","pull-requests","stash"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DKunin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-01-24T07:20:01.000Z","updated_at":"2017-03-18T18:57:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"96ebc419-d9f9-4196-b8e0-0e070741e8bd","html_url":"https://github.com/DKunin/stash-prs-list","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DKunin/stash-prs-list","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DKunin%2Fstash-prs-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DKunin%2Fstash-prs-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DKunin%2Fstash-prs-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DKunin%2Fstash-prs-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DKunin","download_url":"https://codeload.github.com/DKunin/stash-prs-list/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DKunin%2Fstash-prs-list/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270807934,"owners_count":24649346,"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","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["proxy","pull-requests","stash"],"created_at":"2024-11-20T17:55:55.771Z","updated_at":"2025-08-17T05:07:14.407Z","avatar_url":"https://github.com/DKunin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stash Pull Requests lists\n\n\u003e Simple proxy, to get the API, and combine pull-requests with mergin info, and narrrowing down to a single user.\n\n## Table of Contents\n\n- [Install](#install)\n- [Usage](#usage)\n- [License](#license)\n\n## Install\n\n```console\n    git clone git@github.com:DKunin/stash-prs-list.git\n    cd stash-prs-list\n    npm prepeare\n```\nnpm prepeare will create .projects file for you, there you should put links PR projects you are interested in.\n\nBefore usage JIRA_PASS, STASH_HOST and STASH_PROJECTS env variables should be set in your .bashrc file, or any other place, you use to declare variables. JIRA_PASS is base64 encoded your 'username:password'.\nSTASH_PROJECTS - should be a list of project paths.\n\n```bash\n    export JIRA_PASS='ZnJlZDpmcmVk' \n    export STASH_HOST='www.stash.com'\n    export STASH_PROJECTS='JS/repos/utils JS/repos/middleware'\n```\n\n```console\n    npm start\n```\n\nOr with Docker\n\n```console\n    docker pull dkunin/stash-prs-list\n    docker run -d -p 4848:4848 -e \"JIRA_PASS=$JIRA_PASS\" -e \"STASH_HOST=$STASH_HOST\" -e \"STASH_PROJECTS=$STASH_PROJECTS\" dkunin/stash-prs-list\n```\n\nOr if you want to modify/build your own image\n\n```console\n    npm run docker-image-build \n    npm run docker-image-start\n```\nwhich will run:\n```console\n    docker build ./ -t $(whoami)/$(basename $PWD)\n    docker run -d -p 4848:4848 -e \"JIRA_PASS=$JIRA_PASS\" -e \"STASH_HOST=$STASH_HOST\" -e \"STASH_PROJECTS=$STASH_PROJECTS\" $(whoami)/$(basename $PWD)\n```\n\n## Usage\n\nGo to address:\n```\n    http://localhost:4848/api/prs?username=dkunin\n```\n\n## License\n\nMIT © Dmitri Kunin\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkunin%2Fstash-prs-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdkunin%2Fstash-prs-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkunin%2Fstash-prs-list/lists"}