-
- Downloads
Fix bug where lang variants not shown in expand(_all_) (#1759)
* First cut at solution * Don't export `expandedAll` * Simpler solution * Add comment * Push language tags up through to the query object level * Get a basic imlp working * Remove old code * Only get all langs if it's NOT a list type * Rename a heap of things * Add system test * Pass Expand down to children * Fix regression * Build binary even in shart mode * Add language list * s/ExpandAll/expand_all in proto * Initialize tag map * Give error instead of asserting if the number of tags doesn't match the number of values * Add `expandAll` to params * Rename Metadata to LangTag in proto * Get lang tag from posting, and remove language list * Better language/list interaction * Add to changelog
Showing
- CHANGELOG.md 4 additions, 0 deletionsCHANGELOG.md
- posting/list.go 16 additions, 5 deletionsposting/list.go
- protos/task.pb.go 925 additions, 816 deletionsprotos/task.pb.go
- protos/task.proto 4 additions, 1 deletionprotos/task.proto
- query/query.go 18 additions, 1 deletionquery/query.go
- systest/bulk_live_fixture_test.go 0 additions, 3 deletionssystest/bulk_live_fixture_test.go
- systest/mutations_test.go 75 additions, 9 deletionssystest/mutations_test.go
- worker/export.go 1 addition, 1 deletionworker/export.go
- worker/task.go 8 additions, 1 deletionworker/task.go
Loading
Please register or sign in to comment