2068 Commits

Author SHA1 Message Date
Paladox none
7580853b58 PolyGerrit: Fix undefined url in gr-dropdown
If link.url is undefined lets return it as '' so no url is applied.

Bug: Issue 6352
Change-Id: I9492e48b14e4387cbdbe87c562ffa4966323948c
2017-05-31 16:10:12 +00:00
Viktar Donich
5b208b4f2b Merge "Keep gr-fixed-panel floating on page resize" 2017-05-31 16:04:55 +00:00
Wyatt Allen
d90a02aedb Merge "Add stricter <script> indentation linting" 2017-05-31 01:08:28 +00:00
Viktar Donich
c4f2499c74 Keep gr-fixed-panel floating on page resize
As an attempt to handle scrolling, gr-fixed-panel detaches when floating
on page scrolling.
It appeared that this was causing page to relayout and cause more visual
issues than when "floating" during resize.

Change-Id: Ibdd840e8d3ee588f0ce78f1149b893f6d81c1b69
2017-05-30 23:43:31 +00:00
Viktar Donich
09c98980e8 Move mobile file navigator block into diff view header panel
Change-Id: I647472e083febdd8c2600233e63cdfe66ff24c0b
2017-05-30 16:16:02 -07:00
Viktar Donich
87d50f367c Make app footer stay in place on horizontal scroll
Change-Id: I50ae67993f6abd8c7810314f3ab16c22795edd82
2017-05-30 15:34:56 -07:00
Becky Siegel
060f70f188 Merge "PolyGerrit: Add loading text to project list when projects are loading" 2017-05-30 21:58:28 +00:00
Kasper Nilsson
765b18f748 Merge "PolyGerrit: Encode url for projects" 2017-05-30 21:40:46 +00:00
Paladox none
3618295756 PolyGerrit: Encode url for projects
Replace item.id with item.name to make sure the url is encoded.

Change-Id: I6192f44f756a53a73bc1c2b455b87f42ee60af02
2017-05-30 21:39:31 +00:00
Viktar Donich
75bbc87be7 Merge "Put horizontal scrolling on screen, take 3" 2017-05-30 21:11:51 +00:00
Paladox none
512baa29a9 PolyGerrit: Add loading text to project list when projects are loading
Bug: Issue 6320
Change-Id: I443ea9a4ffe34fe784ad5ab2abc1a569f7c826d3
2017-05-30 18:14:57 +00:00
Paladox none
b177e56c71 PolyGerrit: Allow everyone to view /admins/project(/)? page
gwtui allows anon's to view this page so allow this with polygerrit.

Change-Id: Ic59ccc0cd1861115971f3d5c9401496cc4f0a488
2017-05-29 18:32:27 +00:00
Kasper Nilsson
cc363ed6f1 Merge "Use downloaded bower components in polylint_test.sh" 2017-05-27 00:38:13 +00:00
Kasper Nilsson
498d71adf7 Merge "Remove modifier pressed check for bracket key" 2017-05-27 00:38:02 +00:00
Wyatt Allen
1cf01b0744 Merge "Fix manual transpilation error" 2017-05-26 22:04:30 +00:00
Paladox none
180a8f5795 PolyGerrit: Remove blacklist for Repository Browser
This allow every other link appart from gitiles and gitweb to work.
This fixes it so gerrit-review should now work with links on the project
list.

Change-Id: I451aa352c80c59298f7373f7a6e9d04d53a5c398
2017-05-26 21:25:08 +00:00
Viktar Donich
eeb2d53331 Put horizontal scrolling on screen, take 3
Diff header scrolls with content and sticks to the top, too.
Doesn't scroll the footer horizontally with the header.

Bug: Issue 4491
Change-Id: I5d76aad38a7ae76c15528abcb572cf993f7f595e
2017-05-26 14:16:57 -07:00
Kasper Nilsson
caa93d2e16 Fix manual transpilation error
Also adds a regression test.

Bug: Issue 6315
Change-Id: Ib839834259085109ec297981bd99d6f48d36ce39
2017-05-26 20:33:48 +00:00
Kasper Nilsson
7f173f22bb Merge "Fix scroll bar added to gr-textarea when more content added" 2017-05-26 19:27:14 +00:00
Kasper Nilsson
eb07531a6d Remove modifier pressed check for bracket key
On Latin American keyboards, the square bracket cannot be typed without
a modifier. An added check to exit if modifiers are pressed meant that
the shortcut could thus not be used on these keyboards.

Instead, check only for the meta key to avoid overriding native Chrome
shortcuts in OSX.

Bug: Issue 6217
Change-Id: Ia737c4c411b73b2ba42fe5f33fff5082c488a5fb
2017-05-26 11:36:55 -07:00
Kasper Nilsson
dfc56184ce Merge "Refactor to allow usage of getKeyboardEvent in behavior" 2017-05-26 18:31:06 +00:00
Paladox none
2ea7f19aa8 PolyGerrit: Fix display of list to not go out of screen.
Also make description have a width to prevent the list from looking
ugly with big descriptions.

Change-Id: Ia9e0affe789e2ffc122519ced668084497f550f0
2017-05-26 17:37:48 +00:00
Becky Siegel
f8d42a0144 Fix scroll bar added to gr-textarea when more content added
2px of padding in iron-autogrow-textarea on the native textarea added an
unwanted scroll bar when content was taller than the original textarea.
Add 2px of padding on the iron-autogrow textarea in gr-textearea so that
the scrollbar does not appear.

http://imgur.com/a/5hMz9

Change-Id: I3a112af1859a4a9c0f8dc7febf6d11e418cd92a2
2017-05-26 10:06:49 -07:00
Becky Siegel
8b3e97f3c8 Fix next button on gr-admin-project-list
Previously, the logic assumed that the API request would fetch all
projects, not just the current page. In order to properly display the
next button, modify the API request to ask for one result than wanted,
but only display the original number desired. If the full amount + 1 is
returned, there should be a next button.

Change-Id: I67c6fb9cd6009220a1d9ac24fe4506bd6383428e
2017-05-26 09:59:32 -07:00
Kasper Nilsson
bdb5302dba Use downloaded bower components in polylint_test.sh
Previously, polylint_test.sh used the local copies of bower components
that the PolyGerrit project has in its repo to do local development for
testing. This was causing an issue, as these were not found on the CI
system.

This makes the test take longer, but makes it standalone enough to
function on CI.

Change-Id: I21f3ed67ade1af352b2ccf21db6644b2bd1d2fee
2017-05-25 18:27:14 -07:00
Becky Siegel
c0aac70c6a Fix two issues with autocomplete dropdown
1) Escape key for non moveToRoot elements did not close it (ex search
   bar). This was fixed. (Yeah, still using hidden.... need to figure
   out what to do there more wholistically)

2) Sometimes the dom node tried to be removed twice. Add a check so that
   doesn't happen.

Change-Id: Ia88d2a72fa69b10cbfd70658e57e1f96a11c53fc
2017-05-25 17:22:36 -07:00
Kasper Nilsson
e791692339 Merge "Implement self.get and self.post from Gerrit JS API" 2017-05-25 22:38:22 +00:00
Kasper Nilsson
e71334e1cf Add stricter <script> indentation linting
Change-Id: I906dbc3525cf305648fa21ca3b2c470febd9f39f
2017-05-25 15:20:09 -07:00
Becky Siegel
a2df326368 Fix issue where dropdown position is incorrect with page scroll
gr-textarea did not take into account scroll position when positioning
the emoji dropdown. This fixes it by adding scrollTop to non-fixed
position textareas.

Change-Id: I490d03443b4ca910602ab0636f3dfc19957fdd89
2017-05-25 22:00:45 +00:00
Viktar Donich
23893270c3 Implement self.get and self.post from Gerrit JS API
https://gerrit-review.googlesource.com/Documentation/js-api.html#self_get
https://gerrit-review.googlesource.com/Documentation/js-api.html#self_post

Feature: Issue 5960
Change-Id: I6778f40ba1d6d8b2b31ebb51ffd39a6fab265424
2017-05-25 14:53:51 -07:00
Kasper Nilsson
9fddabb27e Fix PolyLint errors
Change-Id: I61d0c5530cc8f6f61be7da7e74b6778f45c87c59
2017-05-25 14:08:22 -07:00
Kasper Nilsson
8147aa5c4e Refactor to allow usage of getKeyboardEvent in behavior
This change consists of some minor refactoring of
keyboard-shortcut-behavior.html to allow for its use in elements that
have the behavior. Also fixes some incorrect bower paths that resulted
in flaky and/or failing tests.

Bug: Issue 5109, Issue 6217
Change-Id: I3a73036b2e34372fe1bf4de836e11bb88b1d0e5f
2017-05-25 13:44:35 -07:00
Becky Siegel
b972ca954f Merge "Add gr-autogrow-textarea to gr-diff-comment" 2017-05-25 20:21:00 +00:00
Paladox none
2719063a1e PolyGerrit: Show a list of projects on /admin/projects page
When going to /admin/projects/test for example it will take you back
to the old ui to view the project configs.

Bug: Issue 5966
Change-Id: I7d6fb8f17a235602bba0c535cfe4b43030f515a3
2017-05-25 11:53:05 -07:00
Becky Siegel
99625b5a6c Add gr-autogrow-textarea to gr-diff-comment
This replaces iron-autogrow-textarea so that the diff comments can have
emoji support.

Change-Id: I8bfa31b789604f28aca0ff28dc5c0836afdb6005
2017-05-25 10:08:33 -07:00
Kasper Nilsson
5fe963e635 Merge "Do not ignore cc entries that have not been submitted" 2017-05-24 23:27:01 +00:00
Kasper Nilsson
1b8d4af6e5 Merge "Rename gr-settings-styles to gr-form-styles and update a few styles" 2017-05-24 19:51:27 +00:00
Becky Siegel
d7b26e77e3 Rename gr-settings-styles to gr-form-styles and update a few styles
Because the admin section has a lot of form elements, let's generalize
gr-settings-styles to be used for all forms.

Feature: Issue 6275
Change-Id: I3b94e220c5a1413ce702f0bc272d0db307406222
2017-05-24 10:18:50 -07:00
Wyatt Allen
744045d542 Add PolyLint Bazel rule
To install the linter:
  npm install -g polylint

To run the linter:
  bazel test //polygerrit-ui/app:polylint_test

Change-Id: I552f6eedce0e4e90d394acfc516940a8c26e948f
2017-05-24 16:53:54 +00:00
Kasper Nilsson
6d2f6b8e48 Merge "PolyGerrit: Update docs on install nodejs 6" 2017-05-24 01:04:46 +00:00
Kasper Nilsson
f9d4f4f252 Merge "Give commit editor a min width" 2017-05-24 01:04:16 +00:00
Kasper Nilsson
92ecb1064e Merge "Add horizontal lines separating file-list items" 2017-05-24 01:04:05 +00:00
Paladox none
722987a7ab PolyGerrit: Update docs on install nodejs 6
nodejs 4 is no longer supported in polymer.

See https://github.com/Polymer/web-component-tester/blob/master/CHANGELOG.md#600---2017-05-15

Which is causing failures for ci. Lets update to nodejs 6.

Change-Id: Ie0e314785e5672e9f557e63c76616d33f601fe24
2017-05-24 00:51:29 +00:00
Becky Siegel
1e4c60241d Fix gr-textarea_test in Firefox
The previous change that set selectionStart in for the Safari fix broke
Firefox. selectionEnd needs to be set too.

Change-Id: I758be746c1b434da268f20440415698f4c62ee28
2017-05-24 00:30:46 +00:00
Kasper Nilsson
567939a69d Add horizontal lines separating file-list items
Adding a separator helps users trace file names across to the file
stats, and helps indicate that the file list has similar behaviors to
the change-list-view.

Bug: Issue 6065
Change-Id: Id8934867e2133daae3385493267c271c84e23a9a
2017-05-24 00:30:40 +00:00
Kasper Nilsson
f873c21133 Do not ignore cc entries that have not been submitted
Users of the CC entry in the reply dialog expect a GMail-like workflow
in which a text entry that had not been submitted via the autocomplete
would still be added as a CC entry.

With this change, text values in the CC field are submitted as entries
when 'Send' or 'Save' is pressed. If the entry is an invalid email, the
standard toast is shown and the action is blocked.

Also adds an integration test suite for the reply-dialog with all
relevant test boilerplate copied from the standard reply-dialog_test
suite.

Bug: Issue 6194
Change-Id: I1e7aa97b1847ea2409136dfdc7e9f760e22cdbf5
2017-05-24 00:30:25 +00:00
Kasper Nilsson
9f16bc62f8 Give commit editor a min width
Bug: Issue 6219
Change-Id: If51064d35a3c72a2c6c896eafff792e7ef860219
2017-05-24 00:30:14 +00:00
Becky Siegel
6067fb87ea Fix bower paths
Change-Id: I8290204e3cda5cad07db445686012178c1743f00
2017-05-24 00:28:38 +00:00
Becky Siegel
b3a22bdc79 fix gr-textarea test in Safari
In Safari, when 'text' was set, the textarea's selectionStart property
was not updated. This mimicks where the cursor would be after typing
text. In this change, selectionStart is updated every time 'text' is set
to be at the spot it should be if the user were simply typing.

Change-Id: I840c1818d2123890c419ac2dd37441a40472081e
2017-05-23 21:14:11 +00:00
Viktar Donich
e16c279304 Fix gr-diff-comment_test in Firefox, Safari
Change-Id: I0d11ffa48c254622cbc86ec7c0ce265f24212859
2017-05-23 21:05:33 +00:00