.. |
20120728210244_devise_create_users.rb
|
initial commit
|
2013-03-09 22:36:12 -08:00 |
20120728215449_add_admin_to_users.rb
|
initial commit
|
2013-03-09 22:36:12 -08:00 |
20120919061122_enable_lockable_strategy_for_devise.rb
|
initial commit
|
2013-03-09 22:36:12 -08:00 |
20120919063304_add_username_to_users.rb
|
initial commit
|
2013-03-09 22:36:12 -08:00 |
20121216025930_create_events.rb
|
initial commit
|
2013-03-09 22:36:12 -08:00 |
20121220053905_create_agents.rb
|
initial commit
|
2013-03-09 22:36:12 -08:00 |
20121222074732_create_links.rb
|
initial commit
|
2013-03-09 22:36:12 -08:00 |
20121223203701_create_delayed_jobs.rb
|
initial commit
|
2013-03-09 22:36:12 -08:00 |
20121231170705_add_memory_to_agents.rb
|
initial commit
|
2013-03-09 22:36:12 -08:00 |
20130107050049_add_invitation_code_to_users.rb
|
initial commit
|
2013-03-09 22:36:12 -08:00 |
20130124050117_add_indexes.rb
|
initial commit
|
2013-03-09 22:36:12 -08:00 |
20130126080736_change_memory_to_long_text.rb
|
Only increase text field size for mysql.
|
2013-03-24 20:32:53 -07:00 |
20130509053743_add_last_webhook_at_to_agents.rb
|
add webhooks controller
|
2013-05-08 23:24:08 -07:00 |
20130819160603_create_agent_logs.rb
|
add Agent Logs; add logging to WebsiteAgent; refactor flash notices and add event notices
|
2013-08-24 22:46:57 -06:00 |
20131105063248_add_expires_at_to_events.rb
|
allow events to expire; fix spec
|
2013-11-05 00:31:58 -08:00 |
20131222211558_add_keep_events_for_to_agents.rb
|
add keep_events_for as an optional field for agents to decide how long to store events
|
2013-12-22 14:30:02 -08:00 |
20131223032112_switch_to_json_serialization.rb
|
Added to_i cast fixing String to number comparison error
|
2014-03-07 20:27:43 -05:00 |
20131227000021_add_cached_dates_to_agent.rb
|
add cached columns for event creation and last errors, reducing the number of SQL queries
|
2013-12-26 20:15:29 -05:00 |
20140121075418_create_user_credentials.rb
|
move user credentials to a primary route, update twitter agents and background job
|
2014-02-01 14:01:27 -08:00 |
20140127164931_change_handler_to_medium_text.rb
|
#141 change delayed_job.handler to mediumtext (16MB) like event.payload
|
2014-01-30 09:28:17 -05:00 |
20140210062747_add_mode_to_user_credentials.rb
|
add Ace editor for editing JavaScript in credentials
|
2014-02-09 23:16:52 -08:00 |
20140213053001_add_event_id_at_creation_to_links.rb
|
add Link, Event classes to migration and use find_each
|
2014-05-02 10:42:11 -04:00 |
20140216201250_add_propagate_immediately_to_agent.rb
|
minor fixes
|
2014-02-17 10:43:49 -05:00 |
20140403043556_add_disabled_to_agent.rb
|
[196-Disable] DB Migration
|
2014-04-09 20:39:28 +10:00 |
20140408150825_rename_webhook_to_web_request.rb
|
rename WebhooksController to WebRequestsController; refactor and support deprecated methods for now
|
2014-04-08 09:38:06 -07:00 |
20140505201716_migrate_agents_to_liquid_templating.rb
|
inline models into migration
|
2014-07-16 15:25:08 -04:00 |
20140509170420_create_scenarios.rb
|
add basic scaffold of scenarios, including the ability to add agents to scenarios, edit scenarios, and view scenarios. next step: import and export
|
2014-05-14 22:53:32 -07:00 |
20140509170443_create_scenario_memberships.rb
|
add basic scaffold of scenarios, including the ability to add agents to scenarios, edit scenarios, and view scenarios. next step: import and export
|
2014-05-14 22:53:32 -07:00 |
20140515211100_create_services.rb
|
Skip validations in the oauth migration
|
2014-06-14 20:00:31 +02:00 |
20140525150040_add_service_id_to_agents.rb
|
Add omniauth to let huginn consume oauth endpoints
|
2014-06-11 21:34:09 +02:00 |
20140525150140_migrate_agents_to_service_authentication.rb
|
Also show the upgrade warning in the services page
|
2014-08-26 22:28:25 +02:00 |
20140531232016_add_fields_to_scenarios.rb
|
allow exporting of a set of Agents with their links from a Scenario; Scenario guid is now generated and copied to export, as well as a source link when public
|
2014-05-31 23:36:33 -07:00 |
20140602014917_add_indices_to_scenarios.rb
|
Importing of Scenarios now works, creating any needed Agents by global guid
|
2014-06-04 22:26:56 -07:00 |
20140603104211_rename_digest_email_to_email_digest.rb
|
Fixes rename_digest_email_to_email_digest migration for PostgreSQL
|
2014-06-08 01:29:16 +02:00 |
20140605032822_add_guid_to_agents.rb
|
Importing of Scenarios now works, creating any needed Agents by global guid
|
2014-06-04 22:26:56 -07:00 |
20140722131220_convert_efa_skip_agent.rb
|
Remove the "skip_agent" option from EventFormattingAgent.
|
2014-07-22 23:06:42 +09:00 |
20140723110551_adopt_xpath_in_website_agent.rb
|
Look into options['extract'] for checking the extraction type.
|
2014-07-30 06:48:20 +09:00 |
20140730005210_convert_efa_skip_created_at.rb
|
Add EventDrop#created_at and drop (skip_)created_at from EventFormattingAgent.
|
2014-07-30 16:07:28 +09:00 |
20140809211540_remove_service_index_on_user_id.rb
|
Drop extra index
|
2014-08-09 14:19:36 -07:00 |
20140811200922_add_uid_column_to_services.rb
|
Index services by the users uid, disconnect agents if the service is
|
2014-08-11 23:13:57 +02:00 |
20140813110107_set_charset_for_mysql.rb
|
Do not refer to AbstractMysqlAdapter for checking the connection adapter type.
|
2015-02-25 19:06:43 +09:00 |
20140820003139_add_tag_color_to_scenarios.rb
|
Allow nullable tag colors for the scenario
|
2014-08-21 03:26:33 -03:00 |
20140901143732_add_control_links.rb
|
Squash migrations during the development of the scheduler_agent branch.
|
2014-09-03 17:07:29 +09:00 |
20140906030139_set_events_count_default.rb
|
Only update Agent's last_event_at on Event creation, not when Events are updated.
|
2014-09-05 20:19:39 -07:00 |
20150219213604_add_type_option_attribute_to_pushbullet_agents.rb
|
PushbulletAgent moved device creation to a before_validation callback
|
2015-02-24 20:26:31 +01:00 |