Commit Graph

47 Commits

Author SHA1 Message Date
James Brooks
6d5ad36ae9 Move RSS into its own controller 2014-11-27 14:52:36 +00:00
Elliot Hesp
1bd3d0f21f Clean controllers 2014-11-26 16:08:47 +00:00
Elliot Hesp
af10821ef5 Added Component Repository into controller 2014-11-26 15:00:36 +00:00
Elliot Hesp
7c0b80f6a4 Changed namespacing to master CachetHq 2014-11-26 13:01:07 +00:00
Elliot Hesp
26e516f739 Breaking controllers down into namespaces 2014-11-26 11:41:57 +00:00
James Brooks
e6f9a1ecf1 Start pulling the dashboard into its own view structure, basic tabs for now 2014-11-25 22:41:38 +00:00
manavo
5ef33b0630 Fix indentation 2014-11-25 21:57:32 +00:00
James Brooks
23ed1ef23a Merge pull request #42 from jbrooksuk/api-update-component
API call to update existing components
2014-11-25 21:54:09 +00:00
Philip Manavopoulos
1a8c3ac559 Fix function name 2014-11-25 21:52:26 +00:00
James Brooks
a32c210611 Fixed bad method name 2014-11-25 21:51:36 +00:00
manavo
c3febdb490 API call to update existing components 2014-11-25 21:43:36 +00:00
James Brooks
39bc6a1648 Create and update a metric. 2014-11-25 21:35:52 +00:00
James Brooks
620a7ebcb5 Private functions should be prefixed with an _ 2014-11-25 20:31:19 +00:00
James Brooks
49f42b57c9 You can now get metrics 2014-11-25 20:31:07 +00:00
James Brooks
f60f861b1c Fully qualified class name 2014-11-25 20:28:15 +00:00
James Brooks
2c58ff812c Merge pull request #29 from jbrooksuk/write-api-started
Write api started
2014-11-25 12:41:15 +00:00
manavo
a4d3928916 Allow updating incidents from the API 2014-11-25 12:40:12 +00:00
manavo
325ed033ba Better validation 2014-11-25 12:27:34 +00:00
manavo
52e82f53a8 Group setting inputs, so we don't save the CSRF token in settings 2014-11-25 12:18:05 +00:00
manavo
e994f2a88a Save the user ID of who created the component or incident 2014-11-25 11:50:15 +00:00
manavo
e104a9a317 Create components and incidents from the API 2014-11-25 11:06:28 +00:00
manavo
683d3f2093 Get all incidents, get single incident, transformer for incidents 2014-11-25 10:30:42 +00:00
James Brooks
f9ceb70e50 API for returning incidents on a component, including incident_count 2014-11-25 09:40:54 +00:00
James Brooks
69a8811a48 Formatting 2014-11-25 08:57:41 +00:00
James Brooks
2fff40b18e Use fully qualified namespaces 2014-11-25 08:57:25 +00:00
James Brooks
a2c65d0e03 Self-contained condition expression 2014-11-24 20:53:00 +00:00
James Brooks
72314e40b5 Indent classes one level 2014-11-24 18:56:41 +00:00
manavo
7e6f62702f Endpoint for single component 2014-11-24 18:03:55 +00:00
manavo
9f54629359 Start of an API 2014-11-24 18:01:11 +00:00
James Brooks
d9b71ff792 Merge pull request #20 from manavo/components
Only show components section if we have some
2014-11-24 17:41:25 +00:00
manavo
93b0d3af13 Only show components section if we have some 2014-11-24 17:37:49 +00:00
James Brooks
040345dc68 Link back to the status page for now 2014-11-24 17:33:22 +00:00
manavo
2176e63ad9 Login page 2014-11-24 17:21:50 +00:00
manavo
66ddd7bd04 Don't save passwords in plaintext 2014-11-24 17:21:36 +00:00
James Brooks
ff37e13221 Merge pull request #16 from manavo/remember-input
Remember data inputted in the setup form when there are errors
2014-11-24 16:54:58 +00:00
manavo
abb20ab92d Remember data inputted in the setup form when there are errors 2014-11-24 16:53:57 +00:00
James Brooks
cbb7032119 Fix logout method call 2014-11-24 16:43:55 +00:00
manavo
2d4f364ffe Fix controller name 2014-11-24 16:34:34 +00:00
James Brooks
035f80ff50 Create the admin user on setup. 2014-11-24 15:54:56 +00:00
James Brooks
49c74da90e Added AuthController 2014-11-24 15:33:36 +00:00
James Brooks
f5765be597 Adds the DashboardController 2014-11-24 15:30:03 +00:00
James Brooks
ef5beddb07 Add basic setup page. NoSetupFilter now prevents access too. 2014-11-24 09:58:32 +00:00
James Brooks
e5a70aef0b Preparing a SetupController 2014-11-23 21:34:31 +00:00
James Brooks
8d4bf3f5ea Docbloc some things 2014-11-23 20:21:06 +00:00
James Brooks
929a9fc91d Drop BaseController 2014-11-17 11:40:37 +00:00
James Brooks
fab38a766d Basic output of incidents 2014-11-16 23:17:34 +00:00
James Brooks
083742b45b First commit, Laravel is setup! 2014-11-16 22:26:08 +00:00