Sadayuki Furuhashi

Results 15 issues of Sadayuki Furuhashi

SQL Server doesn't allow users to set schema search path per connection. PostgreSQL allows it but it is fragile because embulk-input-jdbc doesn't understand PostgreSQL's search order. I think that all...

ssh and pssh commands were using the first element of search results but it doesn't work well when `tags` option is set at ~/.hotdog/config.yml and the first element is not...

Sorted result provides better visibility of the results. This is especially useful when display_search_tags option is set and search expression includes wildecards. If display_search_tags is set and search expression doesn't...

`WorkflowExecutor.enqueueReadyTasks` runs in follow steps: 1. Take at most `executor.enqueue_fetch_size` number of tasks 2. For each task, 2-1. Lock the task if the task is still ready 2-2. Enqueue the...

Some environments don't allow direct any outbound connections. Digdag client users in such environments need to use HTTP proxy to connect to digdag server. Idea here is to add support...

feature_request