You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Made the Transformer interface in concourse-import framework a FunctionalInterface.
Added logic to plugins to signal to Concourse Server when initialization has completed.
Added functionality to get the host Concourse Server directory from the import CLI and server-side management CLIs.
Added support for defining custom importers in an importers directory within the Concourse Server instance directory.
Added a --annotate-data-source option to the import CLI that will cause imported records to have the name of the source file added to the __datasource key.
Added support for specifying the id of the record into which data should be inserted within the JSON blob that is passed to the insert method.
Added method to TrackingMultimap that measures the spread/dispersion of the contained data.
Fixed a race condition bug in the concourse-ete-test framework.
Fixed bug that caused a preference for using random ports outside the ephemeral range.
Changed the plugin configuration to no longer require setting remote_debugger = on to enable remote debugging; now it is sufficient to just specify the remote_debugger_port preference.