{"id":15056496,"url":"https://github.com/slava-yuhymchuk/tasks","last_synced_at":"2026-01-28T14:04:41.131Z","repository":{"id":235487214,"uuid":"784871587","full_name":"slava-yuhymchuk/tasks","owner":"slava-yuhymchuk","description":"DevSecOps course project for Task Management.","archived":false,"fork":false,"pushed_at":"2024-10-15T19:13:19.000Z","size":4084,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-10T04:40:17.865Z","etag":null,"topics":["argocd","aws","bash","css","docker","eks","flask","groovy","hcl","html","jenkins","kubernetes","openai","python","slack","terraform","trivy","vpc","web","webapi"],"latest_commit_sha":null,"homepage":"","language":"HCL","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/slava-yuhymchuk.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":"2024-04-10T18:14:25.000Z","updated_at":"2024-10-15T19:13:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"dd8b4c04-5c9e-4b3c-b9c6-c00141398b78","html_url":"https://github.com/slava-yuhymchuk/tasks","commit_stats":null,"previous_names":["slava-yuhymchuk/tasks"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/slava-yuhymchuk/tasks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slava-yuhymchuk%2Ftasks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slava-yuhymchuk%2Ftasks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slava-yuhymchuk%2Ftasks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slava-yuhymchuk%2Ftasks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/slava-yuhymchuk","download_url":"https://codeload.github.com/slava-yuhymchuk/tasks/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slava-yuhymchuk%2Ftasks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28846058,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T13:02:32.985Z","status":"ssl_error","status_checked_at":"2026-01-28T13:02:04.945Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["argocd","aws","bash","css","docker","eks","flask","groovy","hcl","html","jenkins","kubernetes","openai","python","slack","terraform","trivy","vpc","web","webapi"],"created_at":"2024-09-24T21:52:09.110Z","updated_at":"2026-01-28T14:04:41.113Z","avatar_url":"https://github.com/slava-yuhymchuk.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n![image](https://github.com/user-attachments/assets/9c46fc1c-5857-4e6b-a396-3ee231dfe8e4)\n\n## Web UI\n\n- `DEV` : https://tasks-dev.devsecops15.com/\n- `PROD` : https://tasks.devsecops15.com/\n\n## API Endpoints\n\n- `GET /tasks` : Return all tasks.\n  ```bash\n  curl --request GET http://localhost/tasks\n  ```\n- `GET /tasks/\u003cid\u003e` : Return specific task by ID.\n  ```bash\n  curl --request GET http://localhost/tasks/1\n  ```\n- `POST /tasks` : Add new task with POST request data. Return newly created task.\n  ```bash\n  curl --request POST --header \"Content-Type: application/json\" --data '{\"Title\":\"new title\",\"Details\":\"new details\"}' http://localhost/tasks\n  ```\n- `DELETE /tasks/\u003cid\u003e` : Delete specific task by ID. Return deleted task.\n  ```bash\n  curl --request DELETE http://localhost/tasks/1\n  ```\n- `PUT /tasks/\u003cid\u003e` : Update specific task with PUT request data. Return updated task.\n  ```bash\n  curl --request PUT --header \"Content-Type: application/json\" --data '{\"Title\":\"updated title\",\"Details\":\"updated details\",\"Status\":\"updated status\"}' http://localhost/tasks/1\n  ```\n- `POST /tasks/\u003cid\u003e/done` : Change the status of specific task to \"Done\". Return completed task.\n  ```bash\n  curl --request POST http://localhost/tasks/1/done\n  ```\n- `POST /tasks/reset` : Start over. Return empty task list.\n  ```bash\n  curl --request POST http://localhost/tasks/reset\n  ```\n- `POST /tasks/\u003cid\u003e/ai` : Ask ChatGPT to assist with specific task. ;)\n  ```bash\n  curl --request POST http://localhost/tasks/2/ai\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslava-yuhymchuk%2Ftasks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslava-yuhymchuk%2Ftasks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslava-yuhymchuk%2Ftasks/lists"}