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

Upstream Changes #3

Merged
merged 4 commits into from
Nov 8, 2024
Merged

Commits on Nov 8, 2024

  1. [#844] Review pre-commit hooks

    Separates intensive checks from pre-commit to maintain fast commits
    while ensuring code quality before sharing changes. Configured to skip
    generated directories and fail fast on issues.
    
    Add pre-push Git hooks for slower checks
    
    Updates set of pre-push hooks to enforce code quality standards:
    - Validates configuration files (YAML, JSON, TOML)
    - Performs full linting with Rubocop and ESLint
    - Runs TypeScript type checking
    - Enforces file conventions and checks for common issues
    delano committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    e77c4f8 View commit details
    Browse the repository at this point in the history
  2. [#843] Removes legacy Array core extensions

    Cleans up core extensions by removing unnecessary Array method additions while
    preserving essential functionality in QuantizeTime, QuantizeInteger, and String
    classes.
    
    - Removes statistical methods (mean, median, mode, variance, etc.)
    - Removes array manipulation methods (permute, sample, random)
    - Removes unnecessary rubocop disable directive
    delano committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    16767c7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #845 from onetimesecret/844-review-pre-commit-hook…

    …s-config-for-better-performance
    
    Review pre-commit hooks config for better performance
    delano authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    839172c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #846 from onetimesecret/843-remove-array-core-exte…

    …nsions-legacy
    
    [#843] Removes legacy Array core extensions
    delano authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    47dfdf4 View commit details
    Browse the repository at this point in the history