- 209f141 Add a `checksResultsFilter` URL parameter by Ben Rohlfs · 2 years, 6 months ago
- 81dcbf2 Merge changes I6e06517d,I2a20d0f0 by Ben Rohlfs · 2 years, 6 months ago
- 8f89859 Fix gr-router to ensure it retains the URL hash by Chris Poucet · 2 years, 6 months ago
- 6485eb8 Add a `checksRunsSelected` URL parameter by Ben Rohlfs · 2 years, 6 months ago
- a1d2c0c Add the selected patchset for Checks as a URL parameter by Ben Rohlfs · 2 years, 6 months ago
- 7b22a29 Move `attempt` and `filter` into URL parameters by Ben Rohlfs · 2 years, 6 months ago
- 27e9569 Revert "Move behavior from component into view model for change-list-view" by Ben Rohlfs · 2 years, 6 months ago
- c8a096d Move behavior from component into view model for change-list-view by Ben Rohlfs · 2 years, 6 months ago
- 576478d Merge changes If38fa09e,I70e1c50f by Ben Rohlfs · 2 years, 6 months ago
- 54934de Replace `GerritNav.navigateToRelativeUrl()` by new `setUrl()` service by Ben Rohlfs · 2 years, 6 months ago
- d700c6d Merge "Replace `GerritNav.navigateToChange()` by new `setUrl()` service" by Ben Rohlfs · 2 years, 6 months ago
- 16bcd82 Replace `GerritNav.navigateToDiff()` by new `setUrl()` service by Ben Rohlfs · 2 years, 6 months ago
- 19bf8e5 Merge "Don't blur searchbar after selecting an item." by Kamil Musin · 2 years, 6 months ago
- aa53390 Replace `GerritNav.navigateToChange()` by new `setUrl()` service by Ben Rohlfs · 2 years, 6 months ago
- 38ede01 Make `createChangeUrl()` function easier to work with by Ben Rohlfs · 2 years, 6 months ago
- 02f9a76 Don't blur searchbar after selecting an item. by Kamil Musin · 2 years, 6 months ago
- 77c489a Start extracting navigation calls into an interface by Ben Rohlfs · 2 years, 6 months ago
- 5fa8293 Fix and clean up `setState` and `updateState` in `Model` by Ben Rohlfs · 2 years, 6 months ago
- 5940c53 Rename `data` to `ctx` whenever using `PageContext` by Ben Rohlfs · 2 years, 6 months ago
- 82b4649 Remove custom URL parameter parsing in favor of URLSearchParams by Ben Rohlfs · 2 years, 6 months ago
- cf5109c Simplify `PageContext` type in `gr-router` by Ben Rohlfs · 2 years, 6 months ago
- b196f2f Move dashboard types and config from gr-navigation into a utility by Ben Rohlfs · 2 years, 7 months ago
- 12888fa Remove handling of comment links from `gr-navigation` by Ben Rohlfs · 2 years, 7 months ago
- c2a8f29 Refactor weblinks by Ben Rohlfs · 2 years, 7 months ago
- d3d3fac Merge "Forward dependency-requests from gr-alert to gr-error-manager" by Chris Poucet · 2 years, 6 months ago
- 2274c2c Forward dependency-requests from gr-alert to gr-error-manager by Chris Poucet · 2 years, 7 months ago
- e9051fe Remove the remains of URL creation from router and navigation by Ben Rohlfs · 2 years, 7 months ago
- 7f8ba52 Complete moving the change url creation into change.ts view model by Ben Rohlfs · 2 years, 7 months ago
- 2586e57 Inject router and view models by Ben Rohlfs · 2 years, 7 months ago
- 2a43134 Remove the feature of redirecting x..x to x by Ben Rohlfs · 2 years, 7 months ago
- f75d338 Move generating of dashboard URLs into dashboard.ts by Ben Rohlfs · 2 years, 7 months ago
- bd8dbcf Move generating of group URLs into group.ts by Ben Rohlfs · 2 years, 7 months ago
- 58a8a4f Fix dependency cycle. by Kamil Musin · 2 years, 7 months ago
- 26db742 Move generating of repo URLs into repo.ts by Ben Rohlfs · 2 years, 7 months ago
- 3868e43 Move generating of settings URLs into settings.ts by Ben Rohlfs · 2 years, 7 months ago
- 2148185 Remove edit url generation from gr-navigation by Ben Rohlfs · 2 years, 7 months ago
- 804e724 Move generating of change URLs into change.ts by Ben Rohlfs · 2 years, 7 months ago
- 731738b Move generating of diff URLs into diff.ts by Ben Rohlfs · 2 years, 7 months ago
- 6a0033a Move generating of edit URLs into edit.ts by Ben Rohlfs · 2 years, 7 months ago
- 39aa057 Move generating of search URLs into search.ts by Ben Rohlfs · 2 years, 7 months ago
- 2c5fb43 Remove GerritView.ROOT by Ben Rohlfs · 2 years, 7 months ago
- ade94cb Use view state objects in `GenerateUrlParameters` by Ben Rohlfs · 2 years, 7 months ago
- f331683 Merge "Delete common-test-setup-karma.ts" by Frank Borden · 2 years, 7 months ago
- 115d827 Merge changes I01d18615,Icd56bfb2 by Ben Rohlfs · 2 years, 7 months ago
- be9451a Delete common-test-setup-karma.ts by Frank Borden · 2 years, 7 months ago
- 25d2431 Create view state files for `documentation`, `agreement`, `plugin` by Ben Rohlfs · 2 years, 7 months ago
- f528f0c Merge "Move flush from global to test util" by Frank Borden · 2 years, 7 months ago
- 7b24f73 Move flush from global to test util by Frank Borden · 2 years, 7 months ago
- dcb88ac Create view state files for `settings` and `admin` by Ben Rohlfs · 2 years, 7 months ago
- 133946d Replace the "down arrow" for dropdowns by a gr-icon by Ben Rohlfs · 2 years, 7 months ago
- e6e4430 Replace Karma with Web Test Runner on CI by Frank Borden · 2 years, 7 months ago
- 4d9e3b8 Re-work Checks URL parameter handling by Ben Rohlfs · 2 years, 7 months ago
- ebef2e1 Add attempt dropdown to Checks UI by Ben Rohlfs · 2 years, 7 months ago
- c1be297 Migrate some tests away from MockInteractions by Frank Borden · 2 years, 7 months ago
- e1ba821 Remove chai and assert from global window by Frank Borden · 2 years, 7 months ago
- 9871930 Merge "Replace 'show-alert' with enum usage" by Dhruv Srivastava · 2 years, 7 months ago
- 75656e7 Fire event on document instead of window by Dhruv Srivastava · 2 years, 7 months ago
- 3b00663 Replace 'show-alert' with enum usage by Dhruv Srivastava · 2 years, 7 months ago
- 209e17e Merge "Use @open-wc's a11y testing" by Frank Borden · 2 years, 7 months ago
- 2c4b72d Use @open-wc's a11y testing by Frank Borden · 2 years, 7 months ago
- 9ec31b6 Make usp a non-optional parameter for getUrlForChangeById by Chris Poucet · 2 years, 7 months ago
- dedd671 Use @open/wc test fixture in most test files by Frank Borden · 2 years, 7 months ago
- 4eedd6f move element stub from global into test-utils by Frank Borden · 2 years, 8 months ago
- 37c7e42 Convert expect to assert style in tests by Frank Borden · 2 years, 8 months ago
- f00c54e Merge "Move enums out of GerritNav" by Ben Rohlfs · 2 years, 8 months ago
- 8163cd4 Move enums out of GerritNav by Ben Rohlfs · 2 years, 8 months ago
- 2ee3d30 Stop supporting the ignore feature in dashboard queries. by Chris Poucet · 2 years, 8 months ago
- 42c1a45 Web Dev Server by Frank Borden · 2 years, 8 months ago
- 84e818d Move types from gr-navigation to router-util by Milutin Kristofic · 2 years, 8 months ago
- 98a689b Move generateUrl to router-util by Milutin Kristofic · 2 years, 8 months ago
- f30d892 Remove obsolete `internalHost` field from `ChangeInfo` by Ben Rohlfs · 2 years, 8 months ago
- 1c71386 Migrate more icons to use gr-icon. by Chris Poucet · 2 years, 8 months ago
- 946e627 Fix HEAD. by Chris Poucet · 2 years, 9 months ago
- 3f1ed8e Merge "Add ShadowDOM tests for elements/core components" by Chris Poucet · 2 years, 9 months ago
- 37a8b8a Remove unnecessary imports by Chris Poucet · 2 years, 9 months ago
- 6f53eae Migrate to material-icons for a few unrelated places. by Chris Poucet · 2 years, 9 months ago
- 1c69950 Add ShadowDOM tests for elements/core components by Frank Borden · 2 years, 9 months ago
- 9a9a5cc Migrate gr-icons:settings and gr-icons:bug to Material Icons by Chris Poucet · 2 years, 9 months ago
- 32d4b8d Migrate outline-help and arrow-right to material-icons. by Chris Poucet · 2 years, 9 months ago
- 1f5788e Add USP parameter for related-change links. by Chris Poucet · 2 years, 9 months ago
- 12100f1 Introduce a USP parameter for changes clicked from the dashboard by Chris Poucet · 2 years, 9 months ago
- 5bf43b6 Clear out some outdated Polymer 2 comments by Frank Borden · 2 years, 9 months ago
- 48872ee Use config model instead of calling rest api service by Ben Rohlfs · 2 years, 9 months ago
- 35764c3 Get rid of DIPolymerElement and KeyboardShortcutMixin by Chris Poucet · 2 years, 10 months ago
- 2cc210c Use router to open reply dialog when going from diff to change view by Dhruv · 2 years, 10 months ago
- 17ad154 Move ShortcutsService from AppContext to DI by Dhruv · 2 years, 10 months ago
- ccdf48c Minor improvements to keyboard shortcut layout by Dhruv · 2 years, 10 months ago
- ef04317 Refactoring: Replace `EditPatchSetNum` with EDIT by Ben Rohlfs · 2 years, 10 months ago
- 58267b7 Refactoring: Replace `ParentPatchSetNum` with `PARENT` by Ben Rohlfs · 2 years, 10 months ago
- abaeacf Improve typing of patch set numbers by Ben Rohlfs · 2 years, 10 months ago
- 1e12525 Remove empty lines after license header by Ben Rohlfs · 2 years, 10 months ago
- 94fcbbc Replace license headers with shorter SPDX header by Ben Rohlfs · 2 years, 10 months ago
- 17979fe Update properties to state inside GrKeyboardShorcutDialog by Dhruv · 2 years, 10 months ago
- 5ea7d65 Convert this.foo.bind(this) to anonymous functions by Frank Borden · 2 years, 11 months ago
- 80229b5 Convert GrAutoComplete to Lit by Dhruv · 3 years ago
- ead50e7 Fix project dashboard route by Frank Borden · 3 years ago
- 7944811 Make GrRouter not a PolymerElement by Frank Borden · 3 years ago
- 17dcef7 Convert GrErrorManager to Lit by Dhruv · 3 years ago
- 8003bd3 Enforce lit/quoted-expressions 'never' by Ben Rohlfs · 3 years ago
- a0aa691 Improve design of keyboard shortcuts dialog by Ben Rohlfs · 3 years ago