Giter Site home page Giter Site logo

neo4j-ios's People

Contributors

kobzarvs avatar kwylez avatar niklassaers avatar tbogosia avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

neo4j-ios's Issues

Node ID

I was told to ask this question here, so forgive me if this is not the place, but I need to know how to get the ID of a node i want so that i can use the Theo functions. How is this done? i can get the id by returning ID(x) but don't know how to use that with Theo.

dyld: Library not loaded: @rpath/libswiftCore.dylib

Dear Admin,
I have this issue when trying to run the project. It builds successfully but crash by this following:

dyld: Library not loaded: @rpath/libswiftCore.dylib
Referenced from: /Users/buiduong/Library/Developer/Xcode/DerivedData/TestNeo4j-aqdumgntiatrgsbkvvmgvcspnzie/Build/Products/Debug-iphonesimulator/Theo.framework/Theo
Reason: image not found

Theo 3.0.0

Hey @kwylez, I'm hacking mostly on my own initiative on Theo, but I was wondering what from the backlog should be done for Theo to reach 3.0.0? Anything you need a hand with?

Unit test 001 failing

Hi,

I'm new to your project, and configured the TheConfig.json to be

{
"username" : "neo4j",
"password" : "thepassword",
"host" : "http://localhost:7474"
}

and ran the unit tests. test_000_successfullyFetchDBMeta succeeds, but then test_001_successfullyFetchNode fails: node is nil and the error says that http://localhost:7474/db/data/node/100 returned 404. I have to agree with it, I cannot find that it should have been created beforehand. Do I need to load some data before running the tests?

I'm running this test on a fresh Neo4J 3.0.4 install with Xcode 7

Tests don't compile on develop/swift-3

Compiling tests on Xcode 8.1 (8B62) gives 9 compile errors. Is this something you have done but just not committed? If not, I'll take a stab at them.

Carthage and macOS

Dahers-MacBook-Pro:Folder daher$ carthage update --platform macOS
Please update to the latest Carthage version: 0.26.2. You currently are on 0.24.0
*** Cloning neo4j-ios
*** Cloning BlueSSLService
*** Cloning Bolt-swift
*** Cloning BlueSocket
*** Cloning PackStream-Swift
*** Checking out PackStream-Swift at "0.8.3"
*** Checking out BlueSSLService at "0.12.64"
*** Checking out BlueSocket at "0.12.76"
*** Checking out Bolt-swift at "0.8.8"
*** Checking out neo4j-ios at "v3.2.0"
*** xcodebuild output can be found in /var/folders/bk/x4pxr74n14bbfy52ng78znnc0000gn/T/carthage-xcodebuild.gMiSDB.log
*** Building scheme "Socket" in BlueSocket.xcworkspace
*** Skipped building BlueSSLService due to the error:
Dependency "BlueSSLService" has no shared framework schemes for any of the platforms: Mac

If you believe this to be an error, please file an issue with the maintainers at https://github.com/IBM-Swift/BlueSSLService/issues/new
*** Building scheme "Theo" in Theo.xcodeproj
Build Failed
	Task failed with exit code 65:
	/usr/bin/xcrun xcodebuild -project /Users/daher/Documents/Folder/Carthage/Checkouts/neo4j-ios/Theo.xcodeproj -scheme Theo -configuration Release -derivedDataPath /Users/daher/Library/Caches/org.carthage.CarthageKit/DerivedData/neo4j-ios/v3.2.0 ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES clean build (launched in /Users/daher/Documents/Folder/Carthage/Checkouts/neo4j-ios)

This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/bk/x4pxr74n14bbfy52ng78znnc0000gn/T/carthage-xcodebuild.gMiSDB.log

Response Error on Some Calls

I hadn't had any problems with Theo and connecting to my Neo4j database until I updated to Swift 1.2. Once I did, even after fixing the syntactical errors, I was unable to connect.

I generally receive 500 and 400 messages while running the app. Digging into the data returned, I've found that I sometimes receive an error:

{
"message" : "You have to provide the 'query' parameter.",
"exception" : "BadInputException",
"fullname" : "org.neo4j.server.rest.repr.BadInputException",
"stacktrace" : [ "org.neo4j.server.rest.web.CypherService.cypher(CypherService.java:81)", >"java.lang.reflect.Method.invoke(Method.java:606)", "org.neo4j.server.rest.transactional.TransactionalRequestDispatcher.dispatch(TransactionalRequestDispatcher.java:139)", "org.neo4j.server.extension.auth.AuthenticationFilter.doFilter(AuthenticationFilter.java:57)", "java.lang.Thread.run(Thread.java:745)" ]
}

I've tried all of the sample tests, and it seems like some of the reading requests are working and all of the POSTs are not. Here is my results from Unit testing (it crashes):

Test Suite 'All tests' started at 2015-04-15 20:00:19 +0000
Test Suite 'TheoTests.xctest' started at 2015-04-15 20:00:19 +0000
Test Suite 'Theo_000_RequestTests' started at 2015-04-15 20:00:19 +0000
Test Case '-[TheoTests.Theo_000_RequestTests test_000_successfullyFetchDBMeta]' started.
meta in success Optional(Extensions: [SpatialPlugin: {
addCQLDynamicLayer = "https://neo-552c1f6d3fd5c-364459c455.do-stories.graphstory.com:7473/db/data/ext/SpatialPlugin/graphdb/addCQLDynamicLayer";
addEditableLayer = "https://neo-552c1f6d3fd5c-364459c455.do-stories.graphstory.com:7473/db/data/ext/SpatialPlugin/graphdb/addEditableLayer";
addGeometryWKTToLayer = "https://neo-552c1f6d3fd5c-364459c455.do-stories.graphstory.com:7473/db/data/ext/SpatialPlugin/graphdb/addGeometryWKTToLayer";
addNodeToLayer = "https://neo-552c1f6d3fd5c-364459c455.do-stories.graphstory.com:7473/db/data/ext/SpatialPlugin/graphdb/addNodeToLayer";
addNodesToLayer = "https://neo-552c1f6d3fd5c-364459c455.do-stories.graphstory.com:7473/db/data/ext/SpatialPlugin/graphdb/addNodesToLayer";
addSimplePointLayer = "https://neo-552c1f6d3fd5c-364459c455.do-stories.graphstory.com:7473/db/data/ext/SpatialPlugin/graphdb/addSimplePointLayer";
findClosestGeometries = "https://neo-552c1f6d3fd5c-364459c455.do-stories.graphstory.com:7473/db/data/ext/SpatialPlugin/graphdb/findClosestGeometries";
findGeometriesInBBox = "https://neo-552c1f6d3fd5c-364459c455.do-stories.graphstory.com:7473/db/data/ext/SpatialPlugin/graphdb/findGeometriesInBBox";
findGeometriesWithinDistance = "https://neo-552c1f6d3fd5c-364459c455.do-stories.graphstory.com:7473/db/data/ext/SpatialPlugin/graphdb/findGeometriesWithinDistance";
getLayer = "https://neo-552c1f6d3fd5c-364459c455.do-stories.graphstory.com:7473/db/data/ext/SpatialPlugin/graphdb/getLayer";
updateGeometryFromWKT = "https://neo-552c1f6d3fd5c-364459c455.do-stories.graphstory.com:7473/db/data/ext/SpatialPlugin/graphdb/updateGeometryFromWKT";
}] node: https://neo-552c1f6d3fd5c-364459c455.do-stories.graphstory.com:7473/db/data/node node_index: https://neo-552c1f6d3fd5c-364459c455.do-stories.graphstory.com:7473/db/data/index/node relationship_index: https://neo-552c1f6d3fd5c-364459c455.do-stories.graphstory.com:7473/db/data/index/relationship extensions_info : https://neo-552c1f6d3fd5c-364459c455.do-stories.graphstory.com:7473/db/data/ext, relationship_types: https://neo-552c1f6d3fd5c-364459c455.do-stories.graphstory.com:7473/db/data/relationship/types batch: https://neo-552c1f6d3fd5c-364459c455.do-stories.graphstory.com:7473/db/data/batch cypher: https://neo-552c1f6d3fd5c-364459c455.do-stories.graphstory.com:7473/db/data/cypher indexes: https://neo-552c1f6d3fd5c-364459c455.do-stories.graphstory.com:7473/db/data/schema/index constraints: https://neo-552c1f6d3fd5c-364459c455.do-stories.graphstory.com:7473/db/data/schema/constraint transaction: https://neo-552c1f6d3fd5c-364459c455.do-stories.graphstory.com:7473/db/data/transaction node_labels: https://neo-552c1f6d3fd5c-364459c455.do-stories.graphstory.com:7473/db/data/labels neo4j_version: 2.1.7) error nil
Test Case '-[TheoTests.Theo_000_RequestTests test_000_successfullyFetchDBMeta]' passed (0.558 seconds).
Test Case '-[TheoTests.Theo_000_RequestTests test_001_successfullyFetchNode]' started.
/Users/[ME]/Desktop/SYNC/Sync/neo4j-ios/Source/Theo/TheoTests/Theo_000_RequestTests.swift:67: error: -[TheoTests.Theo_000_RequestTests test_001_successfullyFetchNode] : XCTAssertTrue failed - Node data can't be nil
/Users/[ME]/Desktop/SYNC/Sync/neo4j-ios/Source/Theo/TheoTests/Theo_000_RequestTests.swift:68: error: -[TheoTests.Theo_000_RequestTests test_001_successfullyFetchNode] : XCTAssertTrue failed - Meta data can't be nil
/Users/[ME]/Desktop/SYNC/Sync/neo4j-ios/Source/Theo/TheoTests/Theo_000_RequestTests.swift:69: error: -[TheoTests.Theo_000_RequestTests test_001_successfullyFetchNode] : XCTAssertTrue failed - Error must be nil Optional("Error Domain=com.theo.network.error Code=-1011 "The operation couldn’t be completed. (com.theo.network.error error -1011.)" UserInfo=0x7ae47030 {NSLocalizedDescriptionKey=The response was empty, but you received at valid response code, TheoResponseCode=404, TheoResponse=<NSHTTPURLResponse: 0x7af8f4b0> { URL: https://neo-552c1f6d3fd5c-364459c455.do-stories.graphstory.com:7473/db/data/node/100 } { status code: 404, headers {\n "Access-Control-Allow-Origin" = "*";\n Connection = "keep-alive";\n "Content-Length" = 743;\n "Content-Type" = "application/json; charset=UTF-8";\n Date = "Wed, 15 Apr 2015 20:00:17 GMT";\n Server = "nginx/1.7.6";\n} }}")
fatal error: unexpectedly found nil while unwrapping an Optional value

I've been searching for an explanation for a while now and I'm having trouble coming up with anything.

Cannot create node with label

In the current readme example, you create a node with label with:

`node.addLabel("customLabelForNode_" + randomString)

theo.createNode(node, completionBlock: {(node, error) in
    print("new node \(node)")
});

`

In the TheoTest example however, it calls a different version of createNode():

        theo.createNode(node, labels: node.labels, completionBlock: {(_, error) in

        XCTAssertNil(error, "Error must be nil \(error?.description)")

        exp.fulfill()
    })

There is an extra call in there for node.labels. However, if I try to use that I get an error saying Value of type "Node" has no member named 'labels'.

I checked my Node.swift file and confirm the class doesn't have that member. I'm wondering if the code is up to date on the github? Or is there something else to get this to create properly?

Cannot create node - returns nil

I'm setting up Theo for the first time, and a relatively new progammer to both Swift and neo4j so I'm not sure if I'm missing something obvious or not. I have neo4j server running on my local mac, and when I run my code I get a return of "new node nil" when trying to add a new node. I have hit set up with a button to add the node (as you'll see below) but cannot get it to add actual data.

Any insight? Thanks!

import UIKit
import Theo

class FSTableViewController: UITableViewController {

let theo: Client = Client(baseURL: "http://localhost:7474/", user: "neo4j", pass: "******")

@IBAction func addNewPost(sender: AnyObject) {
    addNode()
}

//add node with label
func addNode(){
    let node = Node()
    let randomString: String = NSUUID().UUIDString

    node.setProp("propertyKey_1", propertyValue: "propertyValue_1" + randomString)  //property 1
    node.setProp("propertyKey_2", propertyValue: "propertyValue_2" + randomString)  //property 2
    node.addLabel("Test Node" + randomString)    //this adds the label

    theo.createNode(node, completionBlock: {(node, error) in
        print("new node \(node)")
    });
}

}`

Error running examples

Theo would not install via pod file, so just added to the project. Everything builds fine, but when running the simple create, I get:

Error Domain=NSCocoaErrorDomain Code=3840 "Invalid value around character 0." UserInfo={NSDebugDescription=Invalid value around character 0.}
fatal error: unexpectedly found nil while unwrapping an Optional value
new node nil, error: Optional(Error Domain=Invalid response Code=-1 "(null)")

Transition To Swift 1.2 Errors

While transitioning to Swift 1.2, I've found a number of syntactical errors and (after debugging these), general connection failures.

The syntactical errors appear to be mostly related to the inclusion of the "as!" syntax and instantiation of constants with "let".

Once these are resolved, I receive:

Error Domain=com.theo.network.error Code=-1 "The operation couldn’t be completed. (com.theo.network.error error -1.)" UserInfo=0x170220f00 {TheoResponse=<NSHTTPURLResponse: 0x170237160> { URL: [MYCYPHERURL]} { status code: 400, headers {
    "Access-Control-Allow-Origin" = "*";
    Connection = "keep-alive";
    "Content-Length" = 564;
    "Content-Type" = "application/json; charset=UTF-8";
    Date = "Thu, 09 Apr 2015 22:43:03 GMT";
    Server = "nginx/1.7.6";
} }, TheoResponseCode=400, NSLocalizedDescriptionKey=There was an error processing the request}

and

Error Domain=com.theo.network.error Code=-1011 "The operation couldn’t be completed. (com.theo.network.error error -1011.)" UserInfo=0x174233f80 {TheoResponse=<NSHTTPURLResponse: 0x170220f00> { URL: [MYCYPHERURL]} { status code: 500, headers {
    "Cache-Control" = "must-revalidate,no-cache,no-store";
    Connection = "keep-alive";
    "Content-Length" = 0;
    "Content-Type" = "text/html; charset=ISO-8859-1";
    Date = "Thu, 09 Apr 2015 22:43:03 GMT";
    Server = "nginx/1.7.6";
} }, TheoResponseCode=500, NSLocalizedDescriptionKey=The response was empty, but you received at valid response code}

Error Domain=com.theo.network.error Code=-1011

Hi, I'm new with neo4j and GraphStory, I'm going through the steps in the readme file, and I'm getting the following error.

meta in success nil error Optional(Error Domain=com.theo.network.error Code=-1011 "The operation couldn’t be completed. (com.theo.network.error error -1011.)" UserInfo=0x7f93c1418380 {TheoResponse=<NSHTTPURLResponse: 0x7f93c15871b0> { URL: https://neo-559156611beb5-364459c455.do-stories.graphstory.com:7473//db/data/ } { status code: 401, headers {
    Connection = "keep-alive";
    "Content-Type" = "application/json; charset=UTF-8";
    Date = "Fri, 03 Jul 2015 16:12:46 GMT";
    Server = "nginx/1.7.6";
    "Transfer-Encoding" = Identity;
    "Www-Authenticate" = None;
} }, TheoResponseCode=401, NSLocalizedDescriptionKey=The response was empty, but you received at valid response code})
meta in success nil error Optional(Error Domain=com.theo.network.error Code=-1 "The operation couldn’t be completed. (com.theo.network.error error -1.)" UserInfo=0x7f93c141c5b0 {TheoResponse=<NSHTTPURLResponse: 0x7f93c15871b0> { URL: https://neo-559156611beb5-364459c455.do-stories.graphstory.com:7473//db/data/ } { status code: 401, headers {
    Connection = "keep-alive";
    "Content-Type" = "application/json; charset=UTF-8";
    Date = "Fri, 03 Jul 2015 16:12:46 GMT";
    Server = "nginx/1.7.6";
    "Transfer-Encoding" = Identity;
    "Www-Authenticate" = None;
} }, TheoResponseCode=401, NSLocalizedDescriptionKey=There was an error processing the request})

In viewDidLoad() I execute the following code :

        let theo: Client = Client(baseURL: "https://neo-559156611beb5-364459c455.do-stories.graphstory.com:7473/", user: "559156611beb5", pass: "r3A8Ge1jx8KKzFmG1RLEZK2daHXWkZHlwTnK7J0G")

        theo.metaDescription({(meta, error) in
            println("meta in success \(meta) error \(error)")
        })

Any suggestions?

Xcode 6.4, iOS SDK 8.4, OSX 10.10.4

Thank you,
Kind regards,
Kostas.

Swift 3 exc_bad_instruction - force unwrap of nil?

Hello - newbie so apologies in advance for breaking any norms.

I have added the Theo neo4j-ios module to an Xcode 8 project (Theo only, to test it out). Used Edit>Convert>To Current Swift Syntax to clean up compiler errors. Created a simple view controller with button to run the sample 'fetch meta for a graph' code. Upon compiling I get an "EXC_BAD-INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0)" error when I reach:
let task : URLSessionDataTask = self.httpSession.session.dataTask(with: request, completionHandler: {(data: Data?, response: URLResponse?, error: NSError?) -> Void in
in the "func getResource(..." method of Request.swift.

I get the same message at the same point (let task : URLSessionDataTask....) when I attempt to run the "create a node/without labels' sample code.

After searching around I am thinking this might have something to do with a 'force un-wrap of a nil' (an example is at http://stackoverflow.com/questions/28054030/swift-exc-bad-instruction-code-exc-i386-invop-subcode-0x0-with-datataskwith) but I am not that familiar with Swift to be able to get much farther in sorting it out.

Any guidance on how to fix would be great. Files attached (credentials removed from view controller).
Archive.zip

Problem recognising Client Class

Hi

After following the steps outlined to add Theo into my Swift project it doesn't recognise the Client class. I've clear the project and still no luck. Can you help?

SPM Support

Wondering you have plans to make this available for Swift Package Manager.

Create Relationship Bad Request

I believe I am creating a relationship the correct way. Both nodes valid at the time and i am getting an error. Here is my function call and error, not sure what is going on with it.

//Create Workout Object in the Database given a WorkoutObject and relate it to it's owner
func createWorkoutObjectInDB(workout: WorkoutObject,workoutOwner:UserObject)
{
//Set Required Variables
var nodeWorkout = Node()
var nodeWorkoutOwner = Node()

    //Set Values of Node to be created from passed in WorkoutObject
    nodeWorkout.setProp("workoutTitle", propertyValue: workout.workoutTitle)
    nodeWorkout.setProp("workoutDescription", propertyValue: workout.workoutDescription)
    nodeWorkout.setProp("workoutOwnerID", propertyValue: workout.workoutOwnerID)
    nodeWorkout.addLabel("Workout")

    //Create Dispatch Group to pause for asynchronous work
    let fetchDispatchGroup: dispatch_group_t = dispatch_group_create()
    dispatch_group_enter(fetchDispatchGroup)

    //Create Workout Node In Database
    theo.createNode(nodeWorkout, completionBlock: {(node) in
        println("new node \(node)")

        dispatch_group_leave(fetchDispatchGroup)
    });

    dispatch_group_enter(fetchDispatchGroup)
    //Get The User Node
    theo.fetchNode("2", completionBlock: {(node, error) in

        println("meta in success \(node!.meta) node \(node) error \(error)")

        if let nodeObject: Node = node {
            nodeWorkoutOwner = nodeObject
        }
        dispatch_group_leave(fetchDispatchGroup)
    })

    //Called After Node is created and Node is fetched
    dispatch_group_notify(fetchDispatchGroup, dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0),
    {
        var relationship: Relationship = Relationship()
        relationship.relate(nodeWorkoutOwner, toNode: nodeWorkout, type: RelationshipType.KNOWS)
        relationship.setProp("owns_workout_name", propertyValue: "owns_workout")

        self.theo.createRelationship(relationship, completionBlock: {(node, error) in
            println("relationship \(node) error \(error)")
        })
    })
}

relationship nil error Optional(Error Domain=com.theo.network.error Code=-1011 "The operation couldn’t be completed. (com.theo.network.error error -1011.)" UserInfo=0x7ff983e2d4a0 {TheoResponse=<NSHTTPURLResponse: 0x7ff983fcbb90> { URL: https://neo-553a923019293-364459c455.do-stories.graphstory.com:7473/db/data/node/2/relationships } { status code: 400, headers {
"Access-Control-Allow-Origin" = "";
Connection = "keep-alive";
"Content-Length" = 1263;
"Content-Type" = "application/json; charset=UTF-8";
Date = "Fri, 22 May 2015 02:39:24 GMT";
Server = "nginx/1.7.6";
} }, TheoResponseCode=400, NSLocalizedDescriptionKey=The response was empty, but you received at valid response code})
relationship nil error Optional(Error Domain=com.theo.network.error Code=-1 "The operation couldn’t be completed. (com.theo.network.error error -1.)" UserInfo=0x7ff983d30ac0 {TheoResponse=<NSHTTPURLResponse: 0x7ff983fcbb90> { URL: https://neo-553a923019293-364459c455.do-stories.graphstory.com:7473/db/data/node/2/relationships } { status code: 400, headers {
"Access-Control-Allow-Origin" = "
";
Connection = "keep-alive";
"Content-Length" = 1263;
"Content-Type" = "application/json; charset=UTF-8";
Date = "Fri, 22 May 2015 02:39:24 GMT";
Server = "nginx/1.7.6";
} }, TheoResponseCode=400, NSLocalizedDescriptionKey=There was an error processing the request})

Problem Installing in iOS Swift 4.0 project

Followed these instructions carefully:

git submodule

Add it as a submodule to your existing project. git submodule add [email protected]:GraphStory/neo4j-ios.git
Open the Theo folder, and drag Theo.xcodeproj into the file navigator of your Xcode project.
In Xcode, navigate to the target configuration window by clicking on the blue project icon, and selecting the application target under the "Targets" heading in the sidebar.
In the tab bar at the top of that window, open the "Build Phases" panel.
Expand the "Link Binary with Libraries" group, and add Theo.framework.
Click on the + button at the top left of the panel and select "New Copy Files Phase". Rename this new phase to "Copy Frameworks", set the "Destination" to "Frameworks", and add Theo.framework.

But the build fails with no explanation after doing these steps. If I delete the links to the library, then the project will run normally again.

Using Xcode 9.1 on MacOS High Sierra running on iOS 6S simulator.

Any help would be appreciated.

Node Label Not Getting Created

When i use the function(as defined in the readme)

let node = Node()
let randomString: String = NSUUID.UUID().UUIDString

node.setProp("propertyKey_1", propertyValue: "propertyValue_1" + randomString)
node.setProp("propertyKey_2", propertyValue: "propertyValue_2" + randomString)
node.addLabel("customLabelForNode_" + randomString)

theo.createNode(node, completionBlock: {(node, error) in
println("new node (node)")
});

it creates a node just fine, but does not add the label to it so it is just a blank label. Below is an example where i created a user node with label "USER" using the addLabel function, but it didn't add the label to it.

below is my test output that passed
snip20150522_4

Test Suite 'Selected tests' started at 2015-05-22 22:43:44 +0000
Test Suite 'TheoTests.xctest' started at 2015-05-22 22:43:44 +0000
Test Suite 'Theo_000_RequestTests' started at 2015-05-22 22:43:44 +0000
Test Case '-[TheoTests.Theo_000_RequestTests test_008_succesfullyAddNodeWithLabels]' started.
Test Case '-[TheoTests.Theo_000_RequestTests test_008_succesfullyAddNodeWithLabels]' passed (0.142 seconds).
Test Suite 'Theo_000_RequestTests' passed at 2015-05-22 22:43:44 +0000.
Executed 1 test, with 0 failures (0 unexpected) in 0.142 (0.147) seconds
Test Suite 'TheoTests.xctest' passed at 2015-05-22 22:43:44 +0000.
Executed 1 test, with 0 failures (0 unexpected) in 0.142 (0.149) seconds
Test Suite 'Selected tests' passed at 2015-05-22 22:43:44 +0000.
Executed 1 test, with 0 failures (0 unexpected) in 0.142 (0.154) seconds

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.