-
Notifications
You must be signed in to change notification settings - Fork 601
Comparing changes
Open a pull request
base repository: BloopAI/bloop
base: v0.5.9
head repository: BloopAI/bloop
compare: v0.5.10
- 13 commits
- 81 files changed
- 8 contributors
Commits on Nov 15, 2023
-
add repo sync analytics (#1122)
* add repo sync analytics tracks repo metadata on first index, or on full reindex (when the tantivy index hash is updated, for example), includes the following info: - repo ref - repo provider - size in bytes - number of qdrant chunks - time taken to index sample event: RepoEvent { name: "index", payload: [ ("repo_ref", String("nerdypepper/dijo")), ("provider", String("github")), ("file_count", Number(35)), ("chunk_count", Number(236)), ("bytes", String("116.59KB")), ("sync_time", String("4.957807429s")), ], } --- to test this changeset, set the following values in `local_config.json`: { "analytics_key": "..", "analytics_data_plane": ".." } run rudderstack in "live event stream" mode, and index a repository. * track reindexs - marks full index resets as `SchemaUpgrade`s - marks periodic reindex jobs as `PeriodicSync`s * clippy * address review commentsConfiguration menu - View commit details
-
Copy full SHA for c66e99a - Browse repository at this point
Copy the full SHA c66e99aView commit details
Commits on Nov 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5071ea5 - Browse repository at this point
Copy the full SHA 5071ea5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8c129e - Browse repository at this point
Copy the full SHA a8c129eView commit details -
reindex events are not sent unless stats are collected (#1139)
index-stats must be consolidated before making a check for whether or not the analytics event must be sent.
Configuration menu - View commit details
-
Copy full SHA for d064609 - Browse repository at this point
Copy the full SHA d064609View commit details -
Better notifications on startup failure (#1141)
* Never start qdrant, just emit a message that it failed to run * render bug report modal on splash screen * Proper messaging --------- Co-authored-by: anastasiia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d0e2d03 - Browse repository at this point
Copy the full SHA d0e2d03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2635185 - Browse repository at this point
Copy the full SHA 2635185View commit details -
Generate and apply git diffs in studio (#1133)
Co-authored-by: calyptobai <[email protected]> Co-authored-by: calyptobai <[email protected]> Co-authored-by: Gabriel Gordon-Hall <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e90ef0d - Browse repository at this point
Copy the full SHA e90ef0dView commit details
Commits on Nov 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 36bb005 - Browse repository at this point
Copy the full SHA 36bb005View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8da2317 - Browse repository at this point
Copy the full SHA 8da2317View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdd41af - Browse repository at this point
Copy the full SHA bdd41afView commit details -
Configuration menu - View commit details
-
Copy full SHA for f71a58e - Browse repository at this point
Copy the full SHA f71a58eView commit details
Commits on Nov 20, 2023
-
Support lang and file filters in chat (#1132)
* Respect path filters in agent queries * Fix autocomplete for langs * Add directory indicator * Add directory indicator to autocomplete * Use central lang map instead of a separate one * Simplify this logic * Add position information to literals * Add `raw_query` to exchange * Add offsets to lang filters * Respect the clippy * Aggregate and rank languages from the executed queries * Only offer lang suggestions if there's a lang filter in the query * Partially parsed lang functions will not return results * Allow excluding results from certain kind of results * Normalize results somewhat * Show lang filters more aggressively * Add arbitrary language suggestions * Tuning * Make it a greedy regex * render parsed user query in history * add autocomplete component * automatically convert user query between input and display * show only file name in the autocomplete input * use another character for autocomplete regex * reorder query * add content=false query param * make the suggestions container bigger * Apply partial lang filter * fix and test splitUserInputAfterAutocomplete function * improve styles for highlight background * update autocomplete chip style * Add langs queries to fuzzy matcher * Autocomplete on lang even if there are no matches * More fine tuning * More fine tuning * More tweaks * Update server/bleep/src/webserver/autocomplete.rs Co-authored-by: Gabriel Gordon-Hall <[email protected]> * Nicer interface * Move `raw_query` to `query` * Fix tests * move raw_query inside query * Propagate certain filters to LLM --------- Co-authored-by: rsdy <[email protected]> Co-authored-by: rsdy <[email protected]> Co-authored-by: Gabriel Gordon-Hall <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 39d94a1 - Browse repository at this point
Copy the full SHA 39d94a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b95712b - Browse repository at this point
Copy the full SHA b95712bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.5.9...v0.5.10