- 8b0e91a Add `outcome` to comment autocompletion context by Ben Rohlfs · 10 months ago
- b78d8c7 Merge "Fix two tiny issues with autocompletion logging" by Ben Rohlfs · 10 months ago
- 40f41af Fix two tiny issues with autocompletion logging by Ben Rohlfs · 10 months ago
- 8e8ac28 Merge "Improve AI suggested fixes UI" by Milutin Kristofic · 10 months ago
- 647c8a2 Improve AI suggested fixes UI by Milutin Kristofic · 10 months ago
- dd88cd9 Add logging for autocompletion interactions by Ben Rohlfs · 11 months ago
- b387369 Implement new `allow_autocompleting_comments` user preference by Ben Rohlfs · 11 months ago
- 4deb8df5 Add a cache for autocompleting comments by Ben Rohlfs · 11 months ago
- a668854 Merge "Add basic caching for comment autocompletion" by Ben Rohlfs · 11 months ago
- 93e11b7 Add basic caching for comment autocompletion by Ben Rohlfs · 11 months ago
- 38703a4 Add a `draft-actions-end` endpoint slot to <gr-comment> by Ben Rohlfs · 11 months ago
- 2ad9756 Add a new plugin API for comment autocompletion by Ben Rohlfs · 11 months ago
- fa15825 Add commentId to Comments2Code logs by Milutin Kristofic · 11 months ago
- 6f46d24 Add `await` by Ben Rohlfs · 11 months ago
- 8b80b75 Merge "Save only previewed suggestions" by Milutin Kristofic · 11 months ago
- 847c46d Save only previewed suggestions by Milutin Kristofic · 12 months ago
- 6256117 Rename <gr-textarea> to <gr-suggestion-textarea> by Ben Rohlfs · 11 months ago
- d0fc9e8 Fix inability to remove AI suggestions after adding user suggestions by Milutin Kristofic · 12 months ago
- be55323 Rename ML-suggested edits to AI-suggested fixes by Milutin Kristofic · 12 months ago
- 61bec78 Revert^2 "Decrease Generate Suggestion Debounce Delay to 500ms" by Milutin Kristofic · 12 months ago
- 55be318 Revert "Decrease Generate Suggestion Debounce Delay to 500ms" by Jonathan Nieder · 12 months ago
- 23f923a Track generated suggestion edits only when suggestions remain by Milutin Kristofic · 12 months ago
- c0582fc Track generated suggestion edit by Milutin Kristofic · 12 months ago
- b476845 Decrease Generate Suggestion Debounce Delay to 500ms by Milutin Kristofic · 1 year ago
- e28cde5 Improve Fix Suggestions UI by Milutin Kristofic · 1 year ago
- ed07cf1 Prevent unintended sending of reply by Milutin Kristofic · 1 year ago
- 515f185 Merge "Enable "Show Edit" and "Apply Edit" for fix_suggestions within comments" by Milutin Kristofic · 1 year, 1 month ago
- 03ec98d Enable "Show Edit" and "Apply Edit" for fix_suggestions within comments by Milutin Kristofic · 1 year, 1 month ago
- 409e4a0 Make generate suggestion checkbox persistent comment specific by Milutin Kristofic · 1 year, 1 month ago
- b190bd5 Merge "Check replacement in suggestion" by Milutin Kristofic · 1 year, 1 month ago
- ead5c55b Check replacement in suggestion by Milutin Kristofic · 1 year, 1 month ago
- 5117839 Merge "Fix infinite loop when saving drafts with fix_suggestions" by Milutin Kristofic · 1 year, 1 month ago
- 084e009 Merge "Show Fix Suggestions Preview for drafts" by Milutin Kristofic · 1 year, 1 month ago
- d9a9c83 Fix infinite loop when saving drafts with fix_suggestions by Milutin Kristofic · 1 year, 1 month ago
- d9e9975 Show Fix Suggestions Preview for drafts by Milutin Kristofic · 1 year, 1 month ago
- 6eeadb1 Merge "Fix canceling comment edit that edits resolved state" by Frank Borden · 1 year, 1 month ago
- d4274a1 Save suggestions from suggestionProvider.suggestFix to draft by Milutin Kristofic · 1 year, 1 month ago
- c3dfc02 Fix counter for the number of suggestions in v2 by Milutin Kristofic · 1 year, 1 month ago
- e00592af Fix canceling comment edit that edits resolved state by Frank Borden · 1 year, 1 month ago
- b0bc74a Replace FixSuggestionInfoInput with FixSuggestionInfo by Milutin Kristofic · 1 year, 1 month ago
- bf61a4e Show fix_suggestions in Comment by Milutin Kristofic · 1 year, 2 months ago
- 01ea6ea Merge "ML Suggested Edit v2" by Milutin Kristofic · 1 year, 2 months ago
- 1cfc021 ML Suggested Edit v2 by Milutin Kristofic · 1 year, 2 months ago
- 03bc8a3 Do not show number of suggestions when suggestion generation is disabled. by Chris Poucet · 1 year, 2 months ago
- 4ca9f2f Do not suggest code if the user has disabled it. by Chris Poucet · 1 year, 2 months ago
- aa120cc Track 'suggest-code' API calls per comment using commentId by Milutin Kristofic · 1 year, 2 months ago
- 604ac71 Make 'suggestFix' method in 'SuggestionProvider' optional by Milutin Kristofic · 1 year, 2 months ago
- 0045c55 Remove 'Out of Range' experiment by Milutin Kristofic · 1 year, 2 months ago
- ba95beb Use user setting for opt out from suggest code while commenting by Milutin Kristofic · 1 year, 3 months ago
- a0d350b Apply Edits without opening the show edit dialog by Milutin Kristofic · 1 year, 3 months ago
- 4d96373 Persist user decision do disable Generated Suggestions by Milutin Kristofic · 1 year, 3 months ago
- d682dc7 Catch Generate Suggestion error by Milutin Kristofic · 1 year, 4 months ago
- 35c48c3 Disable Generate Suggestion on private changes by Milutin Kristofic · 1 year, 4 months ago
- dd69040 Remove changeNum from the SuggestionAPI by Kamil Musin · 1 year, 4 months ago
- 48ff12a Pass ChangeInfo into the suggestion Api by Kamil Musin · 1 year, 4 months ago
- 48790be Merge "Show correct number of suggestions" by Ben Rohlfs · 1 year, 4 months ago
- 782ecfa Show correct number of suggestions by Milutin Kristofic · 1 year, 4 months ago
- dca27ed Add tooltip for Generate Suggestion by Milutin Kristofic · 1 year, 4 months ago
- 97683a8 Move handling newRange suggestions under new feature flag by Milutin Kristofic · 1 year, 4 months ago
- 063fa50 Make sure to discard a draft whenever we're saving. by Chris Poucet · 1 year, 4 months ago
- a31d894 Support supportedFileExtensions in SuggestionsProvider by Milutin Kristofic · 1 year, 4 months ago
- 5942c9d Add Documentation for Generated Suggestion by Milutin Kristofic · 1 year, 4 months ago
- ac1f01e Merge "Fix rendering diff preview for generated suggestion" by Milutin Kristofic · 1 year, 4 months ago
- 06dfda4 Fix rendering diff preview for generated suggestion by Milutin Kristofic · 1 year, 4 months ago
- 74caea4b Add loading spin when loading suggestion by Milutin Kristofic · 1 year, 5 months ago
- 8f07c38 Generated suggestion - testing UI when suggestion is in a new range by Milutin Kristofic · 1 year, 6 months ago
- 6fc02a1 Clean up DIFF_FOR_USER_SUGGESTED_EDIT flag by Milutin Kristofic · 1 year, 6 months ago
- 8afa8e4 Add restrictions for showing suggestions by Milutin Kristofic · 1 year, 6 months ago
- 96ac52e Add metrics for generated suggestions by Milutin Kristofic · 1 year, 6 months ago
- 490fa95 Show diff for generated suggestions by Milutin Kristofic · 1 year, 7 months ago
- fc5ccca Introduce regular polling for generating Suggestions by Milutin Kristofic · 1 year, 7 months ago
- 9add216 Merge "Optimize getting Commented Code" by Milutin Kristofic · 1 year, 7 months ago
- c063c183 Merge "Small UI improvement for Generate Suggestions" by Milutin Kristofic · 1 year, 7 months ago
- aa1c08b Introduce form-styles by Milutin Kristofic · 1 year, 7 months ago
- 78cdec9 Optimize getting Commented Code by Milutin Kristofic · 1 year, 7 months ago
- b7929e7 Small UI improvement for Generate Suggestions by Milutin Kristofic · 1 year, 7 months ago
- b59aeeb ML Suggested Edits - Suggestions Provider improvement by Milutin Kristofic · 1 year, 7 months ago
- 7d55747 Suggested Edit - add new line if there is already comment by Milutin Kristofic · 1 year, 7 months ago
- e9dbbe9 Add diff to Suggest Edit Preview by Milutin Kristofic · 1 year, 11 months ago
- f77dc22 Merge "Send the patchset-level-comment as part of the review request." by Chris Poucet · 1 year, 8 months ago
- 7722698 Send the patchset-level-comment as part of the review request. by Chris Poucet · 1 year, 8 months ago
- 734df55 ML Suggested Edits - propose Suggestions Provider by Milutin Kristofic · 1 year, 8 months ago
- af03e69 Remove feature flag for User Suggest Edits by Milutin Kristofic · 1 year, 10 months ago
- ba9329c Fix focus handling for comment replies by Ben Rohlfs · 1 year, 11 months ago
- b995610 Stop re-exporting basic diff types from gr-diff-line.ts by Ben Rohlfs · 1 year, 11 months ago
- d98a04c Do not show `Saving` when auto-saving comments by Ben Rohlfs · 1 year, 11 months ago
- 0d9d0c3 Fix flicker in reply dialog on saving by Ben Rohlfs · 2 years ago
- 610bb4f Refactor draft comment state by Ben Rohlfs · 2 years ago
- f1679aa Rename `__draft` to `state` by Ben Rohlfs · 2 years ago
- 1efb1a7 Implement optimistic updates by Ben Rohlfs · 2 years ago
- 0ed3359 Only show separator in comment date header when needed by Ben Rohlfs · 2 years ago
- ba44082 Treat unsaved comment as a DraftInfo entity by Ben Rohlfs · 2 years ago
- 4f5ed94 Merge "Revert "Update rxjs to 7.8.0"" by Frank Borden · 2 years ago
- 3801d7d Revert "Update rxjs to 7.8.0" by Frank Borden · 2 years ago
- 3e6486a Merge "Update rxjs to 7.8.0" by Paladox none · 2 years ago
- 6fd3913 Update rxjs to 7.8.0 by paladox · 2 years ago
- 80c3c7e Update Suggest edit button UI by Milutin Kristofic · 2 years ago
- d441863 Fix showFix button on a check finding comment. by Kamil Musin · 2 years, 1 month ago
- 4e27dc4 Remove futher types from comment-util to common.ts by Dhruv Srivastava · 2 years, 1 month ago
- 65edec8 Remove dependency on comment-util from events.ts by Dhruv Srivastava · 2 years, 1 month ago