Thanks to visit codestin.com
Credit goes to github.com

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: Quick/Quick
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.0.2
Choose a base ref
...
head repository: Quick/Quick
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.1.0
Choose a head ref
  • 16 commits
  • 82 files changed
  • 3 contributors

Commits on Jun 12, 2023

  1. Bump danger from 9.3.0 to 9.3.1

    Bumps [danger](https://github.com/danger/danger) from 9.3.0 to 9.3.1.
    - [Release notes](https://github.com/danger/danger/releases)
    - [Changelog](https://github.com/danger/danger/blob/master/CHANGELOG.md)
    - [Commits](danger/danger@v9.3.0...v9.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: danger
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    3b8d836 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1224 from Quick/dependabot/bundler/danger-9.3.1

    Bump danger from 9.3.0 to 9.3.1
    younata authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    62fc1ec View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

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

Commits on Jun 29, 2023

  1. Merge pull request #1228 from junmo-kim/fix_configuration_before_each…

    …_async
    
    Ensure beforeEach in Configuration run for AsyncSpec
    younata authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    e262522 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    329f3f6 View commit details
    Browse the repository at this point in the history
  2. Fix the xcodeproj version. Get tests passing on linux.

    Also re-adds aroundEach to Objective-C and cleans up the inline documentation to render nicely in recent xcodes.
    younata committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    1c8b1da View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1229 from Quick/enable_throwing_setup_and_teardown

    Allow beforeEach, justBeforeEach, and afterEach in Swift to throw
    younata authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    a103fb5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d47f5dd View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. Configuration menu
    Copy the full SHA
    e9420da View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1231 from Quick/documentation/774-installation-in…

    …structions
    
    Improve documentation for installing Quick and Nimble via Cocoapods in the README.
    younata authored Jul 1, 2023
    Configuration menu
    Copy the full SHA
    0fdeeeb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1230 from Quick/bugfix/1227-xitBehavesLike-on-dsl…

    …users
    
    Make a public xitBehavesLike(_ name: String) for SyncDSLUser
    younata authored Jul 1, 2023
    Configuration menu
    Copy the full SHA
    6d3524d View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Attempt to run tests within a QuickSpec or AsyncSpec in the order the…

    …y are defined in
    
    I say attempt, because XCTest can easily override this. In fact, we specifically suggest that people take advantage of that
    to help ensure their tests are robust.
    younata committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    d3bddab View commit details
    Browse the repository at this point in the history
  2. The test ordering page should more strongly suggest that you enable R…

    …andomize Execution Order
    younata committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    345ab64 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1232 from Quick/task/759-specify-ordering

    Attempt to run tests within a QuickSpec or AsyncSpec in the order they are defined in
    younata authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    4121c3f View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

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