Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create new temporary directory/resource extension #491

Merged
merged 155 commits into from Nov 14, 2022

Commits on May 21, 2022

  1. Configuration menu
    Copy the full SHA
    19ec9cc View commit details
    Browse the repository at this point in the history
  2. WIP - reorganise tests

    jbduncan committed May 21, 2022
    Configuration menu
    Copy the full SHA
    d614f4f View commit details
    Browse the repository at this point in the history
  3. WIP - only handle @New-annotated params, and ensure exceptions thrown…

    … by ResourceFactory are propagated
    jbduncan committed May 21, 2022
    Configuration menu
    Copy the full SHA
    5b69238 View commit details
    Browse the repository at this point in the history
  4. WIP - improve test names

    jbduncan committed May 21, 2022
    Configuration menu
    Copy the full SHA
    fb440d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c2fc53 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec77553 View commit details
    Browse the repository at this point in the history
  7. WIP - expand test to confirm that using @New on constructor param cre…

    …ates new resource per test instance
    jbduncan committed May 21, 2022
    Configuration menu
    Copy the full SHA
    1882972 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    90bec0f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    323750f View commit details
    Browse the repository at this point in the history
  10. WIP

    jbduncan committed May 21, 2022
    Configuration menu
    Copy the full SHA
    8012ae7 View commit details
    Browse the repository at this point in the history
  11. WIP - cleanup

    jbduncan committed May 21, 2022
    Configuration menu
    Copy the full SHA
    55df7ad View commit details
    Browse the repository at this point in the history
  12. WIP - cleanup

    jbduncan committed May 21, 2022
    Configuration menu
    Copy the full SHA
    f428367 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    402242e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5ba9284 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    222dfac View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    534775c View commit details
    Browse the repository at this point in the history
  17. WIP - satisfy more TODOs

    jbduncan committed May 21, 2022
    Configuration menu
    Copy the full SHA
    77536bc View commit details
    Browse the repository at this point in the history
  18. WIP - cleanup

    jbduncan committed May 21, 2022
    Configuration menu
    Copy the full SHA
    5bcbdf1 View commit details
    Browse the repository at this point in the history
  19. WIP - first test for @shared

    jbduncan committed May 21, 2022
    Configuration menu
    Copy the full SHA
    50659db View commit details
    Browse the repository at this point in the history
  20. WIP - cleanup

    jbduncan committed May 21, 2022
    Configuration menu
    Copy the full SHA
    cc52a5d View commit details
    Browse the repository at this point in the history
  21. WIP - another test for @shared

    jbduncan committed May 21, 2022
    Configuration menu
    Copy the full SHA
    9466e18 View commit details
    Browse the repository at this point in the history
  22. WIP - another test for @shared

    jbduncan committed May 21, 2022
    Configuration menu
    Copy the full SHA
    300d69b View commit details
    Browse the repository at this point in the history
  23. WIP - remove redundant TODO

    jbduncan committed May 21, 2022
    Configuration menu
    Copy the full SHA
    7ea7a17 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b7eb75d View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    258c6e0 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    ee65ed3 View commit details
    Browse the repository at this point in the history
  27. WIP - add a commented-out test to potentially support field injection…

    … of @New in the future
    jbduncan committed May 21, 2022
    Configuration menu
    Copy the full SHA
    6c38c4a View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    037bea1 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    fc77068 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    2fd5ee0 View commit details
    Browse the repository at this point in the history
  31. WIP - prevent test cases from immediately deleting temp file, to add …

    …test coverage to TemporaryDirectory::close
    jbduncan committed May 21, 2022
    Configuration menu
    Copy the full SHA
    858b585 View commit details
    Browse the repository at this point in the history
  32. Fix a TODO and add another

    jbduncan committed May 21, 2022
    Configuration menu
    Copy the full SHA
    d0594f3 View commit details
    Browse the repository at this point in the history
  33. WIP - Make sure no IOEs are thrown if a file/dir is deleted before Te…

    …mporaryDirectory::close can delete it
    jbduncan committed May 21, 2022
    Configuration menu
    Copy the full SHA
    4816f43 View commit details
    Browse the repository at this point in the history
  34. WIP - add a test case for when two @shared resources with the same na…

    …me but different factory types exist
    jbduncan committed May 21, 2022
    Configuration menu
    Copy the full SHA
    85d3b46 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    5d7bf56 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    5e231e2 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    16c7ba5 View commit details
    Browse the repository at this point in the history
  38. WIP - add new test for wrong number of arguments passed to TemporaryD…

    …irectory; remove TODOs; remove unused code
    jbduncan committed May 21, 2022
    Configuration menu
    Copy the full SHA
    63c40d2 View commit details
    Browse the repository at this point in the history
  39. WIP - remove TODO

    jbduncan committed May 21, 2022
    Configuration menu
    Copy the full SHA
    2defa3e View commit details
    Browse the repository at this point in the history
  40. WIP - remove the need for ResourceManagerExtension to be applied to a…

    … test class by upgrading to JUnit 5.6; this allows us to make the extension package-private
    jbduncan committed May 21, 2022
    Configuration menu
    Copy the full SHA
    f3e44ef View commit details
    Browse the repository at this point in the history
  41. WIP - Introduce @dir annotation

    jbduncan committed May 21, 2022
    Configuration menu
    Copy the full SHA
    c792dae View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    90631f1 View commit details
    Browse the repository at this point in the history
  43. WIP - revert test for an especially unlikely edge case, as the test i…

    …s hard to understand. In response to comment junit-pioneer#491 (comment)
    jbduncan committed May 21, 2022
    Configuration menu
    Copy the full SHA
    62af6dd View commit details
    Browse the repository at this point in the history
  44. WIP - cleanup

    jbduncan committed May 21, 2022
    Configuration menu
    Copy the full SHA
    2ec5798 View commit details
    Browse the repository at this point in the history
  45. WIP - check that if two or more parameters in a test method are annot…

    …ated with a @shared annotation with the same name and factory, then the user is informed, as it is redundant
    jbduncan committed May 21, 2022
    Configuration menu
    Copy the full SHA
    ace5dcd View commit details
    Browse the repository at this point in the history
  46. WIP - cleanup

    jbduncan committed May 21, 2022
    Configuration menu
    Copy the full SHA
    b54ccd7 View commit details
    Browse the repository at this point in the history
  47. WIP - fix concurrency bug

    jbduncan committed May 21, 2022
    Configuration menu
    Copy the full SHA
    5ad4f3e View commit details
    Browse the repository at this point in the history
  48. WIP - start to make the extension thread-safe - done with @nipafx thr…

    …ough the magic of remote pair programming
    jbduncan committed May 21, 2022
    Configuration menu
    Copy the full SHA
    c817292 View commit details
    Browse the repository at this point in the history
  49. WIP - expand a TODO comment

    jbduncan committed May 21, 2022
    Configuration menu
    Copy the full SHA
    9f7a030 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    266b09f View commit details
    Browse the repository at this point in the history
  51. WIP - cleanup

    jbduncan committed May 21, 2022
    Configuration menu
    Copy the full SHA
    49bd1d6 View commit details
    Browse the repository at this point in the history
  52. WIP - attempt to write a test that confirms we do not suffer from the…

    … dining philosophers problem
    jbduncan committed May 21, 2022
    Configuration menu
    Copy the full SHA
    6de8b4e View commit details
    Browse the repository at this point in the history
  53. WIP - cleanup

    jbduncan committed May 21, 2022
    Configuration menu
    Copy the full SHA
    4c95c78 View commit details
    Browse the repository at this point in the history
  54. WIP - cleanup

    jbduncan committed May 21, 2022
    Configuration menu
    Copy the full SHA
    70cdbc6 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    576fc5b View commit details
    Browse the repository at this point in the history
  56. WIP - cleanup

    jbduncan committed May 21, 2022
    Configuration menu
    Copy the full SHA
    337e7eb View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    3fd5ddd View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    849cd27 View commit details
    Browse the repository at this point in the history
  59. WIP - replace repeated tests with normal tests, as they were only nee…

    …ded when checking thread-safety of extension
    jbduncan committed May 21, 2022
    Configuration menu
    Copy the full SHA
    297ea02 View commit details
    Browse the repository at this point in the history
  60. WIP - fix CI

    jbduncan committed May 21, 2022
    Configuration menu
    Copy the full SHA
    e2d0797 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    a1ff47b View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    cf0ca01 View commit details
    Browse the repository at this point in the history
  63. WIP - comment fixup

    jbduncan committed May 21, 2022
    Configuration menu
    Copy the full SHA
    c061d65 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    83629c1 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    26c58e2 View commit details
    Browse the repository at this point in the history
  66. Add tests for file/directory deletions

    Nicolai Parlog authored and jbduncan committed May 21, 2022
    Configuration menu
    Copy the full SHA
    64a6b5a View commit details
    Browse the repository at this point in the history
  67. [WIP] Touch up resource extension

    Nicolai Parlog authored and jbduncan committed May 21, 2022
    Configuration menu
    Copy the full SHA
    382cb67 View commit details
    Browse the repository at this point in the history
  68. WIP - fix failing test

    jbduncan committed May 21, 2022
    Configuration menu
    Copy the full SHA
    06c7be5 View commit details
    Browse the repository at this point in the history
  69. WIP - first draft for resource/package-info.java and amendment to doc…

    …s/temporary-directory.adoc
    jbduncan committed May 21, 2022
    Configuration menu
    Copy the full SHA
    cab6c9d View commit details
    Browse the repository at this point in the history
  70. WIP - Get the skeletons of the resource extension's docs out there

    "Wake up, get up, get out there
    Raise your voice against liars
    Feed your anger like fire
    Why does nobody want change?"
    Lyrics: "Wake Up, Get Up, Get Out There", Persona 5
    jbduncan committed May 21, 2022
    Configuration menu
    Copy the full SHA
    39c620e View commit details
    Browse the repository at this point in the history
  71. Remove reverse unlock

    Nicolai Parlog authored and jbduncan committed May 21, 2022
    Configuration menu
    Copy the full SHA
    bc3dc6f View commit details
    Browse the repository at this point in the history
  72. Edit Javadoc

    Nicolai Parlog authored and jbduncan committed May 21, 2022
    Configuration menu
    Copy the full SHA
    388c467 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    3103727 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    9133f80 View commit details
    Browse the repository at this point in the history
  75. Address reviewer feedback on the API - allow users to define how long…

    … a resource lives; it's 'scope'
    jbduncan committed May 21, 2022
    Configuration menu
    Copy the full SHA
    09f4d60 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    a5754b0 View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    fdef24f View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    592af19 View commit details
    Browse the repository at this point in the history
  79. WIP - improve documentation outline

    Nicolai Parlog authored and jbduncan committed May 21, 2022
    Configuration menu
    Copy the full SHA
    de6333e View commit details
    Browse the repository at this point in the history
  80. WIP - cleanup docs a bit

    jbduncan committed May 21, 2022
    Configuration menu
    Copy the full SHA
    35077cb View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    5022e75 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Add required package info

    Nicolai Parlog committed May 25, 2022
    Configuration menu
    Copy the full SHA
    cd62a1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3908c75 View commit details
    Browse the repository at this point in the history
  3. Fix copyright notices

    Nicolai Parlog committed May 25, 2022
    Configuration menu
    Copy the full SHA
    cf84036 View commit details
    Browse the repository at this point in the history
  4. Format demo code

    Nicolai Parlog committed May 25, 2022
    Configuration menu
    Copy the full SHA
    6e86104 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2022

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

Commits on Jun 1, 2022

  1. Configuration menu
    Copy the full SHA
    8e71e6d View commit details
    Browse the repository at this point in the history
  2. WIP - docs cleanup

    jbduncan committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    8a1ef89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f73fe0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73eeaa1 View commit details
    Browse the repository at this point in the history
  5. Finish all TODOS

    jbduncan committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    74f9610 View commit details
    Browse the repository at this point in the history
  6. Add caveat to documentation

    jbduncan committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    8886eec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    75338a0 View commit details
    Browse the repository at this point in the history
  8. WIP - cleanup docs

    jbduncan committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    fbd5ef3 View commit details
    Browse the repository at this point in the history
  9. WIP - fixup docs-nav.yml

    jbduncan committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    8ec5a41 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

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

Commits on Jul 7, 2022

  1. Improve documentation

    Nicolai Parlog committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    2daf566 View commit details
    Browse the repository at this point in the history
  2. Who wants to guess?

    Nicolai Parlog committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    e751657 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Fix typo

    jbduncan committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    2520efe View commit details
    Browse the repository at this point in the history
  2. Rename DirTests.java to TemporaryDirectoryDirTests.java

    Co-authored-by: Nicolai Parlog <nicolai@nipafx.dev>
    jbduncan and nipafx committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    2f95783 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

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

Commits on Jul 27, 2022

  1. WIP - remove dead code

    jbduncan committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    9e32f74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c3821b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7a2dbf View commit details
    Browse the repository at this point in the history
  4. WIP - refactoring

    jbduncan committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    192a063 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. WIP - apply feedback

    jbduncan committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    5ab5f38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    620900b View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. WIP - address feedback

    jbduncan committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    436303a View commit details
    Browse the repository at this point in the history
  2. WIP - address feedback

    jbduncan committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    fedd6d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eeb123e View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Remove comments on test class/case organization

    Nicolai Parlog committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    c72d7f0 View commit details
    Browse the repository at this point in the history
  2. Reformat and rewrite error messages

    Nicolai Parlog committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    a943d63 View commit details
    Browse the repository at this point in the history
  3. Reformat Spotless-avoiding comments (empty "//")

    Nicolai Parlog committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    18a3a11 View commit details
    Browse the repository at this point in the history
  4. Rename test case classes and methods

    Nicolai Parlog committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    33803b5 View commit details
    Browse the repository at this point in the history
  5. Refactor code and rewrite comments on dining philosophers

    Nicolai Parlog committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    6fa2bfa View commit details
    Browse the repository at this point in the history
  6. Move static field around

    Nicolai Parlog committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    df96538 View commit details
    Browse the repository at this point in the history
  7. I RAN SPOTLESS BEFORE, COMMITTING I SWEAR!

    Nicolai Parlog committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    6771094 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

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

Commits on Sep 27, 2022

  1. Merge branch 'main' of https://github.com/junit-pioneer/junit-pioneer

    …into issue/348-resource-manager
    Michael1993 committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    1297ceb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    935be84 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Merge branch 'main' of https://github.com/junit-pioneer/junit-pioneer

    …into issue/348-resource-manager
    Michael1993 committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    8e935a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1daf18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4fd70d View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Configuration menu
    Copy the full SHA
    03bb47d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81b8480 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3cbab7b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b8291e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f1b12e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7b4c0f3 View commit details
    Browse the repository at this point in the history
  7. WIP - improve error messages

    jbduncan committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    acf85fb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    20708c2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0b45703 View commit details
    Browse the repository at this point in the history
  10. WIP - apply Spotless

    jbduncan committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    627d44a View commit details
    Browse the repository at this point in the history
  11. Double WIP - added a proper test for parallelism w.r.t. @beforeeach m…

    …ethods, and added debugging statements all across ResourceExtension to figure out why the test is failing
    jbduncan committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    905b25e View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

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

Commits on Nov 6, 2022

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

Commits on Nov 7, 2022

  1. WIP - introduce failing tests and a hopefully helpful TODO comment fo…

    …r parallelism w.r.t. @BeforeAll and @afterall
    jbduncan committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    6044212 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. WIP - Fix the 'heisenbug'

    jbduncan committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    cfbb5b8 View commit details
    Browse the repository at this point in the history
  2. WIP - refactoring

    jbduncan committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    2902217 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9788022 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43ef4fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    88445d4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    318dc52 View commit details
    Browse the repository at this point in the history
  7. WIP - fix wording in docs

    jbduncan committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    df8e489 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. WIP - add a couple of TODOs

    jbduncan committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    3dfd00b View commit details
    Browse the repository at this point in the history
  2. Make PioneerAssert entry point for all custom assertions

    Nicolai Parlog committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    bf3da55 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Rename PioneerAssert::assertThatPath to assertThat

    Nicolai Parlog committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    8b7e9fc View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

  1. Configuration menu
    Copy the full SHA
    25a412f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c8d003 View commit details
    Browse the repository at this point in the history
  3. WIP - add @SInCE attributes as per code review, as well as more JavaD…

    …ocs and attributes in general
    jbduncan committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    ec99827 View commit details
    Browse the repository at this point in the history
  4. WIP - MOAR JAVADOC

    jbduncan committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    e9ae084 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Small edits to Javadoc

    Nicolai Parlog committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    56268ee View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into issue/348-resource-manager

    Nicolai Parlog committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    d652aba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4d9e0f View commit details
    Browse the repository at this point in the history