{
    "object_kind": "push",
    "event_name": "push",
    "before": "32fb7ed128d3febe36d83399f5c2fc6ed2d937c1",
    "after": "7a23d728aeef7418aa8a67a0bc1cbd289b19194e",
    "ref": "refs\/heads\/main",
    "ref_protected": true,
    "checkout_sha": "7a23d728aeef7418aa8a67a0bc1cbd289b19194e",
    "message": null,
    "user_id": 19,
    "user_name": "Bohunka Zsolt",
    "user_username": "bohunkazsolt",
    "user_email": "",
    "user_avatar": "https:\/\/www.gravatar.com\/avatar\/495e14a024c9ddd64b339a3ee5bcce2be2e8468e23180b4ee001574938728865?s=80&d=identicon",
    "project_id": 194,
    "project": {
        "id": 194,
        "name": "credipassapi",
        "description": null,
        "web_url": "http:\/\/git.dunahousedev.hu\/credipass\/credipassapi",
        "avatar_url": null,
        "git_ssh_url": "git@git.dunahousedev.hu:credipass\/credipassapi.git",
        "git_http_url": "http:\/\/git.dunahousedev.hu\/credipass\/credipassapi.git",
        "namespace": "Credipass",
        "visibility_level": 0,
        "path_with_namespace": "credipass\/credipassapi",
        "default_branch": "main",
        "ci_config_path": "",
        "homepage": "http:\/\/git.dunahousedev.hu\/credipass\/credipassapi",
        "url": "git@git.dunahousedev.hu:credipass\/credipassapi.git",
        "ssh_url": "git@git.dunahousedev.hu:credipass\/credipassapi.git",
        "http_url": "http:\/\/git.dunahousedev.hu\/credipass\/credipassapi.git"
    },
    "commits": [
        {
            "id": "7a23d728aeef7418aa8a67a0bc1cbd289b19194e",
            "message": "Add lead processing and error handling improvements\n",
            "title": "Add lead processing and error handling improvements",
            "timestamp": "2026-08-07T13:47:34+02:00",
            "url": "http:\/\/git.dunahousedev.hu\/credipass\/credipassapi\/-\/commit\/7a23d728aeef7418aa8a67a0bc1cbd289b19194e",
            "author": {
                "name": "Bohunka Zsolt",
                "email": "bohunka.zsolt@dh.hu"
            },
            "added": [
                "README.API_V1.md",
                "README.CRM_CALCULATOR.md",
                "README.LEAD_CONTRACT.md",
                "app\/DTO\/CalculatorRequest.php",
                "app\/DTO\/LeadResult.php",
                "app\/DTO\/OffersResult.php",
                "app\/Exceptions\/UpstreamException.php",
                "app\/Http\/Controllers\/CalculatorTypeController.php",
                "app\/Http\/Controllers\/V1\/CalculatorController.php",
                "app\/Http\/Controllers\/V1\/CampaignController.php",
                "app\/Http\/Controllers\/V1\/LeadController.php",
                "app\/Http\/Controllers\/V1\/V1Controller.php",
                "app\/Http\/Middleware\/LogApiCall.php",
                "app\/Http\/Middleware\/RateLimitByIp.php",
                "app\/Http\/Middleware\/ResolveCountry.php",
                "app\/Http\/Middleware\/V1Cors.php",
                "app\/Http\/Middleware\/VerifyCaptcha.php",
                "app\/Http\/Responses\/ApiResponse.php",
                "app\/Models\/ApiCallLog.php",
                "app\/Models\/MortgageLead.php",
                "app\/Services\/Calculator\/BankmonitorProvider.php",
                "app\/Services\/Calculator\/CalculatorException.php",
                "app\/Services\/Calculator\/CalculatorLeadService.php",
                "app\/Services\/Calculator\/CalculatorLeadStore.php",
                "app\/Services\/Calculator\/CalculatorProvider.php",
                "app\/Services\/Calculator\/CrmProvider.php",
                "app\/Services\/Calculator\/LegacyOfferFormatter.php",
                "app\/Services\/Forms\/FormLeadForwarder.php",
                "app\/Services\/Logging\/ApiCallLogger.php",
                "app\/Services\/Upstream\/CalculatorService.php",
                "app\/Services\/Upstream\/CampaignService.php",
                "app\/Services\/Upstream\/LeadService.php",
                "app\/Services\/Upstream\/UpstreamClient.php",
                "app\/Services\/Upstream\/UpstreamResponse.php",
                "app\/Support\/ApiContext.php",
                "app\/Support\/CountryResolver.php",
                "app\/Support\/FormTopicResolver.php",
                "app\/Support\/UpstreamSettings.php",
                "config\/calculators.php",
                "config\/countries.php",
                "config\/upstream.php",
                "database\/migrations\/2026_08_05_120000_create_mortgage_leads_table.php",
                "database\/migrations\/2026_08_06_100000_create_api_call_log_table.php",
                "database\/migrations\/2026_08_06_110000_add_slug_to_article_form_topic.php",
                "database\/migrations\/2026_08_06_120000_add_calculator_type_to_mortgage_leads.php",
                "tests\/Feature\/CalculatorEndpointTest.php",
                "tests\/Feature\/CalculatorErrorParityTest.php",
                "tests\/Feature\/CalculatorSubmitTest.php",
                "tests\/Feature\/CalculatorTypeTest.php",
                "tests\/Feature\/CampaignEndpointTest.php",
                "tests\/Feature\/CountryResolutionTest.php",
                "tests\/Feature\/FormLeadTopicTest.php",
                "tests\/Feature\/LeadEndpointTest.php",
                "tests\/Feature\/LegacyMortgageSubmitTest.php",
                "tests\/Feature\/StateSubsidiesSubmitTest.php",
                "tests\/Feature\/UpstreamContractTest.php",
                "tests\/Feature\/V1ProtectionTest.php",
                "tests\/Unit\/ApiCallLoggerTest.php",
                "tests\/Unit\/BankmonitorProviderTest.php",
                "tests\/Unit\/CalculatorLeadMappingTest.php",
                "tests\/Unit\/CountryResolverTest.php",
                "tests\/Unit\/CrmErrorParserTest.php",
                "tests\/Unit\/FormTopicResolverTest.php",
                "tests\/Unit\/LeadMappingTest.php",
                "tests\/Unit\/LegacyOfferFormatterTest.php",
                "tests\/Unit\/NormalizerTest.php",
                "tests\/Unit\/UpstreamSettingsTest.php",
                "tests\/V1TestCase.php"
            ],
            "modified": [
                ".env.example",
                ".env.template",
                "app\/Exceptions\/Handler.php",
                "app\/Http\/Controllers\/ArticleEditorController.php",
                "app\/Http\/Controllers\/Controller.php",
                "app\/Http\/Controllers\/FormController.php",
                "app\/Http\/Controllers\/LoanCalculatorController.php",
                "app\/Http\/Middleware\/AllowOrigin.php",
                "app\/Http\/Middleware\/SetRefererDomainVariable.php",
                "app\/Models\/BankmonitorResults.php",
                "bootstrap\/app.php",
                "config\/api_connections.php",
                "resources\/lang\/hu\/messages.php",
                "routes\/web.php"
            ],
            "removed": []
        }
    ],
    "total_commits_count": 1,
    "push_options": [],
    "repository": {
        "name": "credipassapi",
        "url": "git@git.dunahousedev.hu:credipass\/credipassapi.git",
        "description": null,
        "homepage": "http:\/\/git.dunahousedev.hu\/credipass\/credipassapi",
        "git_http_url": "http:\/\/git.dunahousedev.hu\/credipass\/credipassapi.git",
        "git_ssh_url": "git@git.dunahousedev.hu:credipass\/credipassapi.git",
        "visibility_level": 0
    },
    "output": [
        "\/etc\/apache2\/sites-available\/bohunkazsolt.credipassapi.dunahousedev.hu.conf exists.",
        "\/etc\/apache2\/sites-available\/credipassapi.dunahousedev.hu.conf exists.",
        "Saving debug log to \/var\/log\/letsencrypt\/letsencrypt.log",
        "An unexpected error occurred:",
        "BrokenPipeError: [Errno 32] Broken pipe",
        "Ask for help or search for solutions at https:\/\/community.letsencrypt.org. See the logfile \/var\/log\/letsencrypt\/letsencrypt.log or re-run Certbot with -v for more details.",
        "Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>",
        "BrokenPipeError: [Errno 32] Broken pipe",
        "Saving debug log to \/var\/log\/letsencrypt\/letsencrypt.log",
        "An unexpected error occurred:",
        "BrokenPipeError: [Errno 32] Broken pipe",
        "Ask for help or search for solutions at https:\/\/community.letsencrypt.org. See the logfile \/var\/log\/letsencrypt\/letsencrypt.log or re-run Certbot with -v for more details.",
        "Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>",
        "BrokenPipeError: [Errno 32] Broken pipe",
        "Fetching origin",
        "From git.dunahousedev.hu:credipass\/credipassapi",
        "   32fb7ed..7a23d72  main       -> origin\/main",
        "HEAD is now at 7a23d72 Add lead processing and error handling improvements",
        "--OK--"
    ]
}