Files
gerrit/polygerrit-ui/app/constants
Gal Paikin e6d6e1de27 Fix links and file name in emails for patchset-level comments
Currently, emails that include patchset-level comments will have
links to the file /PATCHSET_LEVEL. This is changed in such way
that all of those links will now link to the comments tab.

Also, the name of the file in the email was /PATCHSET_LEVEL, but now
it is "Patchset".

There are currently no tests about links being valid, simply because
it requires a brute-force string comparison. In my opinion, such a
test won't add much value anyway.

There is now a test about patchset level email notifications, that
confirms that the name /PATCHSET_LEVEL was changed to Patchset Level,
and also confirms that any links involving "/PATCHSET_LEVEL" were
omitted.

Change-Id: I08b6bcaff618ce4a645b1de936339f31d0fe0b15
2020-05-25 13:45:41 +00:00
..
2020-04-06 17:23:10 +02:00
2020-04-06 17:23:10 +02:00

constants folder should contain:

  1. constants used across files
  2. messages used across files, like toasters, notifications etc

For every constant defined, please add a @desc for it, once the list grows bigger, we should consider grouping them with sub folders / files.