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

Move IsReadmeFile* from modules/markup/ to modules/util #22877

Merged
merged 7 commits into from
Feb 13, 2023

Commits on Feb 12, 2023

  1. Move IsReadmeFile*() from modules/markup/ to routers/.../view.go

    These functions don't examine contents, just filenames, so
    they don't fit in well in a markup module. As view.go is the
    only place these functions are ever called, put them there.
    
    Signed-off-by: Nick Guenther <nick.guenther@polymtl.ca>
    kousu committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    67f6551 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Move IsReadmeFile() into util

    kousu committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    e28319e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b984bca View commit details
    Browse the repository at this point in the history
  3. fmt

    kousu committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    da6e77d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    327763e View commit details
    Browse the repository at this point in the history
  5. trigger CI

    kousu committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    58a908b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3056e59 View commit details
    Browse the repository at this point in the history