Commit 34a9746
authored
* [Fixes #8689] Extend the ResourceBase metadata model with an opaque JSONField
* [Fixes #8689] Fix missing resource_type for new form instances
* [Fixes #8689] Add test and UI fix for doc, maps and geoapps
* [Fixes #8689] Fix flakee8 formatting
* [Fixes #8689] Extra metadata json saved with format
* [Fixes #8689] Refactor validation def, start defining endpoint for API
* [Fixes #8689] Definition of extra-metadata endpoints for resources
* [Fixes #8689] Converting metadata from jsonfield to manytomany relation
* [Fixes #8689] Fix views with new relation and prettify json on UI
* [Fixes #8689] Fix serializer
* [Fixes #8689] Fix custom metadata endpoint, update metadata schema
* [Fixes #8689] Fix flake8 issues
* [Fixes #8689] Remove endpoint from each resorce, keep it only on base resource
* [Fixes #8689] Fix broken tests
* [Fixes #8689] Add metadata filtering in API v1
* [Fixes #8689] Add test for metadata filtering in API v1
* [Fixes #8689] Fix some of broken tests
* [Fixes #8689] fix flake8
* [Fixes #8689] fix tests
* [Fixes #8689] removed typo on settings.py
* [Fixes #8689] fix broken build
* [Fixes #8689] fix minor error on filter convertion
* [Fixes #8690] first implementation for dynamic filtering
* [Fixes #8690] first implementation for dynamic filtering
* [Fixes #8689] fix flake8
* [Fixes #8689] Update default schema structure
* [Fixes #8690] first implementation for dynamic filtering
* [Fixes #8690] Dynamic metadata facet filtering
* [Fixes #8690] Minor fix for geoapps
* [Fixes #8690] Flake8 format fix
1 parent 6d2fe7f commit 34a9746
4 files changed
Lines changed: 72 additions & 3 deletions
File tree
- geonode
- api
- base/templatetags
- templates/search
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
| 172 | + | |
| 173 | + | |
173 | 174 | | |
174 | 175 | | |
175 | 176 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | | - | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
44 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
| |||
56 | 59 | | |
57 | 60 | | |
58 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
59 | 69 | | |
60 | 70 | | |
61 | 71 | | |
| |||
495 | 505 | | |
496 | 506 | | |
497 | 507 | | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
0 commit comments