Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: faker-ruby/faker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.4.2
Choose a base ref
...
head repository: faker-ruby/faker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 20 commits
  • 17 files changed
  • 9 contributors

Commits on Jul 17, 2024

  1. Fix typos (#2982)

    tagliala committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    97cfd1a View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

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

Commits on Aug 11, 2024

  1. Merge pull request #2988 from amatsuda/fix_benchmark

    Fix benchmark:all_methods task by excluding Faker::Deprecator module from benchmark target
    koic committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    9dfc3a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Bump rubocop from 1.65.0 to 1.65.1 (#2986)

    Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.65.0 to 1.65.1.
    - [Release notes](https://github.com/rubocop/rubocop/releases)
    - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v1.65.0...v1.65.1)
    
    ---
    updated-dependencies:
    - dependency-name: rubocop
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    4a46d17 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Bump minitest from 5.24.1 to 5.25.0 (#2991)

    Bumps [minitest](https://github.com/minitest/minitest) from 5.24.1 to 5.25.0.
    - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
    - [Commits](minitest/minitest@v5.24.1...v5.25.0)
    
    ---
    updated-dependencies:
    - dependency-name: minitest
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    130a504 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Deprecator improvements

    In preparation for removing deprecations for certain generators,
    this commit documents the Deprecator and how to test deprecated
    generators. It also adds a unit test using newly added matchers
    based on Rails deprecation matchers.
    
    With this change, we can remove generators in a follow up PR
    while having the Deprecator covered and documented.
    stefannibrasil committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    f86ba5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8b2327 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Add Brazilian Portuguese translations for Faker::Subscription (#2960)

    * Add Brazilian Portuguese translations for `Faker::Subscription`
    
    * Fix typo in yml
    
    * Remove tests for subscriptions
    
    * Add and revise payment and plan terms
    
    ---------
    
    Co-authored-by: Stefanni Brasil <[email protected]>
    murichristopher and Stefanni Brasil committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    961cafd View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Bump yard from 0.9.36 to 0.9.37

    Bumps [yard](https://github.com/lsegal/yard) from 0.9.36 to 0.9.37.
    - [Release notes](https://github.com/lsegal/yard/releases)
    - [Changelog](https://github.com/lsegal/yard/blob/main/CHANGELOG.md)
    - [Commits](lsegal/yard@v0.9.36...v0.9.37)
    
    ---
    updated-dependencies:
    - dependency-name: yard
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    2aff943 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Faker::Alphanumeric.alphanumeric determinism fix (#2996)

    * Faker::Alphanumeric.alphanumeric determinism fix
    
    * Faker::Alphanumeric.alphanumeric changes from PR feedback
    admtnnr committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    caa5507 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Merge pull request #2997 from faker-ruby/sb-deprecator-improvements

    Deprecator improvements
    stefannibrasil committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    b09aa0d View commit details
    Browse the repository at this point in the history
  2. Bump rubocop-minitest from 0.35.1 to 0.36.0

    Bumps [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) from 0.35.1 to 0.36.0.
    - [Release notes](https://github.com/rubocop/rubocop-minitest/releases)
    - [Changelog](https://github.com/rubocop/rubocop-minitest/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop-minitest@v0.35.1...v0.36.0)
    
    ---
    updated-dependencies:
    - dependency-name: rubocop-minitest
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    95519f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Merge pull request #2999 from faker-ruby/dependabot/bundler/rubocop-m…

    …initest-0.36.0
    
    Bump rubocop-minitest from 0.35.1 to 0.36.0
    stefannibrasil committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    bd0f782 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be9d2fd View commit details
    Browse the repository at this point in the history
  3. Bump rubocop from 1.65.1 to 1.66.1

    Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.65.1 to 1.66.1.
    - [Release notes](https://github.com/rubocop/rubocop/releases)
    - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v1.65.1...v1.66.1)
    
    ---
    updated-dependencies:
    - dependency-name: rubocop
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    7490fac View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3000 from faker-ruby/dependabot/bundler/yard-0.9.37

    Bump yard from 0.9.36 to 0.9.37
    stefannibrasil committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    867d8e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    724dd67 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3001 from faker-ruby/dependabot/bundler/rubocop-1…

    ….66.1
    
    Bump rubocop from 1.65.1 to 1.66.1
    stefannibrasil committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    644a914 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Remove CodeClimate badges

    Code Climate integration is removed due to access issues after the
    project moved to an organization. We will reassess the need for a
    static analysis tool in the future.
    
    This commit removes the Code Climate configuration and badge from the
    repository and updates CI to remove related steps.
    
    Close #2983
    tagliala committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    33bbe3a View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Merge pull request #3003 from tagliala/chore/2983-remove-codeclimate-…

    …badge
    
    Remove CodeClimate badges
    stefannibrasil committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    6ba0639 View commit details
    Browse the repository at this point in the history
Loading