repo stringlengths 5 53 | pr_number int32 1 321k | task_type stringclasses 2
values | issue_text stringlengths 0 81.2k | pr_title stringlengths 1 319 | pr_body stringlengths 0 105k | base_sha stringlengths 40 40 | head_sha stringlengths 40 40 | gold_diff stringlengths 0 202M | changed_files listlengths 0 100 | review_threads listlengths 0 100 | test_patch stringlengths 0 23.4M | merged bool 1
class |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
Hopac/Hopac | 28 | issue_to_patch | Job.sleep moved to Timer.Global.sleep? | Job.sleep does not exist in the latest nuget package (0.0.0.31) looks as if it has been moved to Timer.Global.sleep. This is just an update to the docs.
| 731a9ff172133f1444e3337e3cd60fc1df791353 | ad594b6c3af6fcfdd0a5c86af5ec9e60f6cc6e37 | diff --git a/Docs/Programming.md b/Docs/Programming.md
index c0ee681e..6793e22c 100755
--- a/Docs/Programming.md
+++ b/Docs/Programming.md
@@ -647,7 +647,7 @@ for a second and then prints a given message:
```fsharp
let hello what = job {
for i=1 to 3 do
- do! Job.sleep (TimeSpan.FromSeconds 1.0)
+ do! Ti... | [
"Docs/Programming.md"
] | [] | true | ||
Horusiath/Akkling | 179 | issue_to_patch | Fixed namespace names. | Fixed namespace names. Updated copyright notices. | 98288a2b45cf3969470ffc93ce8f910f3bdf024c | 4a1c69d919cfda016b0f9aa5872d2b3f11e29efd | diff --git a/Directory.Build.props b/Directory.Build.props
index 70ab116..1da7c1f 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -1,8 +1,8 @@
<Project>
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net8.0</TargetFrameworks>
- <Authors>Bartosz Sypytkowski and contributors</Au... | [
"Directory.Build.props",
"src/Akkling.Cluster.Sharding/ClusterClient.fs",
"src/Akkling.Cluster.Sharding/ClusterExtensions.fs",
"src/Akkling.Cluster.Sharding/ClusterSharding.fs",
"src/Akkling.Cluster.Sharding/ClusterSingleton.fs",
"src/Akkling.Cluster.Sharding/DistributedPubSub.fs",
"src/Akkling.Cluster.... | [] | diff --git a/tests/Akkling.Tests/Actors.fs b/tests/Akkling.Tests/Actors.fs
index 2b179b9..a8aa34b 100644
--- a/tests/Akkling.Tests/Actors.fs
+++ b/tests/Akkling.Tests/Actors.fs
@@ -1,15 +1,15 @@
//-----------------------------------------------------------------------
// <copyright file="FsApi.fs" company="Akka.NET ... | true | |
Horusiath/Akkling | 178 | issue_to_patch | Xunit v3 | cdc34c8d97300d927f5756d68d3ea0df05881497 | 751ae34f382dfa80bd6b1cb62de89cbf411dacb6 | diff --git a/Akkling.sln b/Akkling.sln
index d976823..2d73f40 100644
--- a/Akkling.sln
+++ b/Akkling.sln
@@ -1,4 +1,4 @@
-Microsoft Visual Studio Solution File, Format Version 12.00
+Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30611.23
MinimumVis... | [
"Akkling.sln",
"build-and-push.cmd",
"build-and-push.sh",
"src/Akkling.Cluster.Sharding/Akkling.Cluster.Sharding.fsproj",
"src/Akkling.DistributedData/Akkling.DistributedData.fsproj",
"src/Akkling.Hocon/Akkling.Hocon.fsproj",
"src/Akkling.Persistence/Akkling.Persistence.fsproj",
"src/Akkling.Streams.T... | [] | diff --git a/tests/Akkling.Tests/Actors.fs b/tests/Akkling.Tests/Actors.fs
index 9a3b961..2b179b9 100644
--- a/tests/Akkling.Tests/Actors.fs
+++ b/tests/Akkling.Tests/Actors.fs
@@ -9,10 +9,9 @@
module Akkling.Tests.Actors
open Akkling
-open Akkling.TestKit
+open Akkling.TestKit.Xunit2
open Akkling.Extensions
open... | true | ||
Horusiath/Akkling | 143 | issue_to_patch | PersistentEffect: andThen operator to run custom logic after persist | Related to: https://github.com/Horusiath/Akkling/issues/142
This adds a new extra operator, `Effects.andThen`, which enables to attach an extra callback to be executed after event has been persisted and **after** actor's handler has been executed on that event.
```fsharp
let counter =
spawn system "counter-... | 294f6d82dbeb9112b34af02722289296ba6af9c9 | d91a0ec9511911531c0119b838ec9a6cba94963c | diff --git a/src/Akkling.Cluster.Sharding/Akkling.Cluster.Sharding.fsproj b/src/Akkling.Cluster.Sharding/Akkling.Cluster.Sharding.fsproj
index 448c454..b97d776 100644
--- a/src/Akkling.Cluster.Sharding/Akkling.Cluster.Sharding.fsproj
+++ b/src/Akkling.Cluster.Sharding/Akkling.Cluster.Sharding.fsproj
@@ -34,6 +34,6 @@
... | [
"src/Akkling.Cluster.Sharding/Akkling.Cluster.Sharding.fsproj",
"src/Akkling.DistributedData/Akkling.DistributedData.fsproj",
"src/Akkling.Persistence/Akkling.Persistence.fsproj",
"src/Akkling.Persistence/PersistentActor.fs",
"src/Akkling.Streams.TestKit/Akkling.Streams.TestKit.fsproj",
"src/Akkling.Strea... | [] | diff --git a/tests/Akkling.Tests/Akkling.Tests.fsproj b/tests/Akkling.Tests/Akkling.Tests.fsproj
index f1acd2d..c83ecd0 100644
--- a/tests/Akkling.Tests/Akkling.Tests.fsproj
+++ b/tests/Akkling.Tests/Akkling.Tests.fsproj
@@ -30,8 +30,8 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="FsCheck.Xunit" Ver... | true | |
Horusiath/Akkling | 122 | issue_to_patch | V10 | 908edccbb2d21ef8087731608037d8de0d82f41f | e43ebe46210663af441f65d9064a518a3d30521a | diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 7561e6f..ad4ea55 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,3 +1,10 @@
+## New in 0.10 (Released 2020/03/14)
+* Upgraded Akka.NET dependencies to 1.4.2
+* Consolidated supported .NET version to .NET Standard 2.0
+* Removed PersistentView (as its no ... | [
"RELEASE_NOTES.md",
"paket.dependencies",
"paket.lock",
"src/Akkling.Cluster.Sharding/Akkling.Cluster.Sharding.fsproj",
"src/Akkling.Cluster.Sharding/ClusterClient.fs",
"src/Akkling.Cluster.Sharding/ClusterExtensions.fs",
"src/Akkling.Cluster.Sharding/ClusterSharding.fs",
"src/Akkling.Cluster.Sharding... | [] | diff --git a/tests/Akkling.Tests/Akkling.Tests.fsproj b/tests/Akkling.Tests/Akkling.Tests.fsproj
index 4a5e4da..9fef5cb 100644
--- a/tests/Akkling.Tests/Akkling.Tests.fsproj
+++ b/tests/Akkling.Tests/Akkling.Tests.fsproj
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<Pro... | true | ||
Horusiath/Akkling | 115 | issue_to_patch | Dynamic property operator for HOCON | 2e896bfbf945c1ad2163977aa77b45b51d56e2b6 | 43e8397894ce1d96d401b7042f214b07c36cef43 | diff --git a/paket.lock b/paket.lock
index f8c2de9..45017c9 100644
--- a/paket.lock
+++ b/paket.lock
@@ -2,110 +2,110 @@ REDIRECTS: ON
RESTRICTION: || (== net452) (== netstandard1.6)
NUGET
remote: https://www.nuget.org/api/v2
- Akka (1.3.8)
+ Akka (1.3.11)
NETStandard.Library (>= 1.6.1) - restriction:... | [
"paket.lock",
"src/Akkling/Akkling.fsproj",
"src/Akkling/Atomics.fs",
"src/Akkling/Configuration.fs",
"src/Akkling/Spawning.fs",
"tests/Akkling.Tests/Akkling.Tests.fsproj",
"tests/Akkling.Tests/Configuration.fs"
] | [] | diff --git a/tests/Akkling.Tests/Akkling.Tests.fsproj b/tests/Akkling.Tests/Akkling.Tests.fsproj
index afba452..4a5e4da 100644
--- a/tests/Akkling.Tests/Akkling.Tests.fsproj
+++ b/tests/Akkling.Tests/Akkling.Tests.fsproj
@@ -10,6 +10,7 @@
</None>
<Compile Include="Tests.fs" />
<Compile Include="Computati... | true | ||
Horusiath/Akkling | 112 | issue_to_patch | ByteString factory methods and GraphStage logic fixes | 1b605f73ac86d661bb554cff0598a5a5dfad1108 | 0a0bd3c0b8e631da88c9dec9f35f69deffe2f337 | diff --git a/.paket/Paket.Restore.targets b/.paket/Paket.Restore.targets
index 55292f3..e12083c 100644
--- a/.paket/Paket.Restore.targets
+++ b/.paket/Paket.Restore.targets
@@ -71,7 +71,10 @@
<PaketRestoreRequired Condition=" '$(PaketRestoreLockFileHash)' == '$(PaketRestoreCachedHash)' ">false</PaketRestoreRequi... | [
".paket/Paket.Restore.targets",
"fake.cmd",
"src/Akkling.Streams/Stages.fs",
"src/Akkling/IO.fs"
] | [] | true | |||
Horusiath/Akkling | 106 | issue_to_patch | Added module for ByteString + stages: partition hub, pulse, valse, managedDelay, mapMatValue | 1. `ByteString` got it own support module - this way it can be used in F#-idiomatic way.
2. Added missing stream stages from the latest versions of Akka:
- `Source.mapMatValue`, `Sink.mapMatValue`, `Flow.mapMatValue` ← `MapMaterializedValue`
- `Source.pulse`, `Flow.pulse` ← `Pulse<>` stage
- `... | 386cdf99d9f8b5180442ba107d0aa26df2629595 | 915b704926fbaf5e36fc138f29336edd594f7582 | diff --git a/src/Akkling.Streams/Flow.fs b/src/Akkling.Streams/Flow.fs
index 6fc8c56..93cea95 100644
--- a/src/Akkling.Streams/Flow.fs
+++ b/src/Akkling.Streams/Flow.fs
@@ -13,10 +13,20 @@ open Akkling
open Akka.Streams
open Akka.Streams.Dsl
+type SwitchMode = SwitchMode
+
+type DelayStrategy<'a> =
+ | FixedDela... | [
"src/Akkling.Streams/Flow.fs",
"src/Akkling.Streams/Sink.fs",
"src/Akkling.Streams/Source.fs",
"src/Akkling/IO.fs"
] | [
{
"comment": "Duplicated 3 times.",
"path": "src/Akkling.Streams/Flow.fs",
"hunk": "@@ -13,10 +13,20 @@ open Akkling\n open Akka.Streams\n open Akka.Streams.Dsl\n \n+type SwitchMode = SwitchMode\n+\n+type DelayStrategy<'a> =\n+ | FixedDelay of TimeSpan\n+ | LinearIncreasingDelay of init:TimeSpan *... | true | ||
Horusiath/Akkling | 105 | issue_to_patch | Graph computation expression + implicit JObject mapping | This PR introduces:
1. `graph builder { }` computation expression for easier work with graph dsl. It's initial step, I'll work on it in the future.
2. Renamed operator for joining stages from `=>` to `=>>` to avoid potential operator collisions.
3. In case when typed actor received `JObject` we are trying to make... | 53f680445a1220248b3a14d51a7da8c3082a3b14 | 7416a28a7b14b3c42c5bbd4792e922e3a8d28747 | diff --git a/.paket/Paket.Restore.targets b/.paket/Paket.Restore.targets
index e7c1bc0..55292f3 100644
--- a/.paket/Paket.Restore.targets
+++ b/.paket/Paket.Restore.targets
@@ -43,23 +43,26 @@
<!-- Step 1 Check if lockfile is properly restored -->
<PropertyGroup>
<PaketRestoreRequired>true</PaketRestor... | [
".paket/Paket.Restore.targets",
"paket.lock",
"src/Akkling.Persistence/PersistentActor.fs",
"src/Akkling.Persistence/PersistentView.fs",
"src/Akkling.Streams/Flow.fs",
"src/Akkling.Streams/Graph.fs",
"src/Akkling.Streams/Source.fs",
"src/Akkling.Streams/SubFlow.fs",
"src/Akkling/Actors.fs",
"tests... | [
{
"comment": "Maybe move it right to the `Become(fn) -> ...` branch as it's not used in the other branch?",
"path": "src/Akkling.Persistence/PersistentActor.fs",
"hunk": "@@ -176,6 +177,11 @@ and FunPersistentActor<'Message>(actor : Eventsourced<'Message> -> Effect<'Messa\n | :? LifecycleEvent |... | diff --git a/tests/Akkling.Tests/Akkling.Tests.fsproj b/tests/Akkling.Tests/Akkling.Tests.fsproj
index 5626ebe..8d9640d 100644
--- a/tests/Akkling.Tests/Akkling.Tests.fsproj
+++ b/tests/Akkling.Tests/Akkling.Tests.fsproj
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<Pro... | true | |
Horusiath/Akkling | 97 | issue_to_patch | Applied remaining akka streams stages | 1. Applied remaining stages from Akka.Streams to Akkling.Streams sources, flows and sub-flows:
- `mapError`
- `asyncScan`
- `prefixAndTail`
2. Added adapters to work with custom graph stages. This has been tested on new (unique to Akkling at the moment) operator - `deduplicate`. | 388a1ba8a564385661ccdead1bbdb924cf0252f1 | 1d0548766e987543dc914524279e499e66ffc830 | diff --git a/src/Akkling.Streams/Akkling.Streams.fsproj b/src/Akkling.Streams/Akkling.Streams.fsproj
index ffc2fc8..ef6f06c 100644
--- a/src/Akkling.Streams/Akkling.Streams.fsproj
+++ b/src/Akkling.Streams/Akkling.Streams.fsproj
@@ -7,6 +7,7 @@
<Compile Include="AssemblyInfo.fs" />
<Compile Include="Framing.f... | [
"src/Akkling.Streams/Akkling.Streams.fsproj",
"src/Akkling.Streams/Flow.fs",
"src/Akkling.Streams/Source.fs",
"src/Akkling.Streams/Stages.fs",
"src/Akkling.Streams/SubFlow.fs",
"tests/Akkling.Tests/Akkling.Tests.fsproj",
"tests/Akkling.Tests/StreamsApi.fs",
"tests/Akkling.Tests/paket.references"
] | [] | diff --git a/tests/Akkling.Tests/Akkling.Tests.fsproj b/tests/Akkling.Tests/Akkling.Tests.fsproj
index bb7ed09..122bbbc 100644
--- a/tests/Akkling.Tests/Akkling.Tests.fsproj
+++ b/tests/Akkling.Tests/Akkling.Tests.fsproj
@@ -21,6 +21,7 @@
<ProjectReference Include="..\..\src\Akkling.Streams\Akkling.Streams.fsproj"... | true | |
Horusiath/Akkling | 15 | issue_to_patch | Filled missed parts of API - combined effects, switch->retype etc. | This is the last PR before 0.2 version release. So far planned changes includes:
- New effects-based actor expression API
- New Persistence API based on effects
- Actor/persistent actor lifecycle events handled as messages
- using Akka nightly builds
- switched to Wire as default serializer
- minor function arguments p... | e1be3781417bf944eef069ce5756261550f862de | 22e8d0546e7799ed05f72eda28f70cc982c301cc | diff --git a/Akkling.TestKit/TestKit.fs b/Akkling.TestKit/TestKit.fs
index 263b8d6..1ea8ab3 100644
--- a/Akkling.TestKit/TestKit.fs
+++ b/Akkling.TestKit/TestKit.fs
@@ -5,6 +5,7 @@
// Copyright (C) 2015 Bartosz Sypytkowski <gttps://github.com/Horusiath>
// </copyright>
//-----------------------------------------... | [
"Akkling.TestKit/TestKit.fs",
"RELEASE_NOTES.md",
"examples/basic.fsx",
"examples/lifecycle.fsx",
"examples/persistence.fsx",
"paket.lock",
"src/Akkling.Persistence/Akkling.Persistence.fsproj",
"src/Akkling.Persistence/Patterns.fs",
"src/Akkling.Persistence/PersistentActor.fs",
"src/Akkling/ActorB... | [] | diff --git a/tests/Akkling.Tests/Actors.fs b/tests/Akkling.Tests/Actors.fs
index 583f32a..71faf8a 100644
--- a/tests/Akkling.Tests/Actors.fs
+++ b/tests/Akkling.Tests/Actors.fs
@@ -15,7 +15,7 @@ open System
open Xunit
[<Fact>]
-let ``Actor defined by recursive function responds on series of primitive messagess`` ()... | true | |
Horusiath/Akkling | 21 | issue_to_patch | added support for forward operator, Terminated and ActorIdentity active patterns | Changes:
- new `remote.fsx` example showing usage of remote actor deployment
- added forward operator `<<!` for forwarding messages without changing the sender
- added active patterns for `Terminated` and `ActorIdentity`
| 8fa6e573b0a5b331e7064ff4e4d11a98e7b3bdeb | dc73673bf4d5b9e631fb5b1656b0c4522e120c39 | diff --git a/Akkling.sln b/Akkling.sln
index 3a77af1..fe7d959 100644
--- a/Akkling.sln
+++ b/Akkling.sln
@@ -37,8 +37,6 @@ Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Akkling.Tests", "tests\Akkl
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Akkling.Persistence", "src\Akkling.Persistence\Akk... | [
"Akkling.sln",
"TestConsole/App.config",
"TestConsole/TestConsole.fsproj",
"TestConsole/paket.references",
"examples/basic.fsx",
"examples/lifecycle.fsx",
"examples/persistence.fsx",
"examples/remote.fsx",
"paket.dependencies",
"paket.lock",
"src/Akkling.Persistence/Akkling.Persistence.fsproj",
... | [] | diff --git a/tests/Akkling.Tests/Akkling.Tests.fsproj b/tests/Akkling.Tests/Akkling.Tests.fsproj
index 4529ab2..9806bc5 100644
--- a/tests/Akkling.Tests/Akkling.Tests.fsproj
+++ b/tests/Akkling.Tests/Akkling.Tests.fsproj
@@ -80,7 +80,7 @@
<Reference Include="System" />
<Reference Include="System.Core" />
... | true | |
Horusiath/Akkling | 22 | issue_to_patch | Added support for Akka.IO API | Changes made by this PR:
- Actor context now shows `Parent` member, which allows to access current actor's parent in actor hierarchy.
- Persistence effect have been split into single- and multiple-event versions (`Persist` ⇒ `PersistAll` and `PersistAsync` ⇒ `PersistAllAsync`).
- Initialized Akkling.IO namesp... | 5ea1490c52954366eadc658471463f35c9d0452d | 889884c4aa7ada873c4310736f3408ddd40abb41 | diff --git a/Akkling.sln b/Akkling.sln
index fe7d959..49f00b1 100644
--- a/Akkling.sln
+++ b/Akkling.sln
@@ -42,6 +42,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{8CC185AC-1D97-41F9-BBF1-09D892CA18B9}"
ProjectSection(SolutionItems) = preProject
examples\basic.fsx =... | [
"Akkling.sln",
"examples/io.fsx",
"examples/persistence.fsx",
"src/Akkling.Persistence/PersistentActor.fs",
"src/Akkling.Persistence/PersistentView.fs",
"src/Akkling/Actors.fs",
"src/Akkling/Akkling.fsproj",
"src/Akkling/IO.fs",
"src/Akkling/MessagePatterns.fs"
] | [] | true | ||
Horusiath/Akkling | 23 | issue_to_patch | Pre-release 2.1 | - Some default behaviors (Akkling.Behaviors module)
- Updated README and RELEASE_NOTES
| 36519fde5d6b6e2c5296b7aa7244626d53b4ca24 | e13be9e5b55a508a7b623102d95a0b6d4477e4de | diff --git a/README.md b/README.md
index 6af4dba..c5a6b8a 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
This is the experimental fork of Akka.FSharp library, introducing new features such as typed actor refs, and also simplifying existing Akka.FSharp API. The main reason for splitting from official API is t... | [
"README.md",
"RELEASE_NOTES.md",
"src/Akkling/Akkling.fsproj",
"src/Akkling/Behaviors.fs"
] | [] | true | ||
Horusiath/Akkling | 27 | issue_to_patch | actorOf functions return effects | ### Motivation
After bringing up Effects to Akkling, some of the behaviors require them in order to perform certain actions (like actor stopping or unhandling a message). This was pretty limiting for `actorOf` and `actorOf2` functions, which up to this moment returned `unit` and there was no option to stop an actor or... | b8acbf332a4e4fa1b0b078eb7d8b33130454f850 | d26349574c6c4f781f0485a35fece2c0407400db | diff --git a/src/Akkling/Spawning.fs b/src/Akkling/Spawning.fs
index b07c66a..f887fee 100644
--- a/src/Akkling/Spawning.fs
+++ b/src/Akkling/Spawning.fs
@@ -130,12 +130,11 @@ module Spawn =
/// Wraps provided function with actor behavior.
/// It will be invoked each time, an actor will receive a message.
... | [
"src/Akkling/Spawning.fs",
"tests/Akkling.Tests/Actors.fs",
"tests/Akkling.Tests/Api.fs"
] | [] | diff --git a/tests/Akkling.Tests/Actors.fs b/tests/Akkling.Tests/Actors.fs
index 00637d9..99af4e3 100644
--- a/tests/Akkling.Tests/Actors.fs
+++ b/tests/Akkling.Tests/Actors.fs
@@ -16,7 +16,7 @@ open Xunit
[<Fact(Skip ="fix MethodMissing")>]
let ``Actor defined by recursive function responds on series of primitive ... | true | |
Horusiath/Akkling | 28 | issue_to_patch | Ask returns AskResult<_> | ### Motivation
Until now `Ask` method and ask operator `<?` returned requested value directly. That often resulted with some kind of exceptions throws and risk of unhandled exception.
### Changes
This PR changed ask to return `AskResult<'Result>`, which can be either `Ok<'Result>` or `Error`. This way we have explic... | b8acbf332a4e4fa1b0b078eb7d8b33130454f850 | 2d2d201237558ad97db4ea5893a60f514c1ba409 | diff --git a/examples/persistence.fsx b/examples/persistence.fsx
index a408823..e9a9cb8 100644
--- a/examples/persistence.fsx
+++ b/examples/persistence.fsx
@@ -47,4 +47,4 @@ counter <! Command Inc
counter <! Command Inc
counter <! Command Dec
async { let! reply = counter <? Command GetState
- printfn "Curren... | [
"examples/persistence.fsx",
"src/Akkling/ActorRefs.fs",
"tests/Akkling.Tests/Api.fs"
] | [] | diff --git a/tests/Akkling.Tests/Api.fs b/tests/Akkling.Tests/Api.fs
index aa7fed0..6ea6e9a 100644
--- a/tests/Akkling.Tests/Api.fs
+++ b/tests/Akkling.Tests/Api.fs
@@ -116,6 +116,6 @@ let ``can serialize and deserialize discriminated unions over remote nodes`` ()
let aref =
spawne [SpawnOption.Deploy (D... | true | |
Horusiath/Akkling | 30 | issue_to_patch | deleted test proj, updated to akka 1.0.6, fixed typed ref serialization | Changes in this PR:
- Removed test console project
- Fixed problems with Akkling.TestKit
- Fixed bug with typed refs serialization
- Changed custom implementation of WireSerializer to Akka.Serialization.Wire
- Updated dependencies to Akka v1.0.6
| e77836bbb645e5833c4cffd4fa8e2d25ec3a950d | 06e125e07f415790e1249fdc538364eb0ec873da | diff --git a/Akkling.sln b/Akkling.sln
index 49f00b1..6a172ae 100644
--- a/Akkling.sln
+++ b/Akkling.sln
@@ -1,6 +1,6 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
-VisualStudioVersion = 14.0.23107.0
+VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Pr... | [
"Akkling.sln",
"TestConsole/App.config",
"TestConsole/AssemblyInfo.fs",
"TestConsole/Program.fs",
"TestConsole/TestConsole.fsproj",
"TestConsole/paket.references",
"paket.dependencies",
"paket.lock",
"src/Akkling.Persistence/Akkling.Persistence.fsproj",
"src/Akkling.TestKit/Akkling.TestKit.fsproj"... | [] | diff --git a/tests/Akkling.Tests/Actors.fs b/tests/Akkling.Tests/Actors.fs
index 99af4e3..fb6af6c 100644
--- a/tests/Akkling.Tests/Actors.fs
+++ b/tests/Akkling.Tests/Actors.fs
@@ -14,7 +14,7 @@ open Akka.Actor
open System
open Xunit
-[<Fact(Skip ="fix MethodMissing")>]
+[<Fact>]
let ``Actor defined by recursive f... | true | |
Horusiath/Akkling | 31 | issue_to_patch | Modified spawning mechanism to Props-based | Since existing actor spawning will be hard to cooperate with incoming cluster features (which are based on Akka.NET `Props`), this PR introduces typed version of Props characteristic to F#, which is based on record.
- Props are typed on message type. They are also serializable.
- All `spawn` variants have been removed.... | 0e3a59792f0938a21e0e8ce07c46054f882422d0 | b8176df504fbf93237a3b6ed9ab4c6c735c0b630 | diff --git a/examples/basic.fsx b/examples/basic.fsx
index 0ed784c..4357dc4 100644
--- a/examples/basic.fsx
+++ b/examples/basic.fsx
@@ -11,7 +11,7 @@ open Akka.Actor
let system = System.create "basic-sys" <| Configuration.defaultConfig()
-let helloRef = spawn system "hello-actor" <| fun m ->
+let behavior (m:Acto... | [
"examples/basic.fsx",
"examples/io.fsx",
"examples/lifecycle.fsx",
"examples/persistence.fsx",
"examples/remote.fsx",
"src/Akkling.Persistence/Spawning.fs",
"src/Akkling/Akkling.fsproj",
"src/Akkling/Props.fs",
"src/Akkling/Spawning.fs",
"tests/Akkling.Tests/Actors.fs",
"tests/Akkling.Tests/Api.... | [] | diff --git a/tests/Akkling.Tests/Actors.fs b/tests/Akkling.Tests/Actors.fs
index fb6af6c..f82851b 100644
--- a/tests/Akkling.Tests/Actors.fs
+++ b/tests/Akkling.Tests/Actors.fs
@@ -16,7 +16,7 @@ open Xunit
[<Fact>]
let ``Actor defined by recursive function responds on series of primitive messagess`` () : unit = tes... | true | |
Horusiath/Akkling | 33 | issue_to_patch | Cluster sharding | Changes included in this PR:
- Removed `Behavior<'msg>` - now it's all `Effect<'msg>`. Behavior changes are now applied from `Become` effect.
- Effects have `WasHandled` method responsible for determining if they should trigger receive combinators switches.
- Modified `Props<'msg>` - now persistent views are supported.... | 8532bb26e905e9a494efdb01e2974b7f714a3682 | 37c6c17943fd4aa555e49e4ec2b92c9e12018e57 | diff --git a/examples/basic.fsx b/examples/basic.fsx
index 4357dc4..28b1e3e 100644
--- a/examples/basic.fsx
+++ b/examples/basic.fsx
@@ -23,17 +23,30 @@ let behavior (m:Actor<_>) =
}
loop ()
-// First approach - using explicit behavior loop
+// 1. First approach - using explicit behavior loop
let helloRef... | [
"examples/basic.fsx",
"examples/cluster-sharding.fsx",
"paket.lock",
"src/Akkling.Cluster.Sharding/ClusterSharding.fs",
"src/Akkling.Persistence/Akkling.Persistence.fsproj",
"src/Akkling.Persistence/AtLeastOnceDelivery.fs",
"src/Akkling.Persistence/PersistentActor.fs",
"src/Akkling.Persistence/Persist... | [] | diff --git a/tests/Akkling.Tests/Actors.fs b/tests/Akkling.Tests/Actors.fs
index f82851b..6c474d3 100644
--- a/tests/Akkling.Tests/Actors.fs
+++ b/tests/Akkling.Tests/Actors.fs
@@ -81,4 +81,42 @@ let ``Actor defined by recursive function dead letters message on return Unhandl
expectMsg tck "a" |> ignore
... | true | |
Horusiath/Akkling | 34 | issue_to_patch | helpers for cluster singleton and client | Changes inside the PR:
- Cluster singleton spawn methods: `spawnSingleton` and `spawnSingletonProxy`.
- Initial cluster client methods.
- Active patterns for easier integration with cluster events.
| b3bd2cc89430114d91ca383bbac60dca455ad1c4 | 6a92404de70f6246fc717a7c1b5648c8d12cae5c | diff --git a/src/Akkling.Cluster.Sharding/Akkling.Cluster.Sharding.fsproj b/src/Akkling.Cluster.Sharding/Akkling.Cluster.Sharding.fsproj
index 0d1854b..696f1e4 100644
--- a/src/Akkling.Cluster.Sharding/Akkling.Cluster.Sharding.fsproj
+++ b/src/Akkling.Cluster.Sharding/Akkling.Cluster.Sharding.fsproj
@@ -61,6 +61,8 @@
... | [
"src/Akkling.Cluster.Sharding/Akkling.Cluster.Sharding.fsproj",
"src/Akkling.Cluster.Sharding/ClusterClient.fs",
"src/Akkling.Cluster.Sharding/ClusterExtensions.fs",
"src/Akkling.Cluster.Sharding/ClusterSingleton.fs",
"src/Akkling.Cluster.Sharding/DistributedPubSub.fs"
] | [] | true | ||
Horusiath/Akkling | 36 | issue_to_patch | Akka.Streams interop | Graph part is still remaining.
| 342b2974dab165099e88b9432d2c11aaa5c341ef | d494bc025b6aa7d719ad6e1b65dac4373dbb722a | diff --git a/Akkling.sln b/Akkling.sln
index 1f0d9ea..cf803ff 100644
--- a/Akkling.sln
+++ b/Akkling.sln
@@ -1,6 +1,6 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
-VisualStudioVersion = 14.0.24720.0
+VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Pr... | [
"Akkling.sln",
"examples/streams.fsx",
"paket.dependencies",
"paket.lock",
"src/Akkling.Cluster.Sharding/Akkling.Cluster.Sharding.fsproj",
"src/Akkling.Persistence/Akkling.Persistence.fsproj",
"src/Akkling.Streams/Akkling.Streams.fsproj",
"src/Akkling.Streams/AssemblyInfo.fs",
"src/Akkling.Streams/F... | [] | diff --git a/tests/Akkling.Tests/Akkling.Tests.fsproj b/tests/Akkling.Tests/Akkling.Tests.fsproj
index 25d1530..5920ff6 100644
--- a/tests/Akkling.Tests/Akkling.Tests.fsproj
+++ b/tests/Akkling.Tests/Akkling.Tests.fsproj
@@ -282,15 +282,6 @@
</When>
</Choose>
<Choose>
- <When Condition="$(TargetFrameworkI... | true | |
Horusiath/Akkling | 38 | issue_to_patch | Async support | This PR updates existing dependencies and introduces support for Async bindings from inside of the Actor computation expression.
It also introduces AtLeastOnceDelivery support but due to wrong encapsulation of `Akka.Persistence.AtLeastOnceDeliverySemantic.RedeliveryTick` it doesn't work correctly (yet).
| 07bed637e33edff299da14d4908adf87d752b0f5 | 40d6b624f6baf39c302e02114e7052fc3614cfda | diff --git a/paket.dependencies b/paket.dependencies
index f542142..57528be 100644
--- a/paket.dependencies
+++ b/paket.dependencies
@@ -1,13 +1,14 @@
source https://nuget.org/api/v2
-nuget Akka.Cluster
-nuget Akka.Cluster.Sharding
-nuget Akka.Cluster.Tools
+nuget Akka.Cluster prerelease
+nuget Akka.Cluster.Sharding... | [
"paket.dependencies",
"paket.lock",
"src/Akkling.Cluster.Sharding/Akkling.Cluster.Sharding.fsproj",
"src/Akkling.Persistence/Akkling.Persistence.fsproj",
"src/Akkling.Persistence/AtLeastOnceDelivery.fs",
"src/Akkling.Persistence/PersistentActor.fs",
"src/Akkling.Persistence/PersistentView.fs",
"src/Ak... | [] | diff --git a/tests/Akkling.Tests/Actors.fs b/tests/Akkling.Tests/Actors.fs
index f257cca..165ec98 100644
--- a/tests/Akkling.Tests/Actors.fs
+++ b/tests/Akkling.Tests/Actors.fs
@@ -54,7 +54,7 @@ let ``Actor defined by recursive function stops on return Stop`` () : unit = tes
expectTerminated tck aref |> ignore
... | true | |
Horusiath/Akkling | 40 | issue_to_patch | Last changes before v0.4 release | c932ccd9edc2726beb09e43abf4d4424ea91aafc | 58218341924e4d42aedf611c33549c368b62235d | diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 39735c6..73332ea 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,3 +1,9 @@
+### New in 0.4.0 (Released 2016/09/11)
+* Non-blocking interop with async computation expression
+* Initial Akkling.Streams plugin
+* Support for at-least-once-delivery semantic
... | [
"RELEASE_NOTES.md",
"tests/Akkling.Tests/Actors.fs"
] | [] | diff --git a/tests/Akkling.Tests/Actors.fs b/tests/Akkling.Tests/Actors.fs
index 165ec98..067ce07 100644
--- a/tests/Akkling.Tests/Actors.fs
+++ b/tests/Akkling.Tests/Actors.fs
@@ -120,3 +120,19 @@ let ``<&> combinator executes right side when left side was handled`` () = testD
expectMsg tck "hello" |> ignore
... | true | ||
Horusiath/Akkling | 44 | issue_to_patch | Quick fix + AtLeastOnceDelivery example | fcc44ac07ceb95661481c21c891da62d91c47b8b | 9ca2d47206400d961deedb85a3e8319ccc66315d | diff --git a/Akkling.sln b/Akkling.sln
index 27cec89..31a9759 100644
--- a/Akkling.sln
+++ b/Akkling.sln
@@ -1,6 +1,6 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
-VisualStudioVersion = 14.0.24720.0
+VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Pr... | [
"Akkling.sln",
"examples/at-least-once-delivery.fsx",
"src/Akkling.Persistence/PersistentActor.fs"
] | [] | true | |||
Horusiath/Akkling | 49 | issue_to_patch | Distributed data update + Hyperion serializer | Preparations for 0.5:
- Moved serializer from Wire to Hyperion
- Added Akkling.DistributedData to support F# API for Akka.DistributedData | 3d5312ad271c4f1c7bca0606db70051951959ef5 | 5728a4c8d0306cb58f014b1e23f404af25ed4e19 | diff --git a/Akkling.sln b/Akkling.sln
index 31a9759..186c3b8 100644
--- a/Akkling.sln
+++ b/Akkling.sln
@@ -44,6 +44,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{8C
examples\cluster-nodes-status.fsx = examples\cluster-nodes-status.fsx
examples\cluster-sharding.fsx = examples... | [
"Akkling.sln",
"RELEASE_NOTES.md",
"examples/at-least-once-delivery.fsx",
"examples/basic.fsx",
"examples/cluster-nodes-status.fsx",
"examples/cluster-sharding.fsx",
"examples/dist-pub-sub.fsx",
"examples/distributed-data.fsx",
"examples/io.fsx",
"examples/lifecycle.fsx",
"examples/persistence-s... | [] | diff --git a/tests/Akkling.Tests/Akkling.Tests.fsproj b/tests/Akkling.Tests/Akkling.Tests.fsproj
index de6ce04..d78a8fe 100644
--- a/tests/Akkling.Tests/Akkling.Tests.fsproj
+++ b/tests/Akkling.Tests/Akkling.Tests.fsproj
@@ -153,17 +153,6 @@
</ItemGroup>
</When>
</Choose>
- <Choose>
- <When Condition... | true | |
Horusiath/Akkling | 98 | issue_to_patch | Version upgrade | 97d6edc27d14f37e3320156982c26e873ec95a05 | 8a90bcbaf7f5c2e3060043c57c7ee0ec4768622e | diff --git a/.paket/Paket.Restore.targets b/.paket/Paket.Restore.targets
index 98c71f9..e7c1bc0 100644
--- a/.paket/Paket.Restore.targets
+++ b/.paket/Paket.Restore.targets
@@ -18,6 +18,14 @@
<PaketExePath Condition=" '$(PaketExePath)' == '' ">$(PaketToolsPath)paket.exe</PaketExePath>
<PaketCommand Condition=... | [
".paket/Paket.Restore.targets",
"Akkling.sln",
"paket.dependencies",
"paket.lock",
"src/Akkling.Streams.TestKit/Akkling.Streams.TestKit.fsproj",
"src/Akkling.Streams.TestKit/Akkling.Streams.TestKit.fsproj.paket.template",
"src/Akkling.Streams.TestKit/AssemblyInfo.fs",
"src/Akkling.Streams.TestKit/Libr... | [] | diff --git a/tests/Akkling.Tests/Akkling.Tests.fsproj b/tests/Akkling.Tests/Akkling.Tests.fsproj
index 9a47377..bb7ed09 100644
--- a/tests/Akkling.Tests/Akkling.Tests.fsproj
+++ b/tests/Akkling.Tests/Akkling.Tests.fsproj
@@ -17,6 +17,7 @@
<ProjectReference Include="..\..\src\Akkling.Cluster.Sharding\Akkling.Cluste... | true | ||
Horusiath/Akkling | 177 | issue_to_patch | Source.log fails after migration to Akka 1.5.37
Streams fail if Source.log or Flow.log is used after migration to Akka 1.5.37
Reproduce by adding Source.log to the streams example e.g.
```diff
diff --git a/examples/streams.fsx b/examples/streams.fsx
index d003ef2..a48f78d 100644
--- a/examples/streams.fsx
+++ b/exam... | Update Akka to 1.5.37 | Closes https://github.com/Horusiath/Akkling/issues/176 | b773fd94309c9db6f8e94f103ab84358c107c363 | 2ebdcfeae0ea437ea50ee48286854ff5674375e3 | diff --git a/Directory.Build.props b/Directory.Build.props
index 05b4e67..70ab116 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
- <TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
+ <TargetFrameworks>netstandard2.0;net8.0</TargetFr... | [
"Directory.Build.props",
"global.json",
"src/Akkling.Cluster.Sharding/Akkling.Cluster.Sharding.fsproj",
"src/Akkling.DistributedData/Akkling.DistributedData.fsproj",
"src/Akkling.Hocon/Akkling.Hocon.fsproj",
"src/Akkling.Persistence/Akkling.Persistence.fsproj",
"src/Akkling.Streams.TestKit/Akkling.Strea... | [] | true | |
Horusiath/Akkling | 174 | issue_to_patch | Fix the context not being valid (especially the sender) when an actor receives a message sent from an async/task block. | Actor workflows do not play well with asynchronous calls, except if the dedicated method ReceiveActor.ReceiveAsync() is used, which is not the case for Akkling.
The problem is with this Akka singleton :
```
public static class InternalCurrentActorCellKeeper
{
[ThreadStatic]
private static ... | 71dfd12dc7b066d8883afe9388722b10ffdd4fa9 | 7d51909f9986afd91d8615c84c2e2251a5615e3b | diff --git a/src/Akkling/ActorBuilder.fs b/src/Akkling/ActorBuilder.fs
index 42ce93b..faf4bee 100644
--- a/src/Akkling/ActorBuilder.fs
+++ b/src/Akkling/ActorBuilder.fs
@@ -25,18 +25,27 @@ type ActorBuilder() =
| :? Become<'In> as become -> upcast Become<'In>(fun message -> this.Bind(become.Next message, conti... | [
"src/Akkling/ActorBuilder.fs",
"tests/Akkling.Tests/AsyncSupport.fs"
] | [] | diff --git a/tests/Akkling.Tests/AsyncSupport.fs b/tests/Akkling.Tests/AsyncSupport.fs
index d744fc1..33b8fa0 100644
--- a/tests/Akkling.Tests/AsyncSupport.fs
+++ b/tests/Akkling.Tests/AsyncSupport.fs
@@ -212,3 +212,44 @@ let ``persistentActor supports persist after async and task computations`` () :
expectMsg tck... | true | |
Horusiath/Akkling | 157 | issue_to_patch | Fix HasDeffered | The deferring callback was setting the wrong variable.
I also fixed some typos, but refrained from fixing the typo on the `HasDeffered` member to avoid any breaking changes. | 8bb0dc93e6315ddd62cadca4055eed1969e1d0ef | 39401056114f5e13eaab4f17cff065571d9a1d51 | diff --git a/src/Akkling.Persistence/PersistentActor.fs b/src/Akkling.Persistence/PersistentActor.fs
index 7a7d691..f096c9b 100644
--- a/src/Akkling.Persistence/PersistentActor.fs
+++ b/src/Akkling.Persistence/PersistentActor.fs
@@ -48,12 +48,12 @@ type Eventsourced<'Message> =
abstract Pid : PID
/// <summa... | [
"src/Akkling.Persistence/PersistentActor.fs",
"tests/Akkling.Tests/PersistenceApi.fs"
] | [] | diff --git a/tests/Akkling.Tests/PersistenceApi.fs b/tests/Akkling.Tests/PersistenceApi.fs
index 427fc8b..d5368ab 100644
--- a/tests/Akkling.Tests/PersistenceApi.fs
+++ b/tests/Akkling.Tests/PersistenceApi.fs
@@ -125,4 +125,19 @@ let ``Effects.andThen should be called after event was persisted``() = testDefau
expe... | true | |
Horusiath/Akkling | 168 | issue_to_patch | Revise I/O TCP example | - Fix Unhandled effect causing Bound and LifeCycle events to be sent to DeadLetters
- Add TCP client to demonstrate connecting & sending messages to TCP server | af62c8efadfc6a506e83fd119a57c17f7d8d14c9 | 60a376b2990fd31259fb8e8f8e3b9194650e1d46 | diff --git a/examples/io.fsx b/examples/io.fsx
index 875ba14..9d7a0c2 100644
--- a/examples/io.fsx
+++ b/examples/io.fsx
@@ -1,4 +1,3 @@
-#r "nuget: Akka.Serialization.Hyperion"
#r "nuget: Akkling"
open System
@@ -6,17 +5,19 @@ open Akkling
open Akkling.IO
open Akkling.IO.Tcp
open System.Net
+
let system = Syst... | [
"examples/io.fsx"
] | [] | true | ||
Horusiath/Akkling | 171 | issue_to_patch | Use Async.StartImmediateAsTask instead of Async.StartAsTask in effects | This PR fixes issue #159.
`Task`'s should bind with `Async`'s using `Async.StartImmediateAsTask`, not `Async.StartAsTask` because `Async.StartAsTask` starts the task in a new context (another thread in the thread pool).
In Akkling, it creates a random behaviour (race condition?) when using `(<<!)` (forward).
The w... | fd495fea827a07c2ee8b8d4601a1d19408731515 | b5cd896a46d36cccbde5a661c3d801df0e117879 | diff --git a/src/Akkling/Actors.fs b/src/Akkling/Actors.fs
index c116208..591e246 100644
--- a/src/Akkling/Actors.fs
+++ b/src/Akkling/Actors.fs
@@ -208,7 +208,7 @@ and AsyncEffect<'Message> =
| :? AsyncEffect<'Message> as e ->
let! eff =
match e with
- ... | [
"src/Akkling/Actors.fs"
] | [] | true | ||
Horusiath/Akkling | 169 | issue_to_patch | Update Akka.NET packages to version 1.5.15 and revise TypedMessageExtractor | Latest Akka.NET release broke cluster sharding support due to a new method added to IMessageExtractor interface. With the addition of ShardId overload computed from entityId TypedMessageExtractor no longer provides the best fit for IMessageExtractor implementation but can still be used in with the new version of IMessa... | af62c8efadfc6a506e83fd119a57c17f7d8d14c9 | ef3afc305882d281a5c064d363aeb37c803aaf81 | diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index e2b9d98..67c2ac9 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,3 +1,8 @@
+## New in 0.14 (Released 2024/01/11)
+* Upgraded Akka.NET dependencies to 1.5.15
+* Revised internal TypedMessageExtractor type to support new version of IMessageExtractor
+* Upd... | [
"RELEASE_NOTES.md",
"src/Akkling.Cluster.Sharding/Akkling.Cluster.Sharding.fsproj",
"src/Akkling.Cluster.Sharding/ClusterClient.fs",
"src/Akkling.Cluster.Sharding/ClusterExtensions.fs",
"src/Akkling.Cluster.Sharding/ClusterSharding.fs",
"src/Akkling.Cluster.Sharding/ClusterSingleton.fs",
"src/Akkling.Cl... | [] | diff --git a/tests/Akkling.Tests/Akkling.Tests.fsproj b/tests/Akkling.Tests/Akkling.Tests.fsproj
index 0652e8d..2339b6c 100644
--- a/tests/Akkling.Tests/Akkling.Tests.fsproj
+++ b/tests/Akkling.Tests/Akkling.Tests.fsproj
@@ -29,10 +29,10 @@
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />
</Ite... | true | |
Horusiath/Akkling | 164 | issue_to_patch | Add support for Akka 1.5 | Akka 1.5 introduced a few changes (in Logging, TestKit and Akka Streams) that broke backward compatibility on a binary level.
Here are example of runtime errors caused by the breaking changes:
1. Akka.Actor.ActorInitializationException: Exception during creation
---> System.TypeLoadException: Error while creat... | 48e27f1f8b3d4d1c38240d2349b2042dea6959a1 | cec5d81a20fb327266033dbf143258bbbb68563b | diff --git a/global.json b/global.json
index 9789a28..773c2c4 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "5.0.100",
+ "version": "6.0.114",
"rollForward" : "minor"
}
}
\ No newline at end of file
diff --git a/src/Akkling.Cluster.Sharding/Akkling.Cluster.Shardin... | [
"global.json",
"src/Akkling.Cluster.Sharding/Akkling.Cluster.Sharding.fsproj",
"src/Akkling.Cluster.Sharding/ClusterSingleton.fs",
"src/Akkling.DistributedData/Akkling.DistributedData.fsproj",
"src/Akkling.Hocon/Akkling.Hocon.fsproj",
"src/Akkling.Persistence/Akkling.Persistence.fsproj",
"src/Akkling.St... | [] | diff --git a/tests/Akkling.Tests/Akkling.Tests.fsproj b/tests/Akkling.Tests/Akkling.Tests.fsproj
index 74f4dd8..0652e8d 100644
--- a/tests/Akkling.Tests/Akkling.Tests.fsproj
+++ b/tests/Akkling.Tests/Akkling.Tests.fsproj
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<Pro... | true | |
Horusiath/Akkling | 161 | issue_to_patch | Bump Akka from 1.4.27 to 1.4.46 in /src/Akkling | Bumps [Akka](https://github.com/akkadotnet/akka.net) from 1.4.27 to 1.4.46.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/akkadotnet/akka.net/releases">Akka's releases</a>.</em></p>
<blockquote>
<h2>Akka.NET v1.4.46</h2>
<h4>1.4.46 November 15th 2022</h4>
<p>Akka.NET v1.4.46... | 8bb0dc93e6315ddd62cadca4055eed1969e1d0ef | b618309553cf283c5de1a2df7a92a7fd43bf3482 | diff --git a/src/Akkling/Akkling.fsproj b/src/Akkling/Akkling.fsproj
index bebbd43..ebbe27c 100644
--- a/src/Akkling/Akkling.fsproj
+++ b/src/Akkling/Akkling.fsproj
@@ -38,7 +38,7 @@
<Compile Include="IO.fs" />
</ItemGroup>
<ItemGroup>
- <PackageReference Include="Akka" Version="1.4.27" />
+ <PackageRe... | [
"src/Akkling/Akkling.fsproj"
] | [] | true | ||
Horusiath/Akkling | 162 | issue_to_patch | Bump Akka from 1.4.27 to 1.4.46 in /src/Akkling.Hocon | Bumps [Akka](https://github.com/akkadotnet/akka.net) from 1.4.27 to 1.4.46.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/akkadotnet/akka.net/releases">Akka's releases</a>.</em></p>
<blockquote>
<h2>Akka.NET v1.4.46</h2>
<h4>1.4.46 November 15th 2022</h4>
<p>Akka.NET v1.4.46... | 8bb0dc93e6315ddd62cadca4055eed1969e1d0ef | 5c6d94b6c74700fa9b518b6d28af7d15485bfcab | diff --git a/src/Akkling.Hocon/Akkling.Hocon.fsproj b/src/Akkling.Hocon/Akkling.Hocon.fsproj
index 181eac3..53994ea 100644
--- a/src/Akkling.Hocon/Akkling.Hocon.fsproj
+++ b/src/Akkling.Hocon/Akkling.Hocon.fsproj
@@ -65,7 +65,7 @@
<Compile Include="Akka.fs" />
</ItemGroup>
<ItemGroup>
- <PackageReference ... | [
"src/Akkling.Hocon/Akkling.Hocon.fsproj"
] | [] | true | ||
Horusiath/Akkling | 156 | issue_to_patch | Better async support | This PR fixes a bug with async workflows within persistent actors.
The actor was throwing an exception when the Persist effect was applied due to it being executed in a different thread.
Since to fix the bug the F# 6 task CE had to be used, I went ahead and introduced task support to actors as well. | 62080681cd6e79a51100b38b4c49d0b24634f30e | adf6a671fa9b9196a7bdab2ce41a894967626608 | diff --git a/src/Akkling.Cluster.Sharding/Akkling.Cluster.Sharding.fsproj b/src/Akkling.Cluster.Sharding/Akkling.Cluster.Sharding.fsproj
index 81c2528..354d10b 100644
--- a/src/Akkling.Cluster.Sharding/Akkling.Cluster.Sharding.fsproj
+++ b/src/Akkling.Cluster.Sharding/Akkling.Cluster.Sharding.fsproj
@@ -33,5 +33,6 @@
... | [
"src/Akkling.Cluster.Sharding/Akkling.Cluster.Sharding.fsproj",
"src/Akkling.DistributedData/Akkling.DistributedData.fsproj",
"src/Akkling.Hocon/Akkling.Hocon.fsproj",
"src/Akkling.Persistence/Akkling.Persistence.fsproj",
"src/Akkling.Persistence/PersistentActor.fs",
"src/Akkling.Streams.TestKit/Akkling.S... | [] | diff --git a/tests/Akkling.Tests/Akkling.Tests.fsproj b/tests/Akkling.Tests/Akkling.Tests.fsproj
index 8775eb4..74f4dd8 100644
--- a/tests/Akkling.Tests/Akkling.Tests.fsproj
+++ b/tests/Akkling.Tests/Akkling.Tests.fsproj
@@ -33,5 +33,6 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
... | true | |
Horusiath/Akkling | 152 | issue_to_patch | Added 2 cluster member events and update akka deps | There were 2 missing Cluster Events. Thought might as well update the dependencies.

| 4257393e586a5a31bef9cdf9593e4b2b90406d8d | 78a30a1e33508fa731b634accaa1b07a8f6fb379 | diff --git a/examples/cluster-nodes-status.fsx b/examples/cluster-nodes-status.fsx
index 29c8bd8..64eb6ba 100644
--- a/examples/cluster-nodes-status.fsx
+++ b/examples/cluster-nodes-status.fsx
@@ -62,29 +62,35 @@ let clusterStatus = fun (ctx : Actor<_>) ->
| PreStart ->
cluster.Subscribe(u... | [
"examples/cluster-nodes-status.fsx",
"src/Akkling.Cluster.Sharding/Akkling.Cluster.Sharding.fsproj",
"src/Akkling.Cluster.Sharding/ClusterExtensions.fs",
"src/Akkling.DistributedData/Akkling.DistributedData.fsproj",
"src/Akkling.Hocon/Akkling.Hocon.fsproj",
"src/Akkling.Persistence/Akkling.Persistence.fsp... | [] | true | ||
Horusiath/Akkling | 151 | issue_to_patch | Fix test for at-least-once-delivery | This PR fixes a test for at-least-once-delivery actor. Default scheduler used by Akka have problems with Akka TestKit, but an alternative schedule HashedWheelTimerScheduler works fine. | fe74428b484a580dbef28c2764eea234b3f0dbab | a3e925615e76063ba73da91b9c6f8b478b7107c1 | [
"tests/Akkling.Tests/PersistenceApi.fs"
] | [] | diff --git a/tests/Akkling.Tests/PersistenceApi.fs b/tests/Akkling.Tests/PersistenceApi.fs
index b4b7fb9..f86da27 100644
--- a/tests/Akkling.Tests/PersistenceApi.fs
+++ b/tests/Akkling.Tests/PersistenceApi.fs
@@ -25,7 +25,8 @@ type SenderMsg =
let config = Configuration.parse """
akka.loglevel = DEBUG
-akka.persist... | true | ||
Horusiath/Akkling | 148 | issue_to_patch | Move apply logic to effects | This PR moves the apply logic of the `Become` and `Async` effects to themselves.
This reduces the knowledge of the actors regarding the specific effects and make it possible to apply the effect outside the actor.
This is specially useful for `CombinedEffect`, which couldn't combine the `Become` or the `Async` eff... | 4a8b417a0a12966030fc4f2f8834c94da7e35264 | 9585624190b6688cfe8ad58e929642a2587f8552 | diff --git a/src/Akkling.Persistence/PersistentActor.fs b/src/Akkling.Persistence/PersistentActor.fs
index 70ed256..7c85b25 100644
--- a/src/Akkling.Persistence/PersistentActor.fs
+++ b/src/Akkling.Persistence/PersistentActor.fs
@@ -155,10 +155,7 @@ and TypedPersistentContext<'Message, 'Actor when 'Actor :> FunPersiste... | [
"src/Akkling.Persistence/PersistentActor.fs",
"src/Akkling/Actors.fs",
"tests/Akkling.Tests/Actors.fs",
"tests/Akkling.Tests/AsyncSupport.fs",
"tests/Akkling.Tests/Tests.fs"
] | [] | diff --git a/tests/Akkling.Tests/Actors.fs b/tests/Akkling.Tests/Actors.fs
index 1e5e03c..5a61805 100644
--- a/tests/Akkling.Tests/Actors.fs
+++ b/tests/Akkling.Tests/Actors.fs
@@ -10,6 +10,7 @@ module Akkling.Tests.Actors
open Akkling
open Akkling.TestKit
+open Akkling.Extensions
open Akka.Actor
open System
ope... | true | |
Horusiath/Akkling | 147 | issue_to_patch | Potential bug in tail-call optimizations with try/with block
Related issue found on SO: http://stackoverflow.com/questions/43714625/tail-call-seems-disabled-by-an-enclosing-try-block-in-fsharp-akka-but-not-usin
### Content
Consider the following two skeletal snippets, A and B. In both cases, return! is the last ... | Fix stack overflow with try-catch-finally and use | This PR fixes #54 | c0a4979ceafbc4c590f3026ee64d770c659cd1b0 | b48c2488f0ac0f612129f66f1ed721a581ab7b5c | diff --git a/src/Akkling/ActorBuilder.fs b/src/Akkling/ActorBuilder.fs
index 920aac8..2d81ab6 100644
--- a/src/Akkling/ActorBuilder.fs
+++ b/src/Akkling/ActorBuilder.fs
@@ -33,17 +33,28 @@ type ActorBuilder() =
member __.Zero () : Effect<'Message> = upcast Ignore
member __.Yield value = value
- member th... | [
"src/Akkling/ActorBuilder.fs",
"src/Akkling/Actors.fs",
"src/Akkling/Extensions.fs",
"tests/Akkling.Tests/ComputationExpressions.fs"
] | [
{
"comment": "We don't have a check if finally block is actually executed, nor if exception thrown within try/finally block will be propagated up.",
"path": "tests/Akkling.Tests/ComputationExpressions.fs",
"hunk": "@@ -34,6 +34,44 @@ let ``Actor computation try-with should generate tail call`` () = tes... | diff --git a/tests/Akkling.Tests/ComputationExpressions.fs b/tests/Akkling.Tests/ComputationExpressions.fs
index 8c85be5..b0a442d 100644
--- a/tests/Akkling.Tests/ComputationExpressions.fs
+++ b/tests/Akkling.Tests/ComputationExpressions.fs
@@ -10,12 +10,13 @@ module Akkling.Tests.ComputationExpression
open Akkling
... | true |
Horusiath/Akkling | 147 | comment_to_fix | Fix stack overflow with try-catch-finally and use | We don't have a check if finally block is actually executed, nor if exception thrown within try/finally block will be propagated up. | c0a4979ceafbc4c590f3026ee64d770c659cd1b0 | b48c2488f0ac0f612129f66f1ed721a581ab7b5c | diff --git a/tests/Akkling.Tests/ComputationExpressions.fs b/tests/Akkling.Tests/ComputationExpressions.fs
index 8c85be5..b0a442d 100644
--- a/tests/Akkling.Tests/ComputationExpressions.fs
+++ b/tests/Akkling.Tests/ComputationExpressions.fs
@@ -10,12 +10,13 @@ module Akkling.Tests.ComputationExpression
open Akkling
... | [
"tests/Akkling.Tests/ComputationExpressions.fs"
] | [
{
"comment": "We don't have a check if finally block is actually executed, nor if exception thrown within try/finally block will be propagated up.",
"path": "tests/Akkling.Tests/ComputationExpressions.fs",
"hunk": "@@ -34,6 +34,44 @@ let ``Actor computation try-with should generate tail call`` () = tes... | true | ||
Horusiath/Akkling | 146 | issue_to_patch | Error when two do! are inside an actor computational expression
Hi!
Thanks for this amazing library, I seem to have encountered a problem using `do!` inside `actor`. (this happens inside and outside the `match` expression)
```fsharp
#r "packages/Hyperion/lib/netstandard2.0/Hyperion.dll"
#r "packages/Newtonsoft... | Add support to multiple async computations | This PR fixes #128 | 387ab84a3e4ed3ad8a0e8c74921cf88448d21c47 | d619605500957230691e9c034654044640133a60 | diff --git a/src/Akkling/Actors.fs b/src/Akkling/Actors.fs
index b74ac29..b916ddf 100644
--- a/src/Akkling/Actors.fs
+++ b/src/Akkling/Actors.fs
@@ -219,12 +219,15 @@ and FunActor<'Message>(actor : Actor<'Message>->Effect<'Message>) as this =
| :? AsyncEffect<'Message> as a ->
Akka.Dispatch.ActorT... | [
"src/Akkling/Actors.fs",
"tests/Akkling.Tests/AsyncSupport.fs"
] | [] | diff --git a/tests/Akkling.Tests/AsyncSupport.fs b/tests/Akkling.Tests/AsyncSupport.fs
index 6986c0b..fb922dc 100644
--- a/tests/Akkling.Tests/AsyncSupport.fs
+++ b/tests/Akkling.Tests/AsyncSupport.fs
@@ -32,4 +32,32 @@ let ``actor builder supports bind to async`` () = testDefault <| fun tck ->
ref <! ""
expe... | true |
Horusiath/Akkling | 145 | issue_to_patch | Extend PersistentLifecycleEvent with PersistFailed and PersistRejected. | This PR adds additional handlers for persistence failures.
Currently PersistenceLifecycleEvent has the following cases to handle outcomes of persistence operations:
- ReplaySucceed (for OnReplaySuccess)
- ReplayFailed (for OnRecoveryFailure)
Akka.NET has two more overrides, and this PR adds them:
- PersistFail... | bd0b47f6a0bbea82a4267a24421666847c7ef975 | 9e11d54a94b84f240829ff5ed5ad02e41ac5fc73 | diff --git a/src/Akkling.Persistence/PersistentActor.fs b/src/Akkling.Persistence/PersistentActor.fs
index 5476cb9..0c088a6 100644
--- a/src/Akkling.Persistence/PersistentActor.fs
+++ b/src/Akkling.Persistence/PersistentActor.fs
@@ -160,6 +160,8 @@ and TypedPersistentContext<'Message, 'Actor when 'Actor :> FunPersisten... | [
"src/Akkling.Persistence/PersistentActor.fs"
] | [] | true | ||
Horusiath/Akkling | 144 | issue_to_patch | Restore target framework .NET Standard 2.0. | Having given more though to the issue #140, and especially after reading the article but Immo Landwerth, I believe it will be the right thing to restore .NET Standard 2.0 as the targer for the libraries, leaving .NET 5.0 as a target for tests.
More about this (section "What You Should Target"):
https://www.codemag.... | 294f6d82dbeb9112b34af02722289296ba6af9c9 | bcd55d18abfc0f9e6b31c987bddc9df932a68aea | diff --git a/src/Akkling.Cluster.Sharding/Akkling.Cluster.Sharding.fsproj b/src/Akkling.Cluster.Sharding/Akkling.Cluster.Sharding.fsproj
index 448c454..bf40466 100644
--- a/src/Akkling.Cluster.Sharding/Akkling.Cluster.Sharding.fsproj
+++ b/src/Akkling.Cluster.Sharding/Akkling.Cluster.Sharding.fsproj
@@ -1,7 +1,7 @@
<... | [
"src/Akkling.Cluster.Sharding/Akkling.Cluster.Sharding.fsproj",
"src/Akkling.DistributedData/Akkling.DistributedData.fsproj",
"src/Akkling.Hocon/Akkling.Hocon.fsproj",
"src/Akkling.Persistence/Akkling.Persistence.fsproj",
"src/Akkling.Streams.TestKit/Akkling.Streams.TestKit.fsproj",
"src/Akkling.Streams/A... | [] | true | ||
Horusiath/Akkling | 131 | issue_to_patch | Add Hocon CE | This PR adds computation expressions for the full (or at least what I could find, there isn't exactly a schema laying around as far as I could find) set of configuration options for Akka.NET. In addition to type safety (and UoM) and some minor niceties, it also performs checks against valid ranges (such as if a field c... | fb255cce88da2586892c04c5920b05c566c44e9a | 5193d9ff3e72ba7c2235382e27fb0f4eb99bab1b | diff --git a/Akkling.sln b/Akkling.sln
index ecaa0b0..e5096b1 100644
--- a/Akkling.sln
+++ b/Akkling.sln
@@ -1,6 +1,6 @@
Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 15
-VisualStudioVersion = 15.0.27130.2010
+# Visual Studio Version 16
+VisualStudioVersion = 16.0.30611.23
MinimumVisual... | [
"Akkling.sln",
"src/Akkling.Hocon/Actor.DefaultMailbox.fs",
"src/Akkling.Hocon/Actor.Deployment.fs",
"src/Akkling.Hocon/Actor.Dispatcher.fs",
"src/Akkling.Hocon/Actor.Inbox.fs",
"src/Akkling.Hocon/Actor.Mailbox.fs",
"src/Akkling.Hocon/Actor.Router.fs",
"src/Akkling.Hocon/Actor.Serializers.fs",
"src/... | [] | diff --git a/tests/Akkling.Tests/Akkling.Tests.fsproj b/tests/Akkling.Tests/Akkling.Tests.fsproj
index 9fef5cb..2f49c0f 100644
--- a/tests/Akkling.Tests/Akkling.Tests.fsproj
+++ b/tests/Akkling.Tests/Akkling.Tests.fsproj
@@ -20,6 +20,7 @@
<ItemGroup>
<ProjectReference Include="..\..\src\Akkling.Cluster.Sharding... | true | |
Horusiath/Akkling | 139 | issue_to_patch | Update README.md | fix second example | 9d73b89ed5d935921c768451a830ceae70c19bdf | 510e6ad2dcb1b78a88c167b494c0bdb5a14efd4d | diff --git a/README.md b/README.md
index 501d46b..9656774 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ type Message =
let rec greeter lastKnown = function
| Hi -> printfn "Who sent Hi? %s?" lastKnown |> ignored
| Greet(who) ->
- printfn "%s sends greetings"
+ printfn "%s sends greet... | [
"README.md"
] | [] | true | ||
Horusiath/Akkling | 133 | issue_to_patch | Upgrade project/examples to .net 5 | From https://github.com/Horusiath/Akkling/pull/123 | f3f9abde75b4704c3ebe1dacd02566fed3dbb8c6 | bd54d720db26594dd2e66c353267e7466c8f19bb | diff --git a/.gitignore b/.gitignore
index bbaee25..d10847b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -188,4 +188,5 @@ docs/content/license.md
docs/content/release-notes.md
\.fake/
release.cmd
-.idea/
\ No newline at end of file
+.idea/
+.ionide
\ No newline at end of file
diff --git a/.paket/Paket.Restore.targets... | [
".gitignore",
".paket/Paket.Restore.targets",
".paket/load/net452/Akka.Cluster.Sharding.fsx",
".paket/load/net452/Akka.Cluster.Tools.fsx",
".paket/load/net452/Akka.Cluster.fsx",
".paket/load/net452/Akka.DistributedData.fsx",
".paket/load/net452/Akka.Persistence.Query.Sql.fsx",
".paket/load/net452/Akka... | [] | diff --git a/.paket/load/net452/Microsoft.NET.Test.Sdk.fsx b/.paket/load/net452/Microsoft.NET.Test.Sdk.fsx
deleted file mode 100644
index fb7497c..0000000
--- a/.paket/load/net452/Microsoft.NET.Test.Sdk.fsx
+++ /dev/null
@@ -1,1 +0,0 @@
-#load @"Microsoft.CodeCoverage.fsx"
\ No newline at end of file
diff --git a/test... | true | |
Horusiath/Akkling | 132 | issue_to_patch | Updated akka dependencies | Would like to incorporate some of the fixes done in Akka.net 1.4.11 which fixes random network partitions.
All test appear to run fine.
 | fb255cce88da2586892c04c5920b05c566c44e9a | 3255492a9b3584cfe0aa99ee28669a099e1b9ae2 | diff --git a/paket.lock b/paket.lock
index dffba53..a624754 100644
--- a/paket.lock
+++ b/paket.lock
@@ -2,56 +2,65 @@ REDIRECTS: ON
RESTRICTION: == netstandard2.0
NUGET
remote: https://www.nuget.org/api/v2
- Akka (1.4.2)
+ Akka (1.4.11)
Newtonsoft.Json (>= 12.0.3)
- System.Collections.Immutable ... | [
"paket.lock"
] | [] | true | ||
Horusiath/Akkling | 108 | issue_to_patch | Add Flow.retrySimple | `Flow.retry` is too cumbersome to use, as it requires passing input elements by hand. This new combinator is simpler. | 0b5b0ffa4cd516407706ed230f81915452cdb183 | 3a9cf7459763069b5ed7592b9d3053bef2c0530a | diff --git a/src/Akkling.Streams/Akkling.Streams.fsproj b/src/Akkling.Streams/Akkling.Streams.fsproj
index b1f1c35..c580bf7 100644
--- a/src/Akkling.Streams/Akkling.Streams.fsproj
+++ b/src/Akkling.Streams/Akkling.Streams.fsproj
@@ -22,11 +22,11 @@
<Compile Include="Framing.fs" />
<Compile Include="Prolog.fs"... | [
"src/Akkling.Streams/Akkling.Streams.fsproj",
"src/Akkling.Streams/Flow.fs"
] | [] | true | ||
Horusiath/Akkling | 111 | issue_to_patch | Fix Source, Flow and SubFlow expand signatures | a8f783834901870278bcb21a3b04608fd1d39830 | 385645bc081f288da4ec95fec5a2ad52a672437f | diff --git a/src/Akkling.Streams/Flow.fs b/src/Akkling.Streams/Flow.fs
index 66bb1bb..3891316 100644
--- a/src/Akkling.Streams/Flow.fs
+++ b/src/Akkling.Streams/Flow.fs
@@ -279,7 +279,7 @@ module Flow =
///
/// Expand does not support restart and resume directives. Exceptions from the extrapolate function wil... | [
"src/Akkling.Streams/Flow.fs",
"src/Akkling.Streams/Source.fs",
"src/Akkling.Streams/SubFlow.fs",
"tests/Akkling.Tests/StreamsApi.fs"
] | [] | diff --git a/tests/Akkling.Tests/StreamsApi.fs b/tests/Akkling.Tests/StreamsApi.fs
index d85ac16..56b2bc6 100644
--- a/tests/Akkling.Tests/StreamsApi.fs
+++ b/tests/Akkling.Tests/StreamsApi.fs
@@ -80,6 +80,7 @@ let ``Graph DSL operators should work`` () = test (config()) <| fun tck ->
max |> equals 3
+open... | true | ||
Horusiath/Akkling | 109 | issue_to_patch | Pin FSharp.Core to 4.3.4 | Pin FSharp.Core to 4.3.4 | 0b5b0ffa4cd516407706ed230f81915452cdb183 | a62e2115b69b54a5f04aaac81dbb0ca6b97e1288 | diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 6295711..7561e6f 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,3 +1,7 @@
+## New in 0.9.3 (Released 2018/07/09)
+* Rollback FSharp.Core to 4.3.4
+* Include XML docs
+
## New in 0.9.2 (Released 2018/06/10)
* New computation expression for Graph DSL
*... | [
"RELEASE_NOTES.md",
"paket.dependencies",
"paket.lock",
"src/Akkling.Cluster.Sharding/Akkling.Cluster.Sharding.fsproj",
"src/Akkling.DistributedData/Akkling.DistributedData.fsproj",
"src/Akkling.Persistence/Akkling.Persistence.fsproj",
"src/Akkling.Streams.TestKit/Akkling.Streams.TestKit.fsproj",
"src... | [] | true | ||
Horusiath/Akkling | 93 | issue_to_patch | Fix unit test for Unhandled case | Used this approach in test https://stackoverflow.com/a/30740265/1108916
This is the part that is sending msg to EventStream https://github.com/akkadotnet/akka.net/blob/dev/src/core/Akka/Actor/ActorBase.cs#L195
so we should not expect DeadLetter. | 60d44c4b5cd80af310ba3ce436a9cfa4f1d7928d | 03785b0dc3474a1ca5c0b43ba11d43aaa7ed33f3 | [
"tests/Akkling.Tests/Actors.fs"
] | [] | diff --git a/tests/Akkling.Tests/Actors.fs b/tests/Akkling.Tests/Actors.fs
index db55d20..1e5e03c 100644
--- a/tests/Akkling.Tests/Actors.fs
+++ b/tests/Akkling.Tests/Actors.fs
@@ -54,8 +54,8 @@ let ``Actor defined by recursive function stops on return Stop`` () : unit = tes
expectTerminated tck aref |> ignore
... | true | ||
IceWhaleTech/CasaOS | 2,323 | issue_to_patch | Update README.md | 030bcd1095cc2886d12794f968a808ff486788eb | e1daac7429366802989d2eb7f445ba6964c4712a | diff --git a/README.md b/README.md
index 79a5cb4a..d3576584 100644
--- a/README.md
+++ b/README.md
@@ -47,16 +47,16 @@
<a href="#credits">
<img alt="All Contributors" src="https://img.shields.io/static/v1?label=All%20Contributors&message=15&color=162453&style=flat-square&logo=Handshake&logoColor=fff" />
... | [
"README.md"
] | [] | true | |||
IceWhaleTech/CasaOS | 2,322 | issue_to_patch | Update README.md | dad2f3f8c2ab16c700d80d819b625b84c4ae5537 | 4dc14e9c5eec5646148b897cca1c775e441f5559 | diff --git a/README.md b/README.md
index 088cac44..79a5cb4a 100644
--- a/README.md
+++ b/README.md
@@ -44,24 +44,16 @@
<img alt="CasaOS GitHub Discussions" src="https://img.shields.io/github/discussions/IceWhaleTech/CasaOS?color=162453&style=flat-square&label=Discussions&logo=github" />
</a>
<!-- ALL-CON... | [
"README.md"
] | [] | true | |||
IceWhaleTech/CasaOS | 2,321 | issue_to_patch | Update README.md | b09160e76b12c82792da6606c1f8b756b32efc38 | 61032b797ecca956d7de7716bcab8d014c031e2c | diff --git a/README.md b/README.md
index a26be543..088cac44 100644
--- a/README.md
+++ b/README.md
@@ -54,12 +54,12 @@
<a href="http://bit.ly/4lgHj7V" target="_blank">
<img alt="facebook ZimaSpace" src="https://img.shields.io/badge/Facebook-1877F2?style=flat-square&logoColor=fff&label=ZimaSpace&labelColor=555... | [
"README.md"
] | [] | true | |||
IceWhaleTech/CasaOS | 2,320 | issue_to_patch | Update README.md | 12fc1027531c221d0dbfb6446add3baa101b687a | 9915a5762c9229ad9689b467f0f3463fa0d27c0e | diff --git a/README.md b/README.md
index 5cbf7e2b..a26be543 100644
--- a/README.md
+++ b/README.md
@@ -45,12 +45,23 @@
</a>
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
<a href="#credits"><img alt="All Contributors" src="https://img.shields.io/static/v1?label=All%20Contributors&me... | [
"README.md"
] | [] | true | |||
IceWhaleTech/CasaOS | 2,319 | issue_to_patch | Update README.md | 6ffe2cc89dc8e9b4709dbb5cf8f2a1b780980762 | 3db75a8a126a0bb5a326a041b040ab3405db158c | diff --git a/README.md b/README.md
index 2d3cf84f..5cbf7e2b 100644
--- a/README.md
+++ b/README.md
@@ -47,9 +47,10 @@
<a href="#credits"><img alt="All Contributors" src="https://img.shields.io/static/v1?label=All%20Contributors&message=15&color=162453&style=flat-square&logo=Handshake&logoColor=fff" /></a>
<!-- ALL-CO... | [
"README.md"
] | [] | true | |||
IceWhaleTech/CasaOS | 2,318 | issue_to_patch | add twitter | b9098101e2a24c585b1f4de81c785bd43e70920a | 918ca55dac3968fceff723ab42a07eefa2094929 | diff --git a/README.md b/README.md
index 64afaa11..2d3cf84f 100644
--- a/README.md
+++ b/README.md
@@ -47,6 +47,9 @@
<a href="#credits"><img alt="All Contributors" src="https://img.shields.io/static/v1?label=All%20Contributors&message=15&color=162453&style=flat-square&logo=Handshake&logoColor=fff" /></a>
<!-- ALL-CON... | [
"README.md"
] | [] | true | |||
IceWhaleTech/CasaOS | 2,206 | issue_to_patch | 适配请求 希望适配RISC-V架构的板卡设备
希望适配RISC-V架构,现在有很多RISC-V板卡设备可以做NAS | Add initial RISC-V support | It depends upon https://github.com/IceWhaleTech/github/pull/3
resolved https://github.com/IceWhaleTech/CasaOS/issues/1669 | 23eb739f017b7ce66a9c990abb5a556517b40557 | a1074d91f6678afb1e92150f79b35088e0807b77 | diff --git a/.goreleaser.debug.yaml b/.goreleaser.debug.yaml
index 04e112a4..9016b437 100644
--- a/.goreleaser.debug.yaml
+++ b/.goreleaser.debug.yaml
@@ -59,6 +59,22 @@ builds:
- arm
goarm:
- "7"
+ - id: casaos-riscv64
+ binary: build/sysroot/usr/bin/casaos
+ env:
+ - CC=riscv64-linux-gn... | [
".goreleaser.debug.yaml",
".goreleaser.yaml",
"build/scripts/migration/script.d/03-migrate-casaos.sh"
] | [] | true | |
IceWhaleTech/CasaOS | 2,185 | issue_to_patch | Update README.md | ba285cb8bddb85fbd93060b3a8b944f35dd7a7ad | 2d1ed844c9fa755a2d335a52a92e962fa1429a10 | diff --git a/README.md b/README.md
index b76801ca..64afaa11 100644
--- a/README.md
+++ b/README.md
@@ -208,7 +208,7 @@ Everyone's contribution is greatly appreciated. ([Emoji Key](https://allcontribu
<tr>
<td align="center"><a href="https://github.com/jerrykuku"><img src="https://avatars.githubusercontent.com/u... | [
"README.md"
] | [] | true | |||
IceWhaleTech/CasaOS | 2,101 | issue_to_patch | fix: update user info retrieval and clean up unused code | 63f01489a8e41adafae6b1bd0576b2cd242cb6d7 | 4cc36dee11c159e09e66b738e19b256edfcf44ca | diff --git a/drivers/onedrive/drive.go b/drivers/onedrive/drive.go
index 02b66486..371a4cb3 100644
--- a/drivers/onedrive/drive.go
+++ b/drivers/onedrive/drive.go
@@ -26,6 +26,7 @@ func (d *Onedrive) Config() driver.Config {
func (d *Onedrive) GetAddition() driver.Additional {
return &d.Addition
}
+
func (d *Onedr... | [
"drivers/onedrive/drive.go",
"drivers/onedrive/meta.go",
"drivers/onedrive/util.go",
"route/v1/cloud.go"
] | [] | true | |||
IceWhaleTech/CasaOS | 2,098 | issue_to_patch | update version | 6bbb0802aa8b55e8c133cfe04fb0a32ac5e9130b | 20a83a63771fe6be8c21f4b80e24edc0f8ad2d72 | diff --git a/common/constants.go b/common/constants.go
index 30602bb5..91164f12 100644
--- a/common/constants.go
+++ b/common/constants.go
@@ -2,7 +2,7 @@ package common
const (
SERVICENAME = "casaos"
- VERSION = "0.4.14"
+ VERSION = "0.4.15"
BODY = " "
RANW_NAME = "IceWhale-RemoteAccess"
)
| [
"common/constants.go"
] | [] | true | |||
IceWhaleTech/CasaOS | 2,097 | issue_to_patch | fix: problem while getting storage type | c26cf4dbecd7c33b5ace6952d42b9622d6237345 | cfdb2685b19ba105145fb494d65fb40aa067d703 | diff --git a/route/v1/recover.go b/route/v1/recover.go
index 70acc7f0..8bc9c35c 100644
--- a/route/v1/recover.go
+++ b/route/v1/recover.go
@@ -17,7 +17,7 @@ import (
)
func GetRecoverStorage(ctx echo.Context) error {
- t := ctx.Param("type")
+ t := strings.TrimSuffix(ctx.Param("type"), "/")
currentTime := time.No... | [
"route/v1/recover.go"
] | [] | true | |||
IceWhaleTech/CasaOS | 2,096 | issue_to_patch | fix: cloud storage | 958a4833857b173ebcb7a98831e2f0017d6ccbfe | 692e1e6cdd3e64ba297ca92956a5958725361544 | diff --git a/route/v1/recover.go b/route/v1/recover.go
index c5b0e762..70acc7f0 100644
--- a/route/v1/recover.go
+++ b/route/v1/recover.go
@@ -1,6 +1,8 @@
package v1
import (
+ "context"
+ "net/http"
"strconv"
"strings"
"time"
@@ -15,49 +17,47 @@ import (
)
func GetRecoverStorage(ctx echo.Context) error {... | [
"route/v1/recover.go"
] | [] | true | |||
IceWhaleTech/CasaOS | 2,083 | issue_to_patch | Update constants.go | 16e97ec66ff1bb6afb57ed9d723339aff0ae397e | a5e0001acfa018cc768c1ba77aeb947381918404 | diff --git a/common/constants.go b/common/constants.go
index ea71115b..30602bb5 100644
--- a/common/constants.go
+++ b/common/constants.go
@@ -2,7 +2,7 @@ package common
const (
SERVICENAME = "casaos"
- VERSION = "0.4.13"
+ VERSION = "0.4.14"
BODY = " "
RANW_NAME = "IceWhale-RemoteAccess"
)
| [
"common/constants.go"
] | [] | true | |||
IceWhaleTech/CasaOS | 2,078 | issue_to_patch | fix: too much log | 5ea588b813b3737951f5f7d13be5c83d6d5b8aa2 | 3cac343a61ab1e1166d98c197d2a3fb9ff4705b9 | diff --git a/go.mod b/go.mod
index 6c341c96..ad58d4c6 100644
--- a/go.mod
+++ b/go.mod
@@ -4,7 +4,7 @@ go 1.21
require (
github.com/Curtis-Milo/nat-type-identifier-go v0.0.0-20220215191915-18d42168c63d
- github.com/IceWhaleTech/CasaOS-Common v0.4.9-alpha6
+ github.com/IceWhaleTech/CasaOS-Common v0.4.11-alpha4
gi... | [
"go.mod",
"go.sum"
] | [] | true | |||
IceWhaleTech/CasaOS | 2,030 | issue_to_patch | chore: fix problematic comments | 7da0f0d49e6c9da44b717e23774198e5bfdd2cca | 0a2f4b715bdf4e23d122231c5e6f1bdaa4259437 | diff --git a/pkg/utils/file/file.go b/pkg/utils/file/file.go
index 6a10144e..2abf84ee 100644
--- a/pkg/utils/file/file.go
+++ b/pkg/utils/file/file.go
@@ -179,7 +179,7 @@ func CreateFileAndWriteContent(path string, content string) error {
return nil
}
-// IsNotExistMkDir create a directory if it does not exist
+//... | [
"pkg/utils/file/file.go"
] | [] | true | |||
IceWhaleTech/CasaOS | 2,004 | issue_to_patch | Update to 0.4.13 | 8b251dc407f1d8864ba15cf5e8544ccf9a5071b3 | 806c3789beb4ee013ef5dddaa5545e2d908eeec6 | diff --git a/common/constants.go b/common/constants.go
index c0f8d144..ea71115b 100644
--- a/common/constants.go
+++ b/common/constants.go
@@ -2,7 +2,7 @@ package common
const (
SERVICENAME = "casaos"
- VERSION = "0.4.12"
+ VERSION = "0.4.13"
BODY = " "
RANW_NAME = "IceWhale-RemoteAccess"
)
| [
"common/constants.go"
] | [] | true | |||
IceWhaleTech/CasaOS | 2,000 | issue_to_patch | fix: get file content twice | e4bf67dad51fe30de10a19cd4ef0b4679ea68fa6 | e9a9a9f4645efc30b6f506bd5b0207ce675a5666 | diff --git a/route/v1/file.go b/route/v1/file.go
index 044cc1f2..e5ec921a 100644
--- a/route/v1/file.go
+++ b/route/v1/file.go
@@ -257,7 +257,6 @@ func GetDownloadSingleFile(ctx echo.Context) error {
ctx.Request().Header.Add("Content-Length", strconv.FormatInt(node.Size(), 10))
}
http.ServeContent(ctx.Response()... | [
"route/v1/file.go"
] | [] | true | |||
IceWhaleTech/CasaOS | 1,999 | issue_to_patch | chore: bump casaos version | e8f9d3aaf5d8f1dae932185965bf02595b6b6a88 | 8138510bc37cb47980dfb42584dbe84f073066ce | diff --git a/common/constants.go b/common/constants.go
index 89900d4b..c0f8d144 100644
--- a/common/constants.go
+++ b/common/constants.go
@@ -2,7 +2,7 @@ package common
const (
SERVICENAME = "casaos"
- VERSION = "0.4.11"
+ VERSION = "0.4.12"
BODY = " "
RANW_NAME = "IceWhale-RemoteAccess"
)
| [
"common/constants.go"
] | [] | true | |||
IceWhaleTech/CasaOS | 1,996 | issue_to_patch | fix: fix GitHub Action not work | bb0d9ac25ce747c0ff9595773d5737d48771aefb | a5f5333e3767700a1cc15c44744763ff9c3d2de5 | diff --git a/.github/workflows/sync_openapi.yml b/.github/workflows/sync_openapi.yml
new file mode 100644
index 00000000..55466f86
--- /dev/null
+++ b/.github/workflows/sync_openapi.yml
@@ -0,0 +1,19 @@
+name: Sync OpenAPI
+
+on:
+ workflow_call:
+ inputs:
+ project-name:
+ required: true
+ type:... | [
".github/workflows/sync_openapi.yml"
] | [] | true | |||
IceWhaleTech/CasaOS | 1,995 | issue_to_patch | feat: add sync OpenAPI workflows | 3a835c00e3470ac398499100c413c7c4579abd5b | b92400342a378e1a8614a3d65d9a3bdadcd70728 | diff --git a/.github/sync_openapi.yml b/.github/sync_openapi.yml
new file mode 100644
index 00000000..55466f86
--- /dev/null
+++ b/.github/sync_openapi.yml
@@ -0,0 +1,19 @@
+name: Sync OpenAPI
+
+on:
+ workflow_call:
+ inputs:
+ project-name:
+ required: true
+ type: string
+ push:
+ branches... | [
".github/sync_openapi.yml"
] | [] | true | |||
IceWhaleTech/CasaOS | 1,961 | issue_to_patch | Update constants.go | e4447981cb0f7432c287830c71a9cda2ee7fb7ee | bfefdf532c01be3378c1561359bd38ba20024087 | diff --git a/common/constants.go b/common/constants.go
index 08838df6..89900d4b 100644
--- a/common/constants.go
+++ b/common/constants.go
@@ -2,7 +2,7 @@ package common
const (
SERVICENAME = "casaos"
- VERSION = "0.4.10"
+ VERSION = "0.4.11"
BODY = " "
RANW_NAME = "IceWhale-RemoteAccess"
)
| [
"common/constants.go"
] | [] | true | |||
IceWhaleTech/CasaOS | 1,950 | issue_to_patch | Update constants.go | 170b599e86120fb244de8b12c3beb1a99b36b410 | 890682bb315043dabeef8eda0a676b66c3bf53e7 | diff --git a/common/constants.go b/common/constants.go
index d0728956..08838df6 100644
--- a/common/constants.go
+++ b/common/constants.go
@@ -2,7 +2,7 @@ package common
const (
SERVICENAME = "casaos"
- VERSION = "0.4.9"
+ VERSION = "0.4.10"
BODY = " "
RANW_NAME = "IceWhale-RemoteAccess"
)
| [
"common/constants.go"
] | [] | true | |||
IceWhaleTech/CasaOS | 1,925 | issue_to_patch | add instructions to update CasaOS | This will help users to updates and determine the version of CasaOS from a terminal session. I tested all commands multiple times. I hope you like my suggestions. Take care | 18ce1d6342471805112e236a92e82bc0d5f05a94 | c339c2e1a3aae1d311bb896a1824afd165a7198e | diff --git a/README.md b/README.md
index e8a229c4..10df9b17 100644
--- a/README.md
+++ b/README.md
@@ -134,6 +134,30 @@ or
curl -fsSL https://get.casaos.io | sudo bash
```
+### Update CasaOS
+
+CasaOS can be updated from the User Interface (UI), via `Settings ... Update`.
+
+Alternatively it can be updated from a... | [
"README.md"
] | [] | true | ||
IceWhaleTech/CasaOS | 1,921 | issue_to_patch | fix: safe cmd | 1c483a5d9cd14ac7db28bb4e5801963f5c046e95 | ff351b542a20e1f4f91488654dac21e44952f0c6 | diff --git a/go.mod b/go.mod
index 10da34f4..6c341c96 100644
--- a/go.mod
+++ b/go.mod
@@ -1,10 +1,10 @@
module github.com/IceWhaleTech/CasaOS
-go 1.20
+go 1.21
require (
github.com/Curtis-Milo/nat-type-identifier-go v0.0.0-20220215191915-18d42168c63d
- github.com/IceWhaleTech/CasaOS-Common v0.4.8-alpha3
+ gith... | [
"go.mod",
"go.sum",
"main.go",
"pkg/utils/command/command_helper.go",
"pkg/utils/command/command_helper_test.go",
"route/v1/ssh.go",
"service/connections.go",
"service/shares.go",
"service/system.go"
] | [] | diff --git a/pkg/utils/command/command_helper_test.go b/pkg/utils/command/command_helper_test.go
deleted file mode 100644
index 0bbf6e44..00000000
--- a/pkg/utils/command/command_helper_test.go
+++ /dev/null
@@ -1,33 +0,0 @@
-package command_test
-
-import (
- "os"
- "testing"
-
- "github.com/IceWhaleTech/CasaOS/pkg/ut... | true | ||
IceWhaleTech/CasaOS | 1,862 | issue_to_patch | Fix typo in README.md: "tutoial" → "tutorial" | Just fixing a typo I noticed while reading the README. | 8f7c99779fe31026d2b0d0fe3cb15cb25c0ebb82 | 6833da05cd0f1f15dd06ba42cb62a80b44bd0f24 | diff --git a/README.md b/README.md
index 31c1fc0b..e8a229c4 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@
<br/>
<!-- CasaOS YouTube -->
<a href="https://www.youtube.com/channel/UC2zMrUYT17AJhIl9XWZzT8g" target="_blank">
- <img alt="YouTube Tutoial Views" src="https://img.shields.io/yout... | [
"README.md"
] | [] | true | ||
IceWhaleTech/CasaOS | 1,854 | issue_to_patch | feat: migrate gin to echo | 0883f5f3aa7a3ce0753891c0835f8f633557892d | cc4892d3c5d96f744a2bc9fd75a127d80a76c834 | diff --git a/go.mod b/go.mod
index ec5e5a13..10da34f4 100644
--- a/go.mod
+++ b/go.mod
@@ -11,8 +11,6 @@ require (
github.com/disintegration/imaging v1.6.2
github.com/dsoprea/go-exif/v3 v3.0.1
github.com/getkin/kin-openapi v0.117.0
- github.com/gin-contrib/gzip v0.0.6
- github.com/gin-gonic/gin v1.9.1
github.co... | [
"go.mod",
"go.sum",
"pkg/utils/default_post_form.go",
"pkg/utils/default_query.go",
"route/v1.go",
"route/v1/cloud.go",
"route/v1/driver.go",
"route/v1/file.go",
"route/v1/notify.go",
"route/v1/notify_old.go",
"route/v1/other.go",
"route/v1/recover.go",
"route/v1/samba.go",
"route/v1/samba... | [] | diff --git a/route/v1/samba_test.go b/route/v1/samba_test.go
index 39ad8a84..c06c999c 100644
--- a/route/v1/samba_test.go
+++ b/route/v1/samba_test.go
@@ -16,8 +16,8 @@ import (
"testing"
v1 "github.com/IceWhaleTech/CasaOS/route/v1"
- "github.com/gin-gonic/gin"
"github.com/golang/mock/gomock"
+ "github.com/labs... | true | ||
IceWhaleTech/CasaOS | 1,750 | issue_to_patch | chore: bump version to 0.4.8 | 53c38799075d9da67168db08f9e84fea73a384c6 | 8e23bd4f03975ec7b01337d35b3d345e0e9611a0 | diff --git a/common/constants.go b/common/constants.go
index 692ee1db..8e778bda 100644
--- a/common/constants.go
+++ b/common/constants.go
@@ -2,7 +2,7 @@ package common
const (
SERVICENAME = "casaos"
- VERSION = "0.4.7"
+ VERSION = "0.4.8"
BODY = " "
RANW_NAME = "IceWhale-RemoteAccess"
)
| [
"common/constants.go"
] | [] | true | |||
IceWhaleTech/CasaOS | 1,615 | issue_to_patch | Update constants.go | fffdc7fd5e4b9ad7921f6a75521ccf46af564ad4 | 588dd84e000c0904a45f9b2ddbde5b62a44ab913 | diff --git a/common/constants.go b/common/constants.go
index 885538f7..33847e94 100644
--- a/common/constants.go
+++ b/common/constants.go
@@ -2,7 +2,7 @@ package common
const (
SERVICENAME = "casaos"
- VERSION = "0.4.4.3"
+ VERSION = "0.4.5"
BODY = " "
RANW_NAME = "IceWhale-RemoteAccess"
)
| [
"common/constants.go"
] | [] | true | |||
IceWhaleTech/CasaOS | 1,614 | issue_to_patch | fix: fix upload folder fail | 29d16d13ba6c1d55cd81d47d45730963cf4ed459 | 08c035bebbe9f993f7508dac20e4adcb1e70467a | diff --git a/route/v2.go b/route/v2.go
index d3249200..10daefc7 100644
--- a/route/v2.go
+++ b/route/v2.go
@@ -120,7 +120,7 @@ func InitV2Router() http.Handler {
// jump validate when upload file
// because file upload can't pass validate
// issue: https://github.com/deepmap/oapi-codegen/issues/514
- retu... | [
"route/v2.go",
"service/file_upload.go"
] | [] | true | |||
IceWhaleTech/CasaOS | 1,613 | issue_to_patch | fix: fix upload specify file format is fail | 54a115ae8925d8f20c286aab84d780f6cfed46bd | 3e26c9a8bf5f05e67b43e6586bb655b868398ca7 | diff --git a/route/v2.go b/route/v2.go
index e68c5666..d3249200 100644
--- a/route/v2.go
+++ b/route/v2.go
@@ -116,6 +116,12 @@ func InitV2Router() http.Handler {
// })
e.Use(middleware.OapiRequestValidatorWithOptions(_swagger, &middleware.Options{
+ Skipper: func(c echo.Context) bool {
+ // jump validate when... | [
"route/v2.go"
] | [] | true | |||
IceWhaleTech/CasaOS | 1,611 | issue_to_patch | fix: fix upload folder is wrong | 17fa7868a48a376e265b2d2b2cdbd4c06668ef79 | 6b1876a482374300743f4fee4c8441c1e399edac | diff --git a/route/v2/file.go b/route/v2/file.go
index a5cb6df2..c89f15eb 100644
--- a/route/v2/file.go
+++ b/route/v2/file.go
@@ -59,6 +59,7 @@ func (c *CasaOS) PostUploadFile(ctx echo.Context) error {
identifier := ctx.FormValue("identifier")
fileName := ctx.FormValue("filename")
+ relativePath := ctx.FormValue... | [
"route/v2/file.go",
"service/file_upload.go"
] | [] | true | |||
IceWhaleTech/CasaOS | 1,589 | issue_to_patch | Update README.md | add youtube link | 27d6dd86e2b2947a5ef90c0cd066dbfeddfc3164 | 21b2a27d871eae2e1f9462cc084c08767ce02234 | diff --git a/README.md b/README.md
index 964eba21..31c1fc0b 100644
--- a/README.md
+++ b/README.md
@@ -46,6 +46,11 @@
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
<a href="#credits"><img alt="All Contributors" src="https://img.shields.io/static/v1?label=All%20Contributors&message=15&co... | [
"README.md"
] | [] | true | ||
IceWhaleTech/CasaOS | 1,573 | issue_to_patch | Replace satori/go.uuid with google/uuid | `github.com/satori/go.uuid` is no longer being actively maintained (last commit was 5 years ago [^1]). So we should just use the newer `github.com/google/uuid`.
[^1]: https://github.com/satori/go.uuid/commits/master/ | ae50a9bb174205be0e9d5277f07d75c3b7ea9ec0 | eb8b8496082d0d385a8ba7e68b9e2593506ff74f | diff --git a/go.mod b/go.mod
index 70a27b92..ec5e5a13 100644
--- a/go.mod
+++ b/go.mod
@@ -19,6 +19,7 @@ require (
github.com/golang/mock v1.6.0
github.com/gomodule/redigo v1.8.9
github.com/google/go-github/v36 v36.0.0
+ github.com/google/uuid v1.3.0
github.com/googollee/go-socket.io v1.7.0
github.com/gorilla... | [
"go.mod",
"go.sum",
"route/v1/file.go"
] | [] | true | ||
IceWhaleTech/CasaOS | 1,566 | issue_to_patch | feat: add file upload implement to v2 api | caf3347da9cf8abfa6ed3273579e91ddf038b08e | cd934542ff673c55f52e4aeabb6c93287194fcb1 | diff --git a/api/casaos/openapi.yaml b/api/casaos/openapi.yaml
index 426db31e..12ffdbc4 100644
--- a/api/casaos/openapi.yaml
+++ b/api/casaos/openapi.yaml
@@ -90,6 +90,107 @@ paths:
$ref: "#/components/responses/ResponseOK"
"500":
$ref: "#/components/responses/ResponseInternalServerError"... | [
"api/casaos/openapi.yaml",
"go.sum",
"route/v2/file.go",
"route/v2/route.go",
"service/file_upload.go"
] | [] | true | |||
IceWhaleTech/CasaOS | 1,567 | issue_to_patch | fix: fix codecov action run fail | 6f722b35061b23742671043fd7164a5313aace9f | f7c85393fa8800ae1d4c86c675927e0a95965aca | diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml
index f6aea6f4..fb058755 100644
--- a/.github/workflows/codecov.yml
+++ b/.github/workflows/codecov.yml
@@ -20,6 +20,8 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: "1.20"
+ - name: generate OPENAPI
+ ... | [
".github/workflows/codecov.yml"
] | [] | true | |||
IceWhaleTech/CasaOS | 1,544 | issue_to_patch | Update push_events_to_discord.yml | remove alpha webhook | e722d841a98139d5db06a7a95f34422bd9695de3 | c615af4ddbd9a140b3e3e8a20aa8b1432a26e665 | diff --git a/.github/workflows/push_events_to_discord.yml b/.github/workflows/push_events_to_discord.yml
index 971b64db..79548c38 100644
--- a/.github/workflows/push_events_to_discord.yml
+++ b/.github/workflows/push_events_to_discord.yml
@@ -40,9 +40,3 @@ jobs:
uses: joseph-montanez/forward-event-action@v3.0.... | [
".github/workflows/push_events_to_discord.yml"
] | [] | true | ||
IceWhaleTech/CasaOS | 1,513 | issue_to_patch | Update demo.yml | Update to CasaOS-v0.4.4-3-Demo-1700132299 | 262e0d49c848dba6b2df059627bd0f61d636c6f7 | 9d4394eb5a50900907349ffa6c43f56c1bc0ef1e | diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml
index ec6b8b96..3c5f88ca 100644
--- a/.github/workflows/demo.yml
+++ b/.github/workflows/demo.yml
@@ -33,7 +33,7 @@ jobs:
- name: Get old instance and snapshot name, create new instance name
run: |
- echo "OLD_INS... | [
".github/workflows/demo.yml"
] | [] | true | ||
IceWhaleTech/CasaOS | 1,512 | issue_to_patch | Update demo.yml | update CasaOS demo to v0.4.4.3-demo | 689b0f769a467b0bcdf7074a4b8a9ea717b10bf2 | cd1914fe1198f5ef084f90e7333a49ef96245529 | diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml
index 59a498a7..ec6b8b96 100644
--- a/.github/workflows/demo.yml
+++ b/.github/workflows/demo.yml
@@ -33,7 +33,7 @@ jobs:
- name: Get old instance and snapshot name, create new instance name
run: |
- echo "OLD_INS... | [
".github/workflows/demo.yml"
] | [] | true | ||
IceWhaleTech/CasaOS | 1,417 | issue_to_patch | Added small description on th casosapi health and file sys | 🐙 Hi ,
hope the small description is oke ! :) | 7807cfdb01d00dc4ea20a3358ff1fbc33724d75a | 8790223a8964d6172ab72daf7b557914bcf19cd1 | diff --git a/api/casaos/openapi.yaml b/api/casaos/openapi.yaml
index 2f77350c..426db31e 100644
--- a/api/casaos/openapi.yaml
+++ b/api/casaos/openapi.yaml
@@ -20,10 +20,11 @@ servers:
tags:
- name: Health methods
description: |-
- (TODO)
- - name: File methods
+ These methods are used to check the ... | [
"api/casaos/openapi.yaml"
] | [] | true | ||
IceWhaleTech/CasaOS | 1,375 | issue_to_patch | Update casa.yml | enviroment -> environment | 995d67543d332a7a093982b5138b2c8eb79027cf | 6bf757520be4a52098b9b70ffdc22590dd3c203c | diff --git a/.github/workflows/casa.yml b/.github/workflows/casa.yml
index 11c51bbd..8dbe8c11 100644
--- a/.github/workflows/casa.yml
+++ b/.github/workflows/casa.yml
@@ -65,7 +65,7 @@ jobs:
# ls
- - name: Set enviroment for github-release
+ - name: Set environment for github-release... | [
".github/workflows/casa.yml"
] | [] | true | ||
IceWhaleTech/CasaOS | 1,374 | issue_to_patch | Update README.md | Couple small grammar fixes | 590beac43a44bc24e27c5bc513be7bd09ec2b9c5 | a38fb7062721a7b30fb13b781a3b5d06ed14f192 | diff --git a/README.md b/README.md
index 6afbcfab..42615e6d 100644
--- a/README.md
+++ b/README.md
@@ -146,11 +146,11 @@ curl -fsSL https://get.icewhale.io/casaos-uninstall.sh | sudo bash
## Community
-The word Casa comes from the Spanish word for "home". Project CasaOS originated as a pre-installed system for cr... | [
"README.md"
] | [] | true | ||
IceWhaleTech/CasaOS | 1,372 | issue_to_patch | Fix minor typos | Fix minor typos | e7bf227232faa788703597aff0b2b3bbc9680e21 | 5641ff6790647f588c290654184d0431cf1e66bc | diff --git a/README.md b/README.md
index 4c7a5ef4..6afbcfab 100644
--- a/README.md
+++ b/README.md
@@ -152,7 +152,7 @@ After looking at many systems and software on the market, the team found no serv
So, we set out to build this open source project to develop CasaOS with our own hands, everyone in the community, and... | [
"README.md"
] | [] | true | ||
IceWhaleTech/CasaOS | 1,352 | issue_to_patch | Update README.md, Debian 12 stable | Now that Debian 12 is stable, IWT's team should check to make sure that CasaOS is stable and then update the wiki | eedfdde311431b65b51a0040b67cdae6dd31c99e | 4b0682c16fea57e91389e8f4f33b75d14cd623ff | diff --git a/README.md b/README.md
index be3aace0..4c7a5ef4 100644
--- a/README.md
+++ b/README.md
@@ -104,7 +104,7 @@ CasaOS fully supports ZimaBoard, Intel NUC, and Raspberry Pi. Also, more compute
### System Compatibility
Official Support
-- Debian 11 (✅ Tested, Recommended)
+- Debian 12 (✅ Tested, Recommended)
... | [
"README.md"
] | [] | true | ||
IceWhaleTech/CasaOS | 1,346 | issue_to_patch | add `message-bus-codegen` CLI tool for generating a markdown of all event types | 3f1c7098bdeb116eb4161e86a3e24ba49c4de81a | cd73a3d31444dc0b7e76a254336542269437e768 | diff --git a/cmd/message-bus-docgen/main.go b/cmd/message-bus-docgen/main.go
new file mode 100644
index 00000000..a0649eae
--- /dev/null
+++ b/cmd/message-bus-docgen/main.go
@@ -0,0 +1,28 @@
+package main
+
+import (
+ "github.com/IceWhaleTech/CasaOS-Common/external"
+ "github.com/IceWhaleTech/CasaOS/codegen/message_bu... | [
"cmd/message-bus-docgen/main.go",
"common/message.go",
"go.mod",
"go.sum",
"main.go"
] | [] | true | |||
IceWhaleTech/CasaOS | 1,341 | issue_to_patch | Community | 0cf353c56e66df0000274b06fcdf32b73e3a8030 | e94979caade3b29b4c12ccbc0e08f0ab54aafee9 | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 10266b76..5c68a3a3 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -42,6 +42,12 @@ jobs:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ Goo... | [
".github/workflows/push_test_server.yml",
".github/workflows/release.yml",
".goreleaser.yaml",
"common/constants.go",
"drivers/all.go",
"drivers/dropbox/drive.go",
"drivers/dropbox/meta.go",
"drivers/dropbox/util.go",
"drivers/google_drive/drive.go",
"drivers/google_drive/meta.go",
"drivers/goog... | [] | diff --git a/.github/workflows/push_test_server.yml b/.github/workflows/push_test_server.yml
index d43e4aa6..d328838b 100644
--- a/.github/workflows/push_test_server.yml
+++ b/.github/workflows/push_test_server.yml
@@ -21,7 +21,7 @@ jobs:
- name: git global
run: sudo git config --global --add safe.direc... | true | ||
IceWhaleTech/CasaOS | 1,304 | issue_to_patch | create default config if it does not already exist | 5dc6297047b32c1110e6d080694f3721ce096034 | 1486bcfbd1b9d96eab19d91f46baac5270216b51 | diff --git a/.goreleaser.debug.yaml b/.goreleaser.debug.yaml
index fb6f1603..04e112a4 100644
--- a/.goreleaser.debug.yaml
+++ b/.goreleaser.debug.yaml
@@ -113,24 +113,22 @@ builds:
goarm:
- "7"
archives:
- - name_template: "{{ .Os }}-{{ .Arch }}-{{ .ProjectName }}-v{{ .Version }}"
+ - name_template: >-
+... | [
".goreleaser.debug.yaml",
".goreleaser.yaml",
"build/sysroot/usr/lib/systemd/system/casaos.service",
"cmd/migration-tool/main.go",
"main.go",
"pkg/config/config.go",
"pkg/config/init.go"
] | [] | true | |||
IceWhaleTech/CasaOS | 1,270 | issue_to_patch | chore: fix the readme error | 37c496fd6aedf3e0103cf4d18d8600a2e93589e1 | 4e5fc4dd4301517bcf95540affb4ada6f5c82a60 | diff --git a/README.md b/README.md
index cde198fe..be3aace0 100644
--- a/README.md
+++ b/README.md
@@ -202,9 +202,6 @@ Everyone's contribution is greatly appreciated. ([Emoji Key](https://allcontribu
<td align="center"><a href="https://github.com/CorrectRoadH"><img src="https://avatars.githubusercontent.com/u/2930... | [
"README.md"
] | [] | true | |||
IceWhaleTech/CasaOS | 1,269 | issue_to_patch | chore:add zhanghenxing to contributor | same to the title | cb15c06f7e914dbf84557f1c4185bee27a8398b4 | 2c92cd928bfb58d7f7db7259481c0d591a8d8573 | diff --git a/README.md b/README.md
index e71df8fb..be3aace0 100644
--- a/README.md
+++ b/README.md
@@ -199,6 +199,8 @@ Everyone's contribution is greatly appreciated. ([Emoji Key](https://allcontribu
</tr>
<tr>
<td align="center"><a href="https://github.com/llwaini"><img src="https://avatars.githubuserconten... | [
"README.md"
] | [] | true |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.