Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync #6096

Merged
merged 54 commits into from
Nov 14, 2024
Merged

sync #6096

Changes from 1 commit
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
1c9423e
fix pagination bug querying Linode API v4
vmmello Jun 11, 2024
05ec392
minor wording fix
vmmello Jun 11, 2024
2f8fb36
fix CI reported problems for shellcheck and shfmt
vmmello Jun 12, 2024
fcffe8b
feat: add bearer token support
EldarBorge Sep 2, 2024
92a47aa
logic
EldarBorge Sep 2, 2024
1eaa2cc
debug
EldarBorge Sep 2, 2024
c7fb155
debug
EldarBorge Sep 2, 2024
dd63438
debug
EldarBorge Sep 2, 2024
0b2edd2
bearer check
EldarBorge Sep 2, 2024
b27767e
logic
EldarBorge Sep 2, 2024
f0d486d
add bearer token to removal
EldarBorge Sep 3, 2024
8860915
remove dns
EldarBorge Sep 3, 2024
1029dd3
fix format
EldarBorge Sep 20, 2024
28afe6f
comment
EldarBorge Oct 10, 2024
ba7764a
saveaccountconf
EldarBorge Oct 10, 2024
8887a0a
new name
EldarBorge Oct 10, 2024
fc87fc7
debug
EldarBorge Oct 10, 2024
5fc41a3
read account conf
EldarBorge Oct 10, 2024
1305b0d
revert
EldarBorge Oct 10, 2024
ffd3b3e
revert
EldarBorge Oct 10, 2024
0dff1dc
accoutn conf
EldarBorge Oct 10, 2024
40df6e8
newline
EldarBorge Oct 10, 2024
a30c81d
bearetoken
EldarBorge Oct 10, 2024
b0418cb
trigger
EldarBorge Oct 10, 2024
0c10bd7
shfmt
EldarBorge Oct 10, 2024
72f487d
Merge branch 'acmesh-official:master' into master
stbeldarborge Oct 11, 2024
10833dc
trigger github action
vmmello Oct 28, 2024
03906cc
trigger github action
vmmello Oct 28, 2024
af9425e
Merge branch 'dev' into issue_4956
vmmello Nov 5, 2024
a3032ab
dns_linode_v4.sh: remove uneeeded extra space (shfmt error)
vmmello Nov 5, 2024
43ed998
dns_linode_v4.sh: trigger action execution (dummy change)
vmmello Nov 5, 2024
2663f50
dns_linode_v4.sh: trigger action
vmmello Nov 5, 2024
1ff326c
dns_linode_v4.sh: trigger action
vmmello Nov 5, 2024
724f3aa
rename variable, undo accidental revert from dev
vmmello Nov 6, 2024
7b63ebf
fix random failures due to unnecessary headers on requests
vmmello Nov 7, 2024
4f96a2a
remove unnecessary variable 'export' on variable _H4
vmmello Nov 7, 2024
d3cf3f7
fix pagination bug for domains with a big zone file
vmmello Nov 8, 2024
2c67934
fix(truenas): builtin service deprecation
M0NsTeRRR Nov 9, 2024
fa420d7
fix: verify truenas os version
M0NsTeRRR Nov 9, 2024
34c8b88
fix: helm chart seems available only on truenas scale
M0NsTeRRR Nov 9, 2024
64a1e88
feat: add support for docker apps
M0NsTeRRR Nov 10, 2024
21b966c
fix: don't check for subversion that can lead to error
M0NsTeRRR Nov 10, 2024
e8a453c
fix: lint
M0NsTeRRR Nov 10, 2024
08807b4
fix: bad copy/paste
M0NsTeRRR Nov 10, 2024
15e9e85
Merge pull request #5172 from vmmello/issue_4956
Neilpang Nov 12, 2024
1bfd467
fix: remove double square brackets
M0NsTeRRR Nov 12, 2024
2229bcc
fix: echo flag
M0NsTeRRR Nov 12, 2024
8a972ea
Merge pull request #6089 from M0NsTeRRR/master
Neilpang Nov 12, 2024
9c25365
Add swanctl support
sergiustheblack Nov 11, 2024
30e89c3
Merge pull request #6094 from sergiustheblack/feature/swanctl
Neilpang Nov 13, 2024
532b425
Merge pull request #5276 from stbeldarborge/master
Neilpang Nov 13, 2024
0c2d7b9
fix for latest omnios-r151052
Nov 14, 2024
709f1e7
fix for omnios-r151052
Nov 14, 2024
4e0686f
fix for omnios-r151052
Nov 14, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
newline
EldarBorge committed Oct 10, 2024
commit 40df6e87db78e5f3ff83ce4b16e1155f97aaded5
2 changes: 1 addition & 1 deletion dnsapi/dns_azure.sh
Original file line number Diff line number Diff line change
@@ -402,4 +402,4 @@ _get_root() {
i=$(_math "$i" + 1)
done
return 1
}
}