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

Include description in repository search. #7942

Merged

Commits on Aug 22, 2019

  1. Add description in repository search.

    Signed-off-by: David Svantesson <davidsvantesson@gmail.com>
    davidsvantesson committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    32966a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2019

  1. Configuration menu
    Copy the full SHA
    2205132 View commit details
    Browse the repository at this point in the history
  2. Refactor SearchRepositoryByName with a general function SearchRepository

    Signed-off-by: David Svantesson <davidsvantesson@gmail.com>
    davidsvantesson committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    2b9d305 View commit details
    Browse the repository at this point in the history
  3. Allow to specify if description shall be included in API repo search.

    Signed-off-by: David Svantesson <davidsvantesson@gmail.com>
    davidsvantesson committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    c03820c View commit details
    Browse the repository at this point in the history
  4. Add new app.ini setting for whether to search within repo description.

    Signed-off-by: David Svantesson <davidsvantesson@gmail.com>
    davidsvantesson committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    14d8207 View commit details
    Browse the repository at this point in the history
  5. Search keyword in description (if setting enabled) on:

     - Explore page
     - Organization profile page
     - User profile page
     - Admin repo page
    
    Do not search keyword in description on:
     - Any non-keyword search (not relevant)
     - Incremental search (uses API)
    
    Signed-off-by: David Svantesson <davidsvantesson@gmail.com>
    davidsvantesson committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    231be5a View commit details
    Browse the repository at this point in the history
  6. Put parameters related to keyword directly after it

    Signed-off-by: David Svantesson <davidsvantesson@gmail.com>
    davidsvantesson committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    04a11c8 View commit details
    Browse the repository at this point in the history
  7. Add test cases for including (and not including) repository descripti…

    …on in search.
    
    Signed-off-by: David Svantesson <davidsvantesson@gmail.com>
    davidsvantesson committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    ba2d7ba View commit details
    Browse the repository at this point in the history
  8. Rename test function from TestSearchRepositoryByName to TestSearchRep…

    …ository.
    
    Signed-off-by: David Svantesson <davidsvantesson@gmail.com>
    davidsvantesson committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    0d72bfb View commit details
    Browse the repository at this point in the history
  9. Make setting SEARCH_REPO_DESCRIPTION default to true

    Signed-off-by: David Svantesson <davidsvantesson@gmail.com>
    davidsvantesson committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    059b6b0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d0b14dd View commit details
    Browse the repository at this point in the history