Commit Graph

58 Commits

Author SHA1 Message Date
Graham Campbell a1e91be91c Fixed seeding 2015-01-01 16:00:19 +00:00
Graham Campbell 117924e6e3 Fix seeder imports 2015-01-01 15:58:23 +00:00
James Brooks ba24899fd1 Merge pull request #176 from Jamesking56/seeding-fixes
Fixed seeding (for development purposes)
2015-01-01 14:50:05 +00:00
James King e405c2be12 Fixed seeding (for development purposes) 2015-01-01 14:38:45 +00:00
Graham Campbell f0f35b07bf Cleanup migration files 2015-01-01 13:53:31 +00:00
Graham Campbell 46d5b74d2e CS fixes 2015-01-01 13:42:27 +00:00
James Brooks a0aed6757d CI fixes 2015-01-01 13:40:02 +00:00
James Brooks 6ab16f98ab Components can now be re-ordered, closes #165 2015-01-01 13:37:47 +00:00
James Brooks 665d24815f Actually, there is no need for PGSQL changing on this migration 2014-12-31 17:55:06 +00:00
James Brooks 31280732be No backticks 2014-12-31 17:53:05 +00:00
James Brooks 4919856097 This should be pgsql 2014-12-31 17:51:13 +00:00
James Brooks e136a8df83 Fixes #162 2014-12-31 17:49:09 +00:00
Graham Campbell e5a4325177 CS fix 2014-12-31 12:08:43 +00:00
James Brooks 3c9478cdc4 Settings should hold LONGTEXT for app banners 2014-12-31 12:02:04 +00:00
Graham Campbell 509f582539 CS fixes 2014-12-30 18:19:22 +00:00
James Brooks 332a2b43b0 Don't be so hacky 2014-12-30 15:19:37 +00:00
James Brooks f4f691ab46 Closes #126, components can have links and tags. 2014-12-30 15:14:55 +00:00
James Brooks d18c2a04e4 Sleep between seed for incidents 2014-12-30 14:01:23 +00:00
Graham Campbell 540f9aa538 CS fixes 2014-12-28 16:07:18 +00:00
James Brooks e684826309 component_id no longer needs to be set 2014-12-27 20:39:59 +00:00
Graham Campbell 5f93290a0f CS fix 2014-12-26 21:53:00 +00:00
Graham Campbell a8e31233ef CS fix 2014-12-26 21:51:43 +00:00
Aaron C. de Bruyn 4b5cc5a4a1 More style fixes 2014-12-24 17:02:51 -08:00
Aaron C. de Bruyn 8d67cfad8e Style cleanup 2014-12-24 14:56:32 -08:00
Aaron C. de Bruyn 593cb915ff Account for differences between mysql and postgresql. Closes GH-89 2014-12-24 14:31:59 -08:00
Aaron C. de Bruyn f81e54e493 fix rename -> renameColumn introduced in 072f5885a 2014-12-24 14:31:39 -08:00
Aaron C. de Bruyn 94cebe8d0d Remove incompatible backticks from migration. Closes GH-90 2014-12-24 13:00:34 -08:00
James Brooks 59ef8ef06a Drop the move column migration, it's annoying but hey-ho. 2014-12-23 21:49:43 +00:00
James Brooks 072f5885ad Fix renaming of table columns for other database drivers 2014-12-23 21:43:18 +00:00
Graham Campbell 3d0f733c3c Removed some unneeded files 2014-12-21 11:39:36 +00:00
Graham Campbell 9d8d89248f CS fixes 2014-12-20 21:20:17 +00:00
James Brooks d66551c7a3 Migration for soft dletes 2014-12-13 13:52:31 +00:00
James Brooks 8aa6ba7423 Session table 2014-12-13 12:22:13 +00:00
James Brooks f68383427a Create incidents from the dashboard index 2014-12-13 12:22:06 +00:00
James Brooks 49d8321539 Moved the user_id column 2014-12-01 15:47:46 +00:00
James Brooks c3a152ecf9 Fix Incident seeder 2014-12-01 12:53:14 +00:00
James Brooks e0dd2ef909 Rename component.component to component_id with relationship name change 2014-12-01 12:21:44 +00:00
James Brooks b7d49568f6 Fix IncidentTableSeeder by seeding user_id with user#1 2014-11-27 14:12:29 +00:00
James Brooks baee247363 Created the services table 2014-11-26 16:42:41 +00:00
James Brooks 68c90abc30 Seed Components with user_id for what will be the default user 2014-11-26 11:09:41 +00:00
James Brooks 97ec6eceb9 Fix bad var name for components 2014-11-26 11:08:30 +00:00
James Brooks 6d218f5c61 Added subscribers migration with accompanying model 2014-11-25 16:09:03 +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 e994f2a88a Save the user ID of who created the component or incident 2014-11-25 11:50:15 +00:00
James Brooks e5aea08da1 Create metric migrations and models 2014-11-25 11:19:20 +00:00
James Brooks 7dd54010a2 Incidents belong to a component. Tidy and docbloc code too. 2014-11-25 09:08:04 +00:00
James Brooks 0bb95937b0 Create IncidentTemplate migration and model. 2014-11-24 16:49:07 +00:00
James Brooks 27b3a128bd Create the users table 2014-11-24 15:43:24 +00:00
James Brooks 69105b3828 Create migrations and models for Web Hooks 2014-11-22 14:01:01 +00:00
James Brooks 12975ca98a Fix the tinyInteger default value on MySQL 2014-11-20 19:32:29 +00:00