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

Version 0.14 into stable #3488

Merged
merged 477 commits into from
May 27, 2024
Merged

Version 0.14 into stable #3488

merged 477 commits into from
May 27, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 19, 2024

  1. Merge pull request #3357 from opsmill/dga-20240519-docs-demo

    Small update for the demo environment in the doc
    dgarros authored May 19, 2024
    Configuration menu
    Copy the full SHA
    2f1068f View commit details
    Browse the repository at this point in the history
  2. WIP IP Prefix and pool utilization properties (#3319)

    * consolidate ip utilization queries
    
    * bug fixes
    
    * add new PrefixUtilizationGetter component
    
    * WIP adding calculated fields to Prefix and PrefixPool gql
    
    * allow multiple prefixes and branches at once in UtilizationGetter
    
    * try to link UtilizationGetter to graphql, without succeeding
    
    * graphql test and fix for BuiltinIPPrefix utilization
    
    * connect with Graphql correctly-ish
    
    * more tests, more branch-agnostic support
    
    * fix accidental deletion
    
    * add utilization attr back to BuiltinIPPrefix
    ajtmccarty authored May 19, 2024
    Configuration menu
    Copy the full SHA
    0d1749a View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Merge pull request #3346 from opsmill/pog-skeleton-for-allocated-in-pool

    Add query skeleton for InfrahubResourcePoolAllocated
    ogenstad authored May 20, 2024
    Configuration menu
    Copy the full SHA
    d3e9c42 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3359 from opsmill/dga-20240519-schema-from-db

    Support GraphQL query on previous version of the schema
    dgarros authored May 20, 2024
    Configuration menu
    Copy the full SHA
    2677242 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3349 from opsmill/dga-20240519-cleanup-account

    Remove get_account_by_id and get_account functions that aren't used currently
    dgarros authored May 20, 2024
    Configuration menu
    Copy the full SHA
    d564b9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f6cce7 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3356 from opsmill/dga-20240519-fix-e2e-namespace

    Fix for IP namespace test in E2E tests
    dgarros authored May 20, 2024
    Configuration menu
    Copy the full SHA
    19d6f5d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3327 from opsmill/gma-20240515-2670

    HFID support + improve `RelatedNode` / `RelationshipManager`
    dgarros authored May 20, 2024
    Configuration menu
    Copy the full SHA
    a130f36 View commit details
    Browse the repository at this point in the history
  7. Fix support for profile

    dgarros committed May 20, 2024
    Configuration menu
    Copy the full SHA
    ca69e0b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3ffe149 View commit details
    Browse the repository at this point in the history
  9. Added env vars to docs (#3354)

    * env vars docs
    * removed some vars based on review
    petercrocker authored May 20, 2024
    Configuration menu
    Copy the full SHA
    3177058 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    666581f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    925f82b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    08406f5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f24a7d6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7691e0b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bfecd10 View commit details
    Browse the repository at this point in the history
  16. Update documentation

    dgarros committed May 20, 2024
    Configuration menu
    Copy the full SHA
    ea57a25 View commit details
    Browse the repository at this point in the history
  17. Fix typo

    dgarros committed May 20, 2024
    Configuration menu
    Copy the full SHA
    a45aa57 View commit details
    Browse the repository at this point in the history
  18. Update backend generated file

    dgarros committed May 20, 2024
    Configuration menu
    Copy the full SHA
    d8f88c7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e66f70a View commit details
    Browse the repository at this point in the history
  20. Update doc

    dgarros committed May 20, 2024
    Configuration menu
    Copy the full SHA
    15c13bf View commit details
    Browse the repository at this point in the history
  21. Fix typos in doc

    dgarros committed May 20, 2024
    Configuration menu
    Copy the full SHA
    2353ffc View commit details
    Browse the repository at this point in the history
  22. Fix format

    dgarros committed May 20, 2024
    Configuration menu
    Copy the full SHA
    d7b5416 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    842b450 View commit details
    Browse the repository at this point in the history
  24. Replace extract_fields with extract_fields_first_node

    extract_fields_first_node returns a dictionary while extract_fields
    returns an optional dictionary. The optional dictionary is problematic
    for calls such as `if "count" in fields:`
    ogenstad committed May 20, 2024
    Configuration menu
    Copy the full SHA
    30b559f View commit details
    Browse the repository at this point in the history
  25. Merge pull request #3361 from opsmill/dga-20240520-fix-1307

    Support display_label for Generic node in Graphql
    dgarros authored May 20, 2024
    Configuration menu
    Copy the full SHA
    c5da303 View commit details
    Browse the repository at this point in the history
  26. Merge pull request #3360 from opsmill/dga-20240519-hfid-cont

    Complete support of Human friendly ID
    dgarros authored May 20, 2024
    Configuration menu
    Copy the full SHA
    1bdd7cf View commit details
    Browse the repository at this point in the history
  27. Merge pull request #3363 from opsmill/pog-branch-agnostic-allocation

    Only allocate ip prefixes & addresses if available across all branches
    ogenstad authored May 20, 2024
    Configuration menu
    Copy the full SHA
    c9024d1 View commit details
    Browse the repository at this point in the history
  28. Merge pull request #3366 from opsmill/pog-extract_fields_first_node

    Replace extract_fields with extract_fields_first_node
    ogenstad authored May 20, 2024
    Configuration menu
    Copy the full SHA
    2eff483 View commit details
    Browse the repository at this point in the history
  29. fix(demo): use latest tag instead of stable

    latest points to the latest release tag whereas stable is the latest
    build from stable, which is modified everyday due to metadata changes.
    
    Signed-off-by: Fatih Acar <[email protected]>
    fatih-acar committed May 20, 2024
    Configuration menu
    Copy the full SHA
    50d7373 View commit details
    Browse the repository at this point in the history
  30. Merge pull request #3371 from opsmill/fac-default-image-latest

    fix(demo): use latest tag instead of stable
    fatih-acar authored May 20, 2024
    Configuration menu
    Copy the full SHA
    ea10c2b View commit details
    Browse the repository at this point in the history
  31. fix(ci): display message queue logs

    Signed-off-by: Fatih Acar <[email protected]>
    fatih-acar committed May 20, 2024
    Configuration menu
    Copy the full SHA
    0e11324 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    a220999 View commit details
    Browse the repository at this point in the history
  33. Create FAQ.mdx

    BRBCoffeeDebuff authored May 20, 2024
    Configuration menu
    Copy the full SHA
    492f5c3 View commit details
    Browse the repository at this point in the history
  34. Update sidebars.ts

    BRBCoffeeDebuff authored May 20, 2024
    Configuration menu
    Copy the full SHA
    ff6910d View commit details
    Browse the repository at this point in the history
  35. Update FAQ.mdx

    fix linting issue
    BRBCoffeeDebuff authored May 20, 2024
    Configuration menu
    Copy the full SHA
    57eba9d View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    2d68767 View commit details
    Browse the repository at this point in the history
  37. Create FAQ.md

    BRBCoffeeDebuff authored May 20, 2024
    Configuration menu
    Copy the full SHA
    5ad929d View commit details
    Browse the repository at this point in the history
  38. Update sidebars.ts

    BRBCoffeeDebuff authored May 20, 2024
    Configuration menu
    Copy the full SHA
    e091174 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    758539a View commit details
    Browse the repository at this point in the history
  40. fix(ci): use better healthcheck for rabbitmq

    The ping command may return even if rabbitmq is not listening for
    connections yet. Make use of check_port_connectivity instead.
    
    Signed-off-by: Fatih Acar <[email protected]>
    fatih-acar committed May 20, 2024
    Configuration menu
    Copy the full SHA
    fd1fdb8 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Updating FAQ Items

    BRBCoffeeDebuff authored May 21, 2024
    Configuration menu
    Copy the full SHA
    e1736de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d6efb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aac5e2a View commit details
    Browse the repository at this point in the history
  4. fixing CI errors

    BRBCoffeeDebuff authored May 21, 2024
    Configuration menu
    Copy the full SHA
    bb4282c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db674cf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6ef6efe View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3382 from opsmill/faqquestions

    Faqquestions
    dgarros authored May 21, 2024
    Configuration menu
    Copy the full SHA
    fcbd18f View commit details
    Browse the repository at this point in the history
  8. Merge pull request #3374 from opsmill/pog-resource-manager-allocation

    Add utilization_branches for frontend and resource_id to allocation
    ogenstad authored May 21, 2024
    Configuration menu
    Copy the full SHA
    5493efe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0ee0e53 View commit details
    Browse the repository at this point in the history
  10. Run IPAM reconcilement after assignment from pool

    Runs the IPAM reconcilement process when assigning an IP address or
    prefix from a pool. Without this utilization or hierarchy isn't
    recalculated.
    ogenstad committed May 21, 2024
    Configuration menu
    Copy the full SHA
    d0d2a8f View commit details
    Browse the repository at this point in the history
  11. Fix test_node_query

    dgarros committed May 21, 2024
    Configuration menu
    Copy the full SHA
    9a7f577 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #3384 from opsmill/pog-reconcile-after-pool-assign…

    …ment
    
    Run IPAM reconcilement after assignment from pool
    ogenstad authored May 21, 2024
    Configuration menu
    Copy the full SHA
    23198a1 View commit details
    Browse the repository at this point in the history
  13. fix(tests, e2e): burn flaky tests

    Signed-off-by: Fatih Acar <[email protected]>
    fatih-acar committed May 21, 2024
    Configuration menu
    Copy the full SHA
    565c5a0 View commit details
    Browse the repository at this point in the history
  14. feat(backend, ci): add arbitrary delay parameter

    This option will be useful to avoid flaky e2e tests.
    
    Signed-off-by: Fatih Acar <[email protected]>
    fatih-acar committed May 21, 2024
    Configuration menu
    Copy the full SHA
    efd3bc4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    13dd2a6 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #3389 from opsmill/pog-upgrade-requests

    Update vulnerable version of requests
    ogenstad authored May 21, 2024
    Configuration menu
    Copy the full SHA
    65cfd33 View commit details
    Browse the repository at this point in the history
  17. fix workflow (#3388)

    update workflow trigger
    BeArchiTek authored May 21, 2024
    Configuration menu
    Copy the full SHA
    b3df4e4 View commit details
    Browse the repository at this point in the history
  18. Required message for relationships many (multiselect) (#3383)

    * add constant for error message
    
    * allow ops select for multiple
    
    * use same ops select for multiple
    
    * fix validate for multi select in relationships
    
    * adds error message in multiple input
    
    * remove unsued file
    
    * add integration test + mock data
    
    * update selector
    
    * fix selector
    
    * fix selector
    pa-lem authored May 21, 2024
    Configuration menu
    Copy the full SHA
    2cbff36 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #3378 from opsmill/fac-fix-flaky-e2e-tests

    fix(tests, e2e): burn flaky tests
    fatih-acar authored May 21, 2024
    Configuration menu
    Copy the full SHA
    9332981 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    37c5e75 View commit details
    Browse the repository at this point in the history
  21. Optional pool selector for prefix relationships (#3338)

    * fix form height
    
    * add constants for pools
    
    * moves array function
    
    * add button for pools
    
    * fix for empty options from query
    
    * remove unused config
    
    * update form structure and mutation data
    
    * fix select 2 steps
    
    * remove log
    
    * fix mock data after field name update
    
    * set mutation data for attribute before deletion tests
    
    * fix pagination after select behaviour update
    
    * fix profile selection
    
    * fix type and remove log
    
    * 🔧
    
    * fix mutation data for both create and edit
    
    * fix name selector
    
    * fix select kind in generic form
    
    * fix ipam test
    
    * fix namespace selector
    
    * fix namespace selector
    
    * fix add object to group
    
    * fix add object to group form structure
    
    * fix filters
    
    * fix meta data mutation structure
    
    * 🖊️
    
    * fix add relationship muation structure
    
    * remove log
    
    * fix form for multiselect in relationships
    
    * fix proposed changes form
    
    * remove logs
    
    * sequential only for crud
    
    * adds ip adddress pool queries
    
    * revert serial config
    pa-lem authored May 21, 2024
    Configuration menu
    Copy the full SHA
    acf061a View commit details
    Browse the repository at this point in the history
  22. Field description in question mark tooltip (#3386)

    * question mark component with message
    
    * adds question mark component everywhere to use description as message
    
    * fix message prop
    pa-lem authored May 21, 2024
    Configuration menu
    Copy the full SHA
    b3bfd55 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #3387 from opsmill/pog-pool-allocations

    Add logic to resource pool allocation query
    ogenstad authored May 21, 2024
    Configuration menu
    Copy the full SHA
    c3e076d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    2942a81 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    c86245e View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    7252436 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    75d10fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e43f50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d60426f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2137339 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f17a96f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3a9a491 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8e74eeb View commit details
    Browse the repository at this point in the history
  8. Update test

    ogenstad committed May 22, 2024
    Configuration menu
    Copy the full SHA
    a791eff View commit details
    Browse the repository at this point in the history
  9. Merge pull request #3395 from opsmill/wvd-20240521-docs-add-object-st…

    …orage-topic
    
    Update object-storage documentation
    wvandeun authored May 22, 2024
    Configuration menu
    Copy the full SHA
    a3e1b64 View commit details
    Browse the repository at this point in the history
  10. Added resource pool allocation details page (#3385)

    * added minimal to list resources of a pool
    
    * added route to see details about allocated resources
    
    * Card border color matches witch CardWithBorder
    
    * Tooltip content can receive any displayable data
    
    * Added component MultipleProgressBar
    
    * moved resource selector component into it's own file
    
    * fetch resource pool utilization (branch agnostic)
    
    * multiple progress bar on resource selector
    
    * reload resource selector list on edit
    
    * display allocated details
    
    * fix query for allocated resource after rebase
    
    * added url to IPAM for resource on Resource pool
    
    * highlight resource when viewing allocated resources
    
    * Added link on allocated resources table rows
    
    * added skeleton on allocated resources
    
    * provider must be parent of all atoms
    
    * Factorized resource pool multiple progress bar into a component
    
    * set fixed color on multiple progress bar + update api call
    
    * fix ts error
    
    * Added overall utilization next to multiple progress bar
    
    * Added tooltip of overall utilization
    
    * style tweak
    
    * better handle formatted long address on resources
    
    * add branch qsp on allocated resource url
    
    * adjust skeleton
    
    * handle error from utilization
    bilalabbad authored May 22, 2024
    Configuration menu
    Copy the full SHA
    cc62c90 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #3344 from opsmill/pog-resourcepool-menu

    Rename Groups & Profiles to Object Management and add resourcepool
    ogenstad authored May 22, 2024
    Configuration menu
    Copy the full SHA
    6125fd0 View commit details
    Browse the repository at this point in the history
  12. feat(utilities): add benchmark tool

    Signed-off-by: Fatih Acar <[email protected]>
    fatih-acar committed May 22, 2024
    Configuration menu
    Copy the full SHA
    d7f4d8a View commit details
    Browse the repository at this point in the history
  13. Merge pull request #3393 from opsmill/fac-bench-tool

    feat(utilities): add benchmark tool
    fatih-acar authored May 22, 2024
    Configuration menu
    Copy the full SHA
    d378576 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8d58183 View commit details
    Browse the repository at this point in the history
  15. update queries

    pa-lem committed May 22, 2024
    Configuration menu
    Copy the full SHA
    377c327 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    eb3f922 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #3398 from opsmill/dga-20240522-fix-pool-identifier

    Add relationship name to generated identifier
    dgarros authored May 22, 2024
    Configuration menu
    Copy the full SHA
    e970dbf View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2fcef34 View commit details
    Browse the repository at this point in the history
  19. Add unit test

    dgarros committed May 22, 2024
    Configuration menu
    Copy the full SHA
    5c5c0bb View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    48c5080 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    57eb74e View commit details
    Browse the repository at this point in the history
  22. Use HFID across the demo schema (#3373)

    There are some unique/optional values that were adjusted to apply HFID.
    
    A part of the schema manager HIF validation logic has also been
    commented to allow the use of non-unique values in the HFID as long as
    one item in the HFID is guaranteed to be unique. This should be
    revisited as soon as possible.
    gmazoyer authored May 22, 2024
    Configuration menu
    Copy the full SHA
    88efb73 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #3394 from opsmill/dga-20240521-fix-from-pool-update

    Add support for from_pool for Update and Upsert mutation
    dgarros authored May 22, 2024
    Configuration menu
    Copy the full SHA
    922d6ef View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    ff7ca9a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    daa448a View commit details
    Browse the repository at this point in the history
  26. Prevent dropdown and enum creation for inherited fields (#3400)

    * prevent creation for inherited fields
    
    * disable delete button for generic options
    
    * 🖊️
    
    * adds tooltip for delete button in options
    pa-lem authored May 22, 2024
    Configuration menu
    Copy the full SHA
    6c2fbe9 View commit details
    Browse the repository at this point in the history
  27. Added Global Error boundary to catch exception on frontend app (#3403)

    * Added Global Error boundary to catch exception on frontend app
    
    * feedback + added link for discord and github
    
    * feedback
    bilalabbad authored May 22, 2024
    Configuration menu
    Copy the full SHA
    961e944 View commit details
    Browse the repository at this point in the history
  28. Thread mutation fix depending on the view (#3408)

    * 🔧
    
    * update mutation name for objects and conversations views
    pa-lem authored May 22, 2024
    Configuration menu
    Copy the full SHA
    f958423 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    722a2e6 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    ae0d731 View commit details
    Browse the repository at this point in the history
  31. Fix typing

    dgarros committed May 22, 2024
    Configuration menu
    Copy the full SHA
    983e9d0 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    132d560 View commit details
    Browse the repository at this point in the history
  33. Fix typo

    dgarros committed May 22, 2024
    Configuration menu
    Copy the full SHA
    f7dd22b View commit details
    Browse the repository at this point in the history
  34. Merge pull request #3365 from opsmill/dga-20250520-isolated-mode

    Remove support for Non Isolated branch
    dgarros authored May 22, 2024
    Configuration menu
    Copy the full SHA
    fb02a9c View commit details
    Browse the repository at this point in the history
  35. Merge pull request #3343 from opsmill/wvd-20240517-document-yaml-sche…

    …ma-definitions
    
    add documentation on schema definitions for yaml files
    wvandeun authored May 22, 2024
    Configuration menu
    Copy the full SHA
    3d19c52 View commit details
    Browse the repository at this point in the history
  36. Merge pull request #3397 from opsmill/dga-20240521-gql-resource-pool

    Add GraphQL mutations to allocate resources from pool
    dgarros authored May 22, 2024
    Configuration menu
    Copy the full SHA
    d3decdf View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    5b78d8e View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    96c3bdf View commit details
    Browse the repository at this point in the history
  2. Add note to template

    Needed to fix broken CI job to validate generated documentation.
    ogenstad committed May 23, 2024
    Configuration menu
    Copy the full SHA
    17f9f80 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3416 from opsmill/pog-template-note

    Add note to template
    ogenstad authored May 23, 2024
    Configuration menu
    Copy the full SHA
    080d748 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a8e67f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d082b1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    31205aa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f34c497 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bb2649f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4d1e747 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ffc66d0 View commit details
    Browse the repository at this point in the history
  11. Update image version and accept NEO4J licence in docker-compose (#3275)…

    … (#3429)
    
    * update image version and accept NEO4J licence in docker-compose
    
    * Update docker-compose.yml
    
    ---------
    
    Co-authored-by: Wim Van Deun <[email protected]>
    BeArchiTek and wvandeun authored May 23, 2024
    Configuration menu
    Copy the full SHA
    c8029b0 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #3425 from opsmill/pog-rename-prefixpool

    Rename CorePrefixPool -> CoreIPPrefixPool
    ogenstad authored May 23, 2024
    Configuration menu
    Copy the full SHA
    38f0ca5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    159a060 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    dfc2d99 View commit details
    Browse the repository at this point in the history
  15. move error somewhere else

    ajtmccarty committed May 23, 2024
    Configuration menu
    Copy the full SHA
    9d001ad View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e96c6f8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    be4e814 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0e02e87 View commit details
    Browse the repository at this point in the history
  19. update unit test

    ajtmccarty committed May 23, 2024
    Configuration menu
    Copy the full SHA
    970f3db View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    498d593 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    61189ff View commit details
    Browse the repository at this point in the history
  22. fixes for IP reconciliation logic (#3381)

    * fixes for IP reconciliation logic
    
    * remove unnecessary test
    
    * changes for memgraph support
    
    * formatting
    
    * fix for addresses getting children
    
    * try making InfraInterfaceL3 use /28 instead of /24
    
    * make utilization query worse so it works for memgraph
    
    * update E2E test for new ip address
    ajtmccarty authored May 23, 2024
    Configuration menu
    Copy the full SHA
    37d8b2d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    83fa56b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    a6b31ec View commit details
    Browse the repository at this point in the history
  25. un-update unit tests

    ajtmccarty committed May 23, 2024
    Configuration menu
    Copy the full SHA
    d14d5a1 View commit details
    Browse the repository at this point in the history
  26. Merge pull request #3428 from opsmill/wvd-20240524-docs-stored-graphq…

    …l-queries
    
    Update documentation on stored GraphQL queries
    wvandeun authored May 23, 2024
    Configuration menu
    Copy the full SHA
    e678c16 View commit details
    Browse the repository at this point in the history
  27. Merge pull request #3411 from opsmill/wvd-20240522-add-limitations-to…

    …-generator-docs
    
    Add known limitation to generator documentation
    wvandeun authored May 23, 2024
    Configuration menu
    Copy the full SHA
    ebb7c91 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    c19b11b View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. a couple more tests

    ajtmccarty committed May 24, 2024
    Configuration menu
    Copy the full SHA
    18f70c3 View commit details
    Browse the repository at this point in the history
  2. some more unit tests

    ajtmccarty committed May 24, 2024
    Configuration menu
    Copy the full SHA
    7d23ac0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56e8dcd View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3421 from opsmill/pog-allocation-query

    Add tests for allocation queries
    ogenstad authored May 24, 2024
    Configuration menu
    Copy the full SHA
    f6bcdb8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3427 from opsmill/pot-add-decode-json-sdk-function

    Add a decode_json function that can fail instead of assuming success
    ogenstad authored May 24, 2024
    Configuration menu
    Copy the full SHA
    a684c62 View commit details
    Browse the repository at this point in the history
  6. Fix for linter

    dgarros committed May 24, 2024
    Configuration menu
    Copy the full SHA
    e6b068d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c35a7f5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b904284 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #3445 from opsmill/pog-catch-error-from-git-agent

    Raise user-friendly error and exit if git-agent is unable to reach Infrahub
    ogenstad authored May 24, 2024
    Configuration menu
    Copy the full SHA
    d1bbf38 View commit details
    Browse the repository at this point in the history
  10. Add optional initial agent user

    Fixes #3052
    ogenstad committed May 24, 2024
    Configuration menu
    Copy the full SHA
    256075b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3923ff7 View commit details
    Browse the repository at this point in the history
  12. Added pagination on allocated ressources (#3412)

    * remove default pagination on allocated ressources
    
    * fix key log
    
    * improve overflow on resource allocation table
    
    * overflow on resource selector
    
    * Added pagination
    
    * items start
    
    * adjustement
    bilalabbad authored May 24, 2024
    Configuration menu
    Copy the full SHA
    5ed487e View commit details
    Browse the repository at this point in the history
  13. fix menu overflow (#3446)

    pa-lem authored May 24, 2024
    Configuration menu
    Copy the full SHA
    66f913e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    52ceb4a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2d28171 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #3447 from opsmill/pog-resource-manager-order-weight

    Set order_weight for resource pool objects
    ogenstad authored May 24, 2024
    Configuration menu
    Copy the full SHA
    463a8c7 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #3448 from opsmill/dga-20240524-fix-3422

    Ensure hfid is defined to generate an identifier
    dgarros authored May 24, 2024
    Configuration menu
    Copy the full SHA
    1bd4795 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4bfe4ec View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1a42a80 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d5f58ae View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    486922f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    9b612bb View commit details
    Browse the repository at this point in the history
  23. Hide profile select if no data + select first generic if only 1 result (

    #3431)
    
    * hide profile if no data + select first generic if only 1 result
    
    * 🔧
    
    * fix lcoator
    
    * fix object item create with empty initial value
    
    * removes generic selection
    
    * removes generic selection + fix delete action
    pa-lem authored May 24, 2024
    Configuration menu
    Copy the full SHA
    3fe5868 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    9553c39 View commit details
    Browse the repository at this point in the history
  25. Merge pull request #3390 from opsmill/pog-initial-agent-account

    Add optional initial agent user
    ogenstad authored May 24, 2024
    Configuration menu
    Copy the full SHA
    674ca32 View commit details
    Browse the repository at this point in the history
  26. feedback from PR

    dgarros committed May 24, 2024
    Configuration menu
    Copy the full SHA
    3144231 View commit details
    Browse the repository at this point in the history
  27. Merge pull request #3444 from opsmill/dga-20240524-telemetry

    Update anonymous telemetry
    dgarros authored May 24, 2024
    Configuration menu
    Copy the full SHA
    2fc8dfd View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    db5a4e3 View commit details
    Browse the repository at this point in the history
  29. Merge pull request #3442 from opsmill/2712-diff-rel-update

    small fix for diff payload with multiple relationship changes
    dgarros authored May 24, 2024
    Configuration menu
    Copy the full SHA
    6f37ea1 View commit details
    Browse the repository at this point in the history
  30. Merge pull request #3396 from opsmill/3274-check-peer-type

    new relationship constraint for peer type
    dgarros authored May 24, 2024
    Configuration menu
    Copy the full SHA
    3efe48f View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    7f4fd57 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    a8ce572 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    ae3b6d8 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    659d44e View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    777ed43 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    1ed5562 View commit details
    Browse the repository at this point in the history
  37. Merge pull request #3454 from opsmill/dga-202405-remove-doc-pwd

    Remove login page for the documentation
    dgarros authored May 24, 2024
    Configuration menu
    Copy the full SHA
    0d28920 View commit details
    Browse the repository at this point in the history
  38. Merge pull request #3420 from opsmill/wvd-20240522-add-checks-documen…

    …tation
    
    Add user defined checks to documentation
    wvandeun authored May 24, 2024
    Configuration menu
    Copy the full SHA
    9a72a73 View commit details
    Browse the repository at this point in the history
  39. Add IP infront of "Prefix" to the IPAM menu

    To remain consistent with the rest of the system.
    ogenstad committed May 24, 2024
    Configuration menu
    Copy the full SHA
    0564af7 View commit details
    Browse the repository at this point in the history
  40. fix(docs): add helm registry guide

    Signed-off-by: Fatih Acar <[email protected]>
    fatih-acar committed May 24, 2024
    Configuration menu
    Copy the full SHA
    baf5960 View commit details
    Browse the repository at this point in the history
  41. fix for public repo

    petercrocker committed May 24, 2024
    Configuration menu
    Copy the full SHA
    be4b53c View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    e4531ea View commit details
    Browse the repository at this point in the history
  43. open beta note

    petercrocker committed May 24, 2024
    Configuration menu
    Copy the full SHA
    65a1d20 View commit details
    Browse the repository at this point in the history
  44. Merge pull request #3459 from opsmill/pog-ip-prefix-menu

    Add IP infront of "Prefix" to the IPAM menu
    ogenstad authored May 24, 2024
    Configuration menu
    Copy the full SHA
    c55663f View commit details
    Browse the repository at this point in the history
  45. Updates peers to display in form for relationships inputs (#3419)

    * updates peers to display in form
    
    * remoe unused test
    
    * updates unit test for relationship component and generic + cardinality many
    
    * fix locator after form update
    
    * fix for field with cardinality many
    
    * update create form to include required cardinality many relationships
    
    * remove useless scroll into view
    
    * fix get relationships for form
    
    * remove unused selector
    
    * fix relationships in create form
    
    * remove select
    
    * remove test.only
    pa-lem authored May 24, 2024
    Configuration menu
    Copy the full SHA
    8730f78 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Configuration menu
    Copy the full SHA
    99ef54a View commit details
    Browse the repository at this point in the history
  2. fixes identifier description of IpPrefixPoolGetResource and IpAddress…

    …PoolGetResource mutation
    wvandeun committed May 25, 2024
    Configuration menu
    Copy the full SHA
    017ea4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f0a59a View commit details
    Browse the repository at this point in the history
  4. Fix integration test

    dgarros committed May 25, 2024
    Configuration menu
    Copy the full SHA
    eaff218 View commit details
    Browse the repository at this point in the history
  5. Fix format

    dgarros committed May 25, 2024
    Configuration menu
    Copy the full SHA
    ada5b71 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    450e9e7 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3449 from opsmill/dga-20240524-schema-manager

    Update schema manager to inherit property of generics and  fix process_human_friendly_id
    dgarros authored May 25, 2024
    Configuration menu
    Copy the full SHA
    47e93cb View commit details
    Browse the repository at this point in the history
  8. Refactor FAQ (#3392)

    * added status of infrahub
    * added a couple features to list
    * spell correction
    * updated faq
    ---------
    
    Co-authored-by: Pete Crocker <[email protected]>
    BRBCoffeeDebuff and petercrocker authored May 25, 2024
    Configuration menu
    Copy the full SHA
    99d1600 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #3453 from opsmill/pmc-20240524-docs

    move one liner curl install to docs
    dgarros authored May 25, 2024
    Configuration menu
    Copy the full SHA
    3dd1e84 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7eb8f70 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    68cabf0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c66f893 View commit details
    Browse the repository at this point in the history
  13. Add CoreNode to profile

    dgarros committed May 25, 2024
    Configuration menu
    Copy the full SHA
    5d8dddd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0373cee View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cfabb63 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fb29194 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    cac3e48 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    efa88f9 View commit details
    Browse the repository at this point in the history
  19. Refactor add_profile_schemas

    dgarros committed May 25, 2024
    Configuration menu
    Copy the full SHA
    114ff9c View commit details
    Browse the repository at this point in the history
  20. Add fixture for CoreNode

    dgarros committed May 25, 2024
    Configuration menu
    Copy the full SHA
    3f10d07 View commit details
    Browse the repository at this point in the history
  21. Ensure pool have unique names

    dgarros committed May 25, 2024
    Configuration menu
    Copy the full SHA
    b5c5d4f View commit details
    Browse the repository at this point in the history
  22. Fix integration test

    dgarros committed May 25, 2024
    Configuration menu
    Copy the full SHA
    cc4d7cc View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Fix format

    dgarros committed May 26, 2024
    Configuration menu
    Copy the full SHA
    12e26de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    015cf20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9a7a78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0bff58d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6ed9fa View commit details
    Browse the repository at this point in the history
  6. Update rn

    dgarros committed May 26, 2024
    Configuration menu
    Copy the full SHA
    aaceddd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f68eb47 View commit details
    Browse the repository at this point in the history
  8. Update release note

    dgarros committed May 26, 2024
    Configuration menu
    Copy the full SHA
    d43ed7a View commit details
    Browse the repository at this point in the history
  9. Update date

    dgarros committed May 26, 2024
    Configuration menu
    Copy the full SHA
    607ccf2 View commit details
    Browse the repository at this point in the history
  10. No trailing space

    dgarros committed May 26, 2024
    Configuration menu
    Copy the full SHA
    522350d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1a2805f View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    9c20df8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3465 from opsmill/pog-addresspool-prefix

    Rename default_prefix_size -> default_prefix_length for IP Address pool
    ogenstad authored May 27, 2024
    Configuration menu
    Copy the full SHA
    70d176f View commit details
    Browse the repository at this point in the history
  3. Update RN

    dgarros committed May 27, 2024
    Configuration menu
    Copy the full SHA
    40cb481 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3467 from opsmill/wvd-20240525-fix-identifier-des…

    …cription-of-pool-get-resource-mutation
    
    fixes identifier description of IpPrefixPoolGetResource and IpAddresPoolGetResource mutations
    wvandeun authored May 27, 2024
    Configuration menu
    Copy the full SHA
    ab49625 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3480 from opsmill/ip-address-parent-logic-fic

    fix off-by-one type error in ip address parent identification
    dgarros authored May 27, 2024
    Configuration menu
    Copy the full SHA
    9eebc91 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3468 from opsmill/dga-20240525-fix-schema-rm

    Update schema for IP Prefix Pool and IP Address Pool
    dgarros authored May 27, 2024
    Configuration menu
    Copy the full SHA
    5e259bf View commit details
    Browse the repository at this point in the history
  7. Update docs/docs/topics/hardware-requirements.mdx

    Co-authored-by: fatih-acar <[email protected]>
    dgarros and fatih-acar authored May 27, 2024
    Configuration menu
    Copy the full SHA
    bf60641 View commit details
    Browse the repository at this point in the history
  8. Update docs/docs/topics/hardware-requirements.mdx

    Co-authored-by: fatih-acar <[email protected]>
    dgarros and fatih-acar authored May 27, 2024
    Configuration menu
    Copy the full SHA
    3cbaaa2 View commit details
    Browse the repository at this point in the history
  9. Update docs/docs/topics/hardware-requirements.mdx

    Co-authored-by: fatih-acar <[email protected]>
    dgarros and fatih-acar authored May 27, 2024
    Configuration menu
    Copy the full SHA
    bfcd023 View commit details
    Browse the repository at this point in the history
  10. chore(helm): update for 0.14 release

    Signed-off-by: Fatih Acar <[email protected]>
    fatih-acar committed May 27, 2024
    Configuration menu
    Copy the full SHA
    7ebc0dc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3da0c72 View commit details
    Browse the repository at this point in the history
  12. Fix test to include only required relationships of cardinality many o…

    …nly in create form (#3476)
    
    * fix test to include only required relationships of card. many only in create form
    
    * revert constants for kinds in form
    
    * fix test for kinds in form
    
    * removes first filter to allow any kind for create form
    
    * fix test to include previous fields for create form
    pa-lem authored May 27, 2024
    Configuration menu
    Copy the full SHA
    18a50bd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4f593ce View commit details
    Browse the repository at this point in the history
  14. Merge pull request #3482 from opsmill/dga-20240527-doc-hardware

    Add section about performance benchmark tool to docs
    dgarros authored May 27, 2024
    Configuration menu
    Copy the full SHA
    2dac42c View commit details
    Browse the repository at this point in the history
  15. Merge pull request #3472 from opsmill/dga-20240525-fix-doc

    Minor fixes on the documentation
    dgarros authored May 27, 2024
    Configuration menu
    Copy the full SHA
    751329a View commit details
    Browse the repository at this point in the history
  16. Merge pull request #3479 from opsmill/dga-20240526-gql-variables-ro

    Convert attribute variables on CoreGraphQLQuery to read-only
    dgarros authored May 27, 2024
    Configuration menu
    Copy the full SHA
    63bafe7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a79cc82 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1c95cda View commit details
    Browse the repository at this point in the history
  19. Fix loopback prefix length

    gmazoyer committed May 27, 2024
    Configuration menu
    Copy the full SHA
    3c94822 View commit details
    Browse the repository at this point in the history
  20. Fix member type for loopback prefix

    Add feature to change member type and size to client's methods.
    gmazoyer committed May 27, 2024
    Configuration menu
    Copy the full SHA
    5bf8e15 View commit details
    Browse the repository at this point in the history
  21. Add support for data in allocation methods

    And use it in loopback allocations.
    gmazoyer committed May 27, 2024
    Configuration menu
    Copy the full SHA
    79cd953 View commit details
    Browse the repository at this point in the history
  22. Fix parameters ordering

    gmazoyer committed May 27, 2024
    Configuration menu
    Copy the full SHA
    95523c3 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    80f06fd View commit details
    Browse the repository at this point in the history
  24. Remove print statement

    gmazoyer committed May 27, 2024
    Configuration menu
    Copy the full SHA
    f859a71 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    c1a7209 View commit details
    Browse the repository at this point in the history
  26. Fix prefixes created twice

    gmazoyer committed May 27, 2024
    Configuration menu
    Copy the full SHA
    70792e1 View commit details
    Browse the repository at this point in the history
  27. Merge pull request #3471 from opsmill/dga-20240525-profile-pc

    Improve support for Profile in Artifact & Proposed Change
    dgarros authored May 27, 2024
    Configuration menu
    Copy the full SHA
    e9821a0 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    8c4b1d1 View commit details
    Browse the repository at this point in the history
  29. Merge pull request #3485 from opsmill/pog-impacted-artifacts-docstrin…

    …g-typo
    
    Fix impacted_artifacts docstring typo
    ogenstad authored May 27, 2024
    Configuration menu
    Copy the full SHA
    553a3ff View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    2f0eaf2 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    ea818de View commit details
    Browse the repository at this point in the history
  32. Fix typo

    dgarros committed May 27, 2024
    Configuration menu
    Copy the full SHA
    a6bb70c View commit details
    Browse the repository at this point in the history
  33. incorporate feedback from pr

    dgarros committed May 27, 2024
    Configuration menu
    Copy the full SHA
    39924ee View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    29865d6 View commit details
    Browse the repository at this point in the history
  35. Fix mutation for pool assignment on fields for relationships of cardi…

    …nality many (#3477)
    
    * fix test to include only required relationships of card. many only in create form
    
    * revert constants for kinds in form
    
    * fix test for kinds in form
    
    * removes first filter to allow any kind for create form
    
    * fix consistency for initial multi select value + update data for pools
    
    * fix get data for mutation to allow multi select data
    
    * fix test to include previous fields for create form
    
    * fix filters with new select structure
    
    * fix group management
    
    * fix reviewers for proposed change
    
    * fix conv edit after form structure update
    
    * remove log
    
    * fix group mutation
    
    * remove log
    
    * fix group updates
    
    * remove unused file
    
    * fix mutation data
    
    * fix focus on change for pools and select
    
    * prevent fetching other options when toggling pools and regular options
    pa-lem authored May 27, 2024
    Configuration menu
    Copy the full SHA
    3b28cfb View commit details
    Browse the repository at this point in the history
  36. Merge pull request #3478 from opsmill/dga-20240525-0.14-release-note

    Add draft of release note for 0.14 release and update versions
    dgarros authored May 27, 2024
    Configuration menu
    Copy the full SHA
    28df197 View commit details
    Browse the repository at this point in the history
  37. Merge pull request #3486 from opsmill/dga-20240527-exception-ipnamespace

    Add exception in schema_manager for  ip_namespace
    dgarros authored May 27, 2024
    Configuration menu
    Copy the full SHA
    0d8be12 View commit details
    Browse the repository at this point in the history
  38. Merge pull request #3483 from opsmill/fac-helm-update

    chore(helm): update for 0.14 release
    dgarros authored May 27, 2024
    Configuration menu
    Copy the full SHA
    5d0ebca View commit details
    Browse the repository at this point in the history
  39. Merge pull request #3461 from opsmill/gma-20240524-demodata-resource-…

    …manager
    
    Use resource pools in demo data
    dgarros authored May 27, 2024
    Configuration menu
    Copy the full SHA
    c8625b2 View commit details
    Browse the repository at this point in the history