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

SIMSBIOHUB-239: Proxy BCTW/Critterbase requests through the SIMS backend using the SIMS Service Account #1077

Merged
merged 186 commits into from
Aug 31, 2023

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    b5e0bb8 View commit details
    Browse the repository at this point in the history
  2. consolidated duplicate components into single component -> now using …

    …NoSummarySectionData.tsx
    MacQSL committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    df53224 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43315b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da71902 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b96aa49 View commit details
    Browse the repository at this point in the history
  6. Added new express router and relevant env variables to connect to cri…

    …tterbase from within SIMS api
    GrahamS-Quartech committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    8b47054 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5f498bb View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Frontend / API will not pass correct authentication headers through t…

    …o critterbase calls, still need to implement automated signup
    GrahamS-Quartech committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    13f4aa2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b96d61d View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Implemented critterbase signup and markings endpoint as express-opena…

    …pi routes similar to existing SIMS routes
    GrahamS-Quartech committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    5352ef8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba3e335 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    772d73a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23fc5c1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9aff645 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4b6fc18 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e1a1021 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    2451c14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbb6b67 View commit details
    Browse the repository at this point in the history
  3. modified the way the state is being handled inside the AnimalForm, co…

    …mponents can now be added to form on button click
    MacQSL committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    2a529a7 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    ab98f4e View commit details
    Browse the repository at this point in the history
  2. Removes express-openapi style critterbase routes in favor of directly…

    … calling cb api through hooks in the frontend. No more extra auth headers, now all done through keycloak JWT.
    GrahamS-Quartech committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    b799aaf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c558b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    20ded28 View commit details
    Browse the repository at this point in the history
  2. refactored CaptureAnimalForm

    MacQSL committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    8d0c847 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2988018 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94b5959 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ceef6e2 View commit details
    Browse the repository at this point in the history
  6. Made another hook for getting the lookup tables and enums from critte…

    …rbase. Made a wrapper function for critterbase selects that uses existing Formik components
    GrahamS-Quartech committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    cf0799a View commit details
    Browse the repository at this point in the history
  7. Removed some extra critterbase-sims api fusion stuff from the api fol…

    …der and the docker compose that we don't need anymore
    GrahamS-Quartech committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    8015531 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    16df8c5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f1fefb6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    89eb82f View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    3e45574 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e38847 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62612a4 View commit details
    Browse the repository at this point in the history
  4. updated animal.ts to use yup validation schemas, updated styling / wo…

    …rking form validation
    MacQSL committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    89c2520 View commit details
    Browse the repository at this point in the history
  5. Implements working floating point field with proper validation. Also …

    …adds a ClickMarker component that can be placed on map with mouse click. Resizable circle zone requires some work.
    GrahamS-Quartech committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    d1f081b View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Consolidated marker and resizable circle into one component. Renamed …

    …component to reflect this. Circle resize function now occurs on click and hold, so you can still replace the marker if you click inside the circle.
    GrahamS-Quartech committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    70e4705 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3c0ad9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a0b90f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ccd2f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    971a8c2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    85831f3 View commit details
    Browse the repository at this point in the history
  7. Added taxon select and capture tab component to the critter form. Als…

    …o fixed CbSelect to use a normal select instead of subtext select
    GrahamS-Quartech committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    dd0d15d View commit details
    Browse the repository at this point in the history
  8. Merge branch 'BCTW-935-Add-Critter-Form' of github.com:bcgov/biohubbc…

    … into BCTW-935-Add-Critter-Form
    GrahamS-Quartech committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    a625415 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5c8bfab View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. added marking section

    MacQSL committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    444a2fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56cbc3e View commit details
    Browse the repository at this point in the history
  3. Capture form now has toggle between WGS latlon or UTM Zone 10 input. …

    …They sync with each other and both work with the map
    GrahamS-Quartech committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    1f7f28b View commit details
    Browse the repository at this point in the history
  4. Merge branch 'BCTW-935-Add-Critter-Form' of github.com:bcgov/biohubbc…

    … into BCTW-935-Add-Critter-Form
    GrahamS-Quartech committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    e178d72 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Implemented separate placement of release coordinate on map page as w…

    …ell as UTM coordinate convversion
    GrahamS-Quartech committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    0fd126d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c56a9f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'BCTW-935-Add-Critter-Form' of https://github.com/bcgov/…

    …biohubbc into BCTW-935-Add-Critter-Form
    MacQSL committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    fe86e5a View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Added Family form section, added critterApi, added some custom valida…

    …tion that uses the critter by id endpoint
    GrahamS-Quartech committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    495027e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'BCTW-935-Add-Critter-Form' of github.com:bcgov/biohubbc…

    … into BCTW-935-Add-Critter-Form
    GrahamS-Quartech committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    2bc1115 View commit details
    Browse the repository at this point in the history
  3. Adds mortality event form, relevant string constants. Modified CbSele…

    …ct so that you can do actions based off the label (which often differs from the real value). MarkerWithResizableRadius has a red option now.
    GrahamS-Quartech committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    8a803f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    7a64c73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5218de View commit details
    Browse the repository at this point in the history
  3. Refactored all the custom map stuff inside the Capture and Mortality …

    …forms so that it can be reused across components.
    GrahamS-Quartech committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    5f71a4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c793dd4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    891c0b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    28c3e98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd03376 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b2a020 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1b0e97 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    1658063 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32fe6fc View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    74f7e2e View commit details
    Browse the repository at this point in the history
  2. updated capture form styling

    MacQSL committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    7a52f12 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Modified some of the critter form transformations to make each of the…

    … sections work corectly with the bulk creation endpoint
    GrahamS-Quartech committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    3c5c57f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9174b10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24e36fd View commit details
    Browse the repository at this point in the history
  4. corrected merge conflict

    MacQSL committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    974ebe1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0829656 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a67d924 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    7a1986f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95b920b View commit details
    Browse the repository at this point in the history
  3. Fixed sending empty values on mortality form section and corrected a …

    …field name for qualitative measurements
    GrahamS-Quartech committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    bd5ada9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e0f018 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    b41b59c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b5c683 View commit details
    Browse the repository at this point in the history
  3. Updated critter payload class and UI components to be centered around…

    … family_id's, added useFamilyApi hook to get full list of families
    GrahamS-Quartech committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    18dbbf4 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'BCTW-935-Add-Critter-Form' of github.com:bcgov/biohubbc…

    … into BCTW-935-Add-Critter-Form
    GrahamS-Quartech committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    7d5ac93 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f418c9e View commit details
    Browse the repository at this point in the history
  6. Merge branch 'BCTW-935-Add-Critter-Form' of github.com:bcgov/biohubbc…

    … into BCTW-935-Add-Critter-Form
    GrahamS-Quartech committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    1883056 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5287165 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5c451a9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    60b1d65 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    aa18256 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    28ebba2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65f4942 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'BCTW-935-Add-Critter-Form' of github.com:bcgov/biohubbc…

    … into BCTW-935-Add-Critter-Form
    GrahamS-Quartech committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    b58ce0f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c0ab62 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    548a425 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ab6e0da View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c010f14 View commit details
    Browse the repository at this point in the history
  8. auto formatted code for PR

    MacQSL committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    41a0607 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3c999d7 View commit details
    Browse the repository at this point in the history
  10. fixed merge conflicts with dev

    MacQSL committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    00924bc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7305b3c View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Fixed a bug where switching to UTM coordinates would not populate the…

    … release UTM fields correctly
    GrahamS-Quartech committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    e6eabff View commit details
    Browse the repository at this point in the history
  2. Merge branch 'BCTW-935-Add-Critter-Form' of github.com:bcgov/biohubbc…

    … into BCTW-935-Add-Critter-Form
    GrahamS-Quartech committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    c8d8ed5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f08bda7 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'BCTW-935-Add-Critter-Form' of https://github.com/bcgov/…

    …biohubbc into BCTW-935-Add-Critter-Form
    MacQSL committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    650798c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ec9c76 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    58f6c5b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0f55e50 View commit details
    Browse the repository at this point in the history
  8. removed commented code

    MacQSL committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    98ebb2f View commit details
    Browse the repository at this point in the history
  9. updated tests

    MacQSL committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    be96c9a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    175a223 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9cf9775 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a5c3656 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4b20cee View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    aad8763 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    bd0aa93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    738832b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f3aafc View commit details
    Browse the repository at this point in the history
  4. fixed formatting

    MacQSL committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    aa65957 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    5200b24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57d6cb8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ea64d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f73e4a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fcae94e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    036e78c View commit details
    Browse the repository at this point in the history
  7. removed console.log in capture

    MacQSL committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    ae69d68 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. added additional props for TextInputToggle to control the toggle stat…

    …e. Used in Capture/Release/Mortality form sections
    MacQSL committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    4d98ab6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1446f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d48e92 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb193ec View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    853aa34 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'BCTW-935-Add-Critter-Form' of github.com:bcgov/biohubbc…

    … into BCTW-935-Add-Critter-Form
    GrahamS-Quartech committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    678230a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e3ea5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e7666fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    354d96a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    76c842d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3940f06 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    86a3d4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d92ec3e View commit details
    Browse the repository at this point in the history
  3. Fleshed out the critterbase service with more of the required routes …

    …and integrated these changes so that they still work with the Add critter form
    GrahamS-Quartech committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    bce16d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    d03b7d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9ee232 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61e5217 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc50882 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    37235b8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    926979c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aff674d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5502848 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    888bf4e View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    237bc04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e4df5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    118d022 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5161c2c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d63bea0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e2f1480 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1659306 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    93d7ff0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6660d97 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4a7fd49 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ea815d1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b444fab View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    39f5d57 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4553ef1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    97b5f5c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2490104 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0252c79 View commit details
    Browse the repository at this point in the history
  18. Adressed review comments. Renamed critter post path, fixed some strin…

    …g joins, cached axiosInstance, etc.
    GrahamS-Quartech committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    57bf290 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    adc1c79 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f339cdb View commit details
    Browse the repository at this point in the history
  21. ignore-skip

    al-rosenthal committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    b8f111e View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    55a9c07 View commit details
    Browse the repository at this point in the history
  2. Added error handling to interceptor and removed makePostPatch method …

    …for bctw and critterbase services
    JeremyQuartech committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    f8b06b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    339a58f View commit details
    Browse the repository at this point in the history
  4. Removed test code

    JeremyQuartech committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    5acc4bd View commit details
    Browse the repository at this point in the history
  5. Fixed axios instance for critterbase service, fixed bulk insert behav…

    …ior, fixed critterbase service test
    GrahamS-Quartech committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    efe242d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0ef26ba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    63e49f4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    27c7286 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9453798 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8086044 View commit details
    Browse the repository at this point in the history
  11. Addressed more review comments. Added uuid format to paths, fixed tes…

    …t code smells, improved assertions.
    GrahamS-Quartech committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    c8e3abe View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    558e085 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a61645d View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    4bd48bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    061a605 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd21e40 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    acfc74f View commit details
    Browse the repository at this point in the history