Pēteris Caune
|
fb1fb4992e
|
v1.2.0
|
6 years ago |
Pēteris Caune
|
dd342f3d30
|
"Log In" -> "Sign In"
|
6 years ago |
Pēteris Caune
|
288a57a4b1
|
Better name & description for Trello cards.
|
6 years ago |
Pēteris Caune
|
362a43dae7
|
Merge pull request #193 from erickeller/master
update Readme with pip install dependencies
|
6 years ago |
erickeller
|
1dc9bcf798
|
update Readme with pip install dependencies
pip install will fail when you cannot compile some of the dependencies.
one is gcc the other is the Python.h
```
Building wheels for collected packages: rcssmin, rjsmin
Running setup.py bdist_wheel for rcssmin ... error
Complete output from command /home/ubuntu/webapps/hc-venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-ipfho29k/rcssmin/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-u0q6mggl --python-tag cp36:
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-x86_64-3.6
copying ./rcssmin.py -> build/lib.linux-x86_64-3.6
running build_ext
building '_rcssmin' extension
creating build/temp.linux-x86_64-3.6
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DEXT_MODULE=_rcssmin -UEXT_PACKAGE -I_setup/include -I/usr/include/python3.6m -I/home/ubuntu/webapps/hc-venv/include/python3.6m -c rcssmin.c -o build/temp.linux-x86_64-3.6/rcssmin.o
unable to execute 'x86_64-linux-gnu-gcc': No such file or directory
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
----------------------------------------
Failed building wheel for rcssmin
Running setup.py clean for rcssmin
Running setup.py bdist_wheel for rjsmin ... error
Complete output from command /home/ubuntu/webapps/hc-venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-ipfho29k/rjsmin/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-axnaq3w9 --python-tag cp36:
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-x86_64-3.6
copying ./rjsmin.py -> build/lib.linux-x86_64-3.6
running build_ext
building '_rjsmin' extension
creating build/temp.linux-x86_64-3.6
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DEXT_MODULE=_rjsmin -UEXT_PACKAGE -I_setup/include -I/usr/include/python3.6m -I/home/ubuntu/webapps/hc-venv/include/python3.6m -c rjsmin.c -o build/temp.linux-x86_64-3.6/rjsmin.o
unable to execute 'x86_64-linux-gnu-gcc': No such file or directory
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
```
```
Running setup.py bdist_wheel for rjsmin ... error
Complete output from command /home/ubuntu/webapps/hc-venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-cfntw7bo/rjsmin/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-ytqxu9_b --python-tag cp36:
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-x86_64-3.6
copying ./rjsmin.py -> build/lib.linux-x86_64-3.6
running build_ext
building '_rjsmin' extension
creating build/temp.linux-x86_64-3.6
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DEXT_MODULE=_rjsmin -UEXT_PACKAGE -I_setup/include -I/usr/include/python3.6m -I/home/ubuntu/webapps/hc-venv/include/python3.6m -c rjsmin.c -o build/temp.linux-x86_64-3.6/rjsmin.o
In file included from rjsmin.c:18:0:
_setup/include/cext.h:34:10: fatal error: Python.h: No such file or directory
#include "Python.h"
^~~~~~~~~~
compilation terminated.
```
|
6 years ago |
Pēteris Caune
|
1ea7902c86
|
Fix URL and icon
|
6 years ago |
Pēteris Caune
|
e4d0103544
|
Trello integration WIP
|
6 years ago |
Pēteris Caune
|
2078b45ad6
|
When filtering by tags, put the selected tags in the query string. Fixes #191
|
6 years ago |
Pēteris Caune
|
ba1357bcdc
|
It is now OK to autocomplete email fields.
|
6 years ago |
Pēteris Caune
|
9214265136
|
Separate sign up and login forms.
|
6 years ago |
Pēteris Caune
|
371eebe1f2
|
Disable autocomplete for email fields.
|
6 years ago |
Pēteris Caune
|
4acd6a16e8
|
Login form: rename the email box to "identity" to avoid some auto-signup bots
|
6 years ago |
Pēteris Caune
|
a58ce791c0
|
Improved layout & style, fixed hamburger menu in login page.
|
6 years ago |
Pēteris Caune
|
160aa191c8
|
"Docs > Third-Party Resources" page. Fixes #174, #68
|
6 years ago |
Pēteris Caune
|
59857a69c0
|
"Docs > Third-Party Resources" page. Fixes #174, #68
|
6 years ago |
Pēteris Caune
|
e5285b0816
|
Django 2.1.2
|
6 years ago |
Pēteris Caune
|
621e04e845
|
Change "[email protected] is not available" message to "[email protected] is already registed".
|
6 years ago |
Pēteris Caune
|
75fa27436e
|
Document "manage.py smtpd" in README, fixes #188
|
6 years ago |
Pēteris Caune
|
cf37439877
|
Timezones were missing in Details page, "Change Schedule" dialog. Fixed.
|
6 years ago |
Pēteris Caune
|
9e9c504e2d
|
Update plan names, nicer "Change Plan" form.
|
6 years ago |
Pēteris Caune
|
7cac2d91bc
|
Add "What Can I Monitor" section in the Welcome page.
|
6 years ago |
Pēteris Caune
|
1b962efe41
|
New styling for integrations on the Welcome page.
|
6 years ago |
Pēteris Caune
|
3a8056f0e2
|
Showcase the "Check Details" page and the badges
|
6 years ago |
Pēteris Caune
|
d77a1a7c60
|
v1.1.0
|
6 years ago |
Pēteris Caune
|
d2939ac9af
|
Include check's description in Slack messages.
|
6 years ago |
Pēteris Caune
|
78aca869c5
|
"Details..." instead of "Show Log..." in emails.
|
6 years ago |
Pēteris Caune
|
1b664a6b54
|
Wider content area in emails
|
6 years ago |
Pēteris Caune
|
7046e2410c
|
Checks have a "Description" field. Fixes #182
|
6 years ago |
Pēteris Caune
|
0a50962f2b
|
Drop the `trunc` template filter, Django has a built in `truncatechars` that does the same thing.
|
6 years ago |
Pēteris Caune
|
fdbe733df3
|
C# usage example. Fixes #127
|
6 years ago |
Pēteris Caune
|
1a5478dee9
|
Starting a changelog. Fixes #177
|
6 years ago |
Pēteris Caune
|
3c1f6baf24
|
django-compressor 2.2
|
6 years ago |
Pēteris Caune
|
367d45fcef
|
pytz 2018.5
|
6 years ago |
Pēteris Caune
|
20f611a075
|
requests 2.19.1
|
6 years ago |
Pēteris Caune
|
bee1cbca80
|
Better ellipsizing of long log lines.
|
6 years ago |
Pēteris Caune
|
7f6d6dcea1
|
Cleanup.
|
6 years ago |
Pēteris Caune
|
7e56eb883e
|
Fetch ping details using HTTP GET, not HTTP POST.
|
6 years ago |
Pēteris Caune
|
97b3b52df5
|
Testcases for the new code.
|
6 years ago |
Pēteris Caune
|
3ecd6bd422
|
Can toggle integrations in Details page by clicking on them.
|
6 years ago |
Pēteris Caune
|
8ab8e15c4e
|
Update document.title
|
6 years ago |
Pēteris Caune
|
8fa9a6f3f6
|
Fix local time / UTC switcher (it was getting reset on auto-updates).
|
6 years ago |
Pēteris Caune
|
3021e1c944
|
Fix redirects.
|
6 years ago |
Pēteris Caune
|
ecba1eb40b
|
More efficient log updates.
|
6 years ago |
Pēteris Caune
|
a883fe38aa
|
Log auto-refreshes in the details page.
|
6 years ago |
Pēteris Caune
|
04fede0897
|
Auto-refresh current status in log page.
|
6 years ago |
Pēteris Caune
|
8b01acefe2
|
Show 20 most recent pings by default.
|
6 years ago |
Pēteris Caune
|
8e7b05f96e
|
Gear icon links to Log page directly
|
6 years ago |
Pēteris Caune
|
458c4cfeeb
|
Hook up buttons in the log page.
|
6 years ago |
Pēteris Caune
|
ea8e08acd2
|
Log page redesign WIP
|
6 years ago |
Pēteris Caune
|
bf69e09dff
|
psycopg 2.7.5
|
6 years ago |