Skip to content
This repository has been archived by the owner on Dec 9, 2019. It is now read-only.

Pagination and some other changes bunched up #19

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open

Commits on Feb 9, 2019

  1. Update URI handling for Dirble.

    Add a DirbleURI named tuple that supports pagination. Also make URI parsing
    stricter and prepare it for pagination.
    adamcik committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    ca4a399 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d24a46 View commit details
    Browse the repository at this point in the history
  3. Add method and params support to dirble client's fetch helper.

    Also switches to using requests for constructing the URL to use in the cache,
    instead of re-inventing this wheel.
    adamcik committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    7b16e2f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa08566 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1523ab1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    77c819e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    003b46b View commit details
    Browse the repository at this point in the history
  8. Add pagination to search

    adamcik committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    1090fb5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    84665d7 View commit details
    Browse the repository at this point in the history
  10. Paginate browse + other changes...

    - Sort browse results as user countries, continents, categories rest.
    - Add next browse page directory.
    - Return next offset from pagination helper and client.
    - Set limit to 20 and max per page to 30, this way we get one request per
      browse on average.
    - Add offset to the dirble uri named tuple.
    - Fix missing handling of dirble:root uri.
    adamcik committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    d4b00e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2019

  1. Fix pagination helper

    Code wasn't handling case where first query returned to few requests.
    adamcik committed Feb 10, 2019
    Configuration menu
    Copy the full SHA
    074bdae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdebb27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5161560 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    777b709 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ebd963d View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2019

  1. Change next page name

    adamcik committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    3228f35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75cafd4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9671c4c View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

  1. Configuration menu
    Copy the full SHA
    afe0fd3 View commit details
    Browse the repository at this point in the history
  2. Remove unused import

    adamcik committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    1dd04e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2019

  1. Fix flake8 failures

    adamcik committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    6bf4481 View commit details
    Browse the repository at this point in the history