about summary refs log tree commit diff
Commit message (Expand)AuthorAge
* added a db argument to the function signature HEAD mainEmile2019-03-20
* refactored the GetStar functionEmile2019-03-20
* the GetStar function now uses a given db.Emile2019-03-20
* changed the request typeEmile2019-03-06
* removed breaking statementsEmile2019-03-06
* added a function creating a stars table and a function creating a nodes tableEmile2019-03-06
* fixed the modules after renaming the repo from db_actions to db-actionsEmile2019-03-06
* simple fixEmile2019-03-06
* ConnectToDB now recieves the name of the database it connects toEmile2019-03-06
* added the go report cardemile2019-02-28
* Update 'README.md'emile2019-02-28
* implemented a function getting a stars timestepEmile2019-02-17
* refactored getStarEmile2019-02-17
* exported the get star functionEmile2019-02-17
* added a function returning a list of all star idsEmile2019-02-16
* The insert star function now returns the starID of the inserted starEmile2019-02-16
* inserting two stars very close to each other for testing the trickle-down eff...Emile2019-02-16
* deleting all the nodes before inserting new stars in the treeEmile2019-02-16
* implemented another test calculating the forces on a starEmile2019-02-16
* updated some common valuesEmile2019-02-16
* created some tests for debugging, more comming soon!Emile2019-02-15
* Fixed inserting a star into a specified timestepEmile2019-02-15
* updated the calcAllForces function now using the given galaxyindex to calcula...Emile2019-02-14
* working!Emile2019-02-13
* Implemented the function GetListOfStarsTree returning a list of all stars in ...Emile2019-02-13
* added support for go modulesEmile2019-02-13
* added the database actions, development started in the db-container repo, for...Emile2019-02-13
* Initial commitemile2019-02-13