Skip to content
Snippets Groups Projects
  1. Feb 14, 2020
    • vlorentz's avatar
      Fix URL of metadata search. · eb081d9c
      vlorentz authored
      The appended `?` character was after `?fulltext=`, which caused the URL
      to not be parsed as expected.
      eb081d9c
  2. Feb 11, 2020
  3. Feb 10, 2020
  4. Feb 05, 2020
  5. Feb 03, 2020
  6. Jan 30, 2020
  7. Jan 29, 2020
  8. Jan 28, 2020
  9. Jan 24, 2020
  10. Jan 23, 2020
  11. Jan 22, 2020
  12. Jan 21, 2020
  13. Jan 17, 2020
  14. Jan 16, 2020
  15. Jan 15, 2020
  16. Jan 14, 2020
  17. Jan 13, 2020
  18. Jan 10, 2020
  19. Jan 07, 2020
    • vlorentz's avatar
      Add support for using swh-search for URL search. · 067cec78
      vlorentz authored
      For now, this keeps support for using swh-storage for search, in case
      we want to quickly revert to it with no code change. But in the future,
      we may want to remove this fallback.
      067cec78
    • Antoine Lambert's avatar
      api: Return absolute URIs in JSON responses · 76480202
      Antoine Lambert authored
      Ensure that all URIs returned in JSON responses of the Web API are absolute (prefixed
      with protocol and domains).
      
      That commit consists in:
      
        - adding a request parameter to our custom django reverse function in order to build
          an abolute URI before returning it
      
        - providing the input HTTP requests as parameter to reverse in API endpoints implementation
      
        - centralizing all enrich functions adding URIs in API responses in the swh.web.api.utils module
      
        - modifying tests implementation to check all returned URIs are absolute
      
        - adding some new and missing tests related to these improvements
      
        - modifying enrich function tests to remove hardcoded data in favor of hypothesis
      
      Closes T2154
      76480202
    • vlorentz's avatar
      Use a page_token instead of an offset for origin search. · 34cbe4ac
      vlorentz authored
      This currently does not change much, but will be needed to
      support swh-search.
      34cbe4ac
    • vlorentz's avatar
      Remove support for origin search by regexp. · f560b75a
      vlorentz authored
      f560b75a
  20. Jan 06, 2020
Loading