Wykres commitów

434 Commity (f97ba26631bb01fae4436ffbfb1ddd705057499a)

Autor SHA1 Wiadomość Data
Rui Carmo f97ba26631 Add testing on Ubuntu LTS (currently bionic) 2019-11-28 13:19:27 +00:00
Rui Carmo 20577b4fcf run Docker without TTY 2019-11-28 13:16:53 +00:00
Rui Carmo 2108b55592 First docker test 2019-11-28 13:14:41 +00:00
Rui Carmo 063016f993
Update pylint.yml 2019-11-28 11:58:42 +00:00
Rui Carmo a98dbd2b43
Fix #156
Revert 3 lines from #126 to reinstate support for the current (18.04) Ubuntu LTS `click` package, which is still at 6.x
2019-11-28 11:54:33 +00:00
Rui Carmo a4869f371a
Check self-setup
A simple test to see if the basics work
2019-11-28 11:36:43 +00:00
Rui Carmo 2133a4e6a9 Fix #150 and #154 2019-11-27 05:00:32 +00:00
Rui Carmo 2c53bf97a2
Update pylint.yml 2019-11-27 16:04:32 +00:00
Rui Carmo fe1f106875
Use logto2
This ensures that we are using the correct uid/gid (instead of `logto`, which will go on regardless)
2019-11-26 15:40:47 +00:00
Rui Carmo b5a4e79ed1
Added getgrgid import 2019-11-26 08:44:56 +00:00
Rui Carmo 7d94dc6cf5
Merge pull request #136 from dwightmulcahy/cleanupimports
build: clean up unused imports and ignore IntelliJ files
2019-11-26 08:42:13 +00:00
Rui Carmo fa1f034c9b
Merge pull request #152 from chr15m/docs-for-contributors
Docs for contributors
2019-11-26 08:41:46 +00:00
Rui Carmo 59a3b98c88
Merge pull request #148 from jsenin/piku-installer-fixes
Avoid install python2 each time at pre_task
2019-11-26 08:41:04 +00:00
Rui Carmo 92d94eca81
Merge pull request #153 from chr15m/improve-bootstrap-experience
Add first-run mode to piku-bootstrap.
2019-11-26 08:40:30 +00:00
Chris McCormick 702a483676 Add first-run mode to piku-bootstrap.
This is to make for a friendlier experience when installed via the curl command on piku.github.io (which I'll update if this is merged.
2019-11-26 15:47:35 +08:00
Chris McCormick 08a507dd83 Fixed anchor link. 2019-11-26 15:38:17 +08:00
Chris McCormick c508239976 Update quick links. 2019-11-26 15:36:04 +08:00
Chris McCormick 32cf48122f First pass at contributor docs. 2019-11-26 15:32:08 +08:00
Rui Carmo e22b2c1cb8 revert #149 2019-11-25 19:53:36 +00:00
Rui Carmo 250b1ef1e6 Fixes #149 2019-11-25 19:49:49 +00:00
Rui Carmo 54b6df5b47
Fix #150 2019-11-25 19:44:36 +00:00
Rui Carmo b8b9d38d52
Fix indenting 2019-11-25 18:49:21 +00:00
Rui Carmo 8048149bd5
Create cloud-init.yml
First stab at a cloud-init file for Azure/AWS/GCP
2019-11-25 18:47:46 +00:00
Jorge Senín e02b1acae8 Avoid install python2 each time at pre_task
Python2 check, miss a parenthesis for apt-get and update.
```
( /usr/bin/python --version 2>&1 | grep -c 'Python' > /dev/null ) || apt-get update && apt-get -y install python
```
becomes to
```
(( /usr/bin/python --version 2>&1 | grep -c 'Python' > /dev/null ) || apt-get update ) && apt-get -y install python
```
so `apt-get -y install python` ever is executed even Python2 it's present

then we need to put update and install together
```
( /usr/bin/python --version 2>&1 | grep -c 'Python' > /dev/null ) || ( apt-get  update && apt-get -y install python )
```
2019-11-24 11:34:04 +01:00
Rui Carmo 68351f56b8 Merge branch 'master' of github.com:piku/piku 2019-11-21 13:51:14 +00:00
Rui Carmo fefff34127 Add link to new roadmap 2019-11-21 13:51:10 +00:00
Rui Carmo b018a8b321
Fix typo 2019-11-21 13:39:22 +00:00
Rui Carmo 37b334509c move image to DESIGN. 2019-11-21 13:38:42 +00:00
Rui Carmo d60f4d44da Moved old text to prep for CONTRIBUTING and GOALS as per #134 2019-11-21 13:35:04 +00:00
Rui Carmo 288c8c5e7a Document current flake8 settings (discussed in #95) 2019-11-21 13:21:05 +00:00
Rui Carmo 56d4e8bd91 reinstate gzip_disable 2019-11-20 19:41:04 +00:00
Rui Carmo f689992e50 pyflake8 changes 2019-11-20 19:37:37 +00:00
Rui Carmo 135c771a1f Keep pyflake happy for now 2019-11-20 19:27:20 +00:00
Rui Carmo 173600aa13 Allow longer lines for inlining SSH entries 2019-11-20 19:25:58 +00:00
Rui Carmo 28ec78ad47 Remove Internet Explorer 6 gzip disable 2019-11-20 19:23:41 +00:00
Rui Carmo 2afa655f72
Update pylint.yml 2019-11-20 19:19:50 +00:00
Rui Carmo d647311878
Update pylint.yml 2019-11-20 19:15:38 +00:00
Rui Carmo 15e6a81cbf
Merge pull request #128 from jsenin/master
Do not process empty lines or commented at Procfile
2019-11-20 19:12:04 +00:00
Rui Carmo 8320b297e6
Update pylint.yml 2019-11-20 19:10:00 +00:00
Rui Carmo cb10116f79
Merge pull request #135 from chr15m/fix-http-socket-dup
Fix clashing HTTP ports in uwsgi deploy.
2019-11-20 19:05:43 +00:00
Rui Carmo 5523595a73
Merge branch 'master' into fix-http-socket-dup 2019-11-20 19:05:26 +00:00
Rui Carmo 2f8a573aa2
Update pylint.yml 2019-11-20 19:03:38 +00:00
Rui Carmo d01242eeab
Update pylint.yml 2019-11-20 19:01:20 +00:00
Rui Carmo 4480ca415e
Update pylint.yml 2019-11-20 19:00:58 +00:00
Rui Carmo 4108ae0f2c
Update pylint.yml 2019-11-20 18:58:36 +00:00
Rui Carmo 26cf27abde
Update pylint.yml 2019-11-20 18:56:37 +00:00
Rui Carmo b495a9e9bc
Update pylint.yml 2019-11-20 18:47:22 +00:00
Rui Carmo 9e3636c028
Update pylint.yml
switch to black
2019-11-20 18:44:44 +00:00
Rui Carmo 2f1c815512
Merge branch 'master' into master 2019-11-20 18:42:50 +00:00
Rui Carmo aac4f058d0
Create pylint.yml
Adds a GitHub Action to run pylint
2019-11-20 18:38:49 +00:00