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

Fix regex short oid #14

Closed
wants to merge 20 commits into from

Commits on Jul 12, 2023

  1. Create README.md

    leocavalcante authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    5176586 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6817212 View commit details
    Browse the repository at this point in the history
  3. feat: bring the changes

    leocavalcante committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    3e7eeb6 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

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

Commits on Jul 27, 2023

  1. chore(deps): Bump

    leocavalcante committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    cad2405 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00b67db View commit details
    Browse the repository at this point in the history
  3. fix: Merge label values

    leocavalcante committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    077f5da View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

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

Commits on Aug 16, 2023

  1. Avoids high cardinality on metrics (#2)

    * refactor: Avoid high cardinality
    
    * refactor: Object not being used
    
    * refactor: Restore exception class labeling
    leocavalcante authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    64d8034 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Feat/uri sanitize new patterns (#3)

    * add new patterns and replacements strings
    
    * add new tests
    
    * fix change patterns and replacements order
    vs0uz4 authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    253b975 View commit details
    Browse the repository at this point in the history
  2. Refactor URI sanitize patterns (#4)

    * fix patterns, shortening patterns and implement case-insensitive
    
    * add vscode and jetbrains ide folders into .gitignore
    vs0uz4 authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    e7d311c View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

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

Commits on Oct 2, 2023

  1. Use only the path at the URI label (#6)

    Update HttpClientMetricAspect.php
    celosauro authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    c48ac23 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

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

Commits on Nov 8, 2023

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

Commits on Jan 10, 2024

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

Commits on Jan 22, 2024

  1. Add connect exceptions on HTTP client metrics (#9)

    * feat identified connect exception on http promise rejection
    
    * use interface instead exception
    
    * abstract catch of exception
    
    * add specific message on errors
    lukkas-lukkas authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    c92e9fe View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. chore(deps): Bump hyper/metric 3.1 (#11)

    * [3.1]Bumps dependencies (#5796)
    
    
    
    Co-authored-by: 李铭昕 <[email protected]>
    
    * Upgrade hyperf packages to version `~3.1.0` (#5801)
    
    * Bumps `phpunit` to `10.x` (#5802)
    
    
    Co-authored-by: 李铭昕 <[email protected]>
    
    * Remove redundant `setAccessible` methods (#5811)
    
    * Remove deprecated codes (#5812)
    
    * Removed the deprecated code for metric. (#5847)
    
    * Use `StrCache` instead of `Str` in special cases. (#5866)
    
    * [feat] Support buffer mechanism in standalone process of metric (#6030)
    
    
    
    Co-authored-by: 李铭昕 <[email protected]>
    
    * Fix the bug that cannot stop the command from terminating gracefully (#6090)
    
    * Upgrade actions/checkout to v4 (#6159)
    
    * Adds `metric.enable_command_metric` switch (#6272)
    
    * Changed the `branch-alias` of all components to `3.1-dev`. (#6320)
    
    * update dependencies
    
    * Remove unused import
    
    ---------
    
    Co-authored-by: Deeka Wong <[email protected]>
    Co-authored-by: 李铭昕 <[email protected]>
    Co-authored-by: yansongda <[email protected]>
    Co-authored-by: Albert Chen <[email protected]>
    5 people authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    df8f474 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

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