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

[2.x] Support automatic navigation priorities by prefixing a number in filenames #1709

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    7e5a1c9 View commit details
    Browse the repository at this point in the history
  2. Spec out the test

    caendesilva committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    4950f8b View commit details
    Browse the repository at this point in the history
  3. Draft fixture helpers

    caendesilva committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    37e74f9 View commit details
    Browse the repository at this point in the history
  4. Define fixture data

    caendesilva committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    7f733e0 View commit details
    Browse the repository at this point in the history
  5. Add more fixtures

    caendesilva committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    d4b3829 View commit details
    Browse the repository at this point in the history
  6. Draft new tests

    caendesilva committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    1fa4ab2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b2ca812 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7484d56 View commit details
    Browse the repository at this point in the history
  9. Create a temporary way to declare tests within the class

    Allows Copilot to better generate tests, we will move these back to the test later
    caendesilva committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    d05ee52 View commit details
    Browse the repository at this point in the history
  10. Add coverage annotation

    caendesilva committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    3fc5752 View commit details
    Browse the repository at this point in the history
  11. Skip unimplemented tests

    caendesilva committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    b87eee1 View commit details
    Browse the repository at this point in the history
  12. Add enabled helper

    caendesilva committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    8d167ba View commit details
    Browse the repository at this point in the history
  13. Document methods

    caendesilva committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    3aa4247 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1782555 View commit details
    Browse the repository at this point in the history
  15. Introduce local variable

    caendesilva committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    66fe07c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a0c20ea View commit details
    Browse the repository at this point in the history
  17. Assert type structure

    caendesilva committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    df35e5a View commit details
    Browse the repository at this point in the history
  18. Annotate method

    caendesilva committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    ae17392 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7a9fd63 View commit details
    Browse the repository at this point in the history
  20. Import used functions

    caendesilva committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    9795e0d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    9c5fa98 View commit details
    Browse the repository at this point in the history
  22. Rename tests for new design plan

    See #1709 (comment) (edit 2 and 3)
    caendesilva committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    bfa6642 View commit details
    Browse the repository at this point in the history
  23. Implement the tests

    caendesilva committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    c05e72e View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    9271e40 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    777ac9d View commit details
    Browse the repository at this point in the history
  26. Move down helper method

    caendesilva committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    09a828e View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    8b7ce81 View commit details
    Browse the repository at this point in the history
  28. Revert "Merge inline test into test case"

    This reverts commit 8b7ce81.
    caendesilva committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    c5e0433 View commit details
    Browse the repository at this point in the history
  29. Change mock syntax

    caendesilva committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    2936b34 View commit details
    Browse the repository at this point in the history
  30. Skip assertion test

    caendesilva committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    fe2c157 View commit details
    Browse the repository at this point in the history
  31. Reapply "Merge inline test into test case"

    This reverts commit c5e0433.
    caendesilva committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    14757ab View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Revert "Reapply "Merge inline test into test case""

    This reverts commit 14757ab.
    caendesilva committed May 1, 2024
    Configuration menu
    Copy the full SHA
    e947a62 View commit details
    Browse the repository at this point in the history
  2. Extract proper test file

    caendesilva committed May 1, 2024
    Configuration menu
    Copy the full SHA
    0792b86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59a8a81 View commit details
    Browse the repository at this point in the history
  4. Set up coverage

    caendesilva committed May 1, 2024
    Configuration menu
    Copy the full SHA
    9c1507d View commit details
    Browse the repository at this point in the history
  5. Create initial fixture setup helper

    Takes about 7ms for 3 pages so really needs to be optimized to use the VFS
    caendesilva committed May 1, 2024
    Configuration menu
    Copy the full SHA
    e936b9c View commit details
    Browse the repository at this point in the history
  6. Add pages to kernel directly without the filesystem

    Much faster to do it this way
    caendesilva committed May 1, 2024
    Configuration menu
    Copy the full SHA
    e248e67 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4140df1 View commit details
    Browse the repository at this point in the history
  8. Draft first test

    caendesilva committed May 1, 2024
    Configuration menu
    Copy the full SHA
    bfd8cac View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4b59760 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b59f73e View commit details
    Browse the repository at this point in the history
  11. Add todo

    caendesilva committed May 1, 2024
    Configuration menu
    Copy the full SHA
    61c484e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9b01811 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3047f96 View commit details
    Browse the repository at this point in the history
  14. Assert order

    caendesilva committed May 1, 2024
    Configuration menu
    Copy the full SHA
    f7303d8 View commit details
    Browse the repository at this point in the history
  15. Remove unused parameter

    caendesilva committed May 1, 2024
    Configuration menu
    Copy the full SHA
    3184159 View commit details
    Browse the repository at this point in the history
  16. Fix formatting

    caendesilva committed May 1, 2024
    Configuration menu
    Copy the full SHA
    7a8f478 View commit details
    Browse the repository at this point in the history
  17. Remove unused variable

    caendesilva committed May 1, 2024
    Configuration menu
    Copy the full SHA
    0102377 View commit details
    Browse the repository at this point in the history
  18. Test the reverse order

    caendesilva committed May 1, 2024
    Configuration menu
    Copy the full SHA
    9ae4ebd View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f9290c0 View commit details
    Browse the repository at this point in the history
  20. Add todo

    caendesilva committed May 1, 2024
    Configuration menu
    Copy the full SHA
    b08bc08 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b61d821 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a2fce92 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    78c486f View commit details
    Browse the repository at this point in the history
  24. Return the parsed number

    caendesilva committed May 1, 2024
    Configuration menu
    Copy the full SHA
    9853fce View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    5b3a7dd View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    4c1d886 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    12d5b74 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    9c3fd64 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    c5aaa2f View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    21e2dc7 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    2934630 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    ef05a52 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    abadc4f View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    a0d8de5 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    daf674c View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    414c328 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    468caac View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    888902c View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    9bcb09f View commit details
    Browse the repository at this point in the history
  40. Apply fixes from StyleCI

    StyleCIBot committed May 1, 2024
    Configuration menu
    Copy the full SHA
    8a1bfe9 View commit details
    Browse the repository at this point in the history
  41. Map with keys

    caendesilva committed May 1, 2024
    Configuration menu
    Copy the full SHA
    8e92996 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    f25f53b View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    a326e02 View commit details
    Browse the repository at this point in the history
  44. Use basename function

    caendesilva committed May 1, 2024
    Configuration menu
    Copy the full SHA
    c5ab6b8 View commit details
    Browse the repository at this point in the history
  45. Add closure types

    caendesilva committed May 1, 2024
    Configuration menu
    Copy the full SHA
    8c64294 View commit details
    Browse the repository at this point in the history
  46. Add a newline

    caendesilva committed May 1, 2024
    Configuration menu
    Copy the full SHA
    3d09881 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    43bc495 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    ead9d95 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    543cd9f View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    16a8c6a View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    c2e4745 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    b548bf3 View commit details
    Browse the repository at this point in the history
  53. Fix duplicated fixture data

    Not allowed when using flattened output paths
    caendesilva committed May 1, 2024
    Configuration menu
    Copy the full SHA
    1f5fb15 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    306b336 View commit details
    Browse the repository at this point in the history
  55. Reformat array

    caendesilva committed May 1, 2024
    Configuration menu
    Copy the full SHA
    2f82b49 View commit details
    Browse the repository at this point in the history
  56. Update documentation page route key formatting to use normalized parent

    This should generally have the same semantics, however, it allows us to use the numbering prefix normalization provided by #1709
    caendesilva committed May 1, 2024
    Configuration menu
    Copy the full SHA
    8c181f2 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    87af9b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4010632 View commit details
    Browse the repository at this point in the history
  3. Refactor testing helpers

    caendesilva committed May 2, 2024
    Configuration menu
    Copy the full SHA
    f00a66e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f94bd4c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c350311 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d97995 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2a7b359 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    333b139 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    755cbfc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3787c60 View commit details
    Browse the repository at this point in the history
  4. Fix formatting

    caendesilva committed May 3, 2024
    Configuration menu
    Copy the full SHA
    eac372f View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Configuration menu
    Copy the full SHA
    d73e9c4 View commit details
    Browse the repository at this point in the history
  2. Update RELEASE_NOTES.md

    caendesilva committed May 4, 2024
    Configuration menu
    Copy the full SHA
    8a28111 View commit details
    Browse the repository at this point in the history