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

s/class_name/name/g #1

Open
wants to merge 59 commits into
base: main
Choose a base branch
from
Open

s/class_name/name/g #1

wants to merge 59 commits into from

Commits on Apr 26, 2024

  1. s/class_name/name/g

    xfalcox committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    268f8bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55db6f1 View commit details
    Browse the repository at this point in the history
  3. FIX: Broken links

    keegangeorge committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    3982d4e View commit details
    Browse the repository at this point in the history
  4. FIX: Posts links

    keegangeorge committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    e57c2fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a46da51 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    42f928e View commit details
    Browse the repository at this point in the history
  7. lint fix

    awesomerobot committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    a01841f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eec5d35 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fd91de8 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. FIX: Sort mode persisting results

    Using `AisSortBy` doesn't re-render the `@template` when `searchType` changes more than once. This commit takes another approach by using a `ComboBox` to switch between `searchType` and show a completely new search instance when the search type is changed.
    keegangeorge committed May 1, 2024
    Configuration menu
    Copy the full SHA
    804c5a3 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    cdb3452 View commit details
    Browse the repository at this point in the history
  2. FEATURE: Add tags refinement list and...

    conditionally show each refinement list
    keegangeorge committed May 2, 2024
    Configuration menu
    Copy the full SHA
    3ce6180 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Many fixes

    - Support for Discourse category search priority
    
    - Group / TL refinements for user search
    
    - Chat search highlight
    
    - Category ID field for posts / topics
    
    - Only index public groups for users
    xfalcox committed May 6, 2024
    Configuration menu
    Copy the full SHA
    81abee9 View commit details
    Browse the repository at this point in the history
  2. Fix event handling

    xfalcox committed May 6, 2024
    Configuration menu
    Copy the full SHA
    1deb793 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    556222f View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    6ecf264 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a063e96 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    c8e4809 View commit details
    Browse the repository at this point in the history
  2. DEV: Add search modes

    keegangeorge committed May 8, 2024
    Configuration menu
    Copy the full SHA
    3edd2ae View commit details
    Browse the repository at this point in the history
  3. Index PMs

    xfalcox committed May 8, 2024
    Configuration menu
    Copy the full SHA
    9ea26ab View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    2437e87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3f7531 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf21765 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b083f6 View commit details
    Browse the repository at this point in the history
  5. username not names for users

    xfalcox committed May 9, 2024
    Configuration menu
    Copy the full SHA
    f866dbf View commit details
    Browse the repository at this point in the history
  6. Rescue errors on rake task

    xfalcox committed May 9, 2024
    Configuration menu
    Copy the full SHA
    3ef5051 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8173393 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    38a7743 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    986248f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f2ddba1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    12201f5 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Move topics to default

    xfalcox committed May 10, 2024
    Configuration menu
    Copy the full SHA
    fb26096 View commit details
    Browse the repository at this point in the history
  2. Change post query weights

    xfalcox committed May 10, 2024
    Configuration menu
    Copy the full SHA
    8bcee27 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. FIX: .search() call breaks show more results in hits

    Also, `.search()` being called is not necessary here as setQuery is sufficient across sort modes as the search auto updates anyways
    keegangeorge committed May 13, 2024
    Configuration menu
    Copy the full SHA
    b5cc716 View commit details
    Browse the repository at this point in the history
  2. FIX: Hyde/Hybrid/Semantic working

    - Replaces deprecated `searchFunction` with `onStateChange`
    - Implements service to have easy access to `searchInstance` and `helper`
    - Debounces hyde/hybrid/semantic search modes to 60s to prevent issues
    - Re-introduces hyde and semantic into search mode picker
    - `setUiState` instead of `search()` ensures infinite hits "Load More" button does not break
    keegangeorge committed May 13, 2024
    Configuration menu
    Copy the full SHA
    6f48631 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    991a524 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55cb067 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    c09bade View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e870993 View commit details
    Browse the repository at this point in the history
  3. FIX: Error when opening filters after switching search type

    This fixes an issue where you get an error if you do a topic search, then switch to chat messages and click the advanced filters button `this.args.uiState` is null.
    
    This also removes the `currentRefinements` data attribute. It's not currently being used in CSS and conditionally showing the refinements would be better done in the JS instead of CSS anyways.
    keegangeorge committed May 15, 2024
    Configuration menu
    Copy the full SHA
    c62d2e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ef2273 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e8afc84 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4b21a45 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c19e7fd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    158f399 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Change embeddings table

    xfalcox committed May 16, 2024
    Configuration menu
    Copy the full SHA
    c79c3f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    578941e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd5a6b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c75dbe8 View commit details
    Browse the repository at this point in the history
  5. FIX: Linting

    keegangeorge committed May 16, 2024
    Configuration menu
    Copy the full SHA
    0244c50 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    4a5dfb7 View commit details
    Browse the repository at this point in the history
  2. DEV: more constant

    keegangeorge committed May 17, 2024
    Configuration menu
    Copy the full SHA
    0afb51d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d06e46a View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Hack for tag visibility

    xfalcox committed May 22, 2024
    Configuration menu
    Copy the full SHA
    8ac6eda View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    8d71ad9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f80f07e View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Handle unlisted topics

    xfalcox committed May 29, 2024
    Configuration menu
    Copy the full SHA
    d53a6cc View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

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

Commits on Jun 6, 2024

  1. fix bugs

    xfalcox committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    e1b8f73 View commit details
    Browse the repository at this point in the history