Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fireant 1.0 Rewrite #151

Merged
merged 163 commits into from
Sep 14, 2018
Merged

Fireant 1.0 Rewrite #151

merged 163 commits into from
Sep 14, 2018

Commits on Jan 19, 2018

  1. Initial commit of 1.0

    twheys committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    2430f79 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

  1. Added highcharts transformer

    twheys committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    6bc009e View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2018

  1. Configuration menu
    Copy the full SHA
    d590d18 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2018

  1. Configuration menu
    Copy the full SHA
    7f2dc5a View commit details
    Browse the repository at this point in the history
  2. Added fix for aligning weekdays through leap years when querying YoY …

    …references using a weekly interval on Vertica
    twheys committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    32d2e20 View commit details
    Browse the repository at this point in the history
  3. Cleaned up, addressed PR comments, and changed the highcharts transfo…

    …rmer to no longer use plotOptions for the datetime index, since there might be breaks in the data.
    twheys committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    13fff75 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2018

  1. Configuration menu
    Copy the full SHA
    f1b1c7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fad225 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a1d21d View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2018

  1. Polish and fixes for 1.0.0

    twheys committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    a7a5530 View commit details
    Browse the repository at this point in the history
  2. Added pandas transformer

    twheys committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    c7d8b0b View commit details
    Browse the repository at this point in the history
  3. Added CSV transformer

    twheys committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    af32d03 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2018

  1. Configuration menu
    Copy the full SHA
    81c9abd View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2018

  1. Added more tests

    twheys committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    98ad44d View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2018

  1. Configuration menu
    Copy the full SHA
    11a7fab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14eff1d View commit details
    Browse the repository at this point in the history
  3. bumped dev version

    twheys committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    2c3aeda View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2018

  1. - Fixed references to share a query if they're for the same dimension…

    … and time interval, for example a YoY and YoY delta for the same dimension can share a join query
    
    - Improved the order of reference line styles in highcharts
    - Fixed the query for YoY references with weekly date intervals
    twheys committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    d74ffe3 View commit details
    Browse the repository at this point in the history
  2. added fucking pie charts

    twheys committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    8fc1599 View commit details
    Browse the repository at this point in the history
  3. bumped dev version to 4

    twheys committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    06ba987 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da1ee22 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2018

  1. Fixed an issue when querying display options for a unique dimension w…

    …ith no display field
    twheys committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    5c07ff7 View commit details
    Browse the repository at this point in the history
  2. Bumped version to 1.0.0.dev6

    twheys committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    addc42a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec3f048 View commit details
    Browse the repository at this point in the history
  4. Bumped version to 1.0.0.dev7

    twheys committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    0a9b19b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    91ee1af View commit details
    Browse the repository at this point in the history
  6. Fixed the even worse bug caused by the last commit that changed how d…

    …isplay values are handled
    twheys committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    23a365e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d24bc65 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2018

  1. Fixed a bug where dimension values were not cast to string and bumped…

    … version to 1.0.0.dev9
    twheys committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    255fba7 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2018

  1. Fixed an issue with toposort where it would try to sort joins when th…

    …ey have equal dependencies
    twheys committed Feb 15, 2018
    Configuration menu
    Copy the full SHA
    daa9145 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb3a2f7 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2018

  1. Fixed the way the data frame is formatted given an int column with nu…

    …lls and incremented version to 1.0.0.dev11
    twheys committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    fb073d9 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2018

  1. Configuration menu
    Copy the full SHA
    2e7a99f View commit details
    Browse the repository at this point in the history
  2. bumped version to dev12

    twheys committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    562f6ad View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2018

  1. Some bug fixes

    - fixed missing metric formatting in pandas widget
    - fixed class names in csv widget
    
    Bumped version to dev13
    twheys committed Feb 26, 2018
    Configuration menu
    Copy the full SHA
    7af181e View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2018

  1. Configuration menu
    Copy the full SHA
    6914fe1 View commit details
    Browse the repository at this point in the history
  2. Bumped version to 1.0.0.dev14

    twheys committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    18b644c View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2018

  1. Fixed references to both work without selecting the referenced dimens…

    …ion in the query and also in case there is data missing for days in the base query but not in the reference query
    twheys committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    2c2e9d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d50d255 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09853f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2018

  1. Configuration menu
    Copy the full SHA
    73c1b21 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2018

  1. Configuration menu
    Copy the full SHA
    04908ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5906ebb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #152 from mikeengland/fireant1.0

    Added slow query warning log for queries over 15s
    mikeengland committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    f1f6db1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e65fb7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b1dbb75 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #154 from mikeengland/add-negated-wildcard-filter

    Added NOT LIKE support for WildcardFilters
    mikeengland committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    dd7ed89 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cabfc95 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2018

  1. Added stacked area charts

    twheys committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    79776cf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #155 from kayak/stacked_area_chart

    Added stacked area charts
    mikeengland committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    9cca39e View commit details
    Browse the repository at this point in the history
  3. bumped version to dev19

    twheys committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    15d8442 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2018

  1. Configuration menu
    Copy the full SHA
    14dfeac View commit details
    Browse the repository at this point in the history
  2. bumped version to dev20

    twheys committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    8450caf View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2018

  1. Configuration menu
    Copy the full SHA
    8d07093 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2018

  1. Configuration menu
    Copy the full SHA
    fd56d94 View commit details
    Browse the repository at this point in the history
  2. bumped version to dev21

    twheys committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    bf27790 View commit details
    Browse the repository at this point in the history
  3. Fixed the hint query to prevent it from being used unless it actually…

    … exists and is a callable
    twheys committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    e620d11 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e64d001 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2018

  1. Changed the API of highcharts to include a series level in between ax…

    …is and metric os that multiple chart types can be rendered on the same axis
    twheys committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    0d7847a View commit details
    Browse the repository at this point in the history
  2. bumped to dev version dev23

    twheys committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    da79bbd View commit details
    Browse the repository at this point in the history

Commits on May 31, 2018

  1. Configuration menu
    Copy the full SHA
    4e3e093 View commit details
    Browse the repository at this point in the history
  2. bumped version to dev24

    twheys committed May 31, 2018
    Configuration menu
    Copy the full SHA
    e1a4064 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1652894 View commit details
    Browse the repository at this point in the history
  4. bumped version to dev25

    twheys committed May 31, 2018
    Configuration menu
    Copy the full SHA
    6205d6b View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2018

  1. Configuration menu
    Copy the full SHA
    ff9f16d View commit details
    Browse the repository at this point in the history
  2. bumped version to dev26

    twheys committed Jun 1, 2018
    Configuration menu
    Copy the full SHA
    5db523e View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2018

  1. Added a pattern dimension type

    twheys committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    2c3b915 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #156 from kayak/pattern_dimensions

    Added a pattern dimension type and rolling mean operation
    twheys committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    10fd241 View commit details
    Browse the repository at this point in the history
  3. Bumped version to dev27

    twheys committed Jun 26, 2018
    Configuration menu
    Copy the full SHA
    b787343 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2018

  1. Configuration menu
    Copy the full SHA
    00b93f0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #157 from kayak/category_like_filters

    added like and not_like filters to categorical dimension
    twheys committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    4995f84 View commit details
    Browse the repository at this point in the history
  3. bumped version to dev28

    twheys committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    2070a9c View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2018

  1. Fixed the pattern dimension

    twheys committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    1fa41c6 View commit details
    Browse the repository at this point in the history
  2. fixing codacy issues

    twheys committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    15a2846 View commit details
    Browse the repository at this point in the history
  3. Updated version to dev29

    twheys committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    5c74af3 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2018

  1. Configuration menu
    Copy the full SHA
    cb16918 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #158 from kayak/multipattern_filters

    Multipattern filters
    twheys committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    9d9143a View commit details
    Browse the repository at this point in the history
  3. bumped version to dev30

    twheys committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    09b6264 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ceee6bb View commit details
    Browse the repository at this point in the history
  5. bumped version to dev31

    twheys committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    71f8f56 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2018

  1. Configuration menu
    Copy the full SHA
    3bd0f98 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #159 from kayak/fix_aliases

    Fixes for the generated aliases
    twheys committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    2356429 View commit details
    Browse the repository at this point in the history
  3. Bumped version to 1.0.0.dev32

    twheys committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    9aef44b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35e24d5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #160 from kayak/fixed_dimension_choices_query

    Fixed dimension choices query for unique dimensions with display definition
    twheys committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    b2befce View commit details
    Browse the repository at this point in the history
  6. Bumped version to 1.0.0.dev33

    twheys committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    9f58004 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2018

  1. Moved the limit/offset functions to the slicer query builder function…

    … from the fetch function
    twheys committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    b968a3b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #161 from kayak/limit_offset_in_slicer_query_builder

    Added the limit/offset builder methods to slicer query builder
    twheys committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    2406ac8 View commit details
    Browse the repository at this point in the history
  3. Bumped version to 1.0.0.dev34

    twheys committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    a8ff2de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c8fe4e View commit details
    Browse the repository at this point in the history
  5. Bumped version to 1.0.0.dev35

    twheys committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    f1209af View commit details
    Browse the repository at this point in the history
  6. Upgraded pypika to 0.14.7

    twheys committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    49b0368 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2018

  1. Fixed the pivoted data tables widgets to render the data in the corre…

    …ct dimension order and removed column definitions for dimension value combinations that do not exist in the data frame.
    twheys committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    d661a26 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #162 from kayak/fix_col_index_tables

    Fix col index tables
    mikeengland committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    871cd6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    966710f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #163 from mikeengland/fireant1.0

    bumped v1.0 version to dev36
    mikeengland committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    19527f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2018

  1. Fixed the db query alias prefix to distinguish between metrics and di…

    …mensions to avoid collisions when an aliases is shared.
    twheys committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    ef084f8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #164 from kayak/fix_metric_dimension_alias_collision

    Fixed the db query alias prefix to distinguish between metrics and di…
    twheys committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    6941cfd View commit details
    Browse the repository at this point in the history
  3. Bumped version to 1.0.0.dev37

    twheys committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    1582491 View commit details
    Browse the repository at this point in the history
  4. Added special case for using rolling operation with date dimension an…

    …d date filter in order to adjust the filter then truncate the resulting data frame
    twheys committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    9807d07 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #165 from kayak/rolling_op_special_cases

    Added special case for using rolling operations with date filters/dimensions
    twheys committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    723d816 View commit details
    Browse the repository at this point in the history
  6. Bumped version to 1.0.0.dev38

    twheys committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    174779c View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2018

  1. Configuration menu
    Copy the full SHA
    9cdce05 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #166 from kayak/metric_with_zero_precision_and_inf…

    …_or_nan_result_breaks_pandas_transformer
    
    Fixed the metric format function to correctly handle for inf and nan
    twheys committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    89d1896 View commit details
    Browse the repository at this point in the history
  3. Fixed an issue using int values in data tables with pivot=true when t…

    …here are NaNs in the data frame, then int gets converted to a float and that breaks the column definitions
    twheys committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    3e98dee View commit details
    Browse the repository at this point in the history
  4. Fixed the behavior of antipattern to negate the whole group of patter…

    …ns together instead of individually
    twheys committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    15e6e8f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #167 from kayak/fix_int_dimension_values_datatable…

    …s_pivoted
    
    Fixed Integer type dimensions on pivoted data tables
    twheys committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    9e121be View commit details
    Browse the repository at this point in the history
  6. Merge pull request #169 from kayak/fix_antipattern_negation_fixed

    AntiPattern filter SQL
    twheys committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    d6e295e View commit details
    Browse the repository at this point in the history
  7. upgraded to dev39

    twheys committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    a0ee1b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2018

  1. Added react-table transformer and changed pivot behavior of Pandas an…

    …d CSV transformers to pivot any dimension and to transpose the data frame
    twheys committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    4cc80be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdcad96 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2018

  1. Configuration menu
    Copy the full SHA
    46a35b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fdd7a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79996ef View commit details
    Browse the repository at this point in the history
  4. Merge pull request #170 from kayak/reacttable-transformer

    React-Table transformer
    twheys committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    cc98225 View commit details
    Browse the repository at this point in the history
  5. Bumped version to dev40

    twheys committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    7682e53 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    72d1f86 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #171 from kayak/fix_unicode_errors_for_vertica

    Fix unicode errors for vertica
    twheys committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    a3f6250 View commit details
    Browse the repository at this point in the history
  8. Bumped version to dev41

    twheys committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    bc11af3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    82b1881 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #172 from kayak/pattern_filters_ilike

    Changed the behavior of pattern filters to use ilike instead of like
    twheys committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    be27a5e View commit details
    Browse the repository at this point in the history
  11. bumped fireant to dev42

    twheys committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    aee5f2a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8c8f557 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    22d4030 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #174 from kayak/fix_nans_in_reacttable

    Fix nans in reacttable
    twheys committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    5b9bac6 View commit details
    Browse the repository at this point in the history
  15. bumped fireant to dev43

    twheys committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    db5e1a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2018

  1. Configuration menu
    Copy the full SHA
    ea00f81 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #175 from kayak/fix_reacttable_display_value_formats

    Fixed react table's display value formatting and added test cases
    twheys committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    ec0f93f View commit details
    Browse the repository at this point in the history
  3. fixed react tables tests

    twheys committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    9e134c0 View commit details
    Browse the repository at this point in the history
  4. bumped version to dev45

    twheys committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    143ce2b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d9976e6 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #176 from kayak/fix_react_formats_again

    Fixed reacttable to use the same formatting as datatablesjs
    twheys committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    186fad6 View commit details
    Browse the repository at this point in the history
  7. bumped version to dev46

    twheys committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    fb4c8b7 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2018

  1. Configuration menu
    Copy the full SHA
    c8dd245 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #177 from kayak/fix_formatting_for_negative_usd_an…

    …d_naninfnull_values
    
    Fix formatting for negative usd and nan, inf, and null values
    twheys committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    a28eb95 View commit details
    Browse the repository at this point in the history
  3. bumped version to dev47

    twheys committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    948e95d View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2018

  1. Configuration menu
    Copy the full SHA
    486c512 View commit details
    Browse the repository at this point in the history
  2. Fixed the replacement of display values on multiindex data frames in …

    …the pandas transformer
    twheys committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    35acfa6 View commit details
    Browse the repository at this point in the history
  3. Remove code that would change the column accessor to data for a data …

    …frame that drops the metrics column index level when only a single metric is used. The changed accessor value was incorrect, the dropped metric name index level value is not reflected in the data.
    twheys committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    a6329e0 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2018

  1. Merge pull request #178 from kayak/pandas_sort_columns

    Pandas sort columns
    twheys committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    f3d0c74 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #179 from kayak/pandas_csv_incorrect_dimension_value

    Fixed the replacement of display values on multiindex data frames in …
    twheys committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    dfdc044 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90b9456 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2018

  1. Configuration menu
    Copy the full SHA
    d0ccce7 View commit details
    Browse the repository at this point in the history
  2. Fixed react table transformer to sort with NaN values in the column b…

    …y moving the fillna part after the sort
    twheys committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    029f157 View commit details
    Browse the repository at this point in the history
  3. Fixed a case where if a null was returned for a display value, the hi…

    …gh charts transformer would raise an unhandled exception
    twheys committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    c73438b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #180 from kayak/handle_empty_sort_array_pandas

    Added handle for empty sort array in pandas transformer
    twheys committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    62dddb2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #181 from kayak/fix_sorting_with_nans_pandas

    Fix ReactTable sorting with NaNs
    twheys committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    93cc081 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #182 from kayak/fix_nans_occurring_in_dispaly_valu…

    …es_for_highcharts
    
    Fixed a case where if a null was returned for a display value, the hi…
    twheys committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    deaeb60 View commit details
    Browse the repository at this point in the history
  7. Bumped version to dev49

    twheys committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    e82fa31 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2018

  1. Configuration menu
    Copy the full SHA
    1a4d872 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #183 from kayak/handle_invalid_column_idx_in_sort

    Handle invalid column idx in sort
    twheys committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    04a7c2d View commit details
    Browse the repository at this point in the history
  3. bumped version to dev50

    twheys committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    607c659 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2018

  1. Fixed an issue where filled values in a sorted/pivoted pandas data fr…

    …ame would mix data types, breaking the sort
    twheys committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    d45ae54 View commit details
    Browse the repository at this point in the history
  2. Fixed another issue related to sorting data frames in the pandas tran…

    …sformer when there are no dimensions
    twheys committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    736ea97 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #184 from kayak/fix_fillna_in_pandas_sortdataframe

    Fix fillna in pandas sortdataframe
    twheys committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    3e3fcc2 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2018

  1. Added docs for 1.0.0

    twheys committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    ea28fe4 View commit details
    Browse the repository at this point in the history
  2. Added a comment to Pandas.sort_data_frame to clarify the cases when s…

    …orting is not required
    twheys committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    2b82ae4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #185 from kayak/fix_sorting_in_pandas_tx_for_no_index

    Fixed sorting data frames with no dimensions
    twheys committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    60dc5dd View commit details
    Browse the repository at this point in the history
  4. Fixed the colors for highcharts. Added formatting to the pie chart to…

    …oltip to display the percentage total
    twheys committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    465bd31 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2018

  1. Merge pull request #187 from kayak/highcharts_pie_chart

    Highcharts pie chart
    twheys committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    a244eef View commit details
    Browse the repository at this point in the history
  2. Added the matplotlib widget

    twheys committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    fd0c571 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2018

  1. Removing matplotlib from travis-ci yaml and making it possible to ski…

    …p matplotlib tests if matplotlib is not installed
    twheys committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    5ff8aa8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #189 from kayak/matplotlib_widget

    Matplotlib widget
    twheys committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    53301bd View commit details
    Browse the repository at this point in the history