index
:
db-actions
this commit
main
Actions to be performed on the batabase
emile
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
*
added a function creating a stars table and a function creating a nodes table
Emile
2019-03-06
|
*
fixed the modules after renaming the repo from db_actions to db-actions
Emile
2019-03-06
|
*
simple fix
Emile
2019-03-06
|
*
ConnectToDB now recieves the name of the database it connects to
Emile
2019-03-06
|
*
added the go report card
emile
2019-02-28
|
*
Update 'README.md'
emile
2019-02-28
|
*
implemented a function getting a stars timestep
Emile
2019-02-17
|
*
refactored getStar
Emile
2019-02-17
|
*
exported the get star function
Emile
2019-02-17
|
*
added a function returning a list of all star ids
Emile
2019-02-16
|
*
The insert star function now returns the starID of the inserted star
Emile
2019-02-16
|
*
inserting two stars very close to each other for testing the trickle-down ↵
Emile
2019-02-16
|
|
|
|
effect (multiple concurrent subdivisions)
*
deleting all the nodes before inserting new stars in the tree
Emile
2019-02-16
|
*
implemented another test calculating the forces on a star
Emile
2019-02-16
|
*
updated some common values
Emile
2019-02-16
|
*
created some tests for debugging, more comming soon!
Emile
2019-02-15
|
*
Fixed inserting a star into a specified timestep
Emile
2019-02-15
|
*
updated the calcAllForces function now using the given galaxyindex to ↵
Emile
2019-02-14
|
|
|
|
calculate the force acting on a star
*
working!
Emile
2019-02-13
|
*
Implemented the function GetListOfStarsTree returning a list of all stars in ↵
Emile
2019-02-13
|
|
|
|
the tree with the given index
*
added support for go modules
Emile
2019-02-13
|
*
added the database actions, development started in the db-container repo, ↵
Emile
2019-02-13
|
|
|
|
for more info, see those commits
*
Initial commit
emile
2019-02-13