6160 Commits

Author SHA1 Message Date
James Brooks
a4a7bccaa7 Fix settings log 2018-06-25 21:49:07 +01:00
James Brooks
cf771097ea Fix TestListener 2018-06-25 21:49:07 +01:00
James Brooks
3f4c423005 Use Analyzer and fix several issues 2018-06-25 21:49:07 +01:00
James Brooks
e37c882dfe Update PHPUnit classes 2018-06-25 21:48:27 +01:00
James Brooks
5f1a624cb9 Update exception displayers 2018-06-25 21:48:27 +01:00
James Brooks
726ded7746 Drop support for PHP 5.6 2018-06-25 21:48:27 +01:00
James Brooks
f86dbe87c3 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-06-25 21:48:27 +01:00
James Brooks
57aef06927 Install Laravel 5.6 2018-06-25 21:48:27 +01:00
James Brooks
bdacc81b8d
Merge pull request #3103 from CachetHQ/incident-notifications-flag
Add notifications column to incidents
2018-06-25 08:56:45 +01:00
James Brooks
bb097a1dad
Merge pull request #3134 from anthonybocci/2.4
Create documentation about incidents and metrics
2018-06-25 08:51:04 +01:00
James Brooks
7544618827
Merge pull request #3135 from CachetHQ/l10n_2.4
New Crowdin translations
2018-06-25 07:35:27 +01:00
Cachet Bot
e97938feab New translations notifications.php (Hungarian) 2018-06-25 06:40:09 +01:00
Cachet Bot
fd1689937f New translations pagination.php (Hungarian) 2018-06-25 06:40:08 +01:00
Cachet Bot
f4172d4a6e New translations cachet.php (Hungarian) 2018-06-25 06:40:07 +01:00
Anthony Bocci
360f163a88 Create documentation about incidents
Explain what is and how to use an incident.
2018-06-23 15:42:36 +02:00
Anthony Bocci
02ec0ad71a Create documentation about metric creation. 2018-06-23 15:23:39 +02:00
Anthony Bocci
6f6e17626c Create documentation on what is a metric 2018-06-23 14:51:44 +02:00
Anthony Bocci
3e960c4a55 Create the component statuses documentation
The component-status.md file is based on the online version at:
https://docs.cachethq.io/docs/component-statuses
2018-06-23 14:31:37 +02:00
James Brooks
e04f28914f
Merge pull request #3133 from anthonybocci/2.4
Continue the documentation (api, faq, addons)
2018-06-23 13:10:52 +01:00
Anthony Bocci
6049639c09 Create the third-party integrations documentation
The third-party-integrations.md file is based on the online version at:
https://docs.cachethq.io/docs/addons
2018-06-23 13:17:51 +02:00
Anthony Bocci
f24f51ef36 Add question about subscribe button
Often, people are asking "Why isn't my subscribe button enabled?", so
the answer is now in the documentation.
2018-06-23 13:17:51 +02:00
Anthony Bocci
9ae1bd29df Move the API documentation in its own directory 2018-06-23 13:17:51 +02:00
Anthony Bocci
b282fa0eed Create the API authentication documentation
The api-authentication.md file is based on the online version at:
https://docs.cachethq.io/docs/api-authentication
2018-06-23 13:17:51 +02:00
James Brooks
c9f10a907f
Merge pull request #3131 from anthonybocci/2.4
Create setup documentation
2018-06-23 11:43:43 +01:00
Anthony Bocci
578a7dda72 Remove not used file
Cachet setting documentation has been splited into many files, so this
one is no longer useful.
2018-06-22 22:01:35 +02:00
Anthony Bocci
83d22e957b Fix markdown issue
Markdown is tested on Dillinger.io and the interpreter is not exactly
the same as the one on Github, so I fix the Markdown to be more
readable.
2018-06-22 22:00:32 +02:00
Anthony Bocci
33ef9753fb Create the beacons documentation
The beacons documentation file is based on the online version at:
https://docs.cachethq.io/docs/beacons
2018-06-22 21:51:58 +02:00
Anthony Bocci
14fec3f887 Create the configuring-subscribers documentation
The configuring-subscribers.md documentation file is based on the online
version at: https://docs.cachethq.io/docs/setup-subscribers
2018-06-22 21:47:33 +02:00
Anthony Bocci
925e2d14a2 Create configuring mail documentation
The configuration mail documentation is based on the online version at:
https://docs.cachethq.io/docs/configuring-mail
2018-06-22 21:44:21 +02:00
Anthony Bocci
dc2cd30706 Create configuring-queue documentation
The configuring-queue.md documentation is based on the online version
at: https://docs.cachethq.io/docs/configuring-the-queue
2018-06-22 21:32:50 +02:00
Anthony Bocci
9fef9b227c Create CORS documentation
The cors.md file is based on the online version at:
https://docs.cachethq.io/docs/cors
2018-06-22 21:02:45 +02:00
Anthony Bocci
ae272e3707 Create the prerequisites documentation
The prerequisites.md file documentation is based on the online version:
https://docs.cachethq.io/docs/prerequisites
2018-06-22 20:53:53 +02:00
Anthony Bocci
1061aa7897 Move installation.md into a setup/ directory
A global 'setup/' directory will contain all about installation/setup
2018-06-22 20:40:29 +02:00
James Brooks
40d2512a05 Fix path name 2018-06-22 08:56:37 +01:00
James Brooks
ca4729e880 Fix location 2018-06-22 08:55:47 +01:00
James Brooks
6ab76ea43b Add sponsorship 2018-06-22 08:55:07 +01:00
James Brooks
1986928d68
Merge pull request #3127 from anthonybocci/2.4
Complete the installation documentation
2018-06-21 20:52:31 +01:00
Anthony Bocci
01a83f9403 Complete the installation documentation
The documentation was hosted online, but the "installation" part is now
in Markdown.
2018-06-21 21:37:00 +02:00
James Brooks
ebe54cfc36 PHP 7.2 is not supported yet 2018-06-21 20:19:36 +01:00
James Brooks
7ada666d32
Merge pull request #3126 from anthonybocci/2.4
Begin document about installation
2018-06-21 20:12:10 +01:00
Anthony Bocci
9f051c1e4f Begin document about installation
Documentation was hosted at
https://docs.cachethq.io/docs/installing-cachet, it has been rewritten
in Markdown untill `Running Cachet on Apache`
2018-06-21 21:05:58 +02:00
James Brooks
22221de851 Add delete component 2018-06-21 20:00:43 +01:00
James Brooks
a1846ab1fd Update FAQ contents 2018-06-21 19:49:46 +01:00
James Brooks
8ea2e57eea Start work on new API format 2018-06-21 19:49:33 +01:00
James Brooks
b3f46c812b
Create README.md 2018-06-21 18:08:55 +01:00
James Brooks
0170201c9a
Create api-documentation.md 2018-06-21 18:07:50 +01:00
James Brooks
8bde3c3fdb
Create setting-up-cachet.md 2018-06-21 18:07:20 +01:00
James Brooks
419a75a688
Create getting-started.md 2018-06-21 18:05:47 +01:00
James Brooks
4fdc365f58
faq.md 2018-06-21 18:05:05 +01:00
James Brooks
5d90ed2df1
Create docs directory 2018-06-21 18:04:20 +01:00