Commit graph

1614 commits

Author SHA1 Message Date
Akinori MUSHA
8ea677607a Regenerate site icon files 2015-06-05 07:28:30 +09:00
Akinori MUSHA
4eedbe72b8 Strip generated PNG images of metadata 2015-06-05 07:26:37 +09:00
Akinori MUSHA
b737a77674 Restore support for Ruby 1.9 2015-06-05 07:25:58 +09:00
Akinori MUSHA
b1030a5d7f Declare the site icons in various sizes
These are auto-generated from the SVG icon by running `bin/rake icons`.
2015-06-03 22:10:33 +09:00
Akinori MUSHA
6a6ddc21f5 Use pry for Rails console 2015-06-03 14:33:34 +09:00
Andrew Cantino
0eaa52196d Merge pull request #833 from willyg302/master
Adding square icon and iOS assets
2015-06-01 13:51:44 -07:00
William Gaul
4889533fe0 Adding square icon and iOS assets 2015-05-30 12:17:44 -07:00
Andrew Cantino
285407caea Merge pull request #831 from cantino/website_agent_jsonpath_validation
add a validation that warns the user if they have not provided a path when using JSONPath
2015-05-28 00:57:37 -04:00
Andrew Cantino
84ebfa18cb add a validation that warns the user if they have not provided a path when using JSONPath 2015-05-26 21:16:52 -07:00
Dominik Sander
562f95a438 Fix JobController specs 2015-05-24 23:21:57 +02:00
Dominik Sander
f81ac006cf Fix JobsHelper#agent_from_job for ActiveJob 2015-05-24 23:03:38 +02:00
Andrew Cantino
f10e8d020c Merge pull request #788 from evaryont/jobs-show-agent-name
Show the agent's name and user in the jobs panel
2015-05-24 12:51:52 -04:00
Colin Shea
3ca2404f63 Move loading the agent instance to a helper
Also rescue when the agents haven't been loaded yet into memory. (Per @dsander &
@knu comments)
2015-05-24 04:13:58 -07:00
Andrew Cantino
79c89ee115 Merge pull request #777 from cantino/js_agent_can_be_dryrun
Allow JavaScriptAgent to dry run and have inline syntax highlighting
2015-05-23 18:53:47 -04:00
Andrew Cantino
552f70286d add back in editor update code 2015-05-23 15:28:50 -07:00
Andrew Cantino
ea1fb447ca Merge remote-tracking branch 'origin/master' into js_agent_can_be_dryrun 2015-05-23 15:22:12 -07:00
Akinori MUSHA
5743087ea9 Merge pull request #827 from cantino/diagram_toggle_disabled
Allow toggling disabled agents on an Agent Diagram
2015-05-22 14:51:20 +09:00
Akinori MUSHA
b4a7dce81d Show disabled agents by default 2015-05-21 15:38:21 +09:00
Akinori MUSHA
b8896f611c Omit the toggle button if there are no disabled agents 2015-05-21 13:53:05 +09:00
Akinori MUSHA
22eb2fa9ef Show the number of disabled Agents in the toggle button 2015-05-21 13:47:59 +09:00
Akinori MUSHA
b779471e13 Exclude disabled agents from Agent Diagram and add a toggle button 2015-05-20 23:57:58 +09:00
Akinori MUSHA
42e53c4b1c Remove superfluous CSS position specifiers 2015-05-20 23:27:31 +09:00
Akinori MUSHA
c4f67d7f68 Merge pull request #825 from cantino/dry_run_from_anywhere
Add "Dry Run" to the action menu
2015-05-20 19:42:28 +09:00
Akinori MUSHA
15378aa006 Add "Dry Run" to the action menu 2015-05-19 22:14:52 +09:00
Akinori MUSHA
cc4966daf4 Make sure DryRunnable does not affect normal run, and test #dry_run? also 2015-05-14 22:20:21 +09:00
Akinori MUSHA
316f0bfec6 Make sure a dry-run does not save Agent's memory 2015-05-14 22:16:21 +09:00
Akinori MUSHA
106058ab96 ImapFolderAgent: Enable dry-run 2015-05-14 21:16:53 +09:00
Akinori MUSHA
3ce41669b4 Use keyword arguments for Net::IMAP.new 2015-05-14 21:16:53 +09:00
Akinori MUSHA
40d6192070 Define DryRunnable#dry_run?
A dry-runnable Agent can use this method to decide if it should avoid
affecting unsandboxed resources, like calling an external API that
might change any state.
2015-05-14 21:16:53 +09:00
Akinori MUSHA
864152b871 Fix typos in the description 2015-05-14 21:16:53 +09:00
Dominik Sander
2e36f395f5 Merge pull request #821 from dsander/dj-env-config
Make delayed_job sleep_delay and max_run_time .env configurable
2015-05-14 10:19:20 +02:00
Dominik Sander
3e085512ff Make delayed_job sleep_delay and max_run_time .env configurable 2015-05-13 22:20:23 +02:00
Akinori MUSHA
cf5f96cb59 Call Dotenv.overload after Dotenv::Railtie.load is called
`dotenv-rails` calls `Dotenv::Railtie.load` when `Huginn::Application`
is defined, so the `Dotenv.overload` call should be moved here.
2015-05-14 02:47:33 +09:00
Akinori MUSHA
db33fc7eed Use nested groups 2015-05-13 23:58:12 +09:00
Akinori MUSHA
067dde298c Improve how to list Heroku specific gems 2015-05-13 19:14:36 +09:00
Akinori MUSHA
90ff0afd17 Upgrade dotenv-rails to 2.0.1 2015-05-13 17:30:39 +09:00
Akinori MUSHA
9640c05610 Upgrade spring to 1.3.6 2015-05-13 17:30:39 +09:00
Akinori MUSHA
5641e0b309 ImapFolderAgent: Handle a mail without a body
This addresses #745.
2015-05-13 17:29:59 +09:00
Andrew Cantino
9a7ebc09b7 Merge remote-tracking branch 'origin/master' into js_agent_can_be_dryrun 2015-05-09 21:10:10 -07:00
Andrew Cantino
8463ca0d6b fix spec 2015-05-09 14:35:11 -07:00
Andrew Cantino
e6903a8e61 ignore new lines 2015-05-09 14:08:39 -07:00
Andrew Cantino
5067104d5e make create_event in dry_run work the same as the normal one; fix width of editor 2015-05-09 14:05:57 -07:00
Andrew Cantino
1a43bd2907 Merge pull request #812 from younata/master
Add 'unescapeHTML' functionality to the javascript agent.
2015-05-09 17:02:00 -04:00
Andrew Cantino
cef7f1df6a Merge pull request #816 from cantino/bump_weibo_2
bump weibo_2 due to a security issue with rest-client
2015-05-08 22:29:23 -04:00
Andrew Cantino
40909b35b9 Merge remote-tracking branch 'origin/master' into bump_weibo_2 2015-05-08 18:43:00 -07:00
Andrew Cantino
6067c0fbf4 bump weibo_2 due to a security issue with rest-client 2015-05-07 08:25:12 -07:00
Rachel Brindle
c6c5fed84d Add functionality to escape html strings to the javascript agent
renames unescapeHTML to unescapeHtml, and updates the description to mention these two methods.
2015-05-03 13:04:59 -07:00
Andrew Cantino
e38e911ee3 Merge pull request #814 from cantino/try_updating_twitter
update twitter and twitter-stream for the secuity issue in the http gem
2015-05-03 15:14:23 -04:00
Dominik Sander
8e361f8d59 Merge pull request #778 from dsander/active-job
Use ActiveJobs interface
2015-05-03 11:29:53 +02:00
Andrew Cantino
d23e168146 update twitter and twitter-stream for the secuity issue in the http gem 2015-05-02 13:47:12 -07:00