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