Wykres commitów

515 Commity (60123c4abe6ade5cc10fd71aea722c614c97f1f9)

Autor SHA1 Wiadomość Data
Chris McCormick 60123c4abe Fix cron regex matching on py3.5 2021-11-30 21:35:45 +08:00
Rui Carmo f6e8aca5a3
Merge pull request #215 from alperkal/master 2021-11-01 22:30:51 +00:00
Alper Kalaycioglu 82678c59a6
#214 Rename deploy java functions 2021-11-01 20:53:58 +01:00
Alper Kalaycioglu c6420e2ca0
#214 Correct gradle deployment 2021-11-01 20:40:10 +01:00
Rui Carmo 54c6970b77
Merge pull request #213 from chr15m/fix-env-init-link 2021-10-01 07:51:01 +01:00
Chris McCormick c967153fb7 Fix piku init ENV URL. 2021-10-01 10:39:57 +08:00
Rui Carmo e30a6e0c49
Merge pull request #211 from chr15m/multiple-domains-ssl-cert 2021-09-23 11:34:42 +01:00
Chris McCormick 03e3392229 Request multi-domain SSL cert if required.
With this change the user can put multiple space-separated domains in NGINX_SERVER_NAME and a certificate will be requested that covers all of them. Fixes #181
2021-09-23 17:10:26 +08:00
Rui Carmo 30b8160abc
Merge pull request #210 from chr15m/readme-bootstrap-typo 2021-09-23 09:18:10 +01:00
Chris McCormick 1d4b41be86 Typo. 2021-09-23 15:36:25 +08:00
Rui Carmo 47669f6bf7
Merge pull request #208 from chr15m/piku-init-example-files 2021-09-23 08:35:43 +01:00
Rui Carmo b7fb0ef64a
Merge pull request #207 from chr15m/move-bootstrap-update-docs 2021-09-23 08:33:41 +01:00
Rui Carmo 385fd9519c
Merge pull request #209 from chr15m/document-local-piku-commands 2021-09-23 08:32:21 +01:00
Chris McCormick 7297f12f51 Document local piku commands. 2021-09-23 15:16:38 +08:00
Chris McCormick 18f886eddf Help with git remote command on init. 2021-09-23 15:14:03 +08:00
Chris McCormick ab6fb34e41 New piku init command to set up basic files. 2021-09-23 15:02:38 +08:00
Chris McCormick e9e8c7cdc1 Update postgres example README with new bootstrap. 2021-09-23 12:43:59 +08:00
Chris McCormick 72cb7a9b16 Remove piku-bootstrap in favour of standalone repo.
See #199 where @rcarmo asked for this. Fixes #166. Fixes #168. Fixes #206
2021-09-23 12:40:28 +08:00
Rui Carmo 1c76f520a3 fix link 2021-09-18 21:13:46 +01:00
Rui Carmo 67eb066e52
Update and rename requirements-dev.txt to requirements.txt 2021-09-01 20:49:24 +01:00
Rui Carmo 43a9e775b0
Merge pull request #205 from namsral/feature/support-uwsgi-http-socket-option
Added support for uWSGI http-socket option in some distress (backwards-compatible as other versions appear to ignore that option).
2021-09-01 20:47:00 +01:00
Rui Carmo ccda63823b
Update and rename requirements.txt to requirements-dev.txt 2021-09-01 20:39:17 +01:00
Lars Wiegman 7850545c7e Added support for uWSGI http-socket option 2021-09-01 20:27:39 +02:00
Rui Carmo 3159127df0
Update README.md
Add deployment link
2021-08-25 14:39:14 +01:00
Rui Carmo 326823efe6
Update README.md
Added links to @chr15m's LinuxConf talk (I could have sworn there was one someplace already) and a fork of @amontalenti's tutorial.
2021-08-25 14:30:11 +01:00
Rui Carmo b6460c55fd
Merge pull request #143 from dwightmulcahy/patch-1
doc: add badges to README
2021-08-20 19:29:54 +01:00
Rui Carmo f917a58939
Merge pull request #161 from chr15m/build-with-pex
RFC: Build a single-binary deploy with pex.
2021-08-20 19:27:49 +01:00
Rui Carmo 89c030308a
Merge pull request #162 from matrixjnr/feature/ruby
Ruby Support
2021-08-20 19:26:33 +01:00
Rui Carmo 1ada01b746
Create FUNDING.yml 2021-05-15 23:01:40 +01:00
Rui Carmo 35a3839a2c
Merge pull request #191 from chr15m/fix-piku-config-logic 2021-04-25 15:49:27 +01:00
Rui Carmo a453b441ad
Merge pull request #192 from chr15m/piku-cmd-shell-shortcut 2021-04-25 15:48:23 +01:00
Chris McCormick 6e98ea5c51 Shell shortcut in piku cli.
This allows you to do `piku shell` and get a bash shell inside the app
on the remote server.
2021-04-25 21:25:37 +08:00
Chris McCormick 9ccb817d4f Fix piku remote cmd config logic.
This patch fixes a bug in the 'piku' cli where the environment variable PIKU_SERVER would always override the locally configured git remote. Now git remote for the current dir (current app) takes precendce which is what a user would expect.
2021-04-25 20:46:15 +08:00
Rui Carmo 6488af0d53
Support Nodesource (plain node binary) 2021-03-16 10:03:33 +00:00
Rui Carmo d3871c2333
More whitespace fixes for pyflake 2021-03-07 19:50:16 +00:00
Rui Carmo 93ec724f30
Update DESIGN.md 2021-03-07 19:48:47 +00:00
Rui Carmo 65e51b1681
pyflake 2021-03-07 19:43:37 +00:00
Rui Carmo b709c54e91
Preliminary cron support 2021-03-07 19:40:52 +00:00
Rui Carmo 3ced29b193 add focal to test suite 2021-02-27 18:15:13 +00:00
Rui Carmo 456f6157f6
[no ci] better documentation for UWSGI_ASYNCIO 2021-02-27 18:08:59 +00:00
Rui Carmo 65fc5a29e8
Change handling of asyncio config 2021-02-27 18:08:05 +00:00
Rui Carmo 514baebcc8
[no ci] Add documentation for UWSGI_IDLE 2021-02-27 13:18:46 +00:00
Rui Carmo d275ab541f
whitespace (pyflake) 2021-02-27 13:16:40 +00:00
Rui Carmo f732941beb
pyflake 2021-02-27 13:12:25 +00:00
Rui Carmo e1d3cdfe62
Implement #189
Start workers on demand and kill them when inactive (only works for socket workers, apparently)
2021-02-27 13:07:20 +00:00
Rui Carmo 4414488f10
Merge pull request #188 from rssnyder/master 2021-02-22 21:11:37 +00:00
Riley Snyder f2f6acf1c3 add custom piku username 2021-02-19 15:04:57 -06:00
Rui Carmo 40fade7982
Merge pull request #187 from rssnyder/patch-1
use PIKU_SERVER if not in a git repo
2021-02-05 09:53:01 +00:00
Riley Snyder 05b13518d6
use PIKU_SERVER if not in a git repo 2021-02-02 13:09:31 -06:00
Rui Carmo f08e98be99
New constant and slight change in wording 2021-01-21 18:52:03 +00:00