"Provided by" field in expander on data search is wrong#8
Conversation
…eoNode#774)" This reverts commit 1fc89b5.
This also updates the search results to use the GMD schema instead of CSW.
|
David, thanks for extending the metadata integration and fixing a few of those silent template bugs. I like the refactor of the xml parsing functions and the profile links everywhere. I just have a question related to keywords (and the keyword_list method), are we supposed to allow keywords with more than one word, i.e. "World Bank", should we makke the keywords_list function smarter to not split by spaces inside quotes? In any case the patch looks in pretty good shape to be merged with master. |
|
There's lots of ways we could do the split for keywords (I personally think splitting on commas would be more convenient than quote marks, for example). I think we can safely defer that decision to a later release, however (probably 1.0.1). |
use style name instead of style object
update httplib2 and dockerfile so that it builds
enable karma tests running using node_modules
Codecov Report
@@ Coverage Diff @@
## master #8 +/- ##
=========================================
Coverage ? 41.16%
=========================================
Files ? 178
Lines ? 19565
Branches ? 3227
=========================================
Hits ? 8054
Misses ? 10893
Partials ? 618 |
# This is the 1st commit message: Replace flake8 and black with ruff # This is the commit message #2: Replace flake8 and black with ruff # This is the commit message #3: Update geonode/base/views.py Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> # This is the commit message #4: Clear-text logging of sensitive information' Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> # This is the commit message #5: 'CodeQL / Information exposure through an exception' Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> # This is the commit message #6: Potential fix for pull request finding 'CodeQL / URL redirection from remote source' Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> # This is the commit message #7: PR review suggestions # This is the commit message #8: PR review suggestions # This is the commit message #9: Potential fix for pull request finding 'CodeQL / Information exposure through an exception' Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> # This is the commit message #10: fix PR review suggestion Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> # This is the commit message #11: fix PR review suggestion Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> # This is the commit message #12: Potential fix for pull request finding 'CodeQL / Information exposure through an exception' Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> # This is the commit message #13: fix PR review suggestion Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> # This is the commit message #14: [Fixes #14244] Do not return WWW-Authenticate inside API exception response (#14265) * Do not return WWW-Authenticate inside API exception response * Test WWW-Authenticate stripped * Fix test docstring # This is the commit message #15: [Fixes #14262] Avoid returning all permissions in dataset owner payload (#14263)
Work done for http://projects.opengeo.org/CAPRA/ticket/774 . This branch includes a little extra review of the metadata stuff so it would be good to at least get review from Ariel.