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

Refactor publication page creation internals #793

Merged
merged 38 commits into from
Dec 30, 2022

Commits on Dec 30, 2022

  1. Get namespace dynamically

    caendesilva committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    cc8620d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    634ab32 View commit details
    Browse the repository at this point in the history
  3. Extract helper method

    caendesilva committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    fcc4b5d View commit details
    Browse the repository at this point in the history
  4. Introduce local variable

    caendesilva committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    c55f5ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    75bc273 View commit details
    Browse the repository at this point in the history
  6. Get namespace dynamically

    caendesilva committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    4e6afd1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e802e3f View commit details
    Browse the repository at this point in the history
  8. Extract method

    caendesilva committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    ca88a3b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    71dd2db View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    268944e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b22b00f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    534e9a5 View commit details
    Browse the repository at this point in the history
  13. Test with skipping inputs

    caendesilva committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    716fb42 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4faa3e8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5d71684 View commit details
    Browse the repository at this point in the history
  16. Revert "Shift newline call to method below"

    This reverts commit 4faa3e8.
    caendesilva committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    e292a08 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    acc590c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a668166 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    734afc4 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9893a41 View commit details
    Browse the repository at this point in the history
  21. Fix image input selector

    caendesilva committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    3025d4d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c5a4df8 View commit details
    Browse the repository at this point in the history
  23. Switch order of tests

    caendesilva committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    ac3b425 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    17dc2ea View commit details
    Browse the repository at this point in the history
  25. Remove tests for integer selection of publication types as that doesn…

    …'t actually work in the actual console
    caendesilva committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    7c49339 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    2be5959 View commit details
    Browse the repository at this point in the history
  27. Apply fixes from StyleCI

    StyleCIBot committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    632c97a View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    ef84c22 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    0a8067d View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    66a96f0 View commit details
    Browse the repository at this point in the history
  31. Apply fixes from StyleCI

    StyleCIBot committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    6d2df36 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    fc8c1cf View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    5ff6f2c View commit details
    Browse the repository at this point in the history
  34. Revert "Indent output to match other questions"

    This reverts commit 734afc4.
    caendesilva committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    65cdf06 View commit details
    Browse the repository at this point in the history
  35. Revert "Indent warning message empty collections"

    This reverts commit 9945e96.
    caendesilva committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    faa293b View commit details
    Browse the repository at this point in the history
  36. Simplify Carbon call as it's format does not matter here

    We could use date() here but Carbon allows us to travel through time and mock the time for easier testing
    caendesilva committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    38322a0 View commit details
    Browse the repository at this point in the history
  37. Use type cast

    caendesilva committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    90e3a7a View commit details
    Browse the repository at this point in the history
  38. Rename helper method

    caendesilva committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    6d26e9e View commit details
    Browse the repository at this point in the history