1. f75d338 Move generating of dashboard URLs into dashboard.ts by Ben Rohlfs · 2 years, 7 months ago
  2. bd8dbcf Move generating of group URLs into group.ts by Ben Rohlfs · 2 years, 7 months ago
  3. 26db742 Move generating of repo URLs into repo.ts by Ben Rohlfs · 2 years, 7 months ago
  4. 3868e43 Move generating of settings URLs into settings.ts by Ben Rohlfs · 2 years, 7 months ago
  5. 2148185 Remove edit url generation from gr-navigation by Ben Rohlfs · 2 years, 7 months ago
  6. 804e724 Move generating of change URLs into change.ts by Ben Rohlfs · 2 years, 7 months ago
  7. 731738b Move generating of diff URLs into diff.ts by Ben Rohlfs · 2 years, 7 months ago
  8. 39aa057 Move generating of search URLs into search.ts by Ben Rohlfs · 2 years, 7 months ago
  9. 2c5fb43 Remove GerritView.ROOT by Ben Rohlfs · 2 years, 7 months ago
  10. ade94cb Use view state objects in `GenerateUrlParameters` by Ben Rohlfs · 2 years, 7 months ago
  11. 9ec31b6 Make usp a non-optional parameter for getUrlForChangeById by Chris Poucet · 2 years, 8 months ago
  12. f00c54e Merge "Move enums out of GerritNav" by Ben Rohlfs · 2 years, 8 months ago
  13. 8163cd4 Move enums out of GerritNav by Ben Rohlfs · 2 years, 8 months ago
  14. 2ee3d30 Stop supporting the ignore feature in dashboard queries. by Chris Poucet · 2 years, 8 months ago
  15. 84e818d Move types from gr-navigation to router-util by Milutin Kristofic · 2 years, 8 months ago
  16. f30d892 Remove obsolete `internalHost` field from `ChangeInfo` by Ben Rohlfs · 2 years, 8 months ago
  17. 1f5788e Add USP parameter for related-change links. by Chris Poucet · 2 years, 9 months ago
  18. 12100f1 Introduce a USP parameter for changes clicked from the dashboard by Chris Poucet · 2 years, 9 months ago
  19. 2cc210c Use router to open reply dialog when going from diff to change view by Dhruv · 2 years, 10 months ago
  20. ef04317 Refactoring: Replace `EditPatchSetNum` with EDIT by Ben Rohlfs · 2 years, 10 months ago
  21. 58267b7 Refactoring: Replace `ParentPatchSetNum` with `PARENT` by Ben Rohlfs · 2 years, 10 months ago
  22. abaeacf Improve typing of patch set numbers by Ben Rohlfs · 2 years, 10 months ago
  23. 94fcbbc Replace license headers with shorter SPDX header by Ben Rohlfs · 2 years, 10 months ago
  24. 885e0e7 Add eslint rule @typescript-eslint/no-confusing-void-expression by Ben Rohlfs · 3 years, 1 month ago
  25. 3cc9d44 Make gr-change-list slots for empty state generic by Frank Borden · 3 years, 2 months ago
  26. 543a9f8 Revert "Extract dashboard section into its own component" by Chris Poucet · 3 years, 2 months ago
  27. 4d4d6cb Extract dashboard section into its own component by Dhruv Srivastava · 3 years, 2 months ago
  28. 1c933eeb Get rid of TopicsPage functionality. by Chris Poucet · 3 years, 2 months ago
  29. 6a2624e Add support for `filter`, `select` and `attempt` URL params for checks by Ben Rohlfs · 3 years, 4 months ago
  30. 28c5933 Add missing redirect param to navnavigateToTopicPage by Dhruv Srivastava · 3 years, 4 months ago
  31. 463b094 Completely remove the "Assignee" feature from Gerrit's web app by Ben Rohlfs · 3 years, 6 months ago
  32. 7a6cf93 Merge "Refactor getUrlForChange to take options" by Dhruv Srivastava · 3 years, 5 months ago
  33. c9d12bc Refactor getUrlForChange to take options by Dhruv Srivastava · 3 years, 5 months ago
  34. 474edf3 Merge "Refactor navigateToChange to take options" by Dhruv Srivastava · 3 years, 5 months ago
  35. 0633ae1 Refactor navigateToChange to take options by Dhruv Srivastava · 3 years, 5 months ago
  36. 1a9a104 Remove redundant documentation by Dhruv Srivastava · 3 years, 5 months ago
  37. 4052c45 Navigate to topic page if user queries for a topic by Dhruv Srivastava · 3 years, 5 months ago
  38. 49f0a7a Do not recreate change view by Dhruv Srivastava · 3 years, 6 months ago
  39. 3398e64 Set basePatchNum to PARENT instead of null by Dhruv Srivastava · 3 years, 7 months ago
  40. 3b7740f Repo admin UI: Add a "General" section for repo admin view by Youssef Elghareeb · 3 years, 8 months ago
  41. 68d12fc Hide wip changes from the CC section in dashboard by Youssef Elghareeb · 3 years, 8 months ago
  42. d2db462 Add link icon to comment thread by Dhruv Srivastava · 3 years, 11 months ago
  43. 1bed4ae Create new url for navigating to comment inside Comments Tab by Dhruv Srivastava · 3 years, 11 months ago
  44. fb3f979 Show merge conflict resolution icon+link when WebLink exists by Frank Borden · 3 years, 11 months ago
  45. 09ab7b6 Merge "Remove attention set configuration option (frontend)" by Ben Rohlfs · 4 years ago
  46. d7c299f Show any edit weblinks in place of EDIT button by Frank Borden · 4 years ago
  47. 954e508 Remove attention set configuration option (frontend) by David Ostrovsky · 4 years ago
  48. 591b490 Specify BasePatchSetNum type by Dhruv Srivastava · 4 years, 1 month ago
  49. f91f966 PolyGerrit: Fix some typos by David Ostrovsky · 4 years, 1 month ago
  50. 61a83ed Change linked URL for topic by Milutin Kristofic · 4 years, 2 months ago
  51. a00ef28 Move some types from gr-reviewer-updates-parser to types.ts by Ben Rohlfs · 4 years, 2 months ago
  52. ebe4acc Add a model for router and change by Ben Rohlfs · 4 years, 4 months ago
  53. 53f2131 Convert files to typescript by Dmitrii Filippov · 4 years, 6 months ago
  54. 12f22a9 Convert files to typescript by Dmitrii Filippov · 4 years, 6 months ago
  55. 8e684b9 Add 'Since' and 'Submitted' columns to dashboard sections by Ben Rohlfs · 4 years, 6 months ago
  56. 2c15ec0 Highlight the dashboard rows with attention as reviewer by Ben Rohlfs · 4 years, 6 months ago
  57. 3f3c205 Convert files to typescript by Dmitrii Filippov · 4 years, 7 months ago
  58. badc134 Convert gr-reply-dialog to typescript by Ben Rohlfs · 4 years, 7 months ago
  59. 491c384 Convert gr-change-list to typescript by Milutin Kristofic · 4 years, 7 months ago
  60. 3192222 Scroll to comment in diff when file is unchanged by Dhruv Srivastava · 4 years, 7 months ago
  61. 252cddf Convert files to typescript by Dmitrii Filippov · 4 years, 8 months ago
  62. 495c701 Move gr-commit-info to typescript by Tao Zhou · 4 years, 8 months ago
  63. e544d25 Replace ProjectName type to RepoName by Tao Zhou · 4 years, 8 months ago
  64. 350f29c Replace all RepositoryName with ProjectName type by Tao Zhou · 4 years, 8 months ago
  65. e2e2897 Merge "Preloading Dashboard query" by Milutin Kristofic · 4 years, 8 months ago
  66. cdedfa7 Preloading Dashboard query by Milutin Kristofic · 4 years, 9 months ago
  67. 322b13e Convert gr-formatted-text to TypeScript by Ben Rohlfs · 4 years, 8 months ago
  68. 4f6310c Convert gr-linked-text to ts by Dmitrii Filippov · 4 years, 8 months ago
  69. 1cae645 Convert gr-navigation to typescript by Dmitrii Filippov · 4 years, 8 months ago
  70. 2ff55fb Rename files to preserve history by Dmitrii Filippov · 4 years, 8 months ago[Renamed from polygerrit-ui/app/elements/core/gr-navigation/gr-navigation.js]
  71. 2c35afe Change default patchset choice for comments by Dhruv Srivastava · 5 years ago
  72. 4cd35cb Enable prefer-object-spread rule by Tao Zhou · 4 years, 9 months ago
  73. 3de8e0e Redirect instead of show when a single change matches query by Dmitrii Filippov · 4 years, 9 months ago
  74. 053624d Diff view: Pass line number to inline editor by David Ostrovsky · 4 years, 9 months ago
  75. d7639c7 Add a dashboard section for attention set by Dmitrii Filippov · 5 years ago
  76. 163de6f Revert "Add link icon to messages in change log." by Dhruv Srivastava · 4 years, 10 months ago
  77. f09ff81 Add link icon to messages in change log. by Dhruv Srivastava · 5 years ago
  78. cfe6530 PolyGerrit: Remove unnecessary escape in regex by David Ostrovsky · 5 years ago
  79. eb8b269 Get rid of global Gerrit.Nav by Dmitrii Filippov · 5 years ago
  80. daf0ec9 Convert polygerrit to es6-modules by Dmitrii Filippov · 5 years ago
  81. dbe9545 Rename .html files to .js files by Dmitrii Filippov · 5 years ago[Renamed from polygerrit-ui/app/elements/core/gr-navigation/gr-navigation.html]
  82. 9a07681 Replace deprecated `require-jsdoc`, `valid-jsdoc` with jsdoc plugin for eslint by Tao Zhou · 5 years ago
  83. b82003c Update eslint version and eslint rules by Dmitrii Filippov · 5 years ago
  84. 497380f Limit shown changes in user dashboard and show their count by Milutin Kristofic · 5 years ago
  85. b40f12d Merge branch 'stable-2.16' into stable-3.0 by David Pursehouse · 6 years ago
  86. f43acb5 PG: Add shortcuts for dashboard and watched changes by Orgad Shaneh · 6 years ago
  87. 4d86635 Link to project dashboards instead of custom by Logan Hanks · 6 years ago
  88. 2931aa0 Link to project dashboards instead of custom by Logan Hanks · 6 years ago
  89. 9d197e2 Add support for Documentation search by Paladox none · 6 years ago
  90. 3750a92 Add support for Documentation search by Paladox none · 6 years ago
  91. 9c1a3db Handle message timestamp taps with Nav API by Kasper Nilsson · 6 years ago
  92. 47a0944 Add back isOutgoing by Logan Hanks · 7 years ago
  93. 4977928 Modify assigned changes section by Kasper Nilsson · 7 years ago
  94. 6750cf9 Move getUserDashboard into Gerrit.Nav by Kasper Nilsson · 7 years ago
  95. 2760ef1 Rename overrideCommentlinks to mapCommentlinks by Kasper Nilsson · 7 years ago
  96. 2dd5d1d Merge "Add overrideCommentlinks to gr-navigation" by Kasper Nilsson · 7 years ago
  97. 4f31fb7 Add overrideCommentlinks to gr-navigation by Kasper Nilsson · 7 years ago
  98. 02add88 Substitute tokens in repo dashboard queries by Wyatt Allen · 7 years ago
  99. 1c831a0 Refactor root navigation to generated URL by Kasper Nilsson · 7 years ago
  100. 92058de Add host to change list URL generation by Kasper Nilsson · 7 years ago