{"id":13631994,"url":"https://github.com/iamssen/couchdb-github-action","last_synced_at":"2025-04-13T08:34:57.115Z","repository":{"id":65160133,"uuid":"279872037","full_name":"iamssen/couchdb-github-action","owner":"iamssen","description":"Run CouchDB on Github Action","archived":false,"fork":false,"pushed_at":"2024-10-10T09:21:49.000Z","size":20,"stargazers_count":9,"open_issues_count":2,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T00:13:12.327Z","etag":null,"topics":["actions","continuous-integration","couchdb","database"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/iamssen.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}},"created_at":"2020-07-15T13:11:55.000Z","updated_at":"2024-11-14T11:04:06.000Z","dependencies_parsed_at":"2024-01-22T01:09:38.464Z","dependency_job_id":"d3b0c852-ee68-4681-a44f-2daa94c27266","html_url":"https://github.com/iamssen/couchdb-github-action","commit_stats":{"total_commits":40,"total_committers":1,"mean_commits":40.0,"dds":0.0,"last_synced_commit":"bee55834a0cbae490de53af1b67af89740bcbf7f"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamssen%2Fcouchdb-github-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamssen%2Fcouchdb-github-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamssen%2Fcouchdb-github-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamssen%2Fcouchdb-github-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iamssen","download_url":"https://codeload.github.com/iamssen/couchdb-github-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248684798,"owners_count":21145137,"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":["actions","continuous-integration","couchdb","database"],"created_at":"2024-08-01T22:02:47.467Z","updated_at":"2025-04-13T08:34:57.071Z","avatar_url":"https://github.com/iamssen.png","language":"Shell","readme":"# CouchDB Github Action\n\n```yaml\nname: TEST\n\non: [push]\n\njobs:\n  build:\n    name: Test ${{ matrix.couchdb }}\n    runs-on: ubuntu-latest\n    strategy:\n      matrix:\n        couchdb: [\"3.4\", \"3.3\", \"3.2\", \"3.1\", \"2.3\"]\n\n    steps:\n      - name: Git checkout\n        uses: actions/checkout@v2\n\n      - name: Start CouchDB\n        uses: iamssen/couchdb-github-action@master\n        with:\n          couchdb-version: ${{ matrix.couchdb }}\n\n      - name: Test endpoint\n        run: |\n          curl -f http://127.0.0.1:5984/\n\n      - name: Test auth\n        run: |\n          curl -X POST -H \"Content-Type: application/json; charset=utf-8\" -d '{\"name\": \"admin\", \"password\": \"password\"}' http://127.0.0.1:5984/_session\n```\n\n- endpoint : `http://127.0.0.1:5984`\n- auth\n  - name : `admin`\n  - password : `password`\n\n# Examples\n\n- Github Workflow Sample \u003chttps://github.com/iamssen/mongodb-to-couchdb/blob/master/.github/workflows/test.yml#L21\u003e\n- Jest Testcase \u003chttps://github.com/iamssen/mongodb-to-couchdb/blob/master/src/%40ssen/couchdb/__tests__/couchdb.test.ts\u003e\n","funding_links":[],"categories":["Shell"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamssen%2Fcouchdb-github-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiamssen%2Fcouchdb-github-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamssen%2Fcouchdb-github-action/lists"}