mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Update notes for 2018-07-10
This commit is contained in:
@ -215,4 +215,38 @@ $ grep -c -E 'session_id=[A-Z0-9]{32}:ip_addr=95.108.181.88' dspace.log.2018-07-
|
||||
- Interestingly, the first time that I see `35.227.26.162` was on 2018-06-08
|
||||
- I've added `35.227.26.162` to the bot tagging logic in the nginx vhost
|
||||
|
||||
## 2018-07-10
|
||||
|
||||
- Add "United Kingdom government" to sponsors ([#381](https://github.com/ilri/DSpace/issues/381))
|
||||
- Add "Enhancing Sustainability Across Agricultural Systems" to WLE Phase II Research Themes ([#382](https://github.com/ilri/DSpace/issues/382))
|
||||
- Add "PII-FP2_MSCCCAFS" to CCAFS Phase II Project Tags ([#383](https://github.com/ilri/DSpace/issues/383))
|
||||
- Add journal title (dc.source) to Discovery search filters ([#384](https://github.com/ilri/DSpace/issues/384))
|
||||
- All were tested and merged to the `5_x-prod` branch and will be deployed on CGSpace this coming weekend when I do the Linode server upgrade
|
||||
- I need to get them onto the 5.8 testing branch too, either via cherry-picking or by rebasing after we finish testing Atmire's 5.8 pull request ([#378](https://github.com/ilri/DSpace/pull/378))
|
||||
- Linode sent an alert about CPU usage on CGSpace again, about 13:00UTC
|
||||
- These are the top ten users in the last two hours:
|
||||
|
||||
```
|
||||
# zcat --force /var/log/nginx/*.log /var/log/nginx/*.log.1 | grep -E "10/Jul/2018:(11|12|13)" | awk '{print $1}' | sort | uniq -c | sort -n | tail -n 10
|
||||
81 193.95.22.113
|
||||
82 50.116.102.77
|
||||
112 40.77.167.90
|
||||
117 196.190.95.98
|
||||
120 178.154.200.38
|
||||
215 40.77.167.96
|
||||
243 41.204.190.40
|
||||
415 95.108.181.88
|
||||
695 35.227.26.162
|
||||
697 213.139.52.250
|
||||
```
|
||||
|
||||
- Looks like `213.139.52.250` is Moayad testing his new CGSpace vizualization thing:
|
||||
|
||||
```
|
||||
213.139.52.250 - - [10/Jul/2018:13:39:41 +0000] "GET /bitstream/handle/10568/75668/dryad.png HTTP/2.0" 200 53750 "http://localhost:4200/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36"
|
||||
```
|
||||
|
||||
- He said there was a bug...
|
||||
- I'll have to keep and eye on this and see how their platform evolves
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
Reference in New Issue
Block a user