Migrate from lua-curl to luasocket (#5) #7

Merged
Aire-One merged 5 commits from feat/#5 into master 2022-09-18 20:29:48 +02:00
Owner

Removes dependency to Lua-cUR.

Adds dependencies to LuaSocket and LuaSec.

TODO: The usage of LuaSocket HTTP module breaks the ability to use the local filesystem. It means we can't use the file:// protocol for local development. We need to find an alternative to mitigate this before merging this PR. EDIT: Done

Fix: #5

Removes dependency to Lua-cUR. Adds dependencies to LuaSocket and LuaSec. ~~TODO: The usage of LuaSocket HTTP module breaks the ability to use the local filesystem. It means we can't use the `file://` protocol for local development. We need to find an alternative to mitigate this before merging this PR.~~ EDIT: Done ✅ Fix: #5
Aire-One added 5 commits 2022-09-11 02:30:38 +02:00
ci/woodpecker/push/lint Pipeline was successful Details
ee0e7a2899
chore(dependencies): add luasocket 3.1.0-1
ci/woodpecker/push/lint Pipeline was successful Details
1154355c09
chore(dependencies): luasec 1.2.0-1
LuaSocket HTTP module needs an additional dependency to LuaSec to
support TLS/SSL communications. (Required to perform HTTPS requests)
ci/woodpecker/push/lint Pipeline was successful Details
956eaa8343
f
ci/woodpecker/push/lint Pipeline was successful Details
3485b83d1c
feat(crawler): migrate to LuaSocket
ci/woodpecker/push/lint Pipeline was successful Details
ci/woodpecker/pr/lint Pipeline was successful Details
b0ad6849f4
chore(dependencies): remove lua-curl
Aire-One force-pushed feat/#5 from b0ad6849f4 to 5806f894d0 2022-09-11 02:31:29 +02:00 Compare
Aire-One added 1 commit 2022-09-11 03:17:47 +02:00
ci/woodpecker/push/lint Pipeline was successful Details
ci/woodpecker/pr/lint Pipeline was successful Details
10c9c893b1
feat(crawler): manage `file://` protocol
Aire-One merged commit 3f8ebe8753 into master 2022-09-18 20:29:48 +02:00
Aire-One deleted branch feat/#5 2022-09-18 20:29:51 +02:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Aire-One/awesomewm.d.tl#7
No description provided.