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

chore(deps): Update CircleCI secops orb version #197

Merged
merged 1 commit into from
Dec 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
secops: apollo/[email protected].3
secops: apollo/[email protected].4

workflows:
security-scans:
2 changes: 1 addition & 1 deletion apollo-ios-codegen/.circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
secops: apollo/[email protected].3
secops: apollo/[email protected].4

workflows:
security-scans:
2 changes: 1 addition & 1 deletion apollo-ios-pagination/.circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
secops: apollo/[email protected].3
secops: apollo/[email protected].4

workflows:
security-scans:
2 changes: 1 addition & 1 deletion apollo-ios/.circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
secops: apollo/[email protected].3
secops: apollo/[email protected].4

workflows:
security-scans:

Unchanged files with check annotations Beta

_storage.deferredFragments
}
#warning("TODO, remove deferredFragments default value when we set these up in executor")

Check warning on line 51 in apollo-ios/Sources/ApolloAPI/DataDict.swift

GitHub Actions / Codegen Test Configurations - macOS

TODO, remove deferredFragments default value when we set these up in executor

Check warning on line 51 in apollo-ios/Sources/ApolloAPI/DataDict.swift

GitHub Actions / Codegen Test Configurations - macOS

TODO, remove deferredFragments default value when we set these up in executor

Check warning on line 51 in apollo-ios/Sources/ApolloAPI/DataDict.swift

GitHub Actions / Codegen Test Configurations - macOS

TODO, remove deferredFragments default value when we set these up in executor

Check warning on line 51 in apollo-ios/Sources/ApolloAPI/DataDict.swift

GitHub Actions / Codegen Test Configurations - macOS

TODO, remove deferredFragments default value when we set these up in executor

Check warning on line 51 in apollo-ios/Sources/ApolloAPI/DataDict.swift

GitHub Actions / Apollo Integration Tests - macOS

TODO, remove deferredFragments default value when we set these up in executor

Check warning on line 51 in apollo-ios/Sources/ApolloAPI/DataDict.swift

GitHub Actions / Apollo Integration Tests - macOS

TODO, remove deferredFragments default value when we set these up in executor

Check warning on line 51 in apollo-ios/Sources/ApolloAPI/DataDict.swift

GitHub Actions / Apollo Unit Tests - macOS

TODO, remove deferredFragments default value when we set these up in executor

Check warning on line 51 in apollo-ios/Sources/ApolloAPI/DataDict.swift

GitHub Actions / Apollo Unit Tests - macOS

TODO, remove deferredFragments default value when we set these up in executor

Check warning on line 51 in apollo-ios/Sources/ApolloAPI/DataDict.swift

GitHub Actions / Codegen CLI Unit Tests - macOS

TODO, remove deferredFragments default value when we set these up in executor

Check warning on line 51 in apollo-ios/Sources/ApolloAPI/DataDict.swift

GitHub Actions / Codegen CLI Unit Tests - macOS

TODO, remove deferredFragments default value when we set these up in executor

Check warning on line 51 in apollo-ios/Sources/ApolloAPI/DataDict.swift

GitHub Actions / Codegen Lib Unit Tests - macOS

TODO, remove deferredFragments default value when we set these up in executor

Check warning on line 51 in apollo-ios/Sources/ApolloAPI/DataDict.swift

GitHub Actions / Codegen Lib Unit Tests - macOS

TODO, remove deferredFragments default value when we set these up in executor

Check warning on line 51 in apollo-ios/Sources/ApolloAPI/DataDict.swift

GitHub Actions / ApolloPagination Unit Tests - macOS

TODO, remove deferredFragments default value when we set these up in executor

Check warning on line 51 in apollo-ios/Sources/ApolloAPI/DataDict.swift

GitHub Actions / ApolloPagination Unit Tests - macOS

TODO, remove deferredFragments default value when we set these up in executor
public init(
data: [String: AnyHashable],
fulfilledFragments: Set<ObjectIdentifier>,
import ApolloInternalTestHelpers
import StarWarsAPI
#warning("TODO: Do we refactor these for [String: InputValue] or delete them?")

Check warning on line 7 in Tests/ApolloTests/GraphQLMapEncodingTests.swift

GitHub Actions / Apollo Unit Tests - macOS

TODO: Do we refactor these for [String: InputValue] or delete them?

Check warning on line 7 in Tests/ApolloTests/GraphQLMapEncodingTests.swift

GitHub Actions / Apollo Unit Tests - macOS

TODO: Do we refactor these for [String: InputValue] or delete them?
class GraphQLMapEncodingTests: XCTestCase {
// private struct MockGraphQLMapConvertible: GraphQLMapConvertible {
// let graphQLMap: GraphQLMap
expect(actual["query"]).to(equalJSONValue("Test Query Document"))
}
#warning("""

Check warning on line 99 in Tests/ApolloTests/RequestBodyCreatorTests.swift

GitHub Actions / Apollo Unit Tests - macOS

TODO: Test generated input objects converted to variables correctly.

Check warning on line 99 in Tests/ApolloTests/RequestBodyCreatorTests.swift

GitHub Actions / Apollo Unit Tests - macOS

TODO: Test generated input objects converted to variables correctly.
TODO: Test generated input objects converted to variables correctly.
- nil variable value
- null variable value
import Nimble
import Apollo
// import SubscriptionAPI
#warning("When SubscriptionAPI target is regenerated and compiles then decide what to do here")

Check warning on line 7 in Tests/ApolloTests/WebSocket/GraphqlTransportWsProtocolTests.swift

GitHub Actions / Apollo Unit Tests - macOS

When SubscriptionAPI target is regenerated and compiles then decide what to do here
class GraphqlTransportWsProtocolTests: WSProtocolTestsBase {
import Nimble
import Apollo
// import SubscriptionAPI
#warning("When SubscriptionAPI target is regenerated and compiles then decide what to do here")

Check warning on line 7 in Tests/ApolloTests/WebSocket/GraphqlWsProtocolTests.swift

GitHub Actions / Apollo Unit Tests - macOS

When SubscriptionAPI target is regenerated and compiles then decide what to do here
class GraphqlWsProtocolTests: WSProtocolTestsBase {
import Apollo
import ApolloAPI
// import SubscriptionAPI
#warning("When SubscriptionAPI target is regenerated and compiles then decide what to do here")

Check warning on line 8 in Tests/ApolloTests/WebSocket/WSProtocolTestsBase.swift

GitHub Actions / Apollo Unit Tests - macOS

When SubscriptionAPI target is regenerated and compiles then decide what to do here
class WSProtocolTestsBase: XCTestCase {
private var store: ApolloStore!
expectation.to(equal("{\"episode\":\"\(episode.rawValue)\"}"))
case .none:
#warning("TODO: write test to test this case actually happens")

Check warning on line 187 in Tests/ApolloTests/AutomaticPersistedQueriesTests.swift

GitHub Actions / Apollo Unit Tests - macOS

TODO: write test to test this case actually happens
expectation.to(equal("{}"))
case .null:
))
}
#warning("need more tests here - same test cases as IRRootFieldBuilderTests")

Check warning on line 1702 in Tests/ApolloCodegenTests/CodeGeneration/Templates/SelectionSet/SelectionSetTemplateTests.swift

GitHub Actions / Codegen Lib Unit Tests - macOS

need more tests here - same test cases as IRRootFieldBuilderTests

Check warning on line 1702 in Tests/ApolloCodegenTests/CodeGeneration/Templates/SelectionSet/SelectionSetTemplateTests.swift

GitHub Actions / Codegen Lib Unit Tests - macOS

need more tests here - same test cases as IRRootFieldBuilderTests
// MARK: Selections - Deferred Named Fragment
#warning("need more tests here - same test cases as IRRootFieldBuilderTests")

Check warning on line 1706 in Tests/ApolloCodegenTests/CodeGeneration/Templates/SelectionSet/SelectionSetTemplateTests.swift

GitHub Actions / Codegen Lib Unit Tests - macOS

need more tests here - same test cases as IRRootFieldBuilderTests
// MARK: Selections - Include/Skip
))
}
#warning("need more tests here - same test cases as IRRootFieldBuilderTests")

Check warning on line 4691 in Tests/ApolloCodegenTests/CodeGeneration/Templates/SelectionSet/SelectionSetTemplateTests.swift

GitHub Actions / Codegen Lib Unit Tests - macOS

need more tests here - same test cases as IRRootFieldBuilderTests
// MARK: Field Accessors - Deferred Named Fragments
#warning("need more tests here - same test cases as IRRootFieldBuilderTests")

Check warning on line 4695 in Tests/ApolloCodegenTests/CodeGeneration/Templates/SelectionSet/SelectionSetTemplateTests.swift

GitHub Actions / Codegen Lib Unit Tests - macOS

need more tests here - same test cases as IRRootFieldBuilderTests
// MARK: - Inline Fragment Accessors
))
}
#warning("need more tests here - same test cases as IRRootFieldBuilderTests")

Check warning on line 5543 in Tests/ApolloCodegenTests/CodeGeneration/Templates/SelectionSet/SelectionSetTemplateTests.swift

GitHub Actions / Codegen Lib Unit Tests - macOS

need more tests here - same test cases as IRRootFieldBuilderTests
// MARK: Fragment Accessors - Deferred Named Fragment
#warning("need more tests here - same test cases as IRRootFieldBuilderTests")

Check warning on line 5547 in Tests/ApolloCodegenTests/CodeGeneration/Templates/SelectionSet/SelectionSetTemplateTests.swift

GitHub Actions / Codegen Lib Unit Tests - macOS

need more tests here - same test cases as IRRootFieldBuilderTests
// MARK: - Nested Selection Sets
))
}
#warning("need more tests here - same test cases as IRRootFieldBuilderTests (inline fragment only")

Check warning on line 7059 in Tests/ApolloCodegenTests/CodeGeneration/Templates/SelectionSet/SelectionSetTemplateTests.swift

GitHub Actions / Codegen Lib Unit Tests - macOS

need more tests here - same test cases as IRRootFieldBuilderTests (inline fragment only
// MARK: - Documentation Tests