Skip to content

Commit

Permalink
Simplifying
Browse files Browse the repository at this point in the history
  • Loading branch information
polterguy committed Dec 15, 2023
1 parent b21d841 commit 96396be
Show file tree
Hide file tree
Showing 37 changed files with 3 additions and 1,520 deletions.
5 changes: 0 additions & 5 deletions backend/files/etc/csharp/README.md

This file was deleted.

This file was deleted.

32 changes: 0 additions & 32 deletions backend/files/etc/snippets/magic.crypto.http.eval.idempotent.hl

This file was deleted.

6 changes: 3 additions & 3 deletions backend/files/etc/snippets/system.compile.hl
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
* for then to dynamically load it as a plugin and invoke a slot
* called [foo] expected to exist within the C# code.
*
* Notice, the code assumes there's a C# file called "slot.cs"
* in your '/etc/csharp/' folder. Create this file with Hyper IDE
* Notice, the code assumes there's a C# file called "foo.cs"
* in your '/etc/' folder. Create this file with Hyper IDE
* using the "slot" template to test the code.
*/
io.file.load:/etc/csharp/slot.cs
io.file.load:/etc/foo.cs
system.compile
references
.:netstandard
Expand Down
5 changes: 0 additions & 5 deletions backend/files/etc/system/crypto/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions backend/files/etc/system/crypto/keys/README.md

This file was deleted.

6 changes: 0 additions & 6 deletions backend/files/misc/tests/magic.images.create-qr-code.hl

This file was deleted.

7 changes: 0 additions & 7 deletions backend/files/system/diagnostics/has-terminal.get.hl

This file was deleted.

29 changes: 0 additions & 29 deletions backend/files/system/diagnostics/system-information.get.hl
Original file line number Diff line number Diff line change
Expand Up @@ -133,34 +133,6 @@ if
// Counting cache items.
cache.count

// Verifying sockets are turned on.
.has-sockets:bool:true
.has-terminal:bool:true
if
eq
config.get:"magic:sockets:url"
.
.lambda
set-value:x:@.has-sockets
.:bool:false
set-value:x:@.has-terminal
.:bool:false
else-if
eq
config.get:"magic:terminal"
.:False
.lambda
set-value:x:@.has-terminal
.:bool:false
else
vocabulary:system.terminal.create
if
not
exists:x:@vocabulary/*
.lambda
set-value:x:@.has-terminal
.:bool:false

// Verifying scheduler is turned on.
.has-scheduler:bool:true
if
Expand Down Expand Up @@ -214,7 +186,6 @@ if
version:x:@version
persisted_tasks:x:@tasks.count
has_sockets:x:@.has-sockets
has_terminal:x:@.has-terminal
has_scheduler:x:@.has-scheduler
log_items:x:@log.count
cache_items:x:@cache.count
Expand Down
31 changes: 0 additions & 31 deletions backend/files/system/images/generate-qr.get.hl

This file was deleted.

36 changes: 0 additions & 36 deletions backend/files/system/magic.startup/magic.google.translate.hl

This file was deleted.

19 changes: 0 additions & 19 deletions backend/files/system/sockets/count-users.get.hl

This file was deleted.

21 changes: 0 additions & 21 deletions backend/files/system/sockets/list-users.get.hl

This file was deleted.

26 changes: 0 additions & 26 deletions backend/files/system/sockets/publish.post.hl

This file was deleted.

33 changes: 0 additions & 33 deletions backend/files/system/sockets/published-messages.get.hl

This file was deleted.

27 changes: 0 additions & 27 deletions backend/files/system/terminal/command.socket.hl

This file was deleted.

Loading

0 comments on commit 96396be

Please sign in to comment.