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

feat(business-types): initial implementation of SIP-78 #18794

Merged
merged 167 commits into from
May 16, 2022

Commits on Sep 27, 2021

  1. Configuration menu
    Copy the full SHA
    de12c85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e23585 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e608e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Added test REST endpoint, added some more ports

    I've thrown in a test.py script as well that will try to connect to the
    business_type endpoint.
    dparent1 committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    7eb030d View commit details
    Browse the repository at this point in the history
  2. Moving code from config.py into the business api

    Very simple api is exposed that will allow someone to call a checkport
    endpoint and get back a response.
    dparent1 committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    4f67986 View commit details
    Browse the repository at this point in the history
  3. Removing commented out bits.

    dparent1 committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    b4a9c83 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Configuration menu
    Copy the full SHA
    e9392fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be9db34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea58232 View commit details
    Browse the repository at this point in the history
  4. Removing imports, updating docstring, fixing typo

    Just some small changes as described in the title.  I've updated the
    test.py as well so it functions with the endpoint changes.
    dparent1 committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    70759c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. Adding translation dict

    cccs-RyanS committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    61d461c View commit details
    Browse the repository at this point in the history
  2. Fixing ops

    cccs-RyanS committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    ed5478c View commit details
    Browse the repository at this point in the history
  3. Adding check for list

    cccs-RyanS committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    0e4cecc View commit details
    Browse the repository at this point in the history
  4. Modifying changes to add quotes where needed

    Also changed BusinessTypeResponse to resp.
    dparent1 committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    4069544 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d8514e0 View commit details
    Browse the repository at this point in the history
  6. Adding in some code to call the filter config

    If a column starts with "cidr_" it will call the code in config.py to
    try to translate the filter.  Nothing is changed in the JSON being
    executed, just some information is dumped to console.
    dparent1 committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    a2f72da View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Porting Ryan's changes

    GITHUB_USERNAME authored and GITHUB_USERNAME committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    be44080 View commit details
    Browse the repository at this point in the history
  2. Adding migration script (as per Ryan's PR)

    GITHUB_USERNAME authored and GITHUB_USERNAME committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    59b83e3 View commit details
    Browse the repository at this point in the history
  3. Fixing typo

    GITHUB_USERNAME authored and GITHUB_USERNAME committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    02aaa3a View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Prettier fixes

    GITHUB_USERNAME authored and GITHUB_USERNAME committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    59d7486 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

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

Commits on Nov 19, 2021

  1. Configuration menu
    Copy the full SHA
    8ba841c View commit details
    Browse the repository at this point in the history
  2. fix down migration

    villebro committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    cf71c91 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Merge branch 'villebro/business-types-ui-2' into business-types-ui

    GITHUB_USERNAME authored and GITHUB_USERNAME committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    d109ce0 View commit details
    Browse the repository at this point in the history
  2. Fixing bugs after merge

    GITHUB_USERNAME authored and GITHUB_USERNAME committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    7f63ff9 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

  1. adding functionality to appy filters in back end

    GITHUB_USERNAME authored and GITHUB_USERNAME committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    7a32250 View commit details
    Browse the repository at this point in the history
  2. Fixing linting issues

    GITHUB_USERNAME authored and GITHUB_USERNAME committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    3587f95 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Configuration menu
    Copy the full SHA
    8c82103 View commit details
    Browse the repository at this point in the history
  2. fix down revision

    villebro committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    e6d0de6 View commit details
    Browse the repository at this point in the history
  3. Changing conversion callback to handle multiple values at once

    GITHUB_USERNAME authored and GITHUB_USERNAME committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    b0102e2 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'business-types-ui' of github.com:superset-collab/supers…

    …et into business-types-ui
    GITHUB_USERNAME authored and GITHUB_USERNAME committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    d2ea94b View commit details
    Browse the repository at this point in the history
  5. Adding string representation of values

    GITHUB_USERNAME authored and GITHUB_USERNAME committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    0460616 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Code cleanup plus fixing debouce to only be called once for each entry

    cccs-RyanS authored and cccs-RyanS committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    26e4ac6 View commit details
    Browse the repository at this point in the history
  2. Removing non needed logginh

    cccs-RyanS authored and cccs-RyanS committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    0170e4c View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

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

Commits on Dec 4, 2021

  1. Changing operator list to use sting values

    cccs-RyanS authored and cccs-RyanS committed Dec 4, 2021
    Configuration menu
    Copy the full SHA
    263f792 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'business-types-ui' of github.com:superset-collab/supers…

    …et into business-types-ui
    cccs-RyanS authored and cccs-RyanS committed Dec 4, 2021
    Configuration menu
    Copy the full SHA
    1223f80 View commit details
    Browse the repository at this point in the history
  3. Using text value operators

    cccs-RyanS authored and cccs-RyanS committed Dec 4, 2021
    Configuration menu
    Copy the full SHA
    a0a962d View commit details
    Browse the repository at this point in the history
  4. Removing clear operator call

    cccs-RyanS authored and cccs-RyanS committed Dec 4, 2021
    Configuration menu
    Copy the full SHA
    9b00f55 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. Moving business type endpoints

    cccs-RyanS authored and cccs-RyanS committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    b9e1d5c View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. Configuration menu
    Copy the full SHA
    6a7fe40 View commit details
    Browse the repository at this point in the history
  2. fix down revision

    villebro committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    ee16c97 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'business-types-ui' of github.com:superset-collab/supers…

    …et into business-types-ui
    cccs-RyanS authored and cccs-RyanS committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    d2024d2 View commit details
    Browse the repository at this point in the history
  4. Adding port functions

    cccs-RyanS authored and cccs-RyanS committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    baa7042 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. Configuration menu
    Copy the full SHA
    61e9a4d View commit details
    Browse the repository at this point in the history
  2. update migration

    villebro committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    2a74006 View commit details
    Browse the repository at this point in the history
  3. fix bad rebase and add ff

    villebro committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    ebe95e6 View commit details
    Browse the repository at this point in the history
  4. implement validator

    villebro committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    4fa1d0d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84a1dd8 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. [CLDN-1205] Added a new exception type for a business type translatio…

    …n error. Added the error message in the display_value field within the business type response. Modified the IP and Port business types to populate the error message field in the response if an error occurs
    cccs-Dustin committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    753de93 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Configuration menu
    Copy the full SHA
    1afa7d6 View commit details
    Browse the repository at this point in the history
  2. Removing status field from businesstype Response and adding in error …

    …message
    cccs-RyanS authored and cccs-RyanS committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    8906b36 View commit details
    Browse the repository at this point in the history
  3. [CLDN-1205] Added check to make sure the port business type is within…

    … the valid range of ports, if it is not, it will populate the error message
    GITHUB_USERNAME authored and GITHUB_USERNAME committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    4090439 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. [CLDN-1205] Fixed the if statement that checks to see if the string_v…

    …alue is in the valid range of port numbers. It did not corrently verify this before now.
    GITHUB_USERNAME authored and GITHUB_USERNAME committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    b3eba02 View commit details
    Browse the repository at this point in the history
  2. [CLDN-1205] Fixed an error where it was trying to use string_value in…

    … <= statements. I just casted string_value to an integer if it is numeric, which allows <= operators to be used on it
    GITHUB_USERNAME authored and GITHUB_USERNAME committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    bce157b View commit details
    Browse the repository at this point in the history
  3. [CLDN-1207] Added unit tests for the cidr_func and port_translation_f…

    …unc functions which are located in /superset/config.py
    GITHUB_USERNAME authored and GITHUB_USERNAME committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    9d86475 View commit details
    Browse the repository at this point in the history
  4. [CLDN-1207] removed the assertRaises line as it does not work with th…

    …e cidr_func and port_translation_func functions
    cccs-Dustin authored and cccs-Dustin committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    d6937ff View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feature/CLDN-1205' into feature/CLDN-1207

    Need the functionality introduced in CLDN-1205 to complete the unit tests in CLDN-1207
    cccs-Dustin committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    ecbc974 View commit details
    Browse the repository at this point in the history
  6. [CLDN-1207] Added the skeleton of the test_cidr_translate_filter_func…

    … unit test, still need to update what the expected response from the function will be.
    cccs-Dustin committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    547abf5 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Configuration menu
    Copy the full SHA
    089f704 View commit details
    Browse the repository at this point in the history
  2. [CLDN-1207] Fixed the syntax error which caused the test_cidr_transla…

    …te_filter_func_NOT_IN_double unit test to fail
    cccs-Dustin committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    2bcebee View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. Configuration menu
    Copy the full SHA
    b17ad7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0be8622 View commit details
    Browse the repository at this point in the history
  3. [CLDN-1207] Fixed the code so that it conformed to the pylint require…

    …ments (i.e., pylint no longer complains about the code in commands_tests.py)
    cccs-Dustin committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    dc475a8 View commit details
    Browse the repository at this point in the history
  4. [CLDN-1207] Modified some of the docstrings so they made better use o…

    …f the 100 character per line, line limit
    cccs-Dustin committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    06b02c3 View commit details
    Browse the repository at this point in the history
  5. [CLDN-1207] Added the beginnings of the unit tests for the

    business types API
    cccs-Dustin committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    0ce8cbc View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. [CLDN-1207] Added a comment to the top of the commands_tests.py file …

    …explaining how to run the unit tests. This prevents the next person who tries to run them from having to waste time trying the different forms of testing that Superset supports (e.g., pytest, tox, etc.)
    cccs-Dustin committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    1fec9b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7a1ce1 View commit details
    Browse the repository at this point in the history
  3. [CLDN-1207] Modified the description of the business_type API endpoin…

    …ts as they did not represent what the API was actually doing
    cccs-Dustin committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    afa5e09 View commit details
    Browse the repository at this point in the history
  4. [CLDN-1207] Added further instructions on how to run the unit tests t…

    …hat are within the business_type/api_tests.py file
    cccs-Dustin committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    7182921 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. Configuration menu
    Copy the full SHA
    8ee8e59 View commit details
    Browse the repository at this point in the history
  2. add request validation

    villebro committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    2e04139 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2dd5358 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. [CLDN-1207] Unit tests for the business type API are now working, how…

    …ever, they need to be modified to make use of @mock as we don't want to have to run the server to be able to run the unit tests
    GITHUB_USERNAME authored and GITHUB_USERNAME committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    3b9773d View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Removing businesss types deffinitons from config

    cccs-RyanS authored and cccs-RyanS committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    08b2948 View commit details
    Browse the repository at this point in the history
  2. Adding unit tests for business types

    cccs-RyanS authored and cccs-RyanS committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    16b427a View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Adding select to only show valid business types

    cccs-RyanS authored and cccs-RyanS committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    16bdf2c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'business-types-ui' of github.com:superset-collab/supers…

    …et into business-types-ui
    cccs-RyanS authored and cccs-RyanS committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    c1ecf9d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'business-types-ui' of github.com:superset-collab/supers…

    …et into business-types-ui
    cccs-RyanS authored and cccs-RyanS committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    77d9559 View commit details
    Browse the repository at this point in the history
  4. Fixed Enzyme tests

    GITHUB_USERNAME authored and GITHUB_USERNAME committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    03c6bbd View commit details
    Browse the repository at this point in the history
  5. Added scalfolding for selecting filter dropdown

    GITHUB_USERNAME authored and GITHUB_USERNAME committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    8a68770 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'business-types-ui' of github.com:superset-collab/supers…

    …et into business-types-ui
    cccs-RyanS authored and cccs-RyanS committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    550b3a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Merge branch 'business-types-ui' of github.com:superset-collab/supers…

    …et into business-types-ui
    cccs-RyanS authored and cccs-RyanS committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    ac2cbde View commit details
    Browse the repository at this point in the history
  2. Adding intigration tests

    cccs-RyanS authored and cccs-RyanS committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    ba62deb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    318faa3 View commit details
    Browse the repository at this point in the history
  4. fix revision

    villebro committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    8177ada View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    447c168 View commit details
    Browse the repository at this point in the history
  6. break out useBusinessTypes

    villebro committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    d304d51 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5a437db View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9bd2c29 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bbd044b View commit details
    Browse the repository at this point in the history
  10. Added a unit test to ensure the operator list is updated after a busi…

    …ness type API response is received
    cccs-Dustin committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    a8cbdee View commit details
    Browse the repository at this point in the history
  11. Merge branch 'business-types-ui' of github.com:superset-collab/supers…

    …et into business-types-ui
    cccs-RyanS authored and cccs-RyanS committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    cff1b57 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. Removing elect compoenet for business types

    cccs-RyanS authored and cccs-RyanS committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    24496a8 View commit details
    Browse the repository at this point in the history
  2. Adding feature flag and allowing saving when no business type present

    cccs-RyanS authored and cccs-RyanS committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    e590043 View commit details
    Browse the repository at this point in the history
  3. fixing useEffect hooks

    cccs-RyanS authored and cccs-RyanS committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    e537b70 View commit details
    Browse the repository at this point in the history
  4. Adding feature flag to model

    cccs-RyanS authored and cccs-RyanS committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    39df89c View commit details
    Browse the repository at this point in the history
  5. Changing behavior such that an empty string returns a default response

    cccs-RyanS authored and cccs-RyanS committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    f78b946 View commit details
    Browse the repository at this point in the history
  6. add form validation

    villebro committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    821e4b9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    42485d5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d4a7d7f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b84a9bf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    44ba940 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    301a231 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    654dcc8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ec94565 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    378e918 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f37fc4e View commit details
    Browse the repository at this point in the history
  16. Fixed spelling mistakes

    cccs-Dustin committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    6cffadf View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    abc0a67 View commit details
    Browse the repository at this point in the history
  18. Merge branch 'business-types-ui' of github.com:superset-collab/supers…

    …et into business-types-ui
    cccs-RyanS authored and cccs-RyanS committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    3796c72 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3783714 View commit details
    Browse the repository at this point in the history
  20. Merge branch 'master' into business-types-ui

    cccs-RyanS authored and cccs-RyanS committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    2e21d4e View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Fixing open api failure

    cccs-RyanS authored and cccs-RyanS committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    f93e09d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'business-types-ui' of github.com:superset-collab/supers…

    …et into business-types-ui
    cccs-RyanS authored and cccs-RyanS committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    ddd7e9e View commit details
    Browse the repository at this point in the history
  3. Fixing business types to pass unit tests

    cccs-RyanS authored and cccs-RyanS committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    293878a View commit details
    Browse the repository at this point in the history
  4. Reverting unsafe connections back to false

    cccs-RyanS authored and cccs-RyanS committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    2dd6f01 View commit details
    Browse the repository at this point in the history
  5. Removing print statement

    cccs-RyanS authored and cccs-RyanS committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    93af873 View commit details
    Browse the repository at this point in the history
  6. Adding business tpye to export test

    cccs-RyanS authored and cccs-RyanS committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    698036f View commit details
    Browse the repository at this point in the history
  7. setting default feature flag to false for business type

    cccs-RyanS authored and cccs-RyanS committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    6e27c23 View commit details
    Browse the repository at this point in the history
  8. Reverting pre commit

    cccs-RyanS authored and cccs-RyanS committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    1cf6bdf View commit details
    Browse the repository at this point in the history
  9. Reverting pre commit and running pre commit

    cccs-RyanS authored and cccs-RyanS committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    b6dcbac View commit details
    Browse the repository at this point in the history
  10. Reverting pre commit and running pre commit

    cccs-RyanS authored and cccs-RyanS committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    96a4d33 View commit details
    Browse the repository at this point in the history
  11. Fixing formatting

    cccs-RyanS authored and cccs-RyanS committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    80ce50f View commit details
    Browse the repository at this point in the history
  12. Adding license

    cccs-RyanS authored and cccs-RyanS committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    e1c7996 View commit details
    Browse the repository at this point in the history
  13. Fixing Linting

    cccs-RyanS authored and cccs-RyanS committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    43fe11a View commit details
    Browse the repository at this point in the history
  14. Protecting api enpoints

    cccs-RyanS authored and cccs-RyanS committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    0f374a6 View commit details
    Browse the repository at this point in the history
  15. updating model

    cccs-RyanS authored and cccs-RyanS committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    119559a View commit details
    Browse the repository at this point in the history
  16. Fixing code path when business type exists

    cccs-RyanS authored and cccs-RyanS committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    133830b View commit details
    Browse the repository at this point in the history
  17. Linting

    cccs-RyanS authored and cccs-RyanS committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    0a8f095 View commit details
    Browse the repository at this point in the history
  18. Linting

    cccs-RyanS authored and cccs-RyanS committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    c5302c9 View commit details
    Browse the repository at this point in the history
  19. Fixing linting

    cccs-RyanS authored and cccs-RyanS committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    768e162 View commit details
    Browse the repository at this point in the history
  20. Fixing spelling

    cccs-RyanS authored and cccs-RyanS committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    3c37967 View commit details
    Browse the repository at this point in the history
  21. Fixing schemas

    cccs-RyanS authored and cccs-RyanS committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    a583fa2 View commit details
    Browse the repository at this point in the history
  22. Fixing app import

    cccs-RyanS authored and cccs-RyanS committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    d12bdb1 View commit details
    Browse the repository at this point in the history
  23. fixing item render

    cccs-RyanS authored and cccs-RyanS committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    91fbe57 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    fc41b7f View commit details
    Browse the repository at this point in the history
  25. Fixing linting

    cccs-RyanS authored and cccs-RyanS committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    827fe56 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Configuration menu
    Copy the full SHA
    73af3c9 View commit details
    Browse the repository at this point in the history
  2. fix migration

    villebro committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    853ae9c View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Changing unit tests

    cccs-RyanS authored and cccs-RyanS committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    09de7ee View commit details
    Browse the repository at this point in the history
  2. Merge branch 'business-types-ui' of github.com:superset-collab/supers…

    …et into business-types-ui
    cccs-RyanS authored and cccs-RyanS committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    53ea4f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Merge branch 'master' into business-types-ui

    cccs-RyanS authored and cccs-RyanS committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    6c70457 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Fixing import and DB migration after rebase

    cccs-RyanS authored and cccs-RyanS committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    e444630 View commit details
    Browse the repository at this point in the history
  2. Renaming to advanced types

    cccs-RyanS authored and cccs-RyanS committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    5d35adb View commit details
    Browse the repository at this point in the history
  3. Fixing Linting

    cccs-RyanS authored and cccs-RyanS committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    c26168d View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. More renaming

    cccs-RyanS authored and cccs-RyanS committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    f5393e0 View commit details
    Browse the repository at this point in the history
  2. Removing uneeded change

    cccs-RyanS authored and cccs-RyanS committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    38fbe66 View commit details
    Browse the repository at this point in the history
  3. Fixing linting and test errors

    cccs-RyanS authored and cccs-RyanS committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    6a9b1d5 View commit details
    Browse the repository at this point in the history
  4. Removing unused imports

    cccs-RyanS authored and cccs-RyanS committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    4ab7996 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Merge branch 'master' into business-types-ui

    cccs-RyanS authored and cccs-RyanS committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    253771e View commit details
    Browse the repository at this point in the history
  2. linting

    cccs-RyanS authored and cccs-RyanS committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    17056bb View commit details
    Browse the repository at this point in the history
  3. Adding more detailed name for migration

    cccs-RyanS authored and cccs-RyanS committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    0b7f3a6 View commit details
    Browse the repository at this point in the history
  4. Moving files to plugins

    cccs-RyanS authored and cccs-RyanS committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    ed9dfb9 View commit details
    Browse the repository at this point in the history
  5. more renaming

    cccs-RyanS authored and cccs-RyanS committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    d29f00f View commit details
    Browse the repository at this point in the history
  6. Fixing schema name

    cccs-RyanS authored and cccs-RyanS committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    96fc022 View commit details
    Browse the repository at this point in the history
  7. Disabling feature flag that should not be enabled by default

    cccs-RyanS authored and cccs-RyanS committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    92387d0 View commit details
    Browse the repository at this point in the history
  8. Adding extra cehck

    cccs-RyanS authored and cccs-RyanS committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    027f793 View commit details
    Browse the repository at this point in the history
  9. NameChange

    cccs-RyanS authored and cccs-RyanS committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    498d8c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Merge branch 'master' into business-types-ui

    cccs-RyanS authored and cccs-RyanS committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    1e6aef6 View commit details
    Browse the repository at this point in the history
  2. formatting

    cccs-RyanS authored and cccs-RyanS committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    255de4d View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. Fixing equals check

    cccs-RyanS authored and cccs-RyanS committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    f68bbdc View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Merge branch 'master' into business-types-ui

    cccs-RyanS authored and cccs-RyanS committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    e8c75ee View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Merge branch 'master' into business-types-ui

    cccs-RyanS authored and cccs-RyanS committed May 13, 2022
    Configuration menu
    Copy the full SHA
    3e5cc20 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Moveing all advanced type classes and types to one file, and converti…

    …ng tests to functional
    cccs-RyanS authored and cccs-RyanS committed May 16, 2022
    Configuration menu
    Copy the full SHA
    897aebb View commit details
    Browse the repository at this point in the history
  2. Adding advanced type to test and fix linitng

    cccs-RyanS authored and cccs-RyanS committed May 16, 2022
    Configuration menu
    Copy the full SHA
    c23ad8e View commit details
    Browse the repository at this point in the history