Code Monkey home page Code Monkey logo

graphite's People

Contributors

ads04r avatar cgutteridge avatar clockwerx avatar danmichaelo avatar graingert avatar olberger avatar patrickmcsweeney avatar tremby 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

Watchers

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

graphite's Issues

forceString modifies the variable passed to it

This bit me in the bottom in some code I was wriing. I think forceString( &$resource )should NOT be listed as part of the API and we should add a non-mutating version which does
$string_uri = $graph->FN( $resource_or_string_uri );
whithout modifying the incoming value. Not sure what to call the fn though.

ant package fails : package name "RDF Graphite" is invalid

Hi.

Here's what I get, trying to rebuild an archive on Debian testing :

$ ant package
Buildfile: /home/olivier/git/github.com/cgutteridge/Graphite/build.xml

package:
[exec] Error: Channel validator error: field "name" - package name "RDF Graphite" is invalid
[exec] Parsing of package.xml from file "../package.xml" failed
[exec] Cannot package, errors in package file

BUILD FAILED

Downloadable version not found in git

I noticed that http://graphite.ecs.soton.ac.uk/download.php/Graphite.php seems to be absent from Git.

I think it got started from cfc4901 (which actually is the version available in http://graphite.ecs.soton.ac.uk/download.php/Graphite_and_ARC2.tgz If I'm not mistaken), and added some ARC2 config stuff.

I've committed it into https://github.com/olberger/Graphite/tree/current

P.S.: I'm trying to track such changes in order to try and produce Debian packaging

Upgrade to HEAD will break Graphite for current users.

This upgrade makes an assumption that ARC2.php is in the path. Many people using graphite will be doing so in a hacky environment without the benefits of PEAR infrastructure or the ability to modify their apache config etc.

Maybe we can we test if ARC2 is already loaded and if so not do the require_once?

Merge external docs with api docs where appropriate

At the moment there's graphite-docs.html but not too much in the way of API docs.

At some point or another, we should merge the two and rely on tools like doxygen or phpdocumentor/docblox to generate it for us. This would be a good move because the documentation can appear inline in a lot of common IDEs; and we can automate generation of docs from source.

Example slick docs by phpdocumentor:
http://demo.phpdoc.org/

Test failure for Graphite_ResourceTest::testLabel()

I think the correct test should now be :

public function testLabel() {
$this->assertInstanceOf('Graphite_Null', $this->resource->label());

     $this->markTestIncomplete("Needs further coverage");
 }

Hope this helps

Resource List is actually Node list

A resourceList is a list of Graphite Nodes which can include literals (and inverse relations). Maybe fix this in documentation rather than mess around with the class name?

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.