[obs-commits] [openSUSE/open-build-service] ff9cba: [webui] Fix typo in comment
Branch: refs/heads/2.9 Home: https://github.com/openSUSE/open-build-service Commit: ff9cbaa03a6adaa8018e2313d2a965b63b48fcaa https://github.com/openSUSE/open-build-service/commit/ff9cbaa03a6adaa8018e23... Author: Manuel Schnitzer <mschnitzer@suse.com> Date: 2018-01-18 (Thu, 18 Jan 2018) Changed paths: M src/api/app/models/user.rb Log Message: ----------- [webui] Fix typo in comment Commit: 139cd93437df0baa92c986cdeda4d17ee236b8fb https://github.com/openSUSE/open-build-service/commit/139cd93437df0baa92c986... Author: Manuel Schnitzer <mschnitzer@suse.com> Date: 2018-01-22 (Mon, 22 Jan 2018) Changed paths: M src/api/app/controllers/webui/user_controller.rb M src/api/app/models/unregistered_user.rb M src/api/app/views/shared/_sign_up.html.haml M src/api/spec/features/webui/sign_up_spec.rb Log Message: ----------- [webui] Add password confirmation field for registration This adds a confirmation field for the password to the sign up form. Commit: c9ec2d54d973cc1808d6664cfa368d7cdc1ac200 https://github.com/openSUSE/open-build-service/commit/c9ec2d54d973cc1808d666... Author: Björn Geuken <bgeuken@suse.de> Date: 2018-01-24 (Wed, 24 Jan 2018) Changed paths: M src/api/spec/controllers/webui/image_templates_controller_spec.rb R src/api/spec/routing/webui/projects/image_templates.rb Log Message: ----------- [frontend] Replace routing spec with controller test A rubocop-rspec cop was complaining about an offense that could not be corrected, and was not added to the rubocop todo file. There were a couple of issues with the spec (long version below), which caused the test to never run in our test suite. I decided to replace the routing test, because the feature switch we were testing is defined on controller level. So with a routing test it wouldn't be possible to touch / test this code. The long version: There were a couple of issues with the spec: * The spec was not having a _spec.rb suffix and thus never run in our test suite * Fixing the wrong file name caused test failures because of calling the controller in a non working way (expect(get: :image_templates)) * Fixing this would still cause test failures because of the usages of Rails.application.reloader.reload! Commit: ee74f883426777f7158a77cedf9f8a1c142a5bf7 https://github.com/openSUSE/open-build-service/commit/ee74f883426777f7158a77... Author: Björn Geuken <bgeuken@suse.de> Date: 2018-01-24 (Wed, 24 Jan 2018) Changed paths: M .rubocop.yml M .rubocop_todo.yml M .travis.yml M src/api/Gemfile M src/api/Gemfile.lock Log Message: ----------- [frontend] Add rubocop-rspec to OBS rubocop-rspec is an extension of rubocop that provides rspec related style cops. rubocop-rspec project: https://github.com/backus/rubocop-rspec Kudos to @ana06 for finding this :gem: Commit: 2b307f9319085ce3977378d1b1dfe304ba30cf54 https://github.com/openSUSE/open-build-service/commit/2b307f9319085ce3977378... Author: Manuel Schnitzer <github@mschnitzer.de> Date: 2018-01-25 (Thu, 25 Jan 2018) Changed paths: M src/api/app/controllers/webui/user_controller.rb M src/api/app/models/unregistered_user.rb M src/api/app/models/user.rb M src/api/app/views/shared/_sign_up.html.haml M src/api/spec/features/webui/sign_up_spec.rb Log Message: ----------- Merge pull request #4367 from mschnitzer/registration_confirmation_fields Registration confirmation fields Commit: 2054447cd9d8d6b25473ba28c76125eabef02766 https://github.com/openSUSE/open-build-service/commit/2054447cd9d8d6b25473ba... Author: Manuel Schnitzer <mschnitzer@suse.com> Date: 2018-01-25 (Thu, 25 Jan 2018) Changed paths: M src/api/app/models/cloud/ec2/configuration.rb Log Message: ----------- [webui] Bugfix: Validation error on AWS ARN The default for the `arn` column is `NULL`. This would mean if one user gets an ec2 configuration and doesn't set an `arn`, no more users can get an ec2 configuration because the default value `NULL` is treated as an actual value and has to be unique. Fixes #4393 Commit: 1d3eb0353ec82e4a1611dbb0cefd9e1a4afe81c3 https://github.com/openSUSE/open-build-service/commit/1d3eb0353ec82e4a1611db... Author: Christian Bruckmayer <cbruckmayer@suse.com> Date: 2018-01-25 (Thu, 25 Jan 2018) Changed paths: M src/api/app/models/cloud/ec2/configuration.rb Log Message: ----------- Merge pull request #4400 from mschnitzer/fix_aws_arn_validations [webui] Bugfix: Validation error on AWS ARN Commit: b01f1bcb1b44eda910d92890bfc68a387a272abf https://github.com/openSUSE/open-build-service/commit/b01f1bcb1b44eda910d928... Author: ankitkataria <ankitkataria28@gmail.com> Date: 2018-01-26 (Fri, 26 Jan 2018) Changed paths: A src/api/app/assets/icons/page_white_put.png M src/api/app/assets/images/icons_sprite.png M src/api/app/assets/stylesheets/webui/application/icons.scss M src/api/app/views/webui/package/_files_view.html.erb M src/api/script/update_bento.sh Log Message: ----------- [api][frontend] fixes Issue #4280 - adds page_white_put icon to make the download icon on package list page less confusion Commit: ff7655ce5e2d52cd61286e295f0f3a792c44db50 https://github.com/openSUSE/open-build-service/commit/ff7655ce5e2d52cd61286e... Author: Eduardo Navarro <enavarro@suse.com> Date: 2018-01-26 (Fri, 26 Jan 2018) Changed paths: M dist/schedule-obs.sh Log Message: ----------- [dist] Create file if it doesn't exist - Prevents the script from exit if the file that contains the last build checked doesn't exist. This happens with the addition of a new version. - Use a variable to refer to the last.obs_version file. Commit: dfc1dfb4583390e62a3e19022e91d83e9af3811a https://github.com/openSUSE/open-build-service/commit/dfc1dfb4583390e62a3e19... Author: Eduardo J <eduardoj@users.noreply.github.com> Date: 2018-01-26 (Fri, 26 Jan 2018) Changed paths: M dist/schedule-obs.sh Log Message: ----------- Merge pull request #4410 from eduardoj/fix_schedule_obs [dist] Create file if it doesn't exist Commit: 1b74e33a14434879adc6c51dbd366ceb322dd91f https://github.com/openSUSE/open-build-service/commit/1b74e33a14434879adc6c5... Author: Eduardo Navarro <enavarro@suse.com> Date: 2018-01-26 (Fri, 26 Jan 2018) Changed paths: M dist/t/spec/features/0010_authentication_spec.rb Log Message: ----------- [ci] Add pwd_confirmation field to smoke tests Otherwise openQA tests will keep failing. Pair-programmed with @bgeuken. Commit: a11db1bfd5ca5862b2eb5d6d3e35e0c9d8ee7a63 https://github.com/openSUSE/open-build-service/commit/a11db1bfd5ca5862b2eb5d... Author: Alexander Graul <alexander.graul@posteo.de> Date: 2018-01-26 (Fri, 26 Jan 2018) Changed paths: M dist/t/spec/features/0010_authentication_spec.rb Log Message: ----------- Merge pull request #4411 from eduardoj/fix_smoke_tests_pwd_confirmation [ci] Add pwd_confirmation field to smoke tests Commit: fce49912a2514b441f22cde4726bff4a0d63d2c2 https://github.com/openSUSE/open-build-service/commit/fce49912a2514b441f22cd... Author: Björn Geuken <bgeuken@suse.de> Date: 2018-01-26 (Fri, 26 Jan 2018) Changed paths: A src/api/app/assets/icons/page_white_put.png M src/api/app/assets/images/icons_sprite.png M src/api/app/assets/stylesheets/webui/application/icons.scss M src/api/app/views/webui/package/_files_view.html.erb M src/api/script/update_bento.sh Log Message: ----------- Merge pull request #4401 from ankitkataria/download-icon-fix Issue #4280 Commit: bef6f0165d52f7c989f10d4b14c7f2fc84b2160c https://github.com/openSUSE/open-build-service/commit/bef6f0165d52f7c989f10d... Author: Björn Geuken <bgeuken@suse.de> Date: 2018-01-26 (Fri, 26 Jan 2018) Changed paths: M .rubocop.yml M .rubocop_todo.yml M .travis.yml M src/api/Gemfile M src/api/Gemfile.lock M src/api/spec/controllers/webui/image_templates_controller_spec.rb R src/api/spec/routing/webui/projects/image_templates.rb Log Message: ----------- Merge pull request #4397 from bgeuken/add_rubocop-rspec Add rubocop-rspec Compare: https://github.com/openSUSE/open-build-service/compare/d7d8291fe1b0...bef6f0...
participants (1)
-
Björn Geuken