Skip to content

Add a proxy and a web UI#2

Merged
imobachgs merged 11 commits intomasterfrom
web
Dec 23, 2021
Merged

Add a proxy and a web UI#2
imobachgs merged 11 commits intomasterfrom
web

Conversation

@imobachgs
Copy link
Copy Markdown
Contributor

@imobachgs imobachgs commented Dec 23, 2021

installer-80

imobachgs and others added 10 commits December 22, 2021 10:02
Co-authored-by: David Díaz González <dgonzalez@suse.com>
Co-authored-by: Imobach González Sosa <igonzalezsosa@suse.com
* It will be implemented as a Rails application.
* The code was generated using the --api and --skip-active-record switches.
* It allows querying and setting properties and calling arbitrary
  methods of the installer D-Bus interface.
* There is some kind of race condition when using ruby-dbus.
* This approach does not work, as the proxy gets stucked
  at some point (could it be a ruby-dbus problem?).
# rspec is known as DSL with big blocks
Exclude:
- lib/yast2/dbus/installer.rb
- yastd/lib/yast2/dbus/installer.rb
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just note that comment is wrong. it is not about rspec, but about dbus DSL


production:
adapter: redis
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why the fetch needs block?


# Configure sensitive parameters which will be filtered from the log file.
Rails.application.config.filter_parameters += [
:passw, :secret, :token, :_key, :crypt, :salt, :certificate, :otp, :ssn
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice. Would be nice to have something similar for yast logger

@imobachgs imobachgs merged commit 55aa5a8 into master Dec 23, 2021
@imobachgs imobachgs deleted the web branch December 23, 2021 15:43
dgdavid added a commit that referenced this pull request Jul 29, 2024
Related to #1441, just another round of UI code improvements and clean
up.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants