-
Notifications
You must be signed in to change notification settings - Fork 378
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
777 changed files
with
97,165 additions
and
9,642 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
[submodule "Carthage/Checkouts/ocmock"] | ||
path = Carthage/Checkouts/ocmock | ||
url = https://github.com/erikdoe/ocmock.git | ||
[submodule "Carthage/Checkouts/libwebp"] | ||
path = Carthage/Checkouts/libwebp | ||
url = https://chromium.googlesource.com/webm/libwebp | ||
[submodule "Carthage/Checkouts/PINCache"] | ||
url = https://github.com/pinterest/PINCache.git | ||
[submodule "Carthage/Checkouts/PINRemoteImage"] | ||
url = https://github.com/pinterest/PINRemoteImage.git | ||
[submodule "Carthage/Checkouts/PINOperation"] | ||
url = https://github.com/pinterest/PINOperation.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
github "pinterest/PINRemoteImage" ~> 3.0.0 | ||
github "pinterest/PINRemoteImage" ~> 3.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
github "erikdoe/ocmock" "v3.6" | ||
github "pinterest/PINCache" "3.0.1-beta.8" | ||
github "pinterest/PINOperation" "1.1.2" | ||
github "pinterest/PINRemoteImage" "3.0.0" | ||
git "https://chromium.googlesource.com/webm/libwebp" "v1.1.0" | ||
github "erikdoe/ocmock" "v3.7.1" | ||
github "pinterest/PINCache" "3.0.1" | ||
github "pinterest/PINOperation" "1.2" | ||
github "pinterest/PINRemoteImage" "3.0.1" |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
--- | ||
name: CI | ||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
- 'releases/*' | ||
pull_request: | ||
branches: | ||
- master | ||
|
||
jobs: | ||
build: | ||
name: Build | ||
runs-on: macOS-latest | ||
strategy: | ||
matrix: | ||
platform: ['iOS Simulator,name=iPhone 8'] | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- name: Analyze and Test | ||
run: | | ||
xcodebuild clean analyze test \ | ||
-destination "platform=${{ matrix.platform }}" \ | ||
-sdk "iphonesimulator" \ | ||
-project PINCache.xcodeproj \ | ||
-scheme PINCache \ | ||
ONLY_ACTIVE_ARCH=NO \ | ||
CODE_SIGNING_REQUIRED=NO \ | ||
CLANG_ANALYZER_OUTPUT=plist-html \ | ||
CLANG_ANALYZER_OUTPUT_DIR="$(pwd)/clang" \ | ||
| xcpretty | ||
if [[ -n `find $(pwd)/clang -name "*.html"` ]] ; then rm -rf $(pwd)/clang; exit 1; fi | ||
rm -rf $(pwd)/clang | ||
cocoapods: | ||
name: CocoaPods | ||
runs-on: macOS-latest | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- name: Lint | ||
run: pod lib lint | ||
carthage: | ||
name: Carthage | ||
runs-on: macOS-latest | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- name: Update | ||
run: carthage update --no-use-binaries --no-build | ||
- name: Build | ||
run: carthage build --no-skip-current |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
issues=false | ||
since-tag=3.0.1-beta.8 | ||
future-release=3.0.1 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Code of Conduct | ||
|
||
At Pinterest, we work hard to ensure that our work environment is welcoming | ||
and inclusive to as many people as possible. We are committed to creating this | ||
environment for everyone involved in our open source projects as well. We | ||
welcome all participants regardless of ability, age, ethnicity, identified | ||
gender, religion (or lack there of), sexual orientation and socioeconomic | ||
status. | ||
|
||
This code of conduct details our expectations for upholding these values. | ||
|
||
## Good behavior | ||
|
||
We expect members of our community to exhibit good behavior including (but of | ||
course not limited to): | ||
|
||
- Using intentional and empathetic language. | ||
- Focusing on resolving instead of escalating conflict. | ||
- Providing constructive feedback. | ||
|
||
## Unacceptable behavior | ||
|
||
Some examples of unacceptable behavior (again, this is not an exhaustive | ||
list): | ||
|
||
- Harassment, publicly or in private. | ||
- Trolling. | ||
- Sexual advances (this isn’t the place for it). | ||
- Publishing other’s personal information. | ||
- Any behavior which would be deemed unacceptable in a professional environment. | ||
|
||
## Recourse | ||
|
||
If you are witness to or the target of unacceptable behavior, it should be | ||
reported to Pinterest at opensource-policy@pinterest.com. All reporters will | ||
be kept confidential and an appropriate response for each incident will be | ||
evaluated. | ||
|
||
If the maintainers do not uphold and enforce this code of conduct in | ||
good faith, community leadership will hold them accountable. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
github "pinterest/PINOperation" ~> 1.1.0 | ||
github "pinterest/PINOperation" ~> 1.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
github "pinterest/PINOperation" "1.1" | ||
github "pinterest/PINOperation" "1.2" |
80 changes: 80 additions & 0 deletions
80
Carthage/Checkouts/PINCache/Carthage/Checkouts/PINOperation/.github/workflows/ci.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
--- | ||
name: CI | ||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
- 'releases/*' | ||
pull_request: | ||
branches: | ||
- master | ||
|
||
jobs: | ||
build: | ||
name: Build | ||
runs-on: macOS-latest | ||
strategy: | ||
matrix: | ||
platform: ['iOS Simulator,name=iPhone 8'] | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Analyze and Test | ||
run: | | ||
xcodebuild clean analyze test \ | ||
-destination "platform=${{ matrix.platform }}" \ | ||
-sdk "iphonesimulator" \ | ||
-project PINOperation.xcodeproj \ | ||
-scheme PINOperation \ | ||
ONLY_ACTIVE_ARCH=NO \ | ||
CODE_SIGNING_REQUIRED=NO \ | ||
CLANG_ANALYZER_OUTPUT=plist-html \ | ||
CLANG_ANALYZER_OUTPUT_DIR="$(pwd)/clang" \ | ||
| xcpretty | ||
if [[ -n `find $(pwd)/clang -name "*.html"` ]] ; then rm -rf $(pwd)/clang; exit 1; fi | ||
rm -rf $(pwd)/clang | ||
cocoapods: | ||
name: CocoaPods | ||
runs-on: macOS-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Lint | ||
run: pod lib lint | ||
carthage: | ||
name: Carthage | ||
runs-on: macOS-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Build | ||
run: carthage build --no-skip-current | ||
spm: | ||
name: Swift Package Manager tests | ||
runs-on: macOS-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Test | ||
run: swift test | ||
example: | ||
name: Build Example project | ||
runs-on: macOS-latest | ||
strategy: | ||
matrix: | ||
platform: ['iOS Simulator,name=iPhone 8'] | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Install Pods | ||
run: cd Example && pod install | ||
- name: Build | ||
run: | | ||
cd Example && xcodebuild clean analyze \ | ||
-destination "platform=${{ matrix.platform }}" \ | ||
-sdk "iphonesimulator" \ | ||
-workspace PINOperationExample.xcworkspace \ | ||
-scheme PINOperationExample \ | ||
ONLY_ACTIVE_ARCH=NO \ | ||
CODE_SIGNING_REQUIRED=NO \ | ||
CLANG_ANALYZER_OUTPUT=plist-html \ | ||
CLANG_ANALYZER_OUTPUT_DIR="$(pwd)/clang" \ | ||
| xcpretty | ||
if [[ -n `find $(pwd)/clang -name "*.html"` ]] ; then rm -rf $(pwd)/clang; exit 1; fi | ||
rm -rf $(pwd)/clang |
3 changes: 3 additions & 0 deletions
3
Carthage/Checkouts/PINCache/Carthage/Checkouts/PINOperation/.github_changelog_generator
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
issues=false | ||
since-tag=1.1.1 | ||
future-release=1.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,3 +52,6 @@ Carthage/Build | |
# Bundler | ||
.bundle | ||
vendor | ||
|
||
# Example project | ||
Example/Pods |
7 changes: 7 additions & 0 deletions
7
...rthage/Checkouts/PINOperation/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
5 changes: 3 additions & 2 deletions
5
Carthage/Checkouts/PINCache/Carthage/Checkouts/PINOperation/BUCK
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.