Skip to content

PSO fixes - #452

Open
uyraq2001 wants to merge 26 commits into
altlinux:masterfrom
uyraq2001:master
Open

PSO fixes#452
uyraq2001 wants to merge 26 commits into
altlinux:masterfrom
uyraq2001:master

Conversation

@uyraq2001

Copy link
Copy Markdown

No description provided.

@uyraq2001
uyraq2001 force-pushed the master branch 6 times, most recently from 6bad810 to 1a30390 Compare June 12, 2026 01:37
@uyraq2001
uyraq2001 marked this pull request as ready for review June 12, 2026 01:38
Comment thread src/admc/console_impls/password_settings_impl.cpp Outdated
Comment thread src/admc/console_impls/password_settings_impl.h Outdated
});
}

void PasswordSettingsImpl::fetch(const QModelIndex &index) {

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.

I'd put a Doxygen comment before methods, to document what the method does, what it accepts as parameters, what it asserts (if it does so) and what it returns. Also, if there are any exceptions that can be thrown in the method, I'd document them too.

Comment thread src/admc/results_widgets/pso_results_widget/pso_edit_widget.cpp Outdated
Comment thread src/admc/results_widgets/pso_results_widget/pso_results_widget.cpp
Comment thread src/admc/console_impls/password_settings_impl.h Outdated
else if (object.is_class(CLASS_SUBNET)) {
stacked_widget->setCurrentWidget(subnet_results_widget);
subnet_results_widget->update(object);
}

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Did u move that commit to another PR?

@artyom-poptsov

Copy link
Copy Markdown
Contributor

Hi!

I think it would be better if we would provide at least some overview of the work we've done in the PR description, aside from the PR title.

Here we have 11 commits and no information provided. That means a reviewer will have hard time figuring out what the author of those changes wanted to accomplish by this work.

@uyraq2001
uyraq2001 force-pushed the master branch 9 times, most recently from 51f9de0 to b5249a3 Compare June 30, 2026 18:12
@Samael-fhts

Copy link
Copy Markdown
Collaborator

I have found 2 bugs now:

  1. Action "Create password setting object" is always disabled
  2. Refresh action of the password settings container apparently doesn't work

@uyraq2001
uyraq2001 force-pushed the master branch 2 times, most recently from 47a136b to 8d0dfd5 Compare July 13, 2026 21:33
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.

3 participants