Akinori MUSHA
|
3c3380d44a |
Instruct MySQL users to set DATABASE_ENCODING to `utf8mb4`. |
10 years ago |
Andrew Cantino
|
77723a91d5 |
tables can be sorted; optimized Agents load slightly |
10 years ago |
Andrew Cantino
|
e26a6dcfbf |
remove unused method |
10 years ago |
Akinori MUSHA
|
5101cd5a8c |
Merge pull request #484 from knu/liquid-to_uri |
10 years ago |
Akinori MUSHA
|
ca6de90fc5 |
Add a new filter `to_uri`. |
10 years ago |
Akinori MUSHA
|
23bdb7be7b |
Define a default #to_s in Drop. |
10 years ago |
Akinori MUSHA
|
2db902a316 |
Prefer "stringify" over "stringize". |
10 years ago |
Akinori MUSHA
|
23f04ef822 |
Add endl. |
10 years ago |
Akinori MUSHA
|
2da33d2949 |
Prefer method_missing over defining individual methods. |
10 years ago |
Akinori MUSHA
|
10ce9d598b |
Merge remote-tracking branch 'knu/scheduler_agent' |
10 years ago |
Dominik Sander
|
3fa68bd1b3 |
Merge pull request #468 from dsander/job-management |
10 years ago |
Dominik Sander
|
b8afdd2983 |
Another attempt on travis bundler caching |
10 years ago |
Dominik Sander
|
ad25568003 |
Sort queued jobs by next run time, allow to queue failed jobs |
10 years ago |
Andrew Cantino
|
cfef98d468 |
Merge pull request #481 from cantino/event_update_should_not_touch_last_event_at |
10 years ago |
Andrew Cantino
|
0b732a7662 |
Merge remote-tracking branch 'origin/master' into event_update_should_not_touch_last_event_at |
10 years ago |
Andrew Cantino
|
47db27a003 |
reload to be clear |
10 years ago |
Dominik Sander
|
85bcc6c7d0 |
Just update the job list if no modal is shown |
10 years ago |
Andrew Cantino
|
9eee3dd922 |
Merge pull request #482 from ready4god2513/chores/dryup-code |
10 years ago |
Brandon Hansen
|
f54788edd8 |
Extracting un-dry sql to scope for reuse |
10 years ago |
Andrew Cantino
|
142bb35d4e |
Only update Agent's last_event_at on Event creation, not when Events are updated. |
10 years ago |
Brandon Hansen
|
4d7b89482c |
Remove case statement as it is redundant in the else |
10 years ago |
Akinori MUSHA
|
7c37fea1c5 |
Merge pull request #478 from knu/spring |
10 years ago |
Akinori MUSHA
|
8d3159a9f7 |
Introduce Spring for faster development. |
10 years ago |
Akinori MUSHA
|
23b074193f |
When the control action is `run`, control targets must be schedulable. |
10 years ago |
Akinori MUSHA
|
786b0f3d06 |
Oops, 30 is a multiple of fifteen. |
10 years ago |
Akinori MUSHA
|
38de860670 |
Make the "Controllers" field read-only. |
10 years ago |
Akinori MUSHA
|
10ecc8b7d2 |
Merge pull request #466 from knu/website_agent-response_drop |
10 years ago |
Akinori MUSHA
|
12f18398f1 |
Squash migrations during the development of the scheduler_agent branch. |
10 years ago |
Akinori MUSHA
|
99c3fc0309 |
Update db/schema.rb. |
10 years ago |
Akinori MUSHA
|
8dc5244e6e |
Merge remote-tracking branch 'origin/master' into scheduler_agent |
10 years ago |
Akinori MUSHA
|
2b493f548b |
Add specs for `interpolation_context#[]=` and `interpolate_with`. |
10 years ago |
Akinori MUSHA
|
77f03da94c |
Parenthesize the argument. |
10 years ago |
Akinori MUSHA
|
53eb531f50 |
Set a created job's scheduler_agent_id before it is first triggered. |
10 years ago |
Akinori MUSHA
|
51f8c8b805 |
Add some specs for our Rufus::Scheduler extension. |
10 years ago |
Akinori MUSHA
|
9a7f7fe6b6 |
Add NOT NULL contraints. |
10 years ago |
Akinori MUSHA
|
706ce8d997 |
Clone controller_target_ids too. |
10 years ago |
Akinori MUSHA
|
69d2273221 |
Add can_control_other_agents to the response hash of type_details. |
10 years ago |
Akinori MUSHA
|
46497f0b3f |
Fix control-link-region display toggling. |
10 years ago |
Akinori MUSHA
|
06ae684ff7 |
Use length rather than count when the relation should already be materialized. |
10 years ago |
Akinori MUSHA
|
95a067a4de |
Compare user_id's rather than user objects. |
10 years ago |
Akinori MUSHA
|
53067263cf |
Allow multiples of fifteen as seconds. |
10 years ago |
Akinori MUSHA
|
8065721b77 |
Rename "chain" to "control link" for clarity. |
10 years ago |
Akinori MUSHA
|
c21bada226 |
WebsiteAgent: Provide a variable _response_ for interpolation. |
10 years ago |
Akinori MUSHA
|
e2f2ff5da8 |
Remove "locals" from Drop classes and introduce a real context class. |
10 years ago |
Andrew Cantino
|
5a8206401a |
Merge pull request #473 from cantino/nullify_agent_log_event_refs |
10 years ago |
Andrew Cantino
|
1d3fbfbe52 |
Merge pull request #475 from cantino/human_task_agent_separate_events |
10 years ago |
Andrew Cantino
|
2c820e8af2 |
allow separate events for each answer in the HumanTaskAgent |
10 years ago |
Andrew Cantino
|
32a2a77143 |
Cleanup event references on AgentLogs when Events are deleted |
10 years ago |
Dominik Sander
|
250a244de5 |
Added specs for the HuginnScheduler |
10 years ago |
Dominik Sander
|
f27b6c5c21 |
Just keep the most recent 100 failed jobs + small improvements |
10 years ago |