Sone.git
4 years ago💚 Allow use of plugins block
David ‘Bombe’ Roden [Fri, 1 Nov 2019 22:15:26 +0000 (23:15 +0100)]
💚 Allow use of plugins block

4 years ago♻️ Refactor property and context parsing
David ‘Bombe’ Roden [Fri, 1 Nov 2019 21:58:30 +0000 (22:58 +0100)]
♻️ Refactor property and context parsing

4 years ago🔥 Remove bucket parameter
David ‘Bombe’ Roden [Fri, 1 Nov 2019 21:57:57 +0000 (22:57 +0100)]
🔥 Remove bucket parameter

4 years ago♻️ Use real interface instead of mock in test
David ‘Bombe’ Roden [Fri, 1 Nov 2019 20:37:51 +0000 (21:37 +0100)]
♻️ Use real interface instead of mock in test

4 years ago♻️ Extract interface for WOT connector
David ‘Bombe’ Roden [Fri, 1 Nov 2019 20:07:08 +0000 (21:07 +0100)]
♻️ Extract interface for WOT connector

4 years ago🎨 Replace WOT connector with Kotlin version
David ‘Bombe’ Roden [Fri, 1 Nov 2019 19:47:24 +0000 (20:47 +0100)]
🎨 Replace WOT connector with Kotlin version

4 years ago🚑 fix first tests
David ‘Bombe’ Roden [Fri, 1 Nov 2019 19:08:34 +0000 (20:08 +0100)]
🚑 fix first tests

4 years ago✅ Add tests for WOTC.removeTrust
David ‘Bombe’ Roden [Fri, 1 Nov 2019 19:04:25 +0000 (20:04 +0100)]
✅ Add tests for WOTC.removeTrust

4 years ago✅ Add tests for WOTC.setTrust
David ‘Bombe’ Roden [Fri, 1 Nov 2019 19:02:23 +0000 (20:02 +0100)]
✅ Add tests for WOTC.setTrust

4 years ago✅ Add tests for WOTC.getTrust
David ‘Bombe’ Roden [Fri, 1 Nov 2019 18:34:16 +0000 (19:34 +0100)]
✅ Add tests for WOTC.getTrust

4 years ago✅ Add tests for WOTC.removeProperty
David ‘Bombe’ Roden [Fri, 1 Nov 2019 18:10:07 +0000 (19:10 +0100)]
✅ Add tests for WOTC.removeProperty

4 years ago✅ Add tests for WOTC.setProperty
David ‘Bombe’ Roden [Fri, 1 Nov 2019 18:08:39 +0000 (19:08 +0100)]
✅ Add tests for WOTC.setProperty

4 years ago🔥 Remove unused method
David ‘Bombe’ Roden [Fri, 1 Nov 2019 18:06:00 +0000 (19:06 +0100)]
🔥 Remove unused method

4 years ago✅ Add tests for WOTC.removeContext
David ‘Bombe’ Roden [Fri, 1 Nov 2019 18:01:57 +0000 (19:01 +0100)]
✅ Add tests for WOTC.removeContext

4 years ago✅ Add tests for WOTC.addContext
David ‘Bombe’ Roden [Fri, 1 Nov 2019 17:59:17 +0000 (18:59 +0100)]
✅ Add tests for WOTC.addContext

4 years ago🎨 More refactoring of the WOT connector test
David ‘Bombe’ Roden [Fri, 1 Nov 2019 17:57:50 +0000 (18:57 +0100)]
🎨 More refactoring of the WOT connector test

4 years ago🎨 Refactoring
David ‘Bombe’ Roden [Fri, 1 Nov 2019 17:49:33 +0000 (18:49 +0100)]
🎨 Refactoring

4 years ago🎨 Use time units for clearer code
David ‘Bombe’ Roden [Fri, 1 Nov 2019 17:39:25 +0000 (18:39 +0100)]
🎨 Use time units for clearer code

4 years ago🚧 Add first tests for WOT connector
David ‘Bombe’ Roden [Fri, 1 Nov 2019 17:38:29 +0000 (18:38 +0100)]
🚧 Add first tests for WOT connector

4 years ago🚧 Add matcher for simple field sets
David ‘Bombe’ Roden [Fri, 1 Nov 2019 17:38:03 +0000 (18:38 +0100)]
🚧 Add matcher for simple field sets

4 years ago🚧 Add matcher for own identities
David ‘Bombe’ Roden [Fri, 1 Nov 2019 17:37:45 +0000 (18:37 +0100)]
🚧 Add matcher for own identities

4 years ago🐛 Add attribute matcher
David ‘Bombe’ Roden [Fri, 1 Nov 2019 17:37:30 +0000 (18:37 +0100)]
🐛 Add attribute matcher

4 years ago🚧 Add matcher for identities
David ‘Bombe’ Roden [Fri, 1 Nov 2019 17:36:49 +0000 (18:36 +0100)]
🚧 Add matcher for identities

4 years ago🚧 Add matcher for trust values
David ‘Bombe’ Roden [Fri, 1 Nov 2019 17:36:26 +0000 (18:36 +0100)]
🚧 Add matcher for trust values

4 years ago🚧 Add matcher for empty maps
David ‘Bombe’ Roden [Fri, 1 Nov 2019 17:35:45 +0000 (18:35 +0100)]
🚧 Add matcher for empty maps

4 years ago✨ Add boolean helper onFalse
David ‘Bombe’ Roden [Fri, 1 Nov 2019 17:33:17 +0000 (18:33 +0100)]
✨ Add boolean helper onFalse

4 years ago♻️ Use new plugin connector in wot connector
David ‘Bombe’ Roden [Mon, 28 Oct 2019 20:19:01 +0000 (21:19 +0100)]
♻️ Use new plugin connector in wot connector

4 years ago✏️ Fixed typo in test name
David ‘Bombe’ Roden [Sun, 27 Oct 2019 20:38:01 +0000 (21:38 +0100)]
✏️ Fixed typo in test name

4 years ago♻️ Extract interface for plugin connector
David ‘Bombe’ Roden [Sun, 27 Oct 2019 20:36:10 +0000 (21:36 +0100)]
♻️ Extract interface for plugin connector

4 years ago🎨 Replace plugin connector with Kotlin version
David ‘Bombe’ Roden [Sun, 27 Oct 2019 16:43:00 +0000 (17:43 +0100)]
🎨 Replace plugin connector with Kotlin version

4 years ago✅ Add test for plugin connector
David ‘Bombe’ Roden [Sun, 27 Oct 2019 16:35:44 +0000 (17:35 +0100)]
✅ Add test for plugin connector

4 years ago♻️ Use facade instead of real plugin respirator
David ‘Bombe’ Roden [Sun, 27 Oct 2019 16:35:18 +0000 (17:35 +0100)]
♻️ Use facade instead of real plugin respirator

4 years ago♻️ Use simpler syntax to bind Node instance
David ‘Bombe’ Roden [Sun, 27 Oct 2019 16:31:51 +0000 (17:31 +0100)]
♻️ Use simpler syntax to bind Node instance

4 years ago🚧 Make facade injectable instead of plugin respirator
David ‘Bombe’ Roden [Sun, 27 Oct 2019 16:18:32 +0000 (17:18 +0100)]
🚧 Make facade injectable instead of plugin respirator

4 years ago✨ Add facades for fred-based plugin interaction
David ‘Bombe’ Roden [Sun, 27 Oct 2019 16:11:22 +0000 (17:11 +0100)]
✨ Add facades for fred-based plugin interaction

4 years ago🎨 Replaced IdentityManager with Kotlin version
David ‘Bombe’ Roden [Thu, 17 Oct 2019 18:57:38 +0000 (20:57 +0200)]
🎨 Replaced IdentityManager with Kotlin version

4 years ago🎨 Replace IdentityManagerTest with Kotlin version
David ‘Bombe’ Roden [Sat, 12 Oct 2019 08:51:01 +0000 (10:51 +0200)]
🎨 Replace IdentityManagerTest with Kotlin version

4 years ago🎨 Replace escaped Mockito methods with better-named versions
David ‘Bombe’ Roden [Sat, 12 Oct 2019 08:44:25 +0000 (10:44 +0200)]
🎨 Replace escaped Mockito methods with better-named versions

4 years ago🎨 Remove inheritance from identity events and replace with Kotlin versions
David ‘Bombe’ Roden [Sat, 12 Oct 2019 08:31:46 +0000 (10:31 +0200)]
🎨 Remove inheritance from identity events and replace with Kotlin versions

4 years ago🎨 Replace Trust with Kotlin version
David ‘Bombe’ Roden [Sat, 12 Oct 2019 08:03:23 +0000 (10:03 +0200)]
🎨 Replace Trust with Kotlin version

4 years ago🎨 Replace IdentityLoader with Kotlin version
David ‘Bombe’ Roden [Fri, 11 Oct 2019 21:49:21 +0000 (23:49 +0200)]
🎨 Replace IdentityLoader with Kotlin version

4 years ago🎨 Replace Identities helper with Kotlin version
David ‘Bombe’ Roden [Wed, 9 Oct 2019 18:51:01 +0000 (20:51 +0200)]
🎨 Replace Identities helper with Kotlin version

4 years ago🎨 Replace DefaultOwnIdentity with Kotlin version
David ‘Bombe’ Roden [Wed, 9 Oct 2019 17:15:34 +0000 (19:15 +0200)]
🎨 Replace DefaultOwnIdentity with Kotlin version

4 years ago🎨 Replace DefaultIdentity with Kotlin version
David ‘Bombe’ Roden [Wed, 9 Oct 2019 17:09:43 +0000 (19:09 +0200)]
🎨 Replace DefaultIdentity with Kotlin version

4 years ago🎨 Replace Context with Kotlin version
David ‘Bombe’ Roden [Tue, 24 Sep 2019 19:24:49 +0000 (21:24 +0200)]
🎨 Replace Context with Kotlin version

4 years ago🎨 Use nullable type instead of optional
David ‘Bombe’ Roden [Mon, 23 Sep 2019 19:36:43 +0000 (21:36 +0200)]
🎨 Use nullable type instead of optional

4 years ago🎨 Replace IdentityLoaderTest with Kotlin version
David ‘Bombe’ Roden [Mon, 23 Sep 2019 18:56:47 +0000 (20:56 +0200)]
🎨 Replace IdentityLoaderTest with Kotlin version

4 years ago🎨 Replace identity tests with Kotlin version
David ‘Bombe’ Roden [Mon, 23 Sep 2019 18:01:36 +0000 (20:01 +0200)]
🎨 Replace identity tests with Kotlin version

4 years ago🎨 Replace change detectors with Kotlin versions
David ‘Bombe’ Roden [Mon, 23 Sep 2019 17:06:53 +0000 (19:06 +0200)]
🎨 Replace change detectors with Kotlin versions

4 years ago✅ Fix test for added or removed identities
David ‘Bombe’ Roden [Mon, 23 Sep 2019 17:05:58 +0000 (19:05 +0200)]
✅ Fix test for added or removed identities

4 years ago🎨 Replace IdentityChangeEventSenderTest with Kotlin version
David ‘Bombe’ Roden [Fri, 20 Sep 2019 05:39:00 +0000 (07:39 +0200)]
🎨 Replace IdentityChangeEventSenderTest with Kotlin version

4 years ago🎨 Replace IdentityChangeDetectorTest with Kotlin version
David ‘Bombe’ Roden [Thu, 19 Sep 2019 19:42:55 +0000 (21:42 +0200)]
🎨 Replace IdentityChangeDetectorTest with Kotlin version

4 years ago🔥 Drastically reduce Guava usage
David ‘Bombe’ Roden [Thu, 19 Sep 2019 19:30:58 +0000 (21:30 +0200)]
🔥 Drastically reduce Guava usage

4 years ago🔥 Remove obsolete functions
David ‘Bombe’ Roden [Thu, 19 Sep 2019 19:15:52 +0000 (21:15 +0200)]
🔥 Remove obsolete functions

4 years ago🔀 Merge other “next” branch into this “next”
David ‘Bombe’ Roden [Wed, 18 Sep 2019 19:23:32 +0000 (21:23 +0200)]
🔀 Merge other “next” branch into this “next”

4 years ago🔀 Merge branch “improve-following-performance” into “next”
David ‘Bombe’ Roden [Tue, 10 Sep 2019 11:26:13 +0000 (13:26 +0200)]
🔀 Merge branch “improve-following-performance” into “next”

4 years ago✨ Only save known posts and replies once per second
David ‘Bombe’ Roden [Tue, 10 Sep 2019 10:11:40 +0000 (12:11 +0200)]
✨ Only save known posts and replies once per second

4 years ago⬆️ Update Kotlin version
David ‘Bombe’ Roden [Tue, 10 Sep 2019 10:11:06 +0000 (12:11 +0200)]
⬆️ Update Kotlin version

4 years ago🎨 Slightly improve the form of the test
David ‘Bombe’ Roden [Mon, 9 Sep 2019 09:01:58 +0000 (11:01 +0200)]
🎨 Slightly improve the form of the test

4 years ago🎨 Remove unnecessary explicit types
David ‘Bombe’ Roden [Mon, 9 Sep 2019 09:01:17 +0000 (11:01 +0200)]
🎨 Remove unnecessary explicit types

4 years ago💚 Add javax.activation dependency
David ‘Bombe’ Roden [Thu, 5 Sep 2019 11:46:34 +0000 (13:46 +0200)]
💚 Add javax.activation dependency

4 years ago💚 Fix build for Java >= 9
David ‘Bombe’ Roden [Thu, 5 Sep 2019 09:19:16 +0000 (11:19 +0200)]
💚 Fix build for Java >= 9

4 years ago💚 Use most recent jacoco version
David ‘Bombe’ Roden [Thu, 5 Sep 2019 09:18:33 +0000 (11:18 +0200)]
💚 Use most recent jacoco version

4 years ago💚 Use most recent Mockito 2.x version
David ‘Bombe’ Roden [Thu, 5 Sep 2019 09:18:00 +0000 (11:18 +0200)]
💚 Use most recent Mockito 2.x version

4 years ago💚 Use Gradle 5.6.1
David ‘Bombe’ Roden [Wed, 4 Sep 2019 12:39:55 +0000 (14:39 +0200)]
💚 Use Gradle 5.6.1

4 years ago🎨 Replace L10nFilter with Kotlin version
David ‘Bombe’ Roden [Wed, 7 Aug 2019 19:32:11 +0000 (21:32 +0200)]
🎨 Replace L10nFilter with Kotlin version

4 years ago🎨 Replace Key with Kotlin version
David ‘Bombe’ Roden [Wed, 7 Aug 2019 19:03:17 +0000 (21:03 +0200)]
🎨 Replace Key with Kotlin version

4 years ago🎨 Replace KeyTest with Kotlin version
David ‘Bombe’ Roden [Wed, 7 Aug 2019 18:38:24 +0000 (20:38 +0200)]
🎨 Replace KeyTest with Kotlin version

4 years ago♻️ Replace UpdateChecker with Kotlin version
David ‘Bombe’ Roden [Wed, 7 Aug 2019 12:13:05 +0000 (14:13 +0200)]
♻️ Replace UpdateChecker with Kotlin version

4 years ago🎨 Replace UpdateCheckerTest with Kotlin version
David ‘Bombe’ Roden [Wed, 7 Aug 2019 06:25:20 +0000 (08:25 +0200)]
🎨 Replace UpdateCheckerTest with Kotlin version

4 years ago🔀 Merge other next branch
David ‘Bombe’ Roden [Wed, 7 Aug 2019 06:15:08 +0000 (08:15 +0200)]
🔀 Merge other next branch

4 years ago♻️ Add first stab at async freenet interface
David ‘Bombe’ Roden [Wed, 7 Aug 2019 05:37:10 +0000 (07:37 +0200)]
♻️ Add first stab at async freenet interface

4 years ago♻️ Add freenet client interface
David ‘Bombe’ Roden [Wed, 7 Aug 2019 05:35:33 +0000 (07:35 +0200)]
♻️ Add freenet client interface

4 years ago🔊 Fix logging in downloader
David ‘Bombe’ Roden [Tue, 6 Aug 2019 10:15:05 +0000 (12:15 +0200)]
🔊 Fix logging in downloader

4 years ago🐛 Unregister USKs even if edition differs
David ‘Bombe’ Roden [Mon, 5 Aug 2019 09:53:49 +0000 (11:53 +0200)]
🐛 Unregister USKs even if edition differs

4 years ago📈 Add different configuration for other histogram
David ‘Bombe’ Roden [Sat, 3 Aug 2019 08:39:16 +0000 (10:39 +0200)]
📈 Add different configuration for other histogram

4 years ago⬆️ Use newest Kotlin version
David ‘Bombe’ Roden [Thu, 1 Aug 2019 14:19:01 +0000 (16:19 +0200)]
⬆️ Use newest Kotlin version

4 years ago🎨 Replace FreenetInterfaceTest with Kotlin version
David ‘Bombe’ Roden [Thu, 1 Aug 2019 14:06:29 +0000 (16:06 +0200)]
🎨 Replace FreenetInterfaceTest with Kotlin version

4 years ago📈 Use different configuration for histogram
David ‘Bombe’ Roden [Fri, 2 Aug 2019 07:10:50 +0000 (09:10 +0200)]
📈 Use different configuration for histogram

4 years ago🐛 Fix bug with nanosecond display
David ‘Bombe’ Roden [Thu, 1 Aug 2019 05:21:29 +0000 (07:21 +0200)]
🐛 Fix bug with nanosecond display

4 years ago💄 Format times on metrics page better
David ‘Bombe’ Roden [Wed, 31 Jul 2019 14:37:56 +0000 (16:37 +0200)]
💄 Format times on metrics page better

4 years ago🔥 Remove left-over page heading
David ‘Bombe’ Roden [Wed, 31 Jul 2019 11:55:24 +0000 (13:55 +0200)]
🔥 Remove left-over page heading

4 years ago🔊 Count errors on Sone inserts
David ‘Bombe’ Roden [Wed, 31 Jul 2019 11:54:00 +0000 (13:54 +0200)]
🔊 Count errors on Sone inserts

4 years ago✨ Add metrics for Sone insert durations
David ‘Bombe’ Roden [Wed, 31 Jul 2019 09:04:05 +0000 (11:04 +0200)]
✨ Add metrics for Sone insert durations

4 years ago🎨 Replace FilesystemTemplateTest with Kotlin version
David ‘Bombe’ Roden [Wed, 31 Jul 2019 07:46:26 +0000 (09:46 +0200)]
🎨 Replace FilesystemTemplateTest with Kotlin version

4 years ago✨ Add metrics to SoneInserter
David ‘Bombe’ Roden [Wed, 31 Jul 2019 05:13:49 +0000 (07:13 +0200)]
✨ Add metrics to SoneInserter

4 years ago🎨 Replace SoneInserterTest with Kotlin version
David ‘Bombe’ Roden [Wed, 31 Jul 2019 04:53:40 +0000 (06:53 +0200)]
🎨 Replace SoneInserterTest with Kotlin version

4 years ago🎨 Update current edition of rescuer after fetch
David ‘Bombe’ Roden [Tue, 30 Jul 2019 20:25:55 +0000 (22:25 +0200)]
🎨 Update current edition of rescuer after fetch

4 years ago🎨 Replace SoneRescuerTest with Kotlin version
David ‘Bombe’ Roden [Tue, 30 Jul 2019 20:25:27 +0000 (22:25 +0200)]
🎨 Replace SoneRescuerTest with Kotlin version

4 years ago🔥 Remove fetching of custom edition from rescuer
David ‘Bombe’ Roden [Tue, 30 Jul 2019 20:12:06 +0000 (22:12 +0200)]
🔥 Remove fetching of custom edition from rescuer

4 years ago🔥 Remove possibility to fetch a custom edition
David ‘Bombe’ Roden [Tue, 30 Jul 2019 19:45:29 +0000 (21:45 +0200)]
🔥 Remove possibility to fetch a custom edition

4 years ago🎨 Remove unused return value
David ‘Bombe’ Roden [Tue, 30 Jul 2019 19:17:13 +0000 (21:17 +0200)]
🎨 Remove unused return value

4 years ago🎨 Add annotation from overridden method
David ‘Bombe’ Roden [Tue, 30 Jul 2019 18:06:14 +0000 (20:06 +0200)]
🎨 Add annotation from overridden method

4 years ago🎨 Remove unnecessary comments, clean up imports
David ‘Bombe’ Roden [Tue, 30 Jul 2019 18:05:33 +0000 (20:05 +0200)]
🎨 Remove unnecessary comments, clean up imports

4 years ago⚡️ Remove unnecessary database operation
David ‘Bombe’ Roden [Tue, 30 Jul 2019 18:04:44 +0000 (20:04 +0200)]
⚡️ Remove unnecessary database operation

4 years ago🎨 Add annotation from overridden method
David ‘Bombe’ Roden [Tue, 30 Jul 2019 17:58:31 +0000 (19:58 +0200)]
🎨 Add annotation from overridden method

4 years ago🎨 Remove useless comments, clean up imports
David ‘Bombe’ Roden [Tue, 30 Jul 2019 17:50:59 +0000 (19:50 +0200)]
🎨 Remove useless comments, clean up imports

4 years ago⚡️ Remove unnecessary database operation
David ‘Bombe’ Roden [Tue, 30 Jul 2019 17:48:08 +0000 (19:48 +0200)]
⚡️ Remove unnecessary database operation

4 years ago🐛 Fix metrics page showing wrong event count
David ‘Bombe’ Roden [Tue, 30 Jul 2019 07:59:17 +0000 (09:59 +0200)]
🐛 Fix metrics page showing wrong event count

4 years ago✅ Fix initialization of metrics page test
David ‘Bombe’ Roden [Tue, 30 Jul 2019 07:57:52 +0000 (09:57 +0200)]
✅ Fix initialization of metrics page test