- Mar 18, 2021
-
-
alex pooley authored
Work towards replacing recursive namespace queries with linear queries. This commit tracks the path to each namespace, and future work will replace recursive queries with queries that utilize this new column.
-
- Mar 01, 2021
-
-
Manoj M J authored
This change adds validation to check the nature of parent for Group & Namespace records
-
- Jul 14, 2020
-
-
alex pooley authored
1. Add a traversal_ids array column to the namespaces table. 2. Define Traversal::Hierarchy to sync traversal_ids using recursive traversal methods.
-