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

Updates to recordsilo #1

Merged
merged 23 commits into from Sep 19, 2011
Merged

Conversation

anusharanganathan
Copy link
Collaborator

Hello Ben,
A summary of the changes that have been done are listed below.
New versions created with sym-links to previous version
Added function to compute disk usage
Start version is customizable
Helper function to recursively delete directories
Modified recordsilo to handle unicode.

It would be nice to update pypi with the latest version of recordsilo.

Regards,
Anusha

Anusha Ranganathan and others added 23 commits October 29, 2010 10:44
…ged the code in version 0.4.8 with version 0.4.3 that I had forked from Ben and the changes I had made earlier (and called it version 0.4.4), bringing the version to 0.4.9
Added code to check for namaste files and not copy them
…dataset.

This fixes the bug where changes in the state of the current version alse changes the previous version
…ete directories.

Updated setup.py and created a new dist
Replaced the needed functions with two python classes - urihelper and manifesthelper
This was manily done to extend the functionality of rdfobject to accept blank nodes in subject and object.
@benosteen
Copy link
Owner

Cool, I've just got in from Geneva after a succession of meetings and events
at other places and need a day's R&R (mainly to launder, etc!) - I will pull
the changes in and push out a new version tomorrow at some point.

Plus, I've just been reminded about the meeting on Monday, so you will have
good change to make sure that the new version is out there on PyPi then ;)

Ben

On Saturday, 17 September 2011, anusharanganathan wrote:

Hello Ben,
A summary of the changes that have been done are listed below.
New versions created with sym-links to previous version
Added function to compute disk usage
Start version is customizable
Helper function to recursively delete directories
Modified recordsilo to handle unicode.

It would be nice to update pypi with the latest version of recordsilo.

Regards,
Anusha

You can merge this Pull Request by running:

git pull https://github.com/anusharanganathan/RecordSilo master

Or you can view, comment on it, or merge it online at:

#1

-- Commit Summary --

  • A first go at being able to create a version, using symlinks for files
    rather than a hard copy
  • The version uploaded in pypi and currently being used is 0.4.8. I merged
    the code in version 0.4.8 with version 0.4.3 that I had forked from Ben and
    the changes I had made earlier (and called it version 0.4.4), bringing the
    version to 0.4.9
  • Forgot to add self to function call
  • islink is in os.path module
  • Added metadata info when copying version as a delta.
  • Updated the information in README and setup.py
  • Added function to compute disk usage
  • Added a function to calculate the disk usage of datasets.
  • Increased the verison number to 0.4.10 in setup.py
  • Changed how the mnaifest is updated, when creating a new copy of the
    dataset.
  • Changed the way I copy the manifest infomration on version increment
  • Fixed bug in del_version - date not defined
  • Can customize the start version for datasets in silos. The default
    startversion is 1
  • Incremented the version to 4.11 and updated the version details in
    setup.py
  • Had to pass startversion to classes RDFSilo and RDFRecord
  • Oops! did not pass startversion param to revert function call.
  • Added the distribution to git
  • Added a helper function del_dir in class RDFRecord to recursively delete
    directories.
  • Was passing the pairtree file path rather than the human path. Fixed it
  • Removed the dependency on the python package RDFObject
  • Merged changed of 0.4.12. and 0.4.13
  • Modified recordsilo to handle unicode.
  • Adding the egg file and changelog file

-- File Changes --

A ChangeLog (25)
M README (13)
A dist/RecordSilo-0.4.12-py2.6.egg (0)
A dist/RecordSilo-0.4.13-py2.6.egg (0)
A dist/RecordSilo-0.4.14-py2.6.egg (0)
A helper.txt (4)
A recordsilo/manifesthelper.py (166)
M recordsilo/rdfmanifest.py (27)
M recordsilo/records.py (124)
M recordsilo/silo.py (30)
A recordsilo/urihelper.py (102)
M setup.py (13)

-- Patch Links --

https://github.com/benosteen/RecordSilo/pull/1.patch
https://github.com/benosteen/RecordSilo/pull/1.diff

Reply to this email directly or view it on GitHub:
#1

benosteen added a commit that referenced this pull request Sep 19, 2011
@benosteen benosteen merged commit 12509aa into benosteen:master Sep 19, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants