Skip to content

Add new improvements for tenants and data.#116

Merged
jfrancoa merged 1 commit intomainfrom
jose/improve_tenant_handling
Mar 7, 2025
Merged

Add new improvements for tenants and data.#116
jfrancoa merged 1 commit intomainfrom
jose/improve_tenant_handling

Conversation

@jfrancoa
Copy link
Copy Markdown
Collaborator

@jfrancoa jfrancoa commented Mar 7, 2025

  • Allow creating tenants in batches.
  • Change default tenant name from Tenant-- to Tenant-.
  • Allow creating more tenants when the collection already had some tenants on it.
  • Add new option to pass a list of comma-separated tenants when adding objects. Only those tenants will be used. If not passed, the same number of objects will be added to all tenants.
  • Same (option to pass tenants), but for deletes.
  • Improve deletes into using batches, as well as supporting the deletion of large number of objects (more than 10000) whihc was failing before.

Fixes: #115

* Allow creating tenants in batches.
* Allow creating more tenants when the collection
already had some tenants on it.
* Add new option to pass a list of comma-separated
tenants when adding objects. Only those tenants will
be used. If not passed, the same number of objects
will be added to all tenants.
* Same (option to pass tenants), but for deletes.
* Improve deletes into using batches, as well as
supporting the deletion of large number of objects
(more than 10000) whihc was failing before.
Copy link
Copy Markdown

@orca-security-eu orca-security-eu bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Orca Security Scan Summary

Status Check Issues by priority
Passed Passed Infrastructure as Code high 0   medium 0   low 0   info 0 View in Orca
Passed Passed SAST high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Secrets high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Vulnerabilities high 0   medium 0   low 0   info 0 View in Orca

@jfrancoa jfrancoa requested a review from rlmanrique March 7, 2025 11:44
@jfrancoa jfrancoa merged commit 5584798 into main Mar 7, 2025
15 checks passed
@jfrancoa jfrancoa deleted the jose/improve_tenant_handling branch March 7, 2025 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add an option to create tenants in batches

1 participant