Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(571)

Issue 2990713002: config_service: change error message for error 403. (Closed)

Created:
3 years, 4 months ago by ayanaadylova
Modified:
3 years, 4 months ago
Reviewers:
Sergey Berezin, hinoka
CC:
chromium-reviews, infra-reviews+luci-py_chromium.org
Target Ref:
refs/heads/master
Project:
luci-py
Visibility:
Public.

Description

config_service: change error message for error 403. Changed error message for error 403. BUG=749050 Review-Url: https://codereview.chromium.org/2990713002 Committed: https://github.com/luci/luci-py/commit/d82109ce6507782d10b3f7ed00af18dc196827c8

Patch Set 1 #

Patch Set 2 : Fix test to reflect new error message. #

Patch Set 3 : Enable shadow DOM for testing #

Total comments: 1

Patch Set 4 : Fix reloading issues #

Patch Set 5 : Nit: forgot to revert URLs for local deployment #

Total comments: 2

Patch Set 6 : Nit: fix testing to reflect recent changes #

Patch Set 7 : Nit: fix tests to reflect recent changes #

Total comments: 11

Patch Set 8 : Nit: change tests for config-set page. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -35 lines) Patch
M appengine/config_service/ui/common/auth-signin.html View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M appengine/config_service/ui/src/config-ui/config-set.html View 1 2 3 4 3 chunks +14 lines, -8 lines 0 comments Download
M appengine/config_service/ui/src/config-ui/config-ui.html View 1 2 3 4 chunks +10 lines, -3 lines 0 comments Download
M appengine/config_service/ui/src/config-ui/front-page.html View 1 2 3 4 5 6 7 1 chunk +17 lines, -2 lines 0 comments Download
M appengine/config_service/ui/test/config-ui/config-set_test.html View 1 2 3 4 5 6 7 1 chunk +29 lines, -22 lines 0 comments Download
M appengine/config_service/ui/test/index.html View 1 2 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (5 generated)
ayanaadylova
PTAL
3 years, 4 months ago (2017-07-26 16:13:03 UTC) #2
Sergey Berezin
https://codereview.chromium.org/2990713002/diff/40001/appengine/config_service/ui/src/config-ui/config-set.html File appengine/config_service/ui/src/config-ui/config-set.html (right): https://codereview.chromium.org/2990713002/diff/40001/appengine/config_service/ui/src/config-ui/config-set.html#newcode278 appengine/config_service/ui/src/config-ui/config-set.html:278: "Otherwise, try again later."; "Access denied" is probably the ...
3 years, 4 months ago (2017-07-26 18:46:42 UTC) #3
ayanaadylova
PTAL. Turns out the error was not that users were forbidden, it was that refreshing ...
3 years, 4 months ago (2017-07-26 21:48:04 UTC) #4
Sergey Berezin
The code looks good! I believe the tests need an update too. https://codereview.chromium.org/2990713002/diff/80001/appengine/config_service/ui/test/config-ui/config-set_test.html File appengine/config_service/ui/test/config-ui/config-set_test.html ...
3 years, 4 months ago (2017-07-26 22:35:51 UTC) #5
ayanaadylova
PTAL https://codereview.chromium.org/2990713002/diff/80001/appengine/config_service/ui/test/config-ui/config-set_test.html File appengine/config_service/ui/test/config-ui/config-set_test.html (right): https://codereview.chromium.org/2990713002/diff/80001/appengine/config_service/ui/test/config-ui/config-set_test.html#newcode297 appengine/config_service/ui/test/config-ui/config-set_test.html:297: "Otherwise, try again later."); On 2017/07/26 22:35:50, Sergey ...
3 years, 4 months ago (2017-07-26 22:49:07 UTC) #6
Sergey Berezin
LGTM + a few more nits. Thanks! https://codereview.chromium.org/2990713002/diff/120001/appengine/config_service/ui/test/config-ui/config-set_test.html File appengine/config_service/ui/test/config-ui/config-set_test.html (right): https://codereview.chromium.org/2990713002/diff/120001/appengine/config_service/ui/test/config-ui/config-set_test.html#newcode275 appengine/config_service/ui/test/config-ui/config-set_test.html:275: test('displays error ...
3 years, 4 months ago (2017-07-27 00:05:31 UTC) #7
ayanaadylova
https://codereview.chromium.org/2990713002/diff/120001/appengine/config_service/ui/test/config-ui/config-set_test.html File appengine/config_service/ui/test/config-ui/config-set_test.html (right): https://codereview.chromium.org/2990713002/diff/120001/appengine/config_service/ui/test/config-ui/config-set_test.html#newcode275 appengine/config_service/ui/test/config-ui/config-set_test.html:275: test('displays error if fetch failed due to error 403 ...
3 years, 4 months ago (2017-07-27 16:57:29 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2990713002/140001
3 years, 4 months ago (2017-07-27 16:57:45 UTC) #11
commit-bot: I haz the power
Committed patchset #8 (id:140001) as https://github.com/luci/luci-py/commit/d82109ce6507782d10b3f7ed00af18dc196827c8
3 years, 4 months ago (2017-07-27 17:00:09 UTC) #14
Sergey Berezin
https://codereview.chromium.org/2990713002/diff/120001/appengine/config_service/ui/test/config-ui/config-set_test.html File appengine/config_service/ui/test/config-ui/config-set_test.html (right): https://codereview.chromium.org/2990713002/diff/120001/appengine/config_service/ui/test/config-ui/config-set_test.html#newcode275 appengine/config_service/ui/test/config-ui/config-set_test.html:275: test('displays error if fetch failed due to error 403 ...
3 years, 4 months ago (2017-07-27 20:42:18 UTC) #15
ayanaadylova
On 2017/07/27 20:42:18, Sergey Berezin wrote: > https://codereview.chromium.org/2990713002/diff/120001/appengine/config_service/ui/test/config-ui/config-set_test.html > File appengine/config_service/ui/test/config-ui/config-set_test.html (right): > > https://codereview.chromium.org/2990713002/diff/120001/appengine/config_service/ui/test/config-ui/config-set_test.html#newcode275 ...
3 years, 4 months ago (2017-07-27 22:07:29 UTC) #16
Sergey Berezin
3 years, 4 months ago (2017-07-27 22:09:05 UTC) #17
Message was sent while issue was closed.
On 2017/07/27 22:07:29, ayanaadylova wrote:
> I made these changes from Mac book yesterday and I think I accidentally forgot
> to save them. I will fix it in my next CL.

OK, no worries, thanks!

Powered by Google App Engine
This is Rietveld 408576698