Collect metrics about what type of proxies are running (e.g., are they the standalone proxy-go instances, webextensions, web badges, etc.) and add them to the current set of metrics that are displayed.
This requires sending some additional information from the proxies to the broker in the initial poll step and will require whatever we decide to use for backwards compatable changes in the way different peices of snowflake interact with each other (#30704 (moved)).
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items ...
Show closed items
Linked items 0
Link issues together to show that they're related.
Learn more.
These changes look okay to me, from the perspective of CollecTor archiving these files. We'll have to extend metrics-lib to parse and provide the new fields, but there's no rush in doing so. CollecTor will ignore those new lines and archive files anyway. And if it doesn't, we'll fix CollecTor. Feel free to deploy these changes. I'll make a note (and later a ticket) to update metrics-lib. Thanks for asking!
Updated the standalone proxy-go instances on the bridge as of 2019/12/03 19:05:27
I also updated both the mozilla and chrome addon stores.
When updating the website I got the following errors:
$ rsync --chown=:snowflake --chmod ug=rw,D+x --perms --delete -crv build/ staticiforme:/srv/snowflake.torproject.org/htdocs/sending incremental file listrsync: failed to set permissions on "/srv/snowflake.torproject.org/htdocs/.": Operation not permitted (1)rsync: failed to set permissions on "/srv/snowflake.torproject.org/htdocs/assets": Operation not permitted (1)./embed.js_locales/es/messages.json_locales/lt/messages.json_locales/nl/messages.json_locales/tr/messages.jsonassets/rsync: mkstemp "/srv/snowflake.torproject.org/htdocs/_locales/nl/.messages.json.c5cJkc" failed: Permission denied (13)sent 14,890 bytes received 888 bytes 4,508.00 bytes/sectotal size is 982,821 speedup is 62.29rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1196) [sender=3.1.2]
and when I ran the dry-run again I can see that the nl translations didn't update properly:
$ rsync -n --chown=:snowflake --chmod ug=rw,D+x --perms --delete -crv build/ staticiforme:/srv/snowflake.torproject.org/htdocs/sending incremental file list./_locales/nl/messages.jsonassets/sent 3,220 bytes received 52 bytes 934.86 bytes/sectotal size is 982,821 speedup is 300.37 (DRY RUN)