Wykres commitów

763 Commity (python-3.8-tests)

Autor SHA1 Wiadomość Data
Rui Carmo 00a7f11c5f
Merge pull request #232 from mlainez/rails_support
Improve Ruby on Rails support
2022-04-02 21:25:58 +01:00
Rui Carmo 619f8b4093
Merge pull request #235 from timhuebener/master
refactor: replace incron with systemd.path
2022-04-02 21:22:15 +01:00
Tim Huebener 2a6a8b7de6 refactor: replace incron with systemd.path 2022-04-02 15:51:28 +02:00
mlainez bfdfcd8c2f Add ACME_ROOT_CA documentation 2022-03-07 10:01:28 +01:00
mlainez d71a5be125 Rename ROOT_CA environment variable to ACME_ROOT_CA 2022-03-07 10:01:13 +01:00
mlainez 5c1a4ce4b5 Make sure ruby apps are also exposed behind nginx 2022-03-06 14:16:17 +01:00
mlainez f9a55d6c51 Simplify app building since bundle clean could damage other Rails apps that use gem versions marked obsolete for another Rails app when not using local gemsets 2022-03-06 14:12:53 +01:00
mlainez 610921280c Change app detection order to avoid Rails apps using webpacker are detected as nodejs apps first (mostly Rails 6.0) 2022-03-06 14:05:37 +01:00
mlainez bfec7c2d94 Use letsencrypt by default and allow to change root ca with environment variable 2022-03-06 13:47:45 +01:00
Chris McCormick 2f248d0852 Stop npm complaining about the node_modules symlink.
This fixes #228 whilst retaining the existing behaviour of symlinking node_modules to the actual location in envs/APPNAME.
2022-02-25 14:34:31 +08:00
Rui Carmo 547d3b3dae
Removed 3.10.1 from test suite
Oh come on GitHub... It worked months ago!
2022-02-05 15:45:59 +00:00
Rui Carmo bb8726afdf
Remove 3.5 from test suite
It was deprecated by the build suite.
2022-02-05 15:39:15 +00:00
Rui Carmo 569cfeda90
Merge pull request #224 from chr15m/update-git-push-docs
Updated docs with cmd to push different branch. Fixes #221
2022-02-05 15:37:33 +00:00
Rui Carmo 44131256f4
Update README.md 2022-02-05 15:36:42 +00:00
Chris McCormick 3051782fae Updated docs with cmd to push different branch. Fixes #221 2022-01-18 09:57:38 +08:00
Rui Carmo b0908cc212
test on 3.10.1 2021-12-22 11:04:46 +00:00
Rui Carmo c5eaa8bb79
Longer timeouts for issues and PRs 2021-12-22 11:01:24 +00:00
Rui Carmo a7df317d96 allow dashes 2021-12-11 12:36:05 +00:00
Rui Carmo 2bac354c27
[noci] add PLUGINS.md draft 2021-12-08 17:00:02 +00:00
Rui Carmo bd1f2c9e88
Renamed internal environment variable 2021-12-08 16:17:53 +00:00
Rui Carmo 65284fa6b7
Merge pull request #129 from jsenin/piku-cli-plugins
Extend cli commands with plugins
2021-12-08 16:10:45 +00:00
Rui Carmo c739bd6406 incron deprecation notice 2021-12-07 10:14:34 +00:00
Rui Carmo 749dee8325 add bullseye to automated tests 2021-12-07 10:05:32 +00:00
Rui Carmo 7aac516a7b detail 3.10 version number to avoid mis-parsing 2021-12-07 10:03:55 +00:00
Rui Carmo 1359f0b77b increase OS test bracket 2021-12-07 10:02:12 +00:00
Rui Carmo f951ad5e8e increase test bracket 2021-12-07 10:00:18 +00:00
Rui Carmo 8441a16fc7 make pyflake happier 2021-12-07 09:51:37 +00:00
Rui Carmo 1334591027 reset file permissions 2021-12-07 09:49:50 +00:00
Rui Carmo 4884435768 add Github action for flagging stale issues/PRs 2021-12-07 09:43:32 +00:00
Rui Carmo bfbd0e76ab PIKU_AUTO_RESTART new default indirectly fixes #203 2021-12-07 09:35:46 +00:00
Rui Carmo 5ed9117655 PIKU_AUTO_RESTART now defaults to true 2021-12-07 09:29:35 +00:00
Rui Carmo 4e6187ad31 renamed internal env vars to avoid collisions 2021-12-07 09:23:34 +00:00
Rui Carmo 7263a9c4ad
Merge pull request #217 from chr15m/fix-cron-on-py3.5
Fix cron regex matching on py3.5
2021-11-30 13:46:14 +00:00
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