Skip to content

Releases: krunch3r76/gc_spyu

working ya

21 Mar 10:07
Compare
Choose a tag to compare

patches to restore to working functionality to deliver on last tag's features:
report failures; skip nodes already espied

report failures; skip nodes already espied

25 Feb 04:13
aef37c6
Compare
Choose a tag to compare
  • report nodes that failed computation as uncooperative
  • list nodes that were already on record so were not updated (override in future version)

cleaner start

21 Feb 05:16
b9c1b0d
Compare
Choose a tag to compare
  • db mistakenly reported as existing and incompatible when the db file did not exist
  • database construction committed just after creation to avoid a similar error message

fix missed case to update time

19 Feb 19:22
Compare
Choose a tag to compare
  • fix an if/else indentation that caused time of retrieval updates to not occur on persistent database

store on model change

19 Feb 17:26
01f72be
Compare
Choose a tag to compare

resolves issue #9

improve modularity for future features

19 Feb 06:58
2321b05
Compare
Choose a tag to compare
  • code (db) modularized into on_accepted_result.py, refactored, and made more self-documenting
  • the database stored in appdata now is independent of the database in the git tree (users should be able to upgrade going forward without breaking)
  • new entries into the main db only occur if a node name has changed, otherwise the timestamp is updated in place
    • next version will compare model and insert when the model changes (issue #9 )
  • misc bug fixes/enhancements such as tighter event monitoring to prevent work duplication (save on costs) and to maintain flow

fix missing modules and reorganize

11 Feb 04:41
Compare
Choose a tag to compare
  • persistent database stores only most relevant information for easier review
  • session information that is considered ancillary is stored in a disposable db file in the model directory

remove topology gathering

07 Feb 07:40
Compare
Choose a tag to compare
  • remove topology gathering
  • skip poorly responsive providers
  • touch up console output
  • handle early exit (ctrl-c) gracefully (resolves #6 )

retrievals persist in platform data dir

06 Feb 05:53
Compare
Choose a tag to compare
  • cpu information obtained is now persistently stored in platform's data dir
     linux: ~/.local/share/gc_spyu/gc_spyu.db
     macOS: ~/Library/Application Support/gc_spyu/gc_spyu.db
     windows: C:/Users/<USER>/AppData/Roaming/gc_spyu/gc_spyu.db

topology information now optional

06 Feb 05:29
4b677b3
Compare
Choose a tag to compare

topology is of little use if yagna cannot identify what machines are emulated vs running on bare metal