Skip to content

Releases: jdunkerley/AlteryxAddIns

Bug Fix for DateTimeInput

09 May 21:42
Compare
Choose a tag to compare
Pre-release
  • Fix StartOfQuarter and EndOfPreviousQuarter in DateTimeInputTool
  • Rename RandomNumberDistribution property back to Property
  • Improved Unit Test Workflows for Tools

#2017-07-17# Updated Install.bat and Uninstall.bat

Fix XML Input

21 Apr 16:51
Compare
Choose a tag to compare
Fix XML Input Pre-release
Pre-release
  • Bug fix: XmlSerialiser could not deserialize
  • Added unit test for XML Input Tool
  • Bug fix: Unit Test compare macro had a bug with NULL values.

NuGet pakages, New installer, XML Input

18 Apr 09:22
Compare
Choose a tag to compare
Pre-release

The end of JDTools :(, Long live the Omnibus :)

  • First release of both OmniBusRegex and the OmniBus tools in a single release
  • New Tool: XML Input
    • Read an XML file into path and value
    • Walkthrough of how to put together
  • Restructured the code base to be NuGet based
    • OmniBus.Framework.Shared: common interfaces and tool
    • OmniBus.Framework: BaseEngine and associated pieces
    • OmniBus.Framework.GUI: BasePlugin and new installer system
    • Designed to be moved to HTML UI in future versions
  • New PowerShell Installer
    • Development and release install scripts
  • Complete move away from JDTools name
  • Improved UnitTest script (taken from the AlteryxFormulaAddIns project)
    • Relative paths for all resources
    • Tested on both 10.6 and 11 now
  • New Release script to simplify creating a release
  • Add MIT license and add libraries used to README.md

HTML Regex Patch

14 Mar 23:02
Compare
Choose a tag to compare
HTML Regex Patch Pre-release
Pre-release

Fix CSS and a few event hooks
Add Split to Columns

HTML RegEx Tool

11 Mar 23:00
Compare
Choose a tag to compare
HTML RegEx Tool Pre-release
Pre-release

An experiment in HTML UIs

Alteryx Omnibus, Roslyn ...

06 Oct 20:01
Compare
Choose a tag to compare
Pre-release

Major overhaul of the framework and a lot of tidying up.

Now called Alteryx Omnibus (as better name!)

First PofC Roslyn tool.

HexBins, Test Workflow, .Net 4.5 and Install Fix

23 Mar 22:50
Compare
Choose a tag to compare

HexBin

  • A new tool replicating the calculation of HexBins found within Tableau

Random Number

  • Tool uses shared default Random generator to avoid issue where two tools next to each other used same seed

Install Script

  • Now uses PowerShell to unblock the files allowing Alteryx to run them

Unit Test Flow and Workflows

  • New UnitTestRunner - need the CReW macros
  • Fixes to all the workflows
  • New sample csv data

Other tweaks

  • Tools now report the progress to the engine (the % complete now appears)
  • Tools now report to the engine on completion (Green box now appears)
  • Move to .Net 4.5
  • Remove some unused references from the project

Cultures, Icons, Random Numbers...

07 Mar 22:49
Compare
Choose a tag to compare
Pre-release
  • Update to Icons to be more in keeping with Alteryx built in tools
  • Rename and restructure of tools and library
  • PropertyGrid now has descriptions on config options
  • New samples collection for release

Culture Aware Parsing

  • Added culture support to DateTimeParser
  • Added string formatter tool to output formatted strings to the workflow
  • Added culture aware NumberParser

Hash Function Tool

  • Create various hash codes for strings

Random Number

  • Generate random numbers
  • Supports seed value so can be repeatable
  • Support for different distributions (Uniform, Triangular, Normal and LogNormal) (based off Math.Net Numerics)

Different Registry key to find Alteryx

01 Mar 16:24
Compare
Choose a tag to compare
Pre-release

Changes registry key read by Install and Uninstall batch files

Improved Install script and missing icon

01 Mar 13:14
Compare
Choose a tag to compare

Updated Install.bat
Added Uninstall.bat
Added Icon for DateTimeParser