Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 517f5a418958de5a5816b46d2d253d65e996d878
https://github.com/openSUSE/open-build-service/commit/517f5a418958de5a5816b…
Author: Lukas Krause <lkrause(a)suse.de>
Date: 2020-08-31 (Mon, 31 Aug 2020)
Changed paths:
M src/api/app/views/webui/package/_file.html.haml
Log Message:
-----------
Show download link for files that exceed 4 megabytes
In the past we showed the download link for files with
a size of less than 4 megabytes also to non authenticated users.
Now we show the link only to authenticated users no matter which
sizes the file has. A forgotten if statement led to the problem
that we didn't showed the download link to anyone anymore when
the file exceeds the 4 megabytes.
Fixes #10096
Commit: 65fecc1121c84a11089b298a0cbae60c19f72002
https://github.com/openSUSE/open-build-service/commit/65fecc1121c84a11089b2…
Author: Lukas Krause <lkrause(a)suse.de>
Date: 2020-08-31 (Mon, 31 Aug 2020)
Changed paths:
M src/api/app/views/webui/package/_file.html.haml
Log Message:
-----------
Merge pull request #10097 from krauselukas/fix_10096
Show download link for files that exceed 4 megabytes
Compare: https://github.com/openSUSE/open-build-service/compare/6521e7a720f7...65fec…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: cc6b5c7787d61854b01715e996abdee1d4b44fb2
https://github.com/openSUSE/open-build-service/commit/cc6b5c7787d61854b0171…
Author: Henne Vogelsang <hvogel(a)opensuse.org>
Date: 2020-08-28 (Fri, 28 Aug 2020)
Changed paths:
M src/api/docker-files/Dockerfile
Log Message:
-----------
Install brakeman in the frontend image
Sometimes we need to silence false positives. See
https://github.com/openSUSE/open-build-service/wiki/Brakeman
Commit: 7a1b394665df8a549b39941f3dc03bc47f2e78a1
https://github.com/openSUSE/open-build-service/commit/7a1b394665df8a549b399…
Author: Henne Vogelsang <hvogel(a)opensuse.org>
Date: 2020-08-28 (Fri, 28 Aug 2020)
Changed paths:
R docker-compose.selenium.yml
M src/api/spec/support/capybara.rb
M src/api/spec/support/vcr.rb
Log Message:
-----------
Drop remote selenium support
This is a bit much code to maintain for one debuggin session every
other year. It also lead to duplicated documentation in our wiki etc.
Sorry @coolo...
Commit: c7bbb5cef7a7167e022ca311c0e9824b9c47ffe3
https://github.com/openSUSE/open-build-service/commit/c7bbb5cef7a7167e022ca…
Author: Henne Vogelsang <hvogel(a)opensuse.org>
Date: 2020-08-28 (Fri, 28 Aug 2020)
Changed paths:
M Rakefile
Log Message:
-----------
Remove docker maintainer rake tasks
We don't publish to docker-hub since forver anymore. We of course use OBS to publish!
Commit: e0a046bfd8573da23a24b43bd67c3f696149c9d7
https://github.com/openSUSE/open-build-service/commit/e0a046bfd8573da23a24b…
Author: Henne Vogelsang <hvogel(a)opensuse.org>
Date: 2020-08-28 (Fri, 28 Aug 2020)
Changed paths:
M docker-compose.sre.yml
Log Message:
-----------
Put rabbit data onto a named volume
Rabbit is writing state to it's database. Previously this was on some
unnamed volume.
Commit: fa9d78952b4e07632eaa4deadd28ccd70d9ff261
https://github.com/openSUSE/open-build-service/commit/fa9d78952b4e07632eaa4…
Author: Henne Vogelsang <hvogel(a)opensuse.org>
Date: 2020-08-28 (Fri, 28 Aug 2020)
Changed paths:
M Rakefile
Log Message:
-----------
Some forgotten AHM->SRE renames
Commit: 96f803309bbdc08d4550df9a66c5bf2a89e072f3
https://github.com/openSUSE/open-build-service/commit/96f803309bbdc08d4550d…
Author: Victor Pereira <vpereira(a)suse.de>
Date: 2020-08-31 (Mon, 31 Aug 2020)
Changed paths:
M Rakefile
R docker-compose.selenium.yml
M docker-compose.sre.yml
M src/api/docker-files/Dockerfile
M src/api/spec/support/capybara.rb
M src/api/spec/support/vcr.rb
Log Message:
-----------
Merge pull request #10094 from hennevogel/cleanup/docker-stuff
Cleanup dev-env
Compare: https://github.com/openSUSE/open-build-service/compare/238291e014cb...96f80…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 209e98d2ef3f132d2aefdb06b39adb9e6e781862
https://github.com/openSUSE/open-build-service/commit/209e98d2ef3f132d2aefd…
Author: Henne Vogelsang <hvogel(a)opensuse.org>
Date: 2020-08-28 (Fri, 28 Aug 2020)
Changed paths:
M src/api/Gemfile
M src/api/Gemfile.lock
Log Message:
-----------
Update influxdb-rails to 1.0.1.beta1
Commit: 96b56c67e54c160ec740817fb401a5d684dd0aab
https://github.com/openSUSE/open-build-service/commit/96b56c67e54c160ec7408…
Author: Henne Vogelsang <hvogel(a)opensuse.org>
Date: 2020-08-28 (Fri, 28 Aug 2020)
Changed paths:
M src/api/app/controllers/application_controller.rb
M src/api/app/lib/backend/instrumentation.rb
R src/api/config/initializers/influxdb_custom_subscriber.rb
M src/api/config/initializers/influxdb_rails.rb
R src/api/lib/influxdb_obs/obs/middleware/backend_subscriber.rb
R src/api/spec/lib/influx_db/obs/middleware/backend_subscriber_spec.rb
Log Message:
-----------
Use InfluxDB::Rails.instrument for the backend
Instead of the custom subscriber.
We also need to set the controller_location tag now as influxdb-rails removed
the thread variables we used before.
Co-authored-by: Lukas Krause <lkrause(a)suse.de>
Co-authored-by: Saray Cabrera Padrón <scabrerapadron(a)suse.de>
Commit: 0bc779b5003d8a34824cfda75c7a1e3613895307
https://github.com/openSUSE/open-build-service/commit/0bc779b5003d8a34824cf…
Author: Henne Vogelsang <hvogel(a)opensuse.org>
Date: 2020-08-28 (Fri, 28 Aug 2020)
Changed paths:
R src/api/config/initializers/influxdb_dj_subscriber.rb
Log Message:
-----------
Remove custom Active Job subscriber
This is now included in influxdb-rails
Commit: 86e8f53f537bacd1ced894ee7370428380039b57
https://github.com/openSUSE/open-build-service/commit/86e8f53f537bacd1ced89…
Author: Henne Vogelsang <hvogel(a)opensuse.org>
Date: 2020-08-28 (Fri, 28 Aug 2020)
Changed paths:
M src/api/config/initializers/influxdb_rails.rb
Log Message:
-----------
Ingore unconfigured environment
influxdb-rails remove the instrumentation_enabled setting.
Commit: 238291e014cbce3b75ced88fde426ce4346aa78e
https://github.com/openSUSE/open-build-service/commit/238291e014cbce3b75ced…
Author: Victor Pereira <vpereira(a)suse.de>
Date: 2020-08-31 (Mon, 31 Aug 2020)
Changed paths:
M src/api/Gemfile
M src/api/Gemfile.lock
M src/api/app/controllers/application_controller.rb
M src/api/app/lib/backend/instrumentation.rb
R src/api/config/initializers/influxdb_custom_subscriber.rb
R src/api/config/initializers/influxdb_dj_subscriber.rb
M src/api/config/initializers/influxdb_rails.rb
R src/api/lib/influxdb_obs/obs/middleware/backend_subscriber.rb
R src/api/spec/lib/influx_db/obs/middleware/backend_subscriber_spec.rb
Log Message:
-----------
Merge pull request #10095 from hennevogel/refactoring/cleanup-influx
Cleanup influxdb-rails usage
Compare: https://github.com/openSUSE/open-build-service/compare/d69f0a554f60...23829…