Commit Graph

55 Commits

Author SHA1 Message Date
James Brooks
3ac7492858 Remove old Tag commands, refactor migration etc 2019-07-12 11:08:25 +01:00
James Brooks
6810af48f7 Tag syncing is now done within the Component commands 2019-07-12 10:29:23 +01:00
Anne-Greeth van Herwijnen
57dd008064 Adds notify to test 2019-04-26 14:26:50 +02:00
Anne-Greeth van Herwijnen
9f42d55bb6 Oopsie in the docs 2019-04-26 14:17:55 +02:00
Anne-Greeth van Herwijnen
b5816a3340 Fix StyleCI 2019-04-26 13:12:30 +02:00
Anne-Greeth van Herwijnen
a86793079c Make maintenance also optional to notify subscribers 2019-04-26 11:50:15 +02:00
James Brooks
60a4c15d0e Merge pull request #2931 from nstapelbroek/feature/2895-custom-meta-descriptions-per-incident
Custom meta descriptions per incident
2019-01-27 14:31:34 +00:00
TakeMeNL
201322bb53 Resolve #3269 2018-12-14 21:46:45 +01:00
Nico Stapelbroek
43078e9c75 Merge branch '2.4' of github.com:CachetHQ/Cachet into feature/2895-custom-meta-descriptions-per-incident 2018-07-02 11:20:47 +02:00
James Brooks
b22f7abd28 Fix how tags are created. Fixes #3004 2018-06-18 21:28:46 +01:00
James Brooks
9accf90c32 Test for status changes before firing event. Fixes #3082 2018-06-17 17:52:34 +01:00
opengd
f74c5df97b Cast status to int on update component command 2018-06-14 09:14:27 +02:00
Nico Stapelbroek
95a76a77b7 Typehint the meta argument on the create and update incident commands 2018-03-19 07:22:45 +01:00
Nico Stapelbroek
b71c61ce7d Update a SEO title and description in the incident meta 2018-03-19 07:21:22 +01:00
Knight Tan
14366df3c4 align the rules for styleci 2018-01-21 21:59:04 +00:00
Knight Tan
d2975cd1eb added component and status to CreateIncidentUpdateCommand 2018-01-21 21:59:04 +00:00
Luis Henrique Mulinari
968bc6a3ce Code clean up. Remove some duplicate keys; Remove some unused parameters; Fix some FQCN; 2017-10-11 21:19:07 +02:00
James Brooks
7cfcf5e280 Fixes #2677 2017-09-09 13:16:50 +01:00
James Brooks
6d5d4811e4 Apply fixes from StyleCI (#2637)
[ci skip] [skip ci]
2017-07-17 21:33:57 +01:00
James Brooks
39718c7936 Fix lack of Command Validating middleware 2017-07-17 21:21:06 +01:00
James Brooks
bd34264d3c Merge pull request #2570 from CachetHQ/system-meta
Global Meta System
2017-06-13 22:47:23 +01:00
James Brooks
eb08648dca Don't cast status to int. Fixes #2563 2017-06-13 22:34:42 +01:00
James Brooks
f11c1edeee Implement creating of meta data and tests 2017-06-13 19:34:50 +01:00
James Brooks
4607d90401 Improve metric threshold 2017-03-18 11:15:43 +00:00
James Brooks
485116b5ce Rename incident bus 2017-03-18 09:41:33 +00:00
James Brooks
a55575656d Rename Bus Add to Create 2017-03-18 09:30:36 +00:00
James Brooks
2c1700f4da Fix validation for component groups 2017-02-27 19:47:44 +00:00
James Brooks
8725ab2b9b Component notifications can be silenced. Closes #2316 2017-02-06 18:59:05 +00:00
James Brooks
b8a9f41ae4 Integrate Mail, Nexmo and Slack notifications into Cachet 2017-01-04 19:51:20 +00:00
James Brooks
edfbb2384f Components can now be supplied meta data 2016-12-05 19:03:27 +00:00
James Brooks
105cff50b9 Added metric visibility options. Closes #2244 2016-12-04 16:54:36 +00:00
James Brooks
02b2e4c214 Added missing command tests 2016-12-02 15:12:01 +00:00
James Brooks
9dc80b4229 Edit the mail config from the dashboard and provide testing button 2016-11-29 18:31:37 +00:00
James Brooks
ebed68a7d8 Rewrite the entire scheduled maintenance implementation 2016-10-30 21:15:46 +00:00
James Brooks
a0f2d6642e Add incident column for when an incident occurred at (#2212)
Add incident column for when an incident occurred at. Closes #2208
[ci skip] [skip ci]
2016-10-29 17:25:52 +01:00
Nicolas Fagotti
b223da94a0 Add "Unknown" status to the available component statuses 2016-10-24 10:32:00 -03:00
James Brooks
468b2a0b7a Fix command validation rules 2016-10-19 12:29:35 +01:00
James Brooks
fe96a00b82 Incident templates cleanup (#2182)
Clean up Incident Templates, supply incident array to them by default
2016-10-14 08:03:19 +01:00
James Brooks
c94919f1b9 Backport Incident Updates from v3.0.0 2016-10-06 22:40:56 +01:00
Marius Palade
ad0954eb20 Add visibility to component groups (#2027)
Implement visibility for the components groups. Closes #1892

Add functional test that asserts a guest can only see public items.

* Fix tests not running due to hitting the Setup page.

The missing `boostrap/cachet/testing.php` file is now generated the first time tests are ran.

* Add a functional test that asserts logged in users can see all items.

Add constants for possible values for the visible column/field of the ComponentGroup model.
Code review changes.

* Add API tests for component group visibility feature.

* Implement the visibility hidden option for a component group. Fixes #1892.

Add migration for the created_by column, in component_groups table.
Add methods to the ComponentGroup and User models to be able to work with the created_by column.
Hidden component groups are no longer displayed on the index page for loggedin users.
Add functional test for the dashboard page.
Save owner on create/edit component group.
Update the API tests for Component group visibility feature.

* Replace auth() usage with app(Guard::class).

* Apply StyleCI fixes.

* Drop the hidden visibility feature and fix all tests.

Some code review fixes too.

* Rename public to visible since it's a reserved keyword. Apply StyleCI fixes and correct typo.

* Code review changes.

* Tidy up component and component groups gathering.

* Code review changes and StyleCI fixes.

* Code review changes.

* Remove extra whitespace

* Remove useless method.
2016-10-02 13:57:32 +01:00
Antoine GIRARD
1954cf26f3 Add stickied incident 2016-09-06 22:45:52 +02:00
James Brooks
6685ae96d8 Welcome all users to their status page 2016-08-23 13:09:47 +01:00
phecho
16557351ab Fixed typo 2016-08-08 14:45:47 +08:00
James Brooks
e15af44449 Standardise the team member commands. Closes #1881 2016-07-21 11:49:05 +01:00
James Brooks
467d29ca11 Use numeric validation for metric points. Fixes #1950 2016-07-10 10:37:00 +01:00
Graham Campbell
b64dd1e87e Properly fixed metric updating
// cc @jbrooksuk
2016-06-07 11:11:17 +01:00
James Brooks
cab030237b Set an order on metrics via the API. Closes #1874 2016-06-02 10:16:23 +01:00
James Brooks
cc102847f9 Specify components to subscribe to via API. Closes #1685 2016-05-08 16:26:59 +01:00
Joe Cohen
f1b61c7ef1 Applied fixes from StyleCI 2016-05-01 16:04:43 +01:00
Joseph Cohen
05bb91d2d9 Global subscribers and fix notifications 2016-05-01 16:04:43 +01:00