Page MenuHomePhabricator

Add Template Namespace in Okapi Repositories
Closed, ResolvedPublic5 Estimated Story Points

Description

In order to provide users with template namespace contents, add template namespace (10) in the following repositories as mentioned below:

  1. In schema repo namespace.go
  2. In okapi-scheduler repo - update get_namespaces() method in pages.py dag
  3. In okapi-data-service :
    • update exports map in Aggregate handler
    • update filterNs map under streams/utils
  4. In okapi-diffs, update diffs map in server/diffs/aggregate.go
  5. In okapi-public-api :
    • update Supported map in pkg/namespaces/namespaces.go
    • in docs/docs.go, for all the places where we have currently supported 0, 6, 14, add 10
    • in modules/v1/exports/jsonns.go, update docs to include 10 as currently supported
    • in modules/v1/exports/list.go, update docs to include 10 as currently supported
  6. In okapi-dashboard repo, in public/docs.json, add 10 wherever you have currently supported 0, 6, 14

Event Timeline

GeorgeNgcobo changed the task status from Open to In Progress.Apr 22 2022, 8:59 AM
GeorgeNgcobo claimed this task.
GeorgeNgcobo subscribed.
Lena.Milenko changed the task status from In Progress to Open.Jun 14 2022, 7:04 PM