github-actions[bot]
2d8b46b878
Update version to v1.4.119 and commit
v1.4.119
2024-12-07 11:24:51 +00:00
Eugen Eisler
fbd6083079
Merge pull request #1181 from mattjoyce/bugfix/1169-symlinks
...
Bugfix/1169 symlinks
2024-12-07 12:23:53 +01:00
Matt Joyce
0320e17652
Revert "Update version to v..1 and commit"
...
This reverts commit ec5ed689bb .
2024-12-07 19:14:20 +11:00
Matt Joyce
09fb913279
Fix #1169 : Add robust handling for paths and symlinks in GetAbsolutePath
2024-12-07 19:04:39 +11:00
github-actions[bot]
ec5ed689bb
Update version to v..1 and commit
2024-12-07 03:58:53 +00:00
github-actions[bot]
43ca0dccf7
Update version to v1.4.118 and commit
v1.4.118
2024-12-05 09:34:13 +00:00
Eugen Eisler
fcfcf55610
Merge pull request #1174 from mattjoyce/curly-brace-templates
...
Curly brace templates
2024-12-05 10:33:16 +01:00
Eugen Eisler
188235efc5
Merge pull request #1179 from sluosapher/main
...
added a new pattern create_newsletter_entry
2024-12-05 10:32:23 +01:00
Song Luo
fdd1d614b2
added a new pattern create_newsletter_entry
2024-12-03 20:05:25 -05:00
Matt Joyce
fc67dea243
fixed : if there is no stdin, then a nil message was passed to pattern.go resulting in segfault.
...
now we make user input ' ', before processing.
2024-12-03 13:33:45 +11:00
Matt Joyce
efd363d5fb
Revert "Fix pattern file usage without stdin"
...
This reverts commit 744ec0824b .
2024-12-03 13:33:45 +11:00
Matt Joyce
a7d6de1661
Fix pattern file usage without stdin
...
When using pattern files with variables but no stdin input, ensure proper
template processing by initializing an empty message. This allows patterns
like:
./fabric -p pattern.txt -v=name:value
to work without requiring stdin input, while maintaining compatibility
with existing stdin usage:
echo "input" | ./fabric -p pattern.txt -v=name:value
Changes:
- Add empty message initialization in BuildSession when Message is nil
- Remove redundant template processing of message content
- Let pattern processing handle all template resolution
This simplifies the template processing flow while supporting both
stdin and non-stdin use cases.
2024-12-03 13:33:40 +11:00
github-actions[bot]
c0ade48648
Update version to v1.4.117 and commit
v1.4.117
2024-11-30 19:45:48 +00:00
Eugen Eisler
7fd4fa4742
fix: close #1173
2024-11-30 20:44:31 +01:00
github-actions[bot]
41b2e66c5c
Update version to v1.4.116 and commit
v1.4.116
2024-11-28 18:34:53 +00:00
Eugen Eisler
ed657383fb
chore: cleanup style
2024-11-28 19:34:07 +01:00
github-actions[bot]
4d5d8d8b30
Update version to v1.4.115 and commit
v1.4.115
2024-11-28 17:39:30 +00:00
Eugen Eisler
e9a75528ab
chore: cleanup style
2024-11-28 18:36:01 +01:00
Eugen Eisler
c5ec4b548a
fix: use the custom message and then piped one
2024-11-27 14:10:19 +01:00
Eugen Eisler
8e87529638
fix: use the custom message and then piped one
2024-11-27 14:10:18 +01:00
xssdoctor
ca33208fa1
Merge pull request #1168 from johnconnor-sec/main
2024-11-26 19:19:45 -05:00
John Connor
3f8bca8728
Update README.md
2024-11-26 19:15:18 -05:00
John Connor
ba56c33cf6
Update README.md
2024-11-26 19:12:29 -05:00
Jonathan Dunn
6ee4fdd366
updated readme
2024-11-26 17:53:58 -05:00
github-actions[bot]
30af189ae3
Update version to v1.4.114 and commit
v1.4.114
2024-11-26 22:14:16 +00:00
Eugen Eisler
be998ff588
Merge pull request #1164 from MegaGrindStone/fix-nil-pointer-message
...
fix: provide default message content to avoid nil pointer dereference
2024-11-26 23:13:20 +01:00
github-actions[bot]
6bb3238e6d
Update version to v1.4.113 and commit
v1.4.113
2024-11-26 21:45:39 +00:00
Eugen Eisler
dfcd29593d
Merge pull request #1166 from danielmiessler/dependabot/npm_and_yarn/web/npm_and_yarn-8ea39cdf54
...
build(deps-dev): bump @sveltejs/kit from 2.6.1 to 2.8.4 in /web in the npm_and_yarn group across 1 directory
2024-11-26 22:44:55 +01:00
dependabot[bot]
63b357168e
build(deps-dev): bump @sveltejs/kit
...
Bumps the npm_and_yarn group with 1 update in the /web directory: [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit ).
Updates `@sveltejs/kit` from 2.6.1 to 2.8.4
- [Release notes](https://github.com/sveltejs/kit/releases )
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md )
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.8.4/packages/kit )
---
updated-dependencies:
- dependency-name: "@sveltejs/kit"
dependency-type: direct:development
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-11-26 21:40:49 +00:00
github-actions[bot]
317a4309f7
Update version to v1.4.112 and commit
v1.4.112
2024-11-26 21:40:17 +00:00
Eugen Eisler
eceb10b725
Merge pull request #1165 from johnconnor-sec/main
...
feat: Fabric Web UI
2024-11-26 22:39:16 +01:00
MegaGrindStone
34f508fd82
fix: provide default message content to avoid nil pointer dereference
2024-11-27 02:32:07 +07:00
John Connor
9fa8634083
Update README.md
2024-11-26 09:13:04 -05:00
John Connor
a3ea63c1f9
Update Obsidian.md
2024-11-26 09:07:57 -05:00
John Connor
097b3eb0ba
Update Obsidian.md
2024-11-26 09:07:30 -05:00
John
30f37ea633
john 2024-11-26 08:53:48
2024-11-26 08:54:12 -05:00
github-actions[bot]
23b495c8f7
Update version to v..1 and commit
2024-11-26 13:52:03 +00:00
John
e7f2d48437
john 2024-11-26 08:44:20
2024-11-26 08:50:31 -05:00
John
7043f78f1f
john 2024-11-26 08:40:21
2024-11-26 08:50:31 -05:00
github-actions[bot]
f2cc718f49
Update version to v..1 and commit
2024-11-26 11:41:16 +00:00
github-actions[bot]
edb814c9f0
Update version to v1.4.111 and commit
v1.4.111
2024-11-26 09:43:27 +00:00
Eugen Eisler
21de69b7d9
ci: Integrate code formating
2024-11-26 10:42:26 +01:00
github-actions[bot]
d4b5c3b8d5
Update version to v1.4.110 and commit
v1.4.110
2024-11-26 08:52:27 +00:00
Eugen Eisler
afb5857699
Merge pull request #1135 from mrtnrdl/main
...
Add `extract_recipe`
2024-11-26 09:51:41 +01:00
github-actions[bot]
153b8217fd
Update version to v..1 and commit
2024-11-25 19:04:07 +00:00
Martin Riedel
beeba6989a
Merge branch 'main' into main
2024-11-25 20:02:52 +01:00
github-actions[bot]
666a1d32a3
Update version to v1.4.109 and commit
v1.4.109
2024-11-24 15:31:52 +00:00
Eugen Eisler
4ed512b8d4
Merge pull request #1157 from mattjoyce/curly-brace-templates
...
fix: process template variables in raw input
2024-11-24 16:30:55 +01:00
Matt Joyce
af16494be1
fax: raw mode was doubling user input, because it's now already embeded in pattern
...
streamlined some context staging
2024-11-23 10:45:38 +11:00
Matt Joyce
9afa397c27
fix : template.go will handle missing var in stdin imput too.
...
echo 'Hello {{name}}' | ./fabric -v=noname:World
missing required variable: name
2024-11-23 08:34:58 +11:00