Andrew Cantino
|
142bb35d4e |
Only update Agent's last_event_at on Event creation, not when Events are updated. |
преди 10 години |
Akinori MUSHA
|
7c37fea1c5 |
Merge pull request #478 from knu/spring |
преди 10 години |
Akinori MUSHA
|
8d3159a9f7 |
Introduce Spring for faster development. |
преди 10 години |
Akinori MUSHA
|
10ecc8b7d2 |
Merge pull request #466 from knu/website_agent-response_drop |
преди 10 години |
Akinori MUSHA
|
2b493f548b |
Add specs for `interpolation_context#[]=` and `interpolate_with`. |
преди 10 години |
Akinori MUSHA
|
c21bada226 |
WebsiteAgent: Provide a variable _response_ for interpolation. |
преди 10 години |
Akinori MUSHA
|
e2f2ff5da8 |
Remove "locals" from Drop classes and introduce a real context class. |
преди 10 години |
Andrew Cantino
|
5a8206401a |
Merge pull request #473 from cantino/nullify_agent_log_event_refs |
преди 10 години |
Andrew Cantino
|
1d3fbfbe52 |
Merge pull request #475 from cantino/human_task_agent_separate_events |
преди 10 години |
Andrew Cantino
|
2c820e8af2 |
allow separate events for each answer in the HumanTaskAgent |
преди 10 години |
Andrew Cantino
|
32a2a77143 |
Cleanup event references on AgentLogs when Events are deleted |
преди 10 години |
Akinori MUSHA
|
3afd215457 |
Merge pull request #464 from knu/heroku_button |
преди 10 години |
Akinori MUSHA
|
ac7cd8ce5e |
Merge pull request #414 from knu/set_charset_for_mysql |
преди 10 години |
Akinori MUSHA
|
3c9dd9a8a4 |
Update the Heroku instructions. |
преди 10 години |
Akinori MUSHA
|
f84a9c24eb |
Fix app_name. |
преди 10 години |
Akinori MUSHA
|
4c938f14e5 |
Make `to_xpath` stringize a non-string operand as the standard filters do. |
преди 10 години |
Akinori MUSHA
|
d378795176 |
Merge pull request #462 from knu/liquid-to_xpath |
преди 10 години |
Akinori MUSHA
|
df907c0290 |
Extend the spec to give a better idea on how to use `to_xpath`. |
преди 10 години |
Akinori MUSHA
|
3cb29326fa |
Merge pull request #465 from knu/move_save_button_up |
преди 10 години |
Dominik Sander
|
fcc9defccd |
Merge pull request #467 from dsander/hipchat-username |
преди 10 години |
Dominik Sander
|
daca2fd7b6 |
HipChatAgent: username length limit is 15 chars |
преди 10 години |
Akinori MUSHA
|
64802bd457 |
`uri_escape`: Do not fail when nil is given. |
преди 10 години |
Akinori MUSHA
|
c706bebcc1 |
Add a dedicated validator for interpolation. |
преди 10 години |
Akinori MUSHA
|
3e0741d100 |
Agent#valid?: Rescue Liquid::Error and save it in errors. |
преди 10 години |
Akinori MUSHA
|
381a338c6c |
Move the Save button right under the options. |
преди 10 години |
Akinori MUSHA
|
f722d646b7 |
Do not lose payload data when locals is given. |
преди 10 години |
Akinori MUSHA
|
171a8ba90d |
Place a "Deploy to Heroku" button. |
преди 10 години |
Akinori MUSHA
|
6691e6db98 |
Support installation via Heroku button. |
преди 10 години |
Akinori MUSHA
|
5675ecf79b |
Add app.json. |
преди 10 години |
Akinori MUSHA
|
857b8ea969 |
Merge remote-tracking branch 'origin/master' into set_charset_for_mysql |
преди 10 години |
Akinori MUSHA
|
0227496669 |
Clean up code with `mode`. |
преди 10 години |
Akinori MUSHA
|
212344ac3a |
Merge pull request #463 from knu/website_agent-refactor-check_url |
преди 10 години |
Dominik Sander
|
74ced66beb |
Merge pull request #324 from dsander/omniauth |
преди 10 години |
Dominik Sander
|
a144c2dae7 |
Also show the upgrade warning in the services page |
преди 10 години |
Akinori MUSHA
|
2a9483bf06 |
Merge branch 'refactor-drop' |
преди 10 години |
Akinori MUSHA
|
a93bb2674e |
Refactor Drop classes. |
преди 10 години |
Akinori MUSHA
|
432f952b0a |
Refactor WebsiteAgent#check_url. |
преди 10 години |
Akinori MUSHA
|
0c490aa82d |
Add a Liquid filter `to_xpath`, which quotes a string for use in XPath expression. |
преди 10 години |
Akinori MUSHA
|
863e2b8c70 |
WebsiteAgent should interpolate values from incoming event payload. |
преди 10 години |
Akinori MUSHA
|
aa94c119d6 |
Merge pull request #461 from knu/user-defined-event_description |
преди 10 години |
Akinori MUSHA
|
ba7dbceb7a |
Omit option details from event_description of WebsiteAgent. |
преди 10 години |
Akinori MUSHA
|
fd0d9ed930 |
Implement event_description of EventFormattingAgent. |
преди 10 години |
Akinori MUSHA
|
e483061bed |
Add a spec for LiquidInterpolatable::Filters. |
преди 10 години |
Akinori MUSHA
|
cb71c84842 |
Remove trailing commas from JSON examples. |
преди 10 години |
Akinori MUSHA
|
393e3c4ddc |
Follow the default collation of Rails rather than MySQL. |
преди 10 години |
Akinori MUSHA
|
66d1ac07c8 |
Fall back utf8mb4 to utf8 if the server does not support it. |
преди 10 години |
Akinori MUSHA
|
59482ee937 |
Add support for Ruby 1.9.x. |
преди 10 години |
Akinori MUSHA
|
db792cdd82 |
Set charset/collation properly for each text column if using MySQL. |
преди 10 години |
Dominik Sander
|
6b4ca6365d |
Select the current service if an agent already exists when importing a |
преди 10 години |
Dominik Sander
|
858dcdca8f |
Merge branch 'master' into omniauth |
преди 10 години |