1005 Commits

Author SHA1 Message Date
Pēteris Caune
8802fdcfef
Fix footer overlap. 2019-04-10 18:21:00 +03:00
Pēteris Caune
a4fde44e3a
Can configure the email integration to only report the "down" events. Fixes #231 2019-04-10 17:54:19 +03:00
Pēteris Caune
499720a156
Hide the "Confirmation Needed" notice if email channel verification is turned off. Update changelog. 2019-04-10 12:46:10 +03:00
Pēteris Caune
12f8ffcd80
Django==2.2, pytz==2019.1 2019-04-10 12:09:36 +03:00
Pēteris Caune
e870dca0b5
Don't show the search box if the project has no checks. 2019-04-03 11:07:03 +03:00
Pēteris Caune
9c41cf9732
Hide the search box on small screens. 2019-04-03 11:05:50 +03:00
Pēteris Caune
f750c5e3fc
Unused. 2019-04-02 13:21:17 +03:00
Pēteris Caune
dfc6c9fb1b
Tweak style to match top nav. 2019-04-02 13:16:56 +03:00
Pēteris Caune
0b90bb23ce
Merge base.html and base_project.html 2019-04-02 13:12:29 +03:00
Pēteris Caune
178b0ff95c
Show "Badges" and "Settings" in top navigation. Fixes #234 2019-04-02 11:51:35 +03:00
Pēteris Caune
7c13adbf18
Add the EMAIL_USE_VERIFICATION configuration setting. Fixes #232 2019-04-01 11:16:47 +03:00
Pēteris Caune
143c90674b
Update CHANGELOG for v1.6.0 2019-04-01 10:24:23 +03:00
Pēteris Caune
67800782f8
v1.6.0 2019-04-01 10:22:21 +03:00
Pēteris Caune
0b26956a97
Merge pull request #233 from ken8203/feature/update-croniter
Update croniter to 0.3.29
2019-03-27 09:49:30 +02:00
jaychung
cf16b288cc Update croniter to 0.3.29 2019-03-27 15:23:55 +08:00
Pēteris Caune
73e5c651af
Add Matrix to the landing page. 2019-03-21 15:49:16 +02:00
Pēteris Caune
740cda9507
Icon for Pager Team 2019-03-21 13:01:31 +02:00
Pēteris Caune
d7e977d599
Fix taglines, resize images. 2019-03-21 12:31:41 +02:00
Pēteris Caune
31d4582dc0
Merge pull request #229 from Furchin/master
Add Pager Team integration
2019-03-21 12:24:59 +02:00
Michal Bryc
e3c4fe167a high res pagerteam logo 2019-03-15 16:34:48 -07:00
Michal Bryc
65d9180fb8 high-res setup png 2019-03-15 16:33:52 -07:00
Michal Bryc
9b4c4482cb Always use "Pager Team" and use more descriptive tagline 2019-03-15 16:23:37 -07:00
Michal Bryc
de1369f24e Add missing space 2019-03-14 15:28:19 -07:00
Michal Bryc
53467bd7d4 Add pagerteam tests file which had been missed despite its existence 2019-03-14 14:58:03 -07:00
Michal Bryc
073bcb1f6f Add migration (autogenerated via manage.py makemigrations) 2019-03-14 11:03:52 -07:00
Michal Bryc
97ba6ad6b2 Remove duplicate pagerteam url 2019-03-14 11:03:35 -07:00
Michal Bryc
3a21f4e4c4 Add pager team templates 2019-03-13 22:11:49 -07:00
Michal Bryc
738aa8f1d6 Pager Team integration doesn't need a second image 2019-03-13 22:06:43 -07:00
Michal Bryc
5d368eb24e Clean migration 2019-03-13 22:05:49 -07:00
Michal Bryc
954d80b153 add pagerteam integration view 2019-03-13 22:03:35 -07:00
Michal Bryc
6f1ade98e2 Add more views 2019-03-13 22:03:24 -07:00
Michal Bryc
af685205e6 Update view 2019-03-13 21:02:25 -07:00
Michal Bryc
0adc6497b8 Add PagerTeam integration 2019-03-12 20:38:40 -07:00
Pēteris Caune
945a66ab0a
Management command for sending inactive account notifications 2019-03-13 00:38:34 +02:00
Pēteris Caune
acd55ce7f3
Note about DB_NAME and SQLite. 2019-03-13 00:34:07 +02:00
Pēteris Caune
cfb96304ca
Merge pull request #228 from toliger/env
Improve environment variables support
2019-03-13 00:13:41 +02:00
Timothée Oliger
a0a766b500
Improve environment variables support 2019-03-12 21:57:27 +01:00
Pēteris Caune
620fd0eb98
Matrix icon in checks list, integrations column. 2019-03-11 10:54:52 +02:00
Pēteris Caune
68b818a89b
Add Matrix environment variables to README 2019-03-10 11:50:13 +02:00
Pēteris Caune
212578c378
Fix tests. 2019-03-10 11:49:07 +02:00
Pēteris Caune
e294ae0e9b
Setup instructions for the Matrix integration. 2019-03-09 12:22:31 +02:00
Pēteris Caune
954ca4576b
Improved logic for displaying job execution times in log. Fixes #219 2019-03-01 14:39:44 +02:00
Pēteris Caune
468321fcd7
Typo 2019-03-01 14:36:47 +02:00
Pēteris Caune
37c9856e75
Merge pull request #226 from Furchin/master
Fix typo: "appropriate"
2019-02-28 10:32:10 +02:00
Michal Bryc
a95fec5ceb
Fix typo: "appropriate" 2019-02-27 16:51:40 -08:00
Pēteris Caune
cb1b792d6c
smtpd: get a new db connection for every incoming email. cc: #213 2019-02-27 16:44:03 +02:00
Pēteris Caune
100bc3c5e7
Fix a "invalid time format" in front.views.status_single on Windows hosts. Fixes #224 2019-02-27 16:23:57 +02:00
Pēteris Caune
290d46bc2a
Add maxlength attribute to HTML input=text elements. Fixes #225 2019-02-27 15:55:37 +02:00
Pēteris Caune
f8c0c20d34
Retire HipChat. 2019-02-25 22:31:27 +02:00
Pēteris Caune
f539e99652
Matrix integration WIP. cc: #175 2019-02-22 18:23:36 +02:00