From 0f34f09b324a92f30bd56fe571fb1257a2f26ac4 Mon Sep 17 00:00:00 2001 From: Sebastian Hartte Date: Sun, 6 Sep 2020 20:59:37 +0200 Subject: [PATCH] Remove object-scanning subscriptions and remove unused test-file. --- .../registries/LocatableRegistry.java | 6 +- .../decorative/solid/SkyStoneBlock.java | 6 +- .../appeng/services/version/releases.json | 1028 ----------------- 3 files changed, 4 insertions(+), 1036 deletions(-) delete mode 100644 src/test/resources/appeng/services/version/releases.json diff --git a/src/main/java/appeng/core/features/registries/LocatableRegistry.java b/src/main/java/appeng/core/features/registries/LocatableRegistry.java index 4fe02f849..937f747e3 100644 --- a/src/main/java/appeng/core/features/registries/LocatableRegistry.java +++ b/src/main/java/appeng/core/features/registries/LocatableRegistry.java @@ -22,7 +22,6 @@ import java.util.HashMap; import java.util.Map; import net.minecraftforge.common.MinecraftForge; -import net.minecraftforge.eventbus.api.SubscribeEvent; import appeng.api.events.LocatableEventAnnounce; import appeng.api.events.LocatableEventAnnounce.LocatableEvent; @@ -35,11 +34,10 @@ public final class LocatableRegistry implements ILocatableRegistry { public LocatableRegistry() { this.set = new HashMap<>(); - MinecraftForge.EVENT_BUS.register(this); + MinecraftForge.EVENT_BUS.addListener(this::updateLocatable); } - @SubscribeEvent - public void updateLocatable(final LocatableEventAnnounce e) { + private void updateLocatable(final LocatableEventAnnounce e) { if (Platform.isClient()) { return; // IGNORE! } diff --git a/src/main/java/appeng/decorative/solid/SkyStoneBlock.java b/src/main/java/appeng/decorative/solid/SkyStoneBlock.java index 3e1b2af38..1e08fac7b 100644 --- a/src/main/java/appeng/decorative/solid/SkyStoneBlock.java +++ b/src/main/java/appeng/decorative/solid/SkyStoneBlock.java @@ -29,7 +29,6 @@ import net.minecraft.world.server.ServerWorld; import net.minecraftforge.common.MinecraftForge; import net.minecraftforge.common.ToolType; import net.minecraftforge.event.entity.player.PlayerEvent; -import net.minecraftforge.eventbus.api.SubscribeEvent; import appeng.block.AEBaseBlock; import appeng.core.worlddata.WorldData; @@ -43,11 +42,10 @@ public class SkyStoneBlock extends AEBaseBlock { super(props); this.type = type; - MinecraftForge.EVENT_BUS.register(this); + MinecraftForge.EVENT_BUS.addListener(this::breakFaster); } - @SubscribeEvent - public void breakFaster(final PlayerEvent.BreakSpeed event) { + private void breakFaster(final PlayerEvent.BreakSpeed event) { if (event.getState().getBlock() == this && event.getPlayer() != null) { final ItemStack is = event.getPlayer().getItemStackFromSlot(EquipmentSlotType.MAINHAND); int level = -1; diff --git a/src/test/resources/appeng/services/version/releases.json b/src/test/resources/appeng/services/version/releases.json deleted file mode 100644 index 8f8e00ef7..000000000 --- a/src/test/resources/appeng/services/version/releases.json +++ /dev/null @@ -1,1028 +0,0 @@ -[ - { - "url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/1053651", - "assets_url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/1053651/assets", - "upload_url": "https://uploads.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/1053651/assets{?name}", - "html_url": "https://github.com/AppliedEnergistics/Applied-Energistics-2/releases/tag/rv2.beta.12", - "id": 1053651, - "tag_name": "rv2.beta.12", - "target_commitish": "4744dfab789b778c5c255a268ef4f1d4a01cca9c", - "name": "Build rv2.beta.12", - "draft": false, - "author": { - "login": "AlgorithmX2", - "id": 2846930, - "avatar_url": "https://avatars.githubusercontent.com/u/2846930?v=3", - "gravatar_id": "", - "url": "https://api.github.com/users/AlgorithmX2", - "html_url": "https://github.com/AlgorithmX2", - "followers_url": "https://api.github.com/users/AlgorithmX2/followers", - "following_url": "https://api.github.com/users/AlgorithmX2/following{/other_user}", - "gists_url": "https://api.github.com/users/AlgorithmX2/gists{/gist_id}", - "starred_url": "https://api.github.com/users/AlgorithmX2/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/AlgorithmX2/subscriptions", - "organizations_url": "https://api.github.com/users/AlgorithmX2/orgs", - "repos_url": "https://api.github.com/users/AlgorithmX2/repos", - "events_url": "https://api.github.com/users/AlgorithmX2/events{/privacy}", - "received_events_url": "https://api.github.com/users/AlgorithmX2/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": true, - "created_at": "2015-03-15T17:38:03Z", - "published_at": "2015-03-16T06:32:39Z", - "assets": [], - "tarball_url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/tarball/rv2.beta.12", - "zipball_url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/zipball/rv2.beta.12", - "body": "Fixes #1024 Added zinc to the grindstone - thatsIch\r\n\r\nUpdate zh_CN.lang - bakaxyf" - }, - { - "url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/1051116", - "assets_url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/1051116/assets", - "upload_url": "https://uploads.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/1051116/assets{?name}", - "html_url": "https://github.com/AppliedEnergistics/Applied-Energistics-2/releases/tag/rv2.beta.11", - "id": 1051116, - "tag_name": "rv2.beta.11", - "target_commitish": "ece09a956bdd0fdf3cc0074ffeed5efbdf3a37a4", - "name": "Build rv2.beta.11", - "draft": false, - "author": { - "login": "AlgorithmX2", - "id": 2846930, - "avatar_url": "https://avatars.githubusercontent.com/u/2846930?v=3", - "gravatar_id": "", - "url": "https://api.github.com/users/AlgorithmX2", - "html_url": "https://github.com/AlgorithmX2", - "followers_url": "https://api.github.com/users/AlgorithmX2/followers", - "following_url": "https://api.github.com/users/AlgorithmX2/following{/other_user}", - "gists_url": "https://api.github.com/users/AlgorithmX2/gists{/gist_id}", - "starred_url": "https://api.github.com/users/AlgorithmX2/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/AlgorithmX2/subscriptions", - "organizations_url": "https://api.github.com/users/AlgorithmX2/orgs", - "repos_url": "https://api.github.com/users/AlgorithmX2/repos", - "events_url": "https://api.github.com/users/AlgorithmX2/events{/privacy}", - "received_events_url": "https://api.github.com/users/AlgorithmX2/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": true, - "created_at": "2015-03-13T22:49:12Z", - "published_at": "2015-03-14T23:53:49Z", - "assets": [], - "tarball_url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/tarball/rv2.beta.11", - "zipball_url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/zipball/rv2.beta.11", - "body": "Fixes #1015 Pattern terminal destroying a single item when not able to satisfy a NEI recipe - yueh\r\n\r\nFixes #1011 skip null values returned by the oredictionary - yueh\r\n\r\nUpdate zh_CN.lang - bakaxyf" - }, - { - "url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/1038746", - "assets_url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/1038746/assets", - "upload_url": "https://uploads.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/1038746/assets{?name}", - "html_url": "https://github.com/AppliedEnergistics/Applied-Energistics-2/releases/tag/rv2.beta.10", - "id": 1038746, - "tag_name": "rv2.beta.10", - "target_commitish": "8ec9bb8b3b18a9fb4f350e326b267ff35c434217", - "name": "Build rv2.beta.10", - "draft": false, - "author": { - "login": "AlgorithmX2", - "id": 2846930, - "avatar_url": "https://avatars.githubusercontent.com/u/2846930?v=3", - "gravatar_id": "", - "url": "https://api.github.com/users/AlgorithmX2", - "html_url": "https://github.com/AlgorithmX2", - "followers_url": "https://api.github.com/users/AlgorithmX2/followers", - "following_url": "https://api.github.com/users/AlgorithmX2/following{/other_user}", - "gists_url": "https://api.github.com/users/AlgorithmX2/gists{/gist_id}", - "starred_url": "https://api.github.com/users/AlgorithmX2/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/AlgorithmX2/subscriptions", - "organizations_url": "https://api.github.com/users/AlgorithmX2/orgs", - "repos_url": "https://api.github.com/users/AlgorithmX2/repos", - "events_url": "https://api.github.com/users/AlgorithmX2/events{/privacy}", - "received_events_url": "https://api.github.com/users/AlgorithmX2/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": true, - "created_at": "2015-03-11T15:40:32Z", - "published_at": "2015-03-11T15:53:37Z", - "assets": [], - "tarball_url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/tarball/rv2.beta.10", - "zipball_url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/zipball/rv2.beta.10", - "body": "Fixes #861 Wireless Terminal notifies player, if it is unlinked - thatsIch\r\n\r\nFixes #920 Increased GUI close distance to match Vanilla MC distance - thatsIch\r\n\r\nFixes #743 Crash with BC plugs\r\n\r\nFixes #942 BC builder can build AE networks again\r\n\r\nUpdate #319 Now compiled against BC 6.4.2, with that MJ is gone" - }, - { - "url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/1033060", - "assets_url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/1033060/assets", - "upload_url": "https://uploads.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/1033060/assets{?name}", - "html_url": "https://github.com/AppliedEnergistics/Applied-Energistics-2/releases/tag/rv2.beta.9", - "id": 1033060, - "tag_name": "rv2.beta.9", - "target_commitish": "3675f154d1f3af7cf34c52816f7014c74e7031b7", - "name": "Build rv2.beta.9", - "draft": false, - "author": { - "login": "AlgorithmX2", - "id": 2846930, - "avatar_url": "https://avatars.githubusercontent.com/u/2846930?v=3", - "gravatar_id": "", - "url": "https://api.github.com/users/AlgorithmX2", - "html_url": "https://github.com/AlgorithmX2", - "followers_url": "https://api.github.com/users/AlgorithmX2/followers", - "following_url": "https://api.github.com/users/AlgorithmX2/following{/other_user}", - "gists_url": "https://api.github.com/users/AlgorithmX2/gists{/gist_id}", - "starred_url": "https://api.github.com/users/AlgorithmX2/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/AlgorithmX2/subscriptions", - "organizations_url": "https://api.github.com/users/AlgorithmX2/orgs", - "repos_url": "https://api.github.com/users/AlgorithmX2/repos", - "events_url": "https://api.github.com/users/AlgorithmX2/events{/privacy}", - "received_events_url": "https://api.github.com/users/AlgorithmX2/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": true, - "created_at": "2015-03-09T14:05:21Z", - "published_at": "2015-03-10T09:42:09Z", - "assets": [], - "tarball_url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/tarball/rv2.beta.9", - "zipball_url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/zipball/rv2.beta.9", - "body": "Enhancement #817 Crafting CPU GUI now shows a green background on items being crafted, and a yellow background on scheduled items - Eearslya\r\n\r\nEnhancement Added an option to disable the colored crafting status - yueh\r\n\r\nEnhancement Added more information to the security audit - yueh\r\n\r\nEnhancement Improved performance - yueh\r\n\r\nFixes #972 Level Emitter tool-tip now corresponds to the actual behavior - thatsIch\r\n\r\nFixes #982 Auto-crafting lag reduced - yueh\r\n\r\nFixes #910 Dense cables render correctly with FMP now - yueh\r\n\r\nFixes #943 Reduced lag when breaking multiple blocks at once using Annihilation Plane - yueh\r\n\r\nFixes cable render crash and covered cables render as smart - yueh\r\n\r\nUpdate fr_FR.lang - Mazdallier\r\n\r\nUpdate zh_CN.lang - bakaxyf\r\n\r\nUpdated Texture / Model License to be more specific - AlgorithmX2\r\n\r\nUpdated Forge to recommended 10.13.2.1291 and other dependencies - yueh" - }, - { - "url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/881276", - "assets_url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/881276/assets", - "upload_url": "https://uploads.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/881276/assets{?name}", - "html_url": "https://github.com/AppliedEnergistics/Applied-Energistics-2/releases/tag/rv2.beta.8", - "id": 881276, - "tag_name": "rv2.beta.8", - "target_commitish": "ef3cb0a4559ababe53cd7f45123e7b28719d06b7", - "name": "Build rv2.beta.8", - "draft": false, - "author": { - "login": "AlgorithmX2", - "id": 2846930, - "avatar_url": "https://avatars.githubusercontent.com/u/2846930?v=3", - "gravatar_id": "", - "url": "https://api.github.com/users/AlgorithmX2", - "html_url": "https://github.com/AlgorithmX2", - "followers_url": "https://api.github.com/users/AlgorithmX2/followers", - "following_url": "https://api.github.com/users/AlgorithmX2/following{/other_user}", - "gists_url": "https://api.github.com/users/AlgorithmX2/gists{/gist_id}", - "starred_url": "https://api.github.com/users/AlgorithmX2/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/AlgorithmX2/subscriptions", - "organizations_url": "https://api.github.com/users/AlgorithmX2/orgs", - "repos_url": "https://api.github.com/users/AlgorithmX2/repos", - "events_url": "https://api.github.com/users/AlgorithmX2/events{/privacy}", - "received_events_url": "https://api.github.com/users/AlgorithmX2/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": true, - "created_at": "2015-01-22T16:05:23Z", - "published_at": "2015-01-24T16:46:55Z", - "assets": [], - "tarball_url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/tarball/rv2.beta.8", - "zipball_url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/zipball/rv2.beta.8", - "body": "Update pt_BR.lang - al-myr\r\n\r\nImproved the logged warning for FailledConnection Now displays to coordinates of the affected tunnels. - yueh\r\n\r\nFix #701 - Changed harvest tool to axe - TheJulianJES\r\n\r\nFormation plane can now drop blocks as items - yueh\r\n\r\nDisable level emitter on offline networks Turns off level emitters if the goes offline because it runs out of power, channels or similar. - yueh\r\n\r\nFixes #304 WAILA Integration updated and fixed WAILA offers a new interface to sync the server data to the client. - thatsIch\r\n\r\nRemoved buffer from annihilation plane - yueh\r\n\r\nEffects should not collide with anything - yueh\r\n\r\nImprove code quality - thatsIch" - }, - { - "url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/818857", - "assets_url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/818857/assets", - "upload_url": "https://uploads.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/818857/assets{?name}", - "html_url": "https://github.com/AppliedEnergistics/Applied-Energistics-2/releases/tag/rv2.beta.7", - "id": 818857, - "tag_name": "rv2.beta.7", - "target_commitish": "15ba1970837804dc34de3cdae037fca511103f15", - "name": "Build rv2.beta.7", - "draft": false, - "author": { - "login": "AlgorithmX2", - "id": 2846930, - "avatar_url": "https://avatars.githubusercontent.com/u/2846930?v=3", - "gravatar_id": "", - "url": "https://api.github.com/users/AlgorithmX2", - "html_url": "https://github.com/AlgorithmX2", - "followers_url": "https://api.github.com/users/AlgorithmX2/followers", - "following_url": "https://api.github.com/users/AlgorithmX2/following{/other_user}", - "gists_url": "https://api.github.com/users/AlgorithmX2/gists{/gist_id}", - "starred_url": "https://api.github.com/users/AlgorithmX2/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/AlgorithmX2/subscriptions", - "organizations_url": "https://api.github.com/users/AlgorithmX2/orgs", - "repos_url": "https://api.github.com/users/AlgorithmX2/repos", - "events_url": "https://api.github.com/users/AlgorithmX2/events{/privacy}", - "received_events_url": "https://api.github.com/users/AlgorithmX2/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": true, - "created_at": "2015-01-01T14:35:57Z", - "published_at": "2015-01-01T17:56:50Z", - "assets": [], - "tarball_url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/tarball/rv2.beta.7", - "zipball_url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/zipball/rv2.beta.7", - "body": "Fixes #666 vanishing microblocks with Immibis-Microblocks - yueh" - }, - { - "url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/816514", - "assets_url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/816514/assets", - "upload_url": "https://uploads.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/816514/assets{?name}", - "html_url": "https://github.com/AppliedEnergistics/Applied-Energistics-2/releases/tag/rv2.beta.6", - "id": 816514, - "tag_name": "rv2.beta.6", - "target_commitish": "305fc6c7f2c85afa05e37e127098fc3e0330a9c2", - "name": "Build rv2.beta.6", - "draft": false, - "author": { - "login": "AlgorithmX2", - "id": 2846930, - "avatar_url": "https://avatars.githubusercontent.com/u/2846930?v=3", - "gravatar_id": "", - "url": "https://api.github.com/users/AlgorithmX2", - "html_url": "https://github.com/AlgorithmX2", - "followers_url": "https://api.github.com/users/AlgorithmX2/followers", - "following_url": "https://api.github.com/users/AlgorithmX2/following{/other_user}", - "gists_url": "https://api.github.com/users/AlgorithmX2/gists{/gist_id}", - "starred_url": "https://api.github.com/users/AlgorithmX2/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/AlgorithmX2/subscriptions", - "organizations_url": "https://api.github.com/users/AlgorithmX2/orgs", - "repos_url": "https://api.github.com/users/AlgorithmX2/repos", - "events_url": "https://api.github.com/users/AlgorithmX2/events{/privacy}", - "received_events_url": "https://api.github.com/users/AlgorithmX2/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": true, - "created_at": "2014-12-30T22:34:57Z", - "published_at": "2014-12-30T22:40:56Z", - "assets": [ - { - "url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/assets/361179", - "id": 361179, - "name": "appliedenergistics2-rv2-beta-6-api.jar", - "label": null, - "uploader": { - "login": "yueh", - "id": 151949, - "avatar_url": "https://avatars.githubusercontent.com/u/151949?v=3", - "gravatar_id": "", - "url": "https://api.github.com/users/yueh", - "html_url": "https://github.com/yueh", - "followers_url": "https://api.github.com/users/yueh/followers", - "following_url": "https://api.github.com/users/yueh/following{/other_user}", - "gists_url": "https://api.github.com/users/yueh/gists{/gist_id}", - "starred_url": "https://api.github.com/users/yueh/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/yueh/subscriptions", - "organizations_url": "https://api.github.com/users/yueh/orgs", - "repos_url": "https://api.github.com/users/yueh/repos", - "events_url": "https://api.github.com/users/yueh/events{/privacy}", - "received_events_url": "https://api.github.com/users/yueh/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 264460, - "download_count": 2, - "created_at": "2014-12-30T22:42:44Z", - "updated_at": "2014-12-30T22:42:44Z", - "browser_download_url": "https://github.com/AppliedEnergistics/Applied-Energistics-2/releases/download/rv2.beta.6/appliedenergistics2-rv2-beta-6-api.jar" - }, - { - "url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/assets/361180", - "id": 361180, - "name": "appliedenergistics2-rv2-beta-6-dev.jar", - "label": null, - "uploader": { - "login": "yueh", - "id": 151949, - "avatar_url": "https://avatars.githubusercontent.com/u/151949?v=3", - "gravatar_id": "", - "url": "https://api.github.com/users/yueh", - "html_url": "https://github.com/yueh", - "followers_url": "https://api.github.com/users/yueh/followers", - "following_url": "https://api.github.com/users/yueh/following{/other_user}", - "gists_url": "https://api.github.com/users/yueh/gists{/gist_id}", - "starred_url": "https://api.github.com/users/yueh/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/yueh/subscriptions", - "organizations_url": "https://api.github.com/users/yueh/orgs", - "repos_url": "https://api.github.com/users/yueh/repos", - "events_url": "https://api.github.com/users/yueh/events{/privacy}", - "received_events_url": "https://api.github.com/users/yueh/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 2388010, - "download_count": 1, - "created_at": "2014-12-30T22:42:47Z", - "updated_at": "2014-12-30T22:42:48Z", - "browser_download_url": "https://github.com/AppliedEnergistics/Applied-Energistics-2/releases/download/rv2.beta.6/appliedenergistics2-rv2-beta-6-dev.jar" - }, - { - "url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/assets/361178", - "id": 361178, - "name": "appliedenergistics2-rv2-beta-6.jar", - "label": null, - "uploader": { - "login": "yueh", - "id": 151949, - "avatar_url": "https://avatars.githubusercontent.com/u/151949?v=3", - "gravatar_id": "", - "url": "https://api.github.com/users/yueh", - "html_url": "https://github.com/yueh", - "followers_url": "https://api.github.com/users/yueh/followers", - "following_url": "https://api.github.com/users/yueh/following{/other_user}", - "gists_url": "https://api.github.com/users/yueh/gists{/gist_id}", - "starred_url": "https://api.github.com/users/yueh/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/yueh/subscriptions", - "organizations_url": "https://api.github.com/users/yueh/orgs", - "repos_url": "https://api.github.com/users/yueh/repos", - "events_url": "https://api.github.com/users/yueh/events{/privacy}", - "received_events_url": "https://api.github.com/users/yueh/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 2424995, - "download_count": 10, - "created_at": "2014-12-30T22:42:37Z", - "updated_at": "2014-12-30T22:42:39Z", - "browser_download_url": "https://github.com/AppliedEnergistics/Applied-Energistics-2/releases/download/rv2.beta.6/appliedenergistics2-rv2-beta-6.jar" - } - ], - "tarball_url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/tarball/rv2.beta.6", - "zipball_url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/zipball/rv2.beta.6", - "body": "Fixes #663 NPE on disabled Facades - thatsIch" - }, - { - "url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/815358", - "assets_url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/815358/assets", - "upload_url": "https://uploads.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/815358/assets{?name}", - "html_url": "https://github.com/AppliedEnergistics/Applied-Energistics-2/releases/tag/rv2.beta.5", - "id": 815358, - "tag_name": "rv2.beta.5", - "target_commitish": "97dabc4a5cb2117f872946aea359dc49efa3b79b", - "name": "Build rv2.beta.5", - "draft": false, - "author": { - "login": "AlgorithmX2", - "id": 2846930, - "avatar_url": "https://avatars.githubusercontent.com/u/2846930?v=3", - "gravatar_id": "", - "url": "https://api.github.com/users/AlgorithmX2", - "html_url": "https://github.com/AlgorithmX2", - "followers_url": "https://api.github.com/users/AlgorithmX2/followers", - "following_url": "https://api.github.com/users/AlgorithmX2/following{/other_user}", - "gists_url": "https://api.github.com/users/AlgorithmX2/gists{/gist_id}", - "starred_url": "https://api.github.com/users/AlgorithmX2/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/AlgorithmX2/subscriptions", - "organizations_url": "https://api.github.com/users/AlgorithmX2/orgs", - "repos_url": "https://api.github.com/users/AlgorithmX2/repos", - "events_url": "https://api.github.com/users/AlgorithmX2/events{/privacy}", - "received_events_url": "https://api.github.com/users/AlgorithmX2/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": true, - "created_at": "2014-12-30T13:06:08Z", - "published_at": "2014-12-30T13:31:11Z", - "assets": [ - { - "url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/assets/360438", - "id": 360438, - "name": "appliedenergistics2-rv2-beta-5-api.jar", - "label": null, - "uploader": { - "login": "yueh", - "id": 151949, - "avatar_url": "https://avatars.githubusercontent.com/u/151949?v=3", - "gravatar_id": "", - "url": "https://api.github.com/users/yueh", - "html_url": "https://github.com/yueh", - "followers_url": "https://api.github.com/users/yueh/followers", - "following_url": "https://api.github.com/users/yueh/following{/other_user}", - "gists_url": "https://api.github.com/users/yueh/gists{/gist_id}", - "starred_url": "https://api.github.com/users/yueh/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/yueh/subscriptions", - "organizations_url": "https://api.github.com/users/yueh/orgs", - "repos_url": "https://api.github.com/users/yueh/repos", - "events_url": "https://api.github.com/users/yueh/events{/privacy}", - "received_events_url": "https://api.github.com/users/yueh/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 264460, - "download_count": 0, - "created_at": "2014-12-30T15:03:30Z", - "updated_at": "2014-12-30T15:03:30Z", - "browser_download_url": "https://github.com/AppliedEnergistics/Applied-Energistics-2/releases/download/rv2.beta.5/appliedenergistics2-rv2-beta-5-api.jar" - }, - { - "url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/assets/360439", - "id": 360439, - "name": "appliedenergistics2-rv2-beta-5-dev.jar", - "label": null, - "uploader": { - "login": "yueh", - "id": 151949, - "avatar_url": "https://avatars.githubusercontent.com/u/151949?v=3", - "gravatar_id": "", - "url": "https://api.github.com/users/yueh", - "html_url": "https://github.com/yueh", - "followers_url": "https://api.github.com/users/yueh/followers", - "following_url": "https://api.github.com/users/yueh/following{/other_user}", - "gists_url": "https://api.github.com/users/yueh/gists{/gist_id}", - "starred_url": "https://api.github.com/users/yueh/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/yueh/subscriptions", - "organizations_url": "https://api.github.com/users/yueh/orgs", - "repos_url": "https://api.github.com/users/yueh/repos", - "events_url": "https://api.github.com/users/yueh/events{/privacy}", - "received_events_url": "https://api.github.com/users/yueh/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 2387747, - "download_count": 0, - "created_at": "2014-12-30T15:03:32Z", - "updated_at": "2014-12-30T15:03:33Z", - "browser_download_url": "https://github.com/AppliedEnergistics/Applied-Energistics-2/releases/download/rv2.beta.5/appliedenergistics2-rv2-beta-5-dev.jar" - }, - { - "url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/assets/360437", - "id": 360437, - "name": "appliedenergistics2-rv2-beta-5.jar", - "label": null, - "uploader": { - "login": "yueh", - "id": 151949, - "avatar_url": "https://avatars.githubusercontent.com/u/151949?v=3", - "gravatar_id": "", - "url": "https://api.github.com/users/yueh", - "html_url": "https://github.com/yueh", - "followers_url": "https://api.github.com/users/yueh/followers", - "following_url": "https://api.github.com/users/yueh/following{/other_user}", - "gists_url": "https://api.github.com/users/yueh/gists{/gist_id}", - "starred_url": "https://api.github.com/users/yueh/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/yueh/subscriptions", - "organizations_url": "https://api.github.com/users/yueh/orgs", - "repos_url": "https://api.github.com/users/yueh/repos", - "events_url": "https://api.github.com/users/yueh/events{/privacy}", - "received_events_url": "https://api.github.com/users/yueh/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 2424731, - "download_count": 3, - "created_at": "2014-12-30T15:03:25Z", - "updated_at": "2014-12-30T15:03:27Z", - "browser_download_url": "https://github.com/AppliedEnergistics/Applied-Energistics-2/releases/download/rv2.beta.5/appliedenergistics2-rv2-beta-5.jar" - } - ], - "tarball_url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/tarball/rv2.beta.5", - "zipball_url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/zipball/rv2.beta.5", - "body": "Fixes #659 NPE on usage of the FZ sculpting tool - thatsIch" - }, - { - "url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/814288", - "assets_url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/814288/assets", - "upload_url": "https://uploads.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/814288/assets{?name}", - "html_url": "https://github.com/AppliedEnergistics/Applied-Energistics-2/releases/tag/rv2.beta.4", - "id": 814288, - "tag_name": "rv2.beta.4", - "target_commitish": "02e59faa59ed1715366d0a659197dda9808560df", - "name": "Build rv2.beta.4", - "draft": false, - "author": { - "login": "AlgorithmX2", - "id": 2846930, - "avatar_url": "https://avatars.githubusercontent.com/u/2846930?v=3", - "gravatar_id": "", - "url": "https://api.github.com/users/AlgorithmX2", - "html_url": "https://github.com/AlgorithmX2", - "followers_url": "https://api.github.com/users/AlgorithmX2/followers", - "following_url": "https://api.github.com/users/AlgorithmX2/following{/other_user}", - "gists_url": "https://api.github.com/users/AlgorithmX2/gists{/gist_id}", - "starred_url": "https://api.github.com/users/AlgorithmX2/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/AlgorithmX2/subscriptions", - "organizations_url": "https://api.github.com/users/AlgorithmX2/orgs", - "repos_url": "https://api.github.com/users/AlgorithmX2/repos", - "events_url": "https://api.github.com/users/AlgorithmX2/events{/privacy}", - "received_events_url": "https://api.github.com/users/AlgorithmX2/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": true, - "created_at": "2014-12-29T22:02:48Z", - "published_at": "2014-12-29T22:44:26Z", - "assets": [ - { - "url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/assets/360441", - "id": 360441, - "name": "appliedenergistics2-rv2-beta-4-api.jar", - "label": null, - "uploader": { - "login": "yueh", - "id": 151949, - "avatar_url": "https://avatars.githubusercontent.com/u/151949?v=3", - "gravatar_id": "", - "url": "https://api.github.com/users/yueh", - "html_url": "https://github.com/yueh", - "followers_url": "https://api.github.com/users/yueh/followers", - "following_url": "https://api.github.com/users/yueh/following{/other_user}", - "gists_url": "https://api.github.com/users/yueh/gists{/gist_id}", - "starred_url": "https://api.github.com/users/yueh/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/yueh/subscriptions", - "organizations_url": "https://api.github.com/users/yueh/orgs", - "repos_url": "https://api.github.com/users/yueh/repos", - "events_url": "https://api.github.com/users/yueh/events{/privacy}", - "received_events_url": "https://api.github.com/users/yueh/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 264460, - "download_count": 0, - "created_at": "2014-12-30T15:03:48Z", - "updated_at": "2014-12-30T15:03:48Z", - "browser_download_url": "https://github.com/AppliedEnergistics/Applied-Energistics-2/releases/download/rv2.beta.4/appliedenergistics2-rv2-beta-4-api.jar" - }, - { - "url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/assets/360442", - "id": 360442, - "name": "appliedenergistics2-rv2-beta-4-dev.jar", - "label": null, - "uploader": { - "login": "yueh", - "id": 151949, - "avatar_url": "https://avatars.githubusercontent.com/u/151949?v=3", - "gravatar_id": "", - "url": "https://api.github.com/users/yueh", - "html_url": "https://github.com/yueh", - "followers_url": "https://api.github.com/users/yueh/followers", - "following_url": "https://api.github.com/users/yueh/following{/other_user}", - "gists_url": "https://api.github.com/users/yueh/gists{/gist_id}", - "starred_url": "https://api.github.com/users/yueh/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/yueh/subscriptions", - "organizations_url": "https://api.github.com/users/yueh/orgs", - "repos_url": "https://api.github.com/users/yueh/repos", - "events_url": "https://api.github.com/users/yueh/events{/privacy}", - "received_events_url": "https://api.github.com/users/yueh/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 2387673, - "download_count": 0, - "created_at": "2014-12-30T15:03:50Z", - "updated_at": "2014-12-30T15:03:52Z", - "browser_download_url": "https://github.com/AppliedEnergistics/Applied-Energistics-2/releases/download/rv2.beta.4/appliedenergistics2-rv2-beta-4-dev.jar" - }, - { - "url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/assets/360440", - "id": 360440, - "name": "appliedenergistics2-rv2-beta-4.jar", - "label": null, - "uploader": { - "login": "yueh", - "id": 151949, - "avatar_url": "https://avatars.githubusercontent.com/u/151949?v=3", - "gravatar_id": "", - "url": "https://api.github.com/users/yueh", - "html_url": "https://github.com/yueh", - "followers_url": "https://api.github.com/users/yueh/followers", - "following_url": "https://api.github.com/users/yueh/following{/other_user}", - "gists_url": "https://api.github.com/users/yueh/gists{/gist_id}", - "starred_url": "https://api.github.com/users/yueh/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/yueh/subscriptions", - "organizations_url": "https://api.github.com/users/yueh/orgs", - "repos_url": "https://api.github.com/users/yueh/repos", - "events_url": "https://api.github.com/users/yueh/events{/privacy}", - "received_events_url": "https://api.github.com/users/yueh/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 2424666, - "download_count": 0, - "created_at": "2014-12-30T15:03:45Z", - "updated_at": "2014-12-30T15:03:46Z", - "browser_download_url": "https://github.com/AppliedEnergistics/Applied-Energistics-2/releases/download/rv2.beta.4/appliedenergistics2-rv2-beta-4.jar" - } - ], - "tarball_url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/tarball/rv2.beta.4", - "zipball_url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/zipball/rv2.beta.4", - "body": "Fixes #644 Several missing null checks when disabling huge chunks of the mod via config - thatsIch\r\n\r\nUpdate ru_RU.lang - Adaptivity" - }, - { - "url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/812048", - "assets_url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/812048/assets", - "upload_url": "https://uploads.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/812048/assets{?name}", - "html_url": "https://github.com/AppliedEnergistics/Applied-Energistics-2/releases/tag/rv2.beta.3", - "id": 812048, - "tag_name": "rv2.beta.3", - "target_commitish": "e712a9d8ceca11fd9571625a1902eab2173909b4", - "name": "Build rv2.beta.3", - "draft": false, - "author": { - "login": "AlgorithmX2", - "id": 2846930, - "avatar_url": "https://avatars.githubusercontent.com/u/2846930?v=3", - "gravatar_id": "", - "url": "https://api.github.com/users/AlgorithmX2", - "html_url": "https://github.com/AlgorithmX2", - "followers_url": "https://api.github.com/users/AlgorithmX2/followers", - "following_url": "https://api.github.com/users/AlgorithmX2/following{/other_user}", - "gists_url": "https://api.github.com/users/AlgorithmX2/gists{/gist_id}", - "starred_url": "https://api.github.com/users/AlgorithmX2/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/AlgorithmX2/subscriptions", - "organizations_url": "https://api.github.com/users/AlgorithmX2/orgs", - "repos_url": "https://api.github.com/users/AlgorithmX2/repos", - "events_url": "https://api.github.com/users/AlgorithmX2/events{/privacy}", - "received_events_url": "https://api.github.com/users/AlgorithmX2/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": true, - "created_at": "2014-12-28T17:38:56Z", - "published_at": "2014-12-28T17:46:49Z", - "assets": [ - { - "url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/assets/360444", - "id": 360444, - "name": "appliedenergistics2-rv2-beta-3-api.jar", - "label": null, - "uploader": { - "login": "yueh", - "id": 151949, - "avatar_url": "https://avatars.githubusercontent.com/u/151949?v=3", - "gravatar_id": "", - "url": "https://api.github.com/users/yueh", - "html_url": "https://github.com/yueh", - "followers_url": "https://api.github.com/users/yueh/followers", - "following_url": "https://api.github.com/users/yueh/following{/other_user}", - "gists_url": "https://api.github.com/users/yueh/gists{/gist_id}", - "starred_url": "https://api.github.com/users/yueh/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/yueh/subscriptions", - "organizations_url": "https://api.github.com/users/yueh/orgs", - "repos_url": "https://api.github.com/users/yueh/repos", - "events_url": "https://api.github.com/users/yueh/events{/privacy}", - "received_events_url": "https://api.github.com/users/yueh/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 264396, - "download_count": 1, - "created_at": "2014-12-30T15:04:28Z", - "updated_at": "2014-12-30T15:04:29Z", - "browser_download_url": "https://github.com/AppliedEnergistics/Applied-Energistics-2/releases/download/rv2.beta.3/appliedenergistics2-rv2-beta-3-api.jar" - }, - { - "url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/assets/360445", - "id": 360445, - "name": "appliedenergistics2-rv2-beta-3-dev.jar", - "label": null, - "uploader": { - "login": "yueh", - "id": 151949, - "avatar_url": "https://avatars.githubusercontent.com/u/151949?v=3", - "gravatar_id": "", - "url": "https://api.github.com/users/yueh", - "html_url": "https://github.com/yueh", - "followers_url": "https://api.github.com/users/yueh/followers", - "following_url": "https://api.github.com/users/yueh/following{/other_user}", - "gists_url": "https://api.github.com/users/yueh/gists{/gist_id}", - "starred_url": "https://api.github.com/users/yueh/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/yueh/subscriptions", - "organizations_url": "https://api.github.com/users/yueh/orgs", - "repos_url": "https://api.github.com/users/yueh/repos", - "events_url": "https://api.github.com/users/yueh/events{/privacy}", - "received_events_url": "https://api.github.com/users/yueh/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 2386391, - "download_count": 0, - "created_at": "2014-12-30T15:04:30Z", - "updated_at": "2014-12-30T15:04:32Z", - "browser_download_url": "https://github.com/AppliedEnergistics/Applied-Energistics-2/releases/download/rv2.beta.3/appliedenergistics2-rv2-beta-3-dev.jar" - }, - { - "url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/assets/360443", - "id": 360443, - "name": "appliedenergistics2-rv2-beta-3.jar", - "label": null, - "uploader": { - "login": "yueh", - "id": 151949, - "avatar_url": "https://avatars.githubusercontent.com/u/151949?v=3", - "gravatar_id": "", - "url": "https://api.github.com/users/yueh", - "html_url": "https://github.com/yueh", - "followers_url": "https://api.github.com/users/yueh/followers", - "following_url": "https://api.github.com/users/yueh/following{/other_user}", - "gists_url": "https://api.github.com/users/yueh/gists{/gist_id}", - "starred_url": "https://api.github.com/users/yueh/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/yueh/subscriptions", - "organizations_url": "https://api.github.com/users/yueh/orgs", - "repos_url": "https://api.github.com/users/yueh/repos", - "events_url": "https://api.github.com/users/yueh/events{/privacy}", - "received_events_url": "https://api.github.com/users/yueh/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 2423384, - "download_count": 0, - "created_at": "2014-12-30T15:04:25Z", - "updated_at": "2014-12-30T15:04:27Z", - "browser_download_url": "https://github.com/AppliedEnergistics/Applied-Energistics-2/releases/download/rv2.beta.3/appliedenergistics2-rv2-beta-3.jar" - } - ], - "tarball_url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/tarball/rv2.beta.3", - "zipball_url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/zipball/rv2.beta.3", - "body": "Fixes #639 Missing null check for people with disabled channels - thatsIch" - }, - { - "url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/811619", - "assets_url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/811619/assets", - "upload_url": "https://uploads.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/811619/assets{?name}", - "html_url": "https://github.com/AppliedEnergistics/Applied-Energistics-2/releases/tag/rv2.beta.2", - "id": 811619, - "tag_name": "rv2.beta.2", - "target_commitish": "f7323289a50f75b6b68f2fe06bf2a6bd593d70e3", - "name": "Build rv2.beta.2", - "draft": false, - "author": { - "login": "AlgorithmX2", - "id": 2846930, - "avatar_url": "https://avatars.githubusercontent.com/u/2846930?v=3", - "gravatar_id": "", - "url": "https://api.github.com/users/AlgorithmX2", - "html_url": "https://github.com/AlgorithmX2", - "followers_url": "https://api.github.com/users/AlgorithmX2/followers", - "following_url": "https://api.github.com/users/AlgorithmX2/following{/other_user}", - "gists_url": "https://api.github.com/users/AlgorithmX2/gists{/gist_id}", - "starred_url": "https://api.github.com/users/AlgorithmX2/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/AlgorithmX2/subscriptions", - "organizations_url": "https://api.github.com/users/AlgorithmX2/orgs", - "repos_url": "https://api.github.com/users/AlgorithmX2/repos", - "events_url": "https://api.github.com/users/AlgorithmX2/events{/privacy}", - "received_events_url": "https://api.github.com/users/AlgorithmX2/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": true, - "created_at": "2014-12-27T18:05:37Z", - "published_at": "2014-12-28T08:49:55Z", - "assets": [ - { - "url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/assets/360447", - "id": 360447, - "name": "appliedenergistics2-rv2-beta-2-api.jar", - "label": null, - "uploader": { - "login": "yueh", - "id": 151949, - "avatar_url": "https://avatars.githubusercontent.com/u/151949?v=3", - "gravatar_id": "", - "url": "https://api.github.com/users/yueh", - "html_url": "https://github.com/yueh", - "followers_url": "https://api.github.com/users/yueh/followers", - "following_url": "https://api.github.com/users/yueh/following{/other_user}", - "gists_url": "https://api.github.com/users/yueh/gists{/gist_id}", - "starred_url": "https://api.github.com/users/yueh/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/yueh/subscriptions", - "organizations_url": "https://api.github.com/users/yueh/orgs", - "repos_url": "https://api.github.com/users/yueh/repos", - "events_url": "https://api.github.com/users/yueh/events{/privacy}", - "received_events_url": "https://api.github.com/users/yueh/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 264396, - "download_count": 0, - "created_at": "2014-12-30T15:04:52Z", - "updated_at": "2014-12-30T15:04:53Z", - "browser_download_url": "https://github.com/AppliedEnergistics/Applied-Energistics-2/releases/download/rv2.beta.2/appliedenergistics2-rv2-beta-2-api.jar" - }, - { - "url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/assets/360448", - "id": 360448, - "name": "appliedenergistics2-rv2-beta-2-dev.jar", - "label": null, - "uploader": { - "login": "yueh", - "id": 151949, - "avatar_url": "https://avatars.githubusercontent.com/u/151949?v=3", - "gravatar_id": "", - "url": "https://api.github.com/users/yueh", - "html_url": "https://github.com/yueh", - "followers_url": "https://api.github.com/users/yueh/followers", - "following_url": "https://api.github.com/users/yueh/following{/other_user}", - "gists_url": "https://api.github.com/users/yueh/gists{/gist_id}", - "starred_url": "https://api.github.com/users/yueh/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/yueh/subscriptions", - "organizations_url": "https://api.github.com/users/yueh/orgs", - "repos_url": "https://api.github.com/users/yueh/repos", - "events_url": "https://api.github.com/users/yueh/events{/privacy}", - "received_events_url": "https://api.github.com/users/yueh/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 2386310, - "download_count": 0, - "created_at": "2014-12-30T15:04:55Z", - "updated_at": "2014-12-30T15:04:57Z", - "browser_download_url": "https://github.com/AppliedEnergistics/Applied-Energistics-2/releases/download/rv2.beta.2/appliedenergistics2-rv2-beta-2-dev.jar" - }, - { - "url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/assets/360446", - "id": 360446, - "name": "appliedenergistics2-rv2-beta-2.jar", - "label": null, - "uploader": { - "login": "yueh", - "id": 151949, - "avatar_url": "https://avatars.githubusercontent.com/u/151949?v=3", - "gravatar_id": "", - "url": "https://api.github.com/users/yueh", - "html_url": "https://github.com/yueh", - "followers_url": "https://api.github.com/users/yueh/followers", - "following_url": "https://api.github.com/users/yueh/following{/other_user}", - "gists_url": "https://api.github.com/users/yueh/gists{/gist_id}", - "starred_url": "https://api.github.com/users/yueh/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/yueh/subscriptions", - "organizations_url": "https://api.github.com/users/yueh/orgs", - "repos_url": "https://api.github.com/users/yueh/repos", - "events_url": "https://api.github.com/users/yueh/events{/privacy}", - "received_events_url": "https://api.github.com/users/yueh/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 2423307, - "download_count": 2, - "created_at": "2014-12-30T15:04:47Z", - "updated_at": "2014-12-30T15:04:49Z", - "browser_download_url": "https://github.com/AppliedEnergistics/Applied-Energistics-2/releases/download/rv2.beta.2/appliedenergistics2-rv2-beta-2.jar" - } - ], - "tarball_url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/tarball/rv2.beta.2", - "zipball_url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/zipball/rv2.beta.2", - "body": "* #624 Fixes disabled features getting not disabled - thatsIch\r\n* #572 Fixes inventory validation for any kind of Player (enables automation via robots e.g.) - thatsIch\r\n* Sound improvements - TheJulianJES\r\n* Use player inventory to let NEI fill a recipe when it is not provided by the network - riking\r\n* #604 Fixes crash on Achievement - thatsIch\r\n* #593 Updating RF Integration to use version 1.7.10R1.0.2 - thatsIch" - }, - { - "url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/783731", - "assets_url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/783731/assets", - "upload_url": "https://uploads.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/783731/assets{?name}", - "html_url": "https://github.com/AppliedEnergistics/Applied-Energistics-2/releases/tag/rv2.beta.1", - "id": 783731, - "tag_name": "rv2.beta.1", - "target_commitish": "8d1a0cdb7df49646d4e7a713eed30c546fff2f4a", - "name": "Build rv2.beta.1", - "draft": false, - "author": { - "login": "AlgorithmX2", - "id": 2846930, - "avatar_url": "https://avatars.githubusercontent.com/u/2846930?v=3", - "gravatar_id": "", - "url": "https://api.github.com/users/AlgorithmX2", - "html_url": "https://github.com/AlgorithmX2", - "followers_url": "https://api.github.com/users/AlgorithmX2/followers", - "following_url": "https://api.github.com/users/AlgorithmX2/following{/other_user}", - "gists_url": "https://api.github.com/users/AlgorithmX2/gists{/gist_id}", - "starred_url": "https://api.github.com/users/AlgorithmX2/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/AlgorithmX2/subscriptions", - "organizations_url": "https://api.github.com/users/AlgorithmX2/orgs", - "repos_url": "https://api.github.com/users/AlgorithmX2/repos", - "events_url": "https://api.github.com/users/AlgorithmX2/events{/privacy}", - "received_events_url": "https://api.github.com/users/AlgorithmX2/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": true, - "created_at": "2014-12-15T13:59:55Z", - "published_at": "2014-12-15T14:07:25Z", - "assets": [ - { - "url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/assets/360452", - "id": 360452, - "name": "appliedenergistics2-rv2-beta-1-api.jar", - "label": null, - "uploader": { - "login": "yueh", - "id": 151949, - "avatar_url": "https://avatars.githubusercontent.com/u/151949?v=3", - "gravatar_id": "", - "url": "https://api.github.com/users/yueh", - "html_url": "https://github.com/yueh", - "followers_url": "https://api.github.com/users/yueh/followers", - "following_url": "https://api.github.com/users/yueh/following{/other_user}", - "gists_url": "https://api.github.com/users/yueh/gists{/gist_id}", - "starred_url": "https://api.github.com/users/yueh/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/yueh/subscriptions", - "organizations_url": "https://api.github.com/users/yueh/orgs", - "repos_url": "https://api.github.com/users/yueh/repos", - "events_url": "https://api.github.com/users/yueh/events{/privacy}", - "received_events_url": "https://api.github.com/users/yueh/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 264402, - "download_count": 0, - "created_at": "2014-12-30T15:05:28Z", - "updated_at": "2014-12-30T15:05:28Z", - "browser_download_url": "https://github.com/AppliedEnergistics/Applied-Energistics-2/releases/download/rv2.beta.1/appliedenergistics2-rv2-beta-1-api.jar" - }, - { - "url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/assets/360453", - "id": 360453, - "name": "appliedenergistics2-rv2-beta-1-dev.jar", - "label": null, - "uploader": { - "login": "yueh", - "id": 151949, - "avatar_url": "https://avatars.githubusercontent.com/u/151949?v=3", - "gravatar_id": "", - "url": "https://api.github.com/users/yueh", - "html_url": "https://github.com/yueh", - "followers_url": "https://api.github.com/users/yueh/followers", - "following_url": "https://api.github.com/users/yueh/following{/other_user}", - "gists_url": "https://api.github.com/users/yueh/gists{/gist_id}", - "starred_url": "https://api.github.com/users/yueh/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/yueh/subscriptions", - "organizations_url": "https://api.github.com/users/yueh/orgs", - "repos_url": "https://api.github.com/users/yueh/repos", - "events_url": "https://api.github.com/users/yueh/events{/privacy}", - "received_events_url": "https://api.github.com/users/yueh/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 2383463, - "download_count": 0, - "created_at": "2014-12-30T15:05:30Z", - "updated_at": "2014-12-30T15:05:32Z", - "browser_download_url": "https://github.com/AppliedEnergistics/Applied-Energistics-2/releases/download/rv2.beta.1/appliedenergistics2-rv2-beta-1-dev.jar" - }, - { - "url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/releases/assets/360451", - "id": 360451, - "name": "appliedenergistics2-rv2-beta-1.jar", - "label": null, - "uploader": { - "login": "yueh", - "id": 151949, - "avatar_url": "https://avatars.githubusercontent.com/u/151949?v=3", - "gravatar_id": "", - "url": "https://api.github.com/users/yueh", - "html_url": "https://github.com/yueh", - "followers_url": "https://api.github.com/users/yueh/followers", - "following_url": "https://api.github.com/users/yueh/following{/other_user}", - "gists_url": "https://api.github.com/users/yueh/gists{/gist_id}", - "starred_url": "https://api.github.com/users/yueh/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/yueh/subscriptions", - "organizations_url": "https://api.github.com/users/yueh/orgs", - "repos_url": "https://api.github.com/users/yueh/repos", - "events_url": "https://api.github.com/users/yueh/events{/privacy}", - "received_events_url": "https://api.github.com/users/yueh/received_events", - "type": "User", - "site_admin": false - }, - "content_type": "application/octet-stream", - "state": "uploaded", - "size": 2420383, - "download_count": 2, - "created_at": "2014-12-30T15:05:25Z", - "updated_at": "2014-12-30T15:05:27Z", - "browser_download_url": "https://github.com/AppliedEnergistics/Applied-Energistics-2/releases/download/rv2.beta.1/appliedenergistics2-rv2-beta-1.jar" - } - ], - "tarball_url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/tarball/rv2.beta.1", - "zipball_url": "https://api.github.com/repos/AppliedEnergistics/Applied-Energistics-2/zipball/rv2.beta.1", - "body": "Bump channel to beta" - } -]