Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Analytics services integration #7313

Merged
merged 8 commits into from
Jun 6, 2024
Merged

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    6b25eb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4501f6a View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    7edb719 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f32776 View commit details
    Browse the repository at this point in the history
  3. Analytics improvements (#84)

    * Analytics services integration / Send events by protocol
    
    * Analytics services integration / Add example config for matomo.
    fxprunayre authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    13f467f View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Update web/src/main/webResources/WEB-INF/config.properties

    Co-authored-by: François Prunayre <[email protected]>
    josegar74 and fxprunayre authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    47decad View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    2be6d10 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Test / Fix bean initialization

    Failing test were:
    
    ```
    15:47:17,320 [INFO] Results:
    15:47:17,320 [INFO] 
    Error: 7,320 [ERROR] Failures: 
    Error: 7,320 [ERROR]   AlternateLogoForPdfExportTest.whenGeneratingPdfWithPropertyNotSetSiteLogoIsUsed:114 Status expected:<200> but was:<400>
    Error: 7,321 [ERROR]   AlternateLogoForPdfExportTest.whenGeneratingPdfWithPropertySetPdfLogoIsUsed:74 Status expected:<200> but was:<400>
    Error: 7,321 [ERROR]   AlternateLogoForPdfExportTest.whenNotGeneratingPdfWithPropertySetSiteLogoIsUsed:93 Status expected:<200> but was:<400>
    Error: 7,321 [ERROR] Errors: 
    Error: 7,321 [ERROR]   FormatterApiIntegrationTest.testExec:97 » XPath Exception in extension functio.
    ```
    fxprunayre authored and juanluisrp committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    9ce2b1f View commit details
    Browse the repository at this point in the history