Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 43acc2af6bcd52d6a621fb119792b1128ce5aa05 https://github.com/openSUSE/open-build-service/commit/43acc2af6bcd52d6a621fb... Author: Lukas Krause <lkrause@suse.de> Date: 2020-04-15 (Wed, 15 Apr 2020) Changed paths: M src/api/app/models/user.rb M src/api/app/views/webui/users/tasks/index.html.haml Log Message: ----------- Use cache version to fetch cached users tasks Since Ruby on Rails introduced recycable cache keys, which we enabled with the migration to Rails 6.0, we need to pass the cache_version in combination with the cache_key (which now is a stable value) in order to receive the most recent data. Related to #9352 Commit: 83ca8020514ca0c122b370da540afbd4310685ca https://github.com/openSUSE/open-build-service/commit/83ca8020514ca0c122b370... Author: Lukas Krause <lkrause@suse.de> Date: 2020-04-17 (Fri, 17 Apr 2020) Changed paths: M src/api/app/models/user.rb M src/api/app/views/webui/users/tasks/index.html.haml Log Message: ----------- Merge pull request #9392 from krauselukas/add_cache_version Use cache version to fetch cached users tasks Compare: https://github.com/openSUSE/open-build-service/compare/9e5da4b86f52...83ca80...