Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Releases: KSP-CKAN/NetKAN-bot

Drafty McDraftFace

06 Sep 10:49
4f218a2
Compare
Choose a tag to compare
Drafty McDraftFace Pre-release
Pre-release

This is a description

Bennu

30 Jan 04:06
04095b1
Compare
Choose a tag to compare

Features

Fixes

bennuasteroid

Multi Stage

28 Aug 06:34
1070491
Compare
Choose a tag to compare

Features

Fixes

nova_rocket
Image Credit: NASA, source.

Skylab

06 May 05:09
36d4de9
Compare
Choose a tag to compare

New Features

Fixes

590px-skylab_ sl-4

Black Brant

19 Aug 08:52
Compare
Choose a tag to compare

Changes since v0.006:

New Features

  • Initial Staging Process #55
  • Take GitHub Release WebHooks #44
  • Add Unlicense #51
  • Skip mirroring when commits are sent by 'ksp-crawler' #54

Fixes

  • Fix 'url_hash' method #42
  • Epoch's cause a ':' in the Mirror Name #47
  • Fix undefined error when SHA1 is not defined during an IA API call #53
  • Be a little kinder to the IA API #54

Cleanup

  • Cleanup NetKAN Tool #52

black_brant

Who KAN? MirrorKAN!

18 May 10:31
Compare
Choose a tag to compare

Changes since v0.005:

New Features

  • Spacedock Inflate Webhooks #38
  • Github Inflate Webhooks #38
  • CKAN Metadata Parser #38
  • CLI Tool for uploading Mods to the Internet Archive where License Allows #38
  • Github Webhook for uploading Mods to the Internet Archive where License Allows #38

Fixes

  • Be more efficient with git #24

Cleanup

  • Minor code cleanup #35
  • Use 'DOES' instead of Reftype #23

Betterer Error Parsing!

07 Sep 14:27
Compare
Choose a tag to compare

Fixes

  • Even Better Error Parsing #34

Parse all the Errors!

03 Sep 13:54
Compare
Choose a tag to compare

Fixes

  • Better Error Parsing #32

GENERATING UR STATUS!

30 Aug 04:16
Compare
Choose a tag to compare

status_quo-kka_generate

Changes since v0.002:

Architecture Changes

  • Mirroring of Validation dependencies moved out of 'Validate' role
  • Move change commit/reset logic inside the NetKAN tool
  • Pass 'CKAN-meta' into the NetKAN tool as a App::KSP_CKAN::Tools::Git object

Fixes

  • Suppress superfluous git messages to make test results easier to read
  • Add tests to ensure we don't repeat our debugging regression

New Features

  • Status Generation
    • last_inflated
    • last_indexed
    • last_checked
    • last_error
    • failed
  • Output status file to $working/status/netkan.json
  • Time stamps recorded in ISO861 compliant format and set to UTC
  • Example output
{
    "BaconLabs": {
        "failed": false,
        "last_checked": "2015-08-26T03:46:50Z",
        "last_error": null,
        "last_indexed": "2015-08-26T03:32:06Z",
        "last_inflated": "2015-08-26T03:46:52Z"
    },
    "DogeCoinFlag": {
        "failed": false,
        "last_checked": "2015-08-26T03:46:52Z",
        "last_error": null,
        "last_indexed": "2015-08-26T03:32:08Z",
        "last_inflated": "2015-08-26T03:46:54Z"
    },
    "DogeCoinFlag-broken": {
        "failed": true,
        "last_checked": "2015-08-26T03:46:52Z",
        "last_error": "Error wasn't parsable",
        "last_indexed": null,
        "last_inflated": "2015-08-26T03:46:52Z"
    },
    "SmartParts": {
        "failed": false,
        "last_checked": "2015-08-26T03:46:54Z",
        "last_error": null,
        "last_indexed": "2015-08-26T03:32:10Z",
        "last_inflated": "2015-08-26T03:46:56Z"
    }
}

#thismightwork

13 Aug 09:32
Compare
Choose a tag to compare

Dependency addition for SSL + HTTP::Tiny