about summary refs log tree commit diff
BranchCommit messageAuthorAge
mainadded a db argument to the function signatureEmile6 years
 
 
AgeCommit messageAuthor
2019-03-20added a db argument to the function signature HEAD mainEmile
2019-03-20refactored the GetStar functionEmile
2019-03-20the GetStar function now uses a given db.Emile
2019-03-06changed the request typeEmile
2019-03-06removed breaking statementsEmile
2019-03-06added a function creating a stars table and a function creating a nodes tableEmile
2019-03-06fixed the modules after renaming the repo from db_actions to db-actionsEmile
2019-03-06simple fixEmile
2019-03-06ConnectToDB now recieves the name of the database it connects toEmile
2019-02-28added the go report cardemile
2019-02-28Update 'README.md'emile
2019-02-17implemented a function getting a stars timestepEmile
2019-02-17refactored getStarEmile
2019-02-17exported the get star functionEmile
2019-02-16added a function returning a list of all star idsEmile
2019-02-16The insert star function now returns the starID of the inserted starEmile
2019-02-16inserting two stars very close to each other for testing the trickle-down eff...Emile
2019-02-16deleting all the nodes before inserting new stars in the treeEmile
2019-02-16implemented another test calculating the forces on a starEmile
2019-02-16updated some common valuesEmile
2019-02-15created some tests for debugging, more comming soon!Emile
2019-02-15Fixed inserting a star into a specified timestepEmile
2019-02-14updated the calcAllForces function now using the given galaxyindex to calcula...Emile
2019-02-13working!Emile
2019-02-13Implemented the function GetListOfStarsTree returning a list of all stars in ...Emile
2019-02-13added support for go modulesEmile
2019-02-13added the database actions, development started in the db-container repo, for...Emile
2019-02-13Initial commitemile