{"id":18750612,"url":"https://github.com/invis1ble/project-management","last_synced_at":"2025-06-20T04:05:19.716Z","repository":{"id":244665140,"uuid":"793593447","full_name":"Invis1ble/project-management","owner":"Invis1ble","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-31T14:32:49.000Z","size":1498,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-06-01T02:42:42.464Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","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/Invis1ble.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":"2024-04-29T14:10:58.000Z","updated_at":"2025-05-31T14:32:52.000Z","dependencies_parsed_at":"2024-08-05T11:25:27.031Z","dependency_job_id":"5971df78-9861-4812-b064-150e3f87634a","html_url":"https://github.com/Invis1ble/project-management","commit_stats":null,"previous_names":["invis1ble/project-management"],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/Invis1ble/project-management","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Invis1ble%2Fproject-management","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Invis1ble%2Fproject-management/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Invis1ble%2Fproject-management/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Invis1ble%2Fproject-management/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Invis1ble","download_url":"https://codeload.github.com/Invis1ble/project-management/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Invis1ble%2Fproject-management/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260878243,"owners_count":23075955,"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":[],"created_at":"2024-11-07T17:12:36.928Z","updated_at":"2025-06-20T04:05:14.687Z","avatar_url":"https://github.com/Invis1ble.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Project Management\n==================\n\n![CI Status](https://github.com/Invis1ble/project-management/actions/workflows/ci.yml/badge.svg?event=push)\n[![codecov](https://codecov.io/gh/Invis1ble/project-management/graph/badge.svg?token=296M82SE17)](https://codecov.io/gh/Invis1ble/project-management)\n[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)\n\n[![codecov](https://codecov.io/gh/Invis1ble/project-management/graphs/tree.svg?token=296M82SE17)](https://codecov.io/gh/Invis1ble/project-management)\n\n\nGetting Started\n---------------\n\n1. If not already done, [install Docker Compose](https://docs.docker.com/compose/install/) (v2.10+)\n2. Run `docker compose build --no-cache` to build fresh images\n3. Run `docker compose up --pull always -d --wait` to set up and start the project\n4. Open `https://localhost` in your favorite web browser and [accept the auto-generated TLS certificate](https://stackoverflow.com/a/15076602/1352334)\n5. Run `docker compose down --remove-orphans` to stop the Docker containers\n6. Run `docker compose exec php bin/console secrets:set GITLAB_ACCESS_TOKEN` to [set GitLab Access Token](https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html#create-a-personal-access-token)\n7. Run `docker compose exec php bin/console secrets:set JIRA_ACCESS_TOKEN` to set Jira Access Token\n8. Run `docker compose exec php bin/console secrets:set POSTGRES_PASSWORD` to set PostgreSQL Password\n9. Run `docker compose exec php bin/console secrets:set RABBITMQ_PASSWORD` to set RabbitMQ Password.\n\nIn the `.env` file set following variables:\n\n- `GITLAB_URL`\n- `GITLAB_BACKEND_PROJECT_ID`\n- `GITLAB_FRONTEND_PROJECT_ID`\n- `JIRA_URL`\n- `JIRA_USERNAME`\n- `JIRA_PROJECT_KEY`\n- `JIRA_SPRINT_FIELD_ID` - `customfield` id for Sprint section in Jira issues\n- `JIRA_SPRINT_BOARD_ID`\n- `JIRA_MERGE_REQUEST_FIELD_ID` - `customfield` id for Development section in Jira issues\n\n\nUsage\n-----\n\n\nPublish hotfix command:\n```sh\ndocker compose exec -it php bin/console pm:hotfix:publish\n```\n\n\nPrepare release command:\n```sh\ndocker compose exec -it php bin/console pm:release:prepare\n```\n\n\nMonitoring\n----------\n\nRabbiMQ Management http://localhost:15672/#/queues/%2F/messages\n\n\nDevelopment\n-----------\n\n### Check for Coding Standards violations\n\nRun PHP_CodeSniffer checks:\n\n```sh\ndocker compose exec -it php bin/php_codesniffer\n```\n\nRun PHP-CS-Fixer checks:\n\n```sh\ndocker compose exec -it php bin/php-cs-fixer\n```\n\nRun Rector checks:\n\n```sh\ndocker compose exec -it php bin/rector\n```\n\n\nTesting\n-------\n\nTo get started with testing, you need to create a test database first and run migrations:\n\n```sh\ndocker compose exec -it php bin/console -e test doctrine:database:create\ndocker compose exec -it php bin/console -e test doctrine:migrations:migrate\n```\n\nAfter creating the database, you can run unit tests:\n\n```sh\ndocker compose exec -it php bin/phpunit\n```\n\nTo run unit tests with coverage, you need to enable XDEBUG first:\n\n```sh\nXDEBUG_MODE=coverage docker compose up -d --wait\ndocker compose exec -it php bin/phpunit --coverage-clover var/log/coverage-clover.xml\n```\n\n\nLicense\n-------\n\n[The MIT License](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finvis1ble%2Fproject-management","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finvis1ble%2Fproject-management","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finvis1ble%2Fproject-management/lists"}