Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Iteration over all pages in a collection #73

Merged

Commits on May 2, 2018

  1. Configuration menu
    Copy the full SHA
    afba7b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4714425 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7684bf9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a48e7dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2086e16 View commit details
    Browse the repository at this point in the history
  6. added documentation

    Matthimatiker committed May 2, 2018
    Configuration menu
    Copy the full SHA
    798a187 View commit details
    Browse the repository at this point in the history
  7. added documentation

    Matthimatiker committed May 2, 2018
    Configuration menu
    Copy the full SHA
    8bee176 View commit details
    Browse the repository at this point in the history
  8. added test stubs

    Matthimatiker committed May 2, 2018
    Configuration menu
    Copy the full SHA
    3cc5254 View commit details
    Browse the repository at this point in the history
  9. added test stub

    Matthimatiker committed May 2, 2018
    Configuration menu
    Copy the full SHA
    7f2050b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    231b5c8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f8eeb8b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5993cfc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    935a0be View commit details
    Browse the repository at this point in the history
  14. documented resources

    Matthimatiker committed May 2, 2018
    Configuration menu
    Copy the full SHA
    8943ed8 View commit details
    Browse the repository at this point in the history
  15. fixed template

    Matthimatiker committed May 2, 2018
    Configuration menu
    Copy the full SHA
    95e02d0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e7a6e7d View commit details
    Browse the repository at this point in the history
  17. fixed collection name; changed parameter order in assertions to get b…

    …etter (correct) failure messages
    Matthimatiker committed May 2, 2018
    Configuration menu
    Copy the full SHA
    43ce1fa View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9d80d72 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ed86f55 View commit details
    Browse the repository at this point in the history
  20. started to implement stream access to collections; does not work yet …

    …(there seems to be some kind of interference between objects)
    Matthimatiker committed May 2, 2018
    Configuration menu
    Copy the full SHA
    8a440e9 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b43ca3a View commit details
    Browse the repository at this point in the history
  22. check page calls in reverse order: that way it is possible to see if …

    …*all* pages are crawled or if the collection stops in the middle
    Matthimatiker committed May 2, 2018
    Configuration menu
    Copy the full SHA
    5671637 View commit details
    Browse the repository at this point in the history
  23. added test

    Matthimatiker committed May 2, 2018
    Configuration menu
    Copy the full SHA
    a34b23e View commit details
    Browse the repository at this point in the history
  24. added test

    Matthimatiker committed May 2, 2018
    Configuration menu
    Copy the full SHA
    df1cd16 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2018

  1. create a copy of the pagination, otherwise the stream() calls affect …

    …each other (as the state of the pagination changes)
    Matthimatiker committed May 3, 2018
    Configuration menu
    Copy the full SHA
    7be28d2 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2018

  1. Configuration menu
    Copy the full SHA
    5d0e697 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bb2079 View commit details
    Browse the repository at this point in the history
  3. fixed test bug: @BeforeTest runs *once*, only when setup() is annotat…

    …ed with @BeforeMethod it is executed before *every* test
    Matthimatiker committed May 7, 2018
    Configuration menu
    Copy the full SHA
    dac85a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df75859 View commit details
    Browse the repository at this point in the history
  5. cache page result to avoid multiple requests; when checking if if the…

    …re is a next page via hasNext(), avoid an additional HTTP request whenever possible
    Matthimatiker committed May 7, 2018
    Configuration menu
    Copy the full SHA
    c03902f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    01b6d34 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2018

  1. Configuration menu
    Copy the full SHA
    e1b13e4 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2018

  1. Configuration menu
    Copy the full SHA
    e78c8c5 View commit details
    Browse the repository at this point in the history
  2. collections extend from new IterableObjectPagination class now (this …

    …allows streaming over *all* objects on *all* pages)
    Matthimatiker committed May 16, 2018
    Configuration menu
    Copy the full SHA
    a2d412f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff63a1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b0c0c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f40b858 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    32a7374 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    38cac86 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4ecd4e3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f66b1dc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b8b5c59 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    efc7713 View commit details
    Browse the repository at this point in the history
  12. prepared release note

    Matthimatiker committed May 16, 2018
    Configuration menu
    Copy the full SHA
    db6f7e6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ae827cf View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2018

  1. Configuration menu
    Copy the full SHA
    6a2d221 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5b587b View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2018

  1. improved comment

    Matthimatiker committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    78aba66 View commit details
    Browse the repository at this point in the history