Skip to content

fix: setting inheritance#40

Merged
usselite merged 7 commits intomasterfrom
fix/groups-bug
Mar 27, 2026
Merged

fix: setting inheritance#40
usselite merged 7 commits intomasterfrom
fix/groups-bug

Conversation

@davidmrc6
Copy link
Copy Markdown
Collaborator

@davidmrc6 davidmrc6 commented Mar 20, 2026

Fixes some bugs + adds the new releases api

Also added url hash based routing to make navigation a bit easier since we have different tabs. I left all of that in one commit, up to you @usselite if you'd like to keep that or not, thought i'd include it regardless

@davidmrc6 davidmrc6 requested a review from usselite March 20, 2026 15:48
* Fix lint
* Releases time-out and offline check
* Releases UI changes
* UI default group setting fixed
* Updated releases information URLs
* Some fixes related to licensing
foreach (self::WORKSPACES as $slug => $uuid) {
try {
$response = $this->httpClient->get(self::BASE_URL . $uuid);
$response = $this->httpClient->get(self::BASE_URL . $uuid, ['timeout' => 5]);
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

why the timeout?

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.

In case release proxy is not reachable, it's more graceful

@davidmrc6
Copy link
Copy Markdown
Collaborator Author

Looks good

@usselite usselite merged commit 3d391dc into master Mar 27, 2026
38 of 56 checks passed
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