Skip to content

Updated to latest ACA-Py version for compatibility and improvements #159

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

parth5805
Copy link

Sync with latest ACA-Py version & make demo work

@swcurran
Copy link
Contributor

Thanks @parth5805 — much appreciated!!

Can you please fix the lack of a DCO (DCO - Developer Certificate of Origin - https://github.com/apps/dco. To fix, see: https://github.com/src-d/guide/blob/master/developer-community/fix-DCO.md) on the commits? More info as well on the failed DCO checks above.

@amanji — are you able to spend some time to review this PR?

Copy link
Contributor

@amanji amanji left a comment

Choose a reason for hiding this comment

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

Thanks for the update. Can you please run a linter/formatter so the spacing is consistent?

@parth5805
Copy link
Author

yes guys let me work on it.

@parth5805 parth5805 force-pushed the sync-with-latest-acapy branch from 8c9ada5 to 397ac71 Compare April 9, 2025 08:48
@parth5805 parth5805 requested a review from amanji April 9, 2025 08:49
@parth5805
Copy link
Author

@amanji I did some modifications on the code (removed comments and console logs and also ran it through prettier)

@parth5805
Copy link
Author

@swcurran I think I fixed the DCO.

@swcurran
Copy link
Contributor

swcurran commented Apr 9, 2025

The DCO check is not running…not sure why. Perhaps make another commit to see if that triggers it? I looked at the 2 commits and one has DCO, but I don’t think the other does. Not sure what happens if we squash.

The linting sure amped up the PR…142 files. Yikes. @amanji — what do you think?

@parth5805 parth5805 force-pushed the sync-with-latest-acapy branch from 397ac71 to df911c2 Compare April 10, 2025 12:13
@parth5805
Copy link
Author

@swcurran I just reverted the last commit
Let me make sure the linter only affects the files that I worked on.
and DCO as well

@parth5805 parth5805 force-pushed the sync-with-latest-acapy branch from 3e33a65 to e246564 Compare April 10, 2025 12:56
Signed-off-by: Parth Patel <parthpatel17591759@gmail.com>
Signed-off-by: Parth Patel <parthpatel17591759@gmail.com>
@parth5805 parth5805 force-pushed the sync-with-latest-acapy branch from e246564 to 7428e8b Compare April 10, 2025 13:14
@parth5805
Copy link
Author

@swcurran now DCO is fixed

Copy link
Contributor

@swcurran swcurran left a comment

Choose a reason for hiding this comment

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

LGTM

@swcurran
Copy link
Contributor

@amanji — take a look. I didn’t try running it — vacation review :-). But looks good...

@parth5805
Copy link
Author

Hey @amanji Any feedbacks on this PR?

@@ -30,13 +30,8 @@ public void ConfigureServices(IServiceCollection services)
services.AddServerSideBlazor();
services.AddHttpClient<FCAgentService>(c =>
{
var agentUrl = Environment.GetEnvironmentVariable("FABER_AGENT_HOST");
var agentUrl = "host.docker.internal";
Copy link
Member

Choose a reason for hiding this comment

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

Should this be a default value to fall-back to if FABER_AGENT_HOST is unset, rather than replacing things completely? It also looks like the variable name might have changed, in docker-compose.yaml it looks like it might be AGENT_HOST.

@esune esune linked an issue Apr 29, 2025 that may be closed by this pull request
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.

Update demos to AIP 2.0
4 participants