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

Allow fetching special files in the documentation #1698

Merged

Commits on Jul 2, 2020

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

Commits on Jul 3, 2020

  1. Configuration menu
    Copy the full SHA
    8f8431c View commit details
    Browse the repository at this point in the history
  2. Removing hardcoding for special files

    Co-Authored by: Kehinde Olofinmoyin <kehindeolofinmoyin@hotmail.com>
    EWright212 committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    d3419ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f71bb2 View commit details
    Browse the repository at this point in the history
  4. Minor refactor

    Co-Authored by: Kehinde P. Olofinmoyin <kehindeolofinmoyin@hotmail.com>
    EWright212 committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    d9ca5d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

  1. Refactor

    EWright212 committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    39da36d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23ca18a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a25b06 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52b315d View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. Configuration menu
    Copy the full SHA
    c40b697 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e587791 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc2d271 View commit details
    Browse the repository at this point in the history
  4. Remove p

    EWright212 committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    f548edd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a8cd6d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a5f58a8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1ed0804 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6102412 View commit details
    Browse the repository at this point in the history
  9. Refactor and remove ps

    EWright212 committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    b2ebae7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7b1ea40 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    824fa19 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0e8ba21 View commit details
    Browse the repository at this point in the history
  13. if statement to ternary

    EWright212 committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    6337815 View commit details
    Browse the repository at this point in the history
  14. separated content returned on finding special files

    Co-authored by: Kehinde Olofinmoyin <kehindeolofinmoyin@hotmail.com>
    EWright212 committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    27564b0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2e7179a View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. Revert "Remove index method from docs controller but hardcoded"

    This reverts commit 1ed0804.
    
    Removed commits that make README a special file, as they belong in their own pull request.
    
    Fixed issue where symlink doesn't work on Windows machines. Removed symlink, instead load the Contributing.md doc via a Special File hash in the Docs Controller Class.
    
    Co-author: Kehinde Olofinmoyin <kehindeolofinmoyin@hotmail.com>"
    EWright212 committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    3ae7eac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57e92a3 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. Update spec/example_app/app/controllers/docs_controller.rb

    Co-authored-by: Nick Charlton <nick@nickcharlton.net>
    EWright212 and nickcharlton committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    fcc1acd View commit details
    Browse the repository at this point in the history
  2. Update spec/example_app/app/controllers/docs_controller.rb

    Co-authored-by: Nick Charlton <nick@nickcharlton.net>
    EWright212 and nickcharlton committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    60fefb1 View commit details
    Browse the repository at this point in the history