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
|
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
|
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
|
73e5c651af
|
Add Matrix to the landing page.
|
2019-03-21 15:49:16 +02:00 |
|
Pēteris Caune
|
d7e977d599
|
Fix taglines, resize images.
|
2019-03-21 12:31:41 +02:00 |
|
Michal Bryc
|
9b4c4482cb
|
Always use "Pager Team" and use more descriptive tagline
|
2019-03-15 16:23:37 -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
|
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
|
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
|
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 |
|
Michal Bryc
|
a95fec5ceb
|
Fix typo: "appropriate"
|
2019-02-27 16:51:40 -08: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 |
|
Pēteris Caune
|
15a853bd8a
|
Escape asterisks in Slack messages. Fixes #223
|
2019-02-19 11:11:29 +02:00 |
|
Pēteris Caune
|
63b15d74a5
|
Fix refreshing of the checks page filtered by tags. Fixes #221
|
2019-02-15 21:24:05 +02:00 |
|
Pēteris Caune
|
5cbd99cb5c
|
Add the "desc" field (check's description) to API responses
|
2019-02-15 12:20:19 +02:00 |
|
Pēteris Caune
|
8c4e7ad0b1
|
Fix title.
|
2019-02-02 14:17:34 +02:00 |
|
Pēteris Caune
|
b0f4bd3fce
|
Show "grace" status in the "List of Projects" page. Fix the query for badges in top nav.
|
2019-02-02 00:08:00 +02:00 |
|
Pēteris Caune
|
62310a5181
|
Show overall project status in the top navigation menu and in the "Select Project" page. cc: #183
|
2019-02-01 23:25:12 +02:00 |
|
Pēteris Caune
|
ae77f0bbd5
|
Highlight current project.
|
2019-02-01 14:24:50 +02:00 |
|
Pēteris Caune
|
1b085a154b
|
"Don't have an account? Sign Up" line in the login page.
|
2019-02-01 14:14:55 +02:00 |
|
Pēteris Caune
|
0cceeffcd8
|
Handle the case where user has no projects.
|
2019-01-31 22:21:20 +02:00 |
|
Pēteris Caune
|
c4c657f5d4
|
Add "Transfer to Another Project" dialog in check's Details page.
|
2019-01-31 22:09:46 +02:00 |
|
Pēteris Caune
|
282c3d39cb
|
Template tweaks.
|
2019-01-29 19:27:14 +02:00 |
|
Pēteris Caune
|
f2ae573872
|
Reduce the usage of request.project.
|
2019-01-29 16:54:51 +02:00 |
|
Pēteris Caune
|
8dd91b247b
|
When user has no projects, don't auto-create a project.
|
2019-01-29 13:19:15 +02:00 |
|
Pēteris Caune
|
ac2a120ee8
|
"Create New Project" button in "My Projects" page.
|
2019-01-29 11:41:02 +02:00 |
|
Pēteris Caune
|
6b0d566922
|
"My Projects" page.
|
2019-01-29 10:59:10 +02:00 |
|
Pēteris Caune
|
4e6fa38ec6
|
Users can create and remove Projects -- WIP
|
2019-01-28 20:09:23 +02:00 |
|
Pēteris Caune
|
8623e9c25a
|
Add github.com/linuxserver/docker-healthchecks to "Third Party Resources" page.
|
2019-01-26 19:42:15 +02:00 |
|
Pēteris Caune
|
37337054c7
|
Add "API Access" to the pricing table
|
2019-01-22 23:53:27 +02:00 |
|
Pēteris Caune
|
87919dbc5a
|
Account Settings -> Project Settings
|
2019-01-22 23:52:59 +02:00 |
|
Pēteris Caune
|
229e2a3922
|
Admin improvements.
|
2019-01-22 18:18:11 +02:00 |
|
Pēteris Caune
|
f35f5893d8
|
Fix wording in the "Close Account" dialog.
|
2019-01-22 16:26:58 +02:00 |
|
Pēteris Caune
|
eaf49f2367
|
Don't switch projects when viewing the "Account Settings" page
|
2019-01-22 16:23:51 +02:00 |
|
Pēteris Caune
|
b12eb1ee75
|
Users switch between projects, not between accounts.
|
2019-01-22 15:58:07 +02:00 |
|
Pēteris Caune
|
b013a92c43
|
Move project-specific settings to a new "Project Settings" page
|
2019-01-22 15:44:54 +02:00 |
|
Pēteris Caune
|
64158c83a8
|
front.views.status uses project_id not user.username
|
2019-01-22 14:17:59 +02:00 |
|
Pēteris Caune
|
8eedf9d47b
|
Remove tooltips from channel icons
|
2019-01-22 13:50:40 +02:00 |
|
Pēteris Caune
|
14c67bdaa9
|
Fix team display in admin.
|
2019-01-22 11:21:42 +02:00 |
|
Pēteris Caune
|
a144bc762d
|
Fix the team member list in Account Settings > Team Access
|
2019-01-22 10:53:44 +02:00 |
|
Pēteris Caune
|
a5a45db7a8
|
Fix the sorting of projects in the top navigation dropdown menu.
|
2019-01-19 19:13:26 +02:00 |
|