Chris McCormick
108ff2c3e3
Removed buster as Piku only supports 3.8 and higher.
2025-04-28 10:18:41 +08:00
Rui Carmo
0b748fe9f5
Update README.md
2025-01-26 22:24:05 +00:00
Rui Carmo
56b1ba7029
Bump Python version to 3.8
...
We've removed 3.7 from the test matrix.
2025-01-26 22:21:53 +00:00
Rui Carmo
2db8ebcc0d
Drop Python 3.7
2025-01-26 22:21:06 +00:00
Rui Carmo
669fcbfedd
Merge pull request #390 from karlb/uv-python-deploy
...
Add support for python deployments with uv
2025-01-26 22:17:20 +00:00
Karl Bartel
04dbc1e632
Add support for python deployments with uv
...
uv (https://docs.astral.sh/uv/ ) is a fast package and project manager
for python that is quickly gaining in popularity. The new deploy
functions uses uv's built in virtual environment handling, but sets the
environment path to the normal piku env path.
Since it is new, I marked it as experimental, just like the poetry one.
To not break any existing workflows, poetry is preferred if both poetry
and uv are installed.
2025-01-25 09:13:03 +01:00
Chris McCormick
29970d7ca1
Merge pull request #387 from delzac/patch-1
...
Enable NGINX caching to include query parameters
2025-01-17 02:32:04 +00:00
Rui Carmo
4fbe736166
more listing
2025-01-02 19:10:57 +00:00
Rui Carmo
f9877ac6f6
linting
2025-01-02 19:09:31 +00:00
Rui Carmo
6d7456602c
experimental poetry support
...
assumes poetry is installed manually alongside piku (typically in .local)
2025-01-02 19:04:49 +00:00
delzac
1513fc2a03
Enable NGINX caching to include query parameters
...
Previously, NGINX caching will ignore any query parameters in the URI
2024-10-18 15:40:37 +08:00
Chris McCormick
376c19911c
Allow flags in NODE_PACKAGE_MANAGER ENV setting.
2024-10-09 16:08:17 +01:00
Chris McCormick
bbea1bedb1
Remove debugging print.
2024-09-26 11:00:45 +01:00
Chris McCormick
6ac278ee56
Fix shellcheck sshflags breakage.
2024-09-05 21:37:56 +01:00
Marco Seguri
e801815172
Make the script work under WSL
2024-07-30 18:33:07 +02:00
Marco Seguri
7a43489ef2
Fix most of shellcheck warnings
2024-07-30 18:27:48 +02:00
Chris McCormick
a9ec80c865
Merge pull request #376 from chr15m/alternate-node-package-managers
...
Ability to use non-npm package managers.
2024-07-27 08:32:24 +01:00
Chris McCormick
57f2127684
Ability to use non-npm package managers.
...
Tested with pnpm and yarn. Fixes #371 .
2024-07-12 20:56:59 +01:00
Chris McCormick
f374b39d60
Merge pull request #375 from chr15m/pr-369-tweak
...
Tweak to PR #369 to make sure php uwsgi plugin is installed
2024-07-07 21:46:06 +01:00
Chris McCormick
78791bc0d3
Warn on php without uwsgi php plugin.
2024-07-07 21:43:11 +01:00
Chris McCormick
b0b85c1360
Merge pull request #369 from EpicVoyage/master
...
Added PHP Support
2024-07-07 21:42:32 +01:00
Chris McCormick
ecba105323
Merge remote-tracking branch 'origin/pr/369' into pr-369-tweak
2024-07-07 21:03:45 +01:00
Rui Carmo
5d7bdad996
Merge pull request #374 from chr15m/issue-346-syntaxwarning
...
Fix #346 remaining SyntaxWarning with raw string
2024-07-07 20:47:16 +01:00
Chris McCormick
c7ebe556ad
Fix #346 SyntaxWarning using raw string.
2024-07-07 20:42:52 +01:00
Chris
5b6131a95c
Merge branch 'master' into master
2024-07-02 19:36:45 -05:00
Rui Carmo
8320f7564f
Merge pull request #367 from pcardoso/feature/catch-all
...
Adding support for catch-all URLs
2024-07-01 09:39:55 +01:00
Rui Carmo
e74f05d3e7
Merge pull request #365 from puneet-mehta/feat/go-mod-support
...
feat(go): go.mod support
2024-07-01 09:38:48 +01:00
Rui Carmo
9af72a5285
Merge pull request #360 from chr15m/issue-357-data-root
...
Add DATA_PATH to environment.
2024-07-01 09:36:25 +01:00
Rui Carmo
efd4e8e59f
Merge pull request #362 from henrikpersson/rust
...
Add Rust
2024-07-01 09:35:40 +01:00
Chris Umphress
9188327fb2
Allow static files to be served through php worker.
2024-06-30 21:38:42 -05:00
Chris Umphress
17eb21777d
Add support for custom php.ini directives.
2024-06-29 13:38:08 -05:00
Chris Umphress
c43f1f2f2e
Bare bones PHP support.
2024-06-29 06:44:09 -05:00
Chris McCormick
690e01f236
ENV var name DATA_PATH to DATA_ROOT for consistency.
...
#357
2024-06-26 16:05:07 +01:00
Pedro Gandarinho
29c5e21832
Adding support for catch-all URLs
2024-06-26 14:33:30 +01:00
Henrik Persson
7acadbcd61
Add Rust
2024-06-24 10:27:18 +02:00
Puneet Mehta
9dd884fa8a
chore(lint)
2024-06-21 09:54:56 +05:30
Puneet Mehta
bf2636fb44
feat(go): go.mod support
2024-06-21 09:45:36 +05:30
puneet-mehta
7d04c56211
Merge branch 'piku:master' into master
2024-06-21 09:40:11 +05:30
Rui Carmo
d257fee0c4
Merge pull request #348 from fincham/master
...
Improves the accuracy of nginx configuration failure checking
2024-06-20 18:34:51 +01:00
Rui Carmo
48bee2544c
Merge pull request #349 from eltociear/patch-1
...
docs: update README.md
2024-06-20 18:34:25 +01:00
Rui Carmo
26659479e5
Merge pull request #364 from puneet-mehta/feat/multiple-cron-support
...
feat(cron): added support for multiple crons
2024-06-20 18:28:45 +01:00
Puneet Mehta
1353024ad2
chore(Procfile): added multiple crons example
2024-06-20 16:40:41 +05:30
puneet-mehta
68e73ee42e
Merge pull request #1 from puneet-mehta/feat/multiple-cron-support
...
feat(cron): added support for multiple crons
2024-06-20 13:37:56 +05:30
Puneet Mehta
8ae9285e50
feat(cron): added support for multiple crons
2024-06-20 13:37:06 +05:30
Chris McCormick
72504adcd1
Merge pull request #359 from chr15m/issue-358-shellscript-conditionals-fix
...
Fix shellscript conditionals to POSIX compat.
2024-06-17 14:15:02 +01:00
Chris McCormick
6adeee1985
Add DATA_PATH to environment.
...
Fixes #357
2024-06-16 20:07:33 +01:00
Chris McCormick
f1d18dcd18
Fix shellscript conditionals to POSIX compat.
...
Fixes #358
2024-06-16 19:58:19 +01:00
Chris McCormick
b9be24f09e
Merge pull request #356 from clusterfudge/issues-354
...
ISSUES-354: Fix help subcommand in remote operator script
2024-06-13 07:43:42 +01:00
Chris McCormick
6cbf4190f4
Merge pull request #355 from clusterfudge/master
...
ISSUES-353: Show error message when no remote configured.
2024-06-13 07:42:09 +01:00
Sean Fitzgerald
48067baae6
ISSUES-354: Fix help subcommand in remote operator script
2024-06-12 20:34:10 -07:00