#FancySpaces
1 messages · Page 2 of 1
137f04b website: Fix compile errors - OliverSchlueter
33a4ee0 ci: Add spaces-go-sdk to test workflow - OliverSchlueter
All changes look good
18101fa core: Fix imports and add mavenrepos and javado... - OliverSchlueter
afe1866 build(deps): bump org.jetbrains:annotations - dependabot[bot]
Bumps the gradle-all group in /integrations/java-sdk with 1 update: org.jetbrains:annotations.
Updates org.jetbrains:annotations from 26.0.2-1 to 26.1.0
Changelog
Sourced from org.jetbrains:annotations's changelog.
Version 26.1.0
@NotNullByDefault is not experimental anymore.
Commits
6f588d4 Merge pull request #137 from BartvHelvert/notNullByDefaultExperimental
21be50c Version 26.1.0
92a187b Remove experimental status from @​NotNullB...
Bumps the gradle-all group with 1 update: org.jetbrains:annotations.
Updates org.jetbrains:annotations from 26.0.2-1 to 26.1.0
Changelog
Sourced from org.jetbrains:annotations's changelog.
Version 26.1.0
@NotNullByDefault is not experimental anymore.
Commits
6f588d4 Merge pull request #137 from BartvHelvert/notNullByDefaultExperimental
21be50c Version 26.1.0
92a187b Remove experimental status from @​NotNullByDefault
da40a75 Merge pul...
a69e81d website: Refactor all space headers - OliverSchlueter
d5f4430 build(deps): bump org.jetbrains:annotations in ... - dependabot[bot]
Looks like org.jetbrains:annotations is no longer updatable, so this is no longer needed.
a642496 website: Use new space header for secrets pages - OliverSchlueter
052f4f8 website: Update dialog opacity - OliverSchlueter
96a15b2 website: Add confirmation dialog when deleting ... - OliverSchlueter
c224acf website: Save and load issues_display_type from... - OliverSchlueter
e40cf71 core: Don't sync pull requests from github - OliverSchlueter
50f6c96 website: Select first repo automatically on jav... - OliverSchlueter
7e176ec website: Various changes to markdown renderer - OliverSchlueter
e9ef041 build(deps-dev): bump @types/node - dependabot[bot]
Bumps the npm-all group in /services/core/packages/webclient with 1 update: @types/node.
Updates @types/node from 25.2.3 to 25.3.0
Commits
See full diff in compare view
Looks like @types/node is updatable in another way, so this is no longer needed.
006ffcc build(deps): bump the npm-all group across 1 di... - dependabot[bot]
Bumps the npm-all group with 4 updates in the /services/core/packages/webclient directory: vue-router, vuetify, @types/node and eslint.
Updates vue-router from 5.0.2 to 5.0.3
Release notes
Sourced from vue-router's releases.
v5.0.3
   🚨 Breaking Changes
experimental:
Make miss...
c071c4e website: Add central confirmation dialog and no... - OliverSchlueter
7c05396 website: Add login page - OliverSchlueter
2355b3e website: Add registration page - OliverSchlueter
2243200 website: Add profile page - OliverSchlueter
7ab951b core: Add login and register pages to sitemap - OliverSchlueter
Looks like these dependencies are updatable in another way, so this is no longer needed.
47622d4 build(deps): bump the npm-all group across 1 di... - dependabot[bot]
Bumps the npm-all group with 6 updates in the /services/core/packages/webclient directory:
| Package | From | To |
|---|---|---|
| @fontsource/roboto | 5.2.9 |
5.2.10 |
| vue-router | 5.0.2 |
5.0.3 |
| vuetify | 3.11.8 |
3.12.1 |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/... |
b2bfa35 Initialize experimental cloud service - OliverSchlueter
4153c21 cloud: Add cluster store and models - OliverSchlueter
9e0e5bd cloud: Add runtime model - OliverSchlueter
a5b0917 core: Add mongo db for spaces - OliverSchlueter
a3002ca core: Update space status validation logic - OliverSchlueter
927421f website: Update app bar - OliverSchlueter
8fbda19 website: Use idp in all api requests - OliverSchlueter
d5c1d92 website: Use userStore on all pages - OliverSchlueter
c696c50 core: Add option to filter by creator in space ... - OliverSchlueter
4817614 website: Add central Card component - OliverSchlueter
Looks like these dependencies are updatable in another way, so this is no longer needed.
a658e01 build(deps): bump the npm-all group across 1 di... - dependabot[bot]
Bumps the npm-all group with 7 updates in the /services/core/packages/webclient directory:
| Package | From | To |
|---|---|---|
| @fontsource/roboto | 5.2.9 |
5.2.10 |
| vue | 3.5.28 |
3.5.29 |
| vue-router | 5.0.2 |
5.0.3 |
| vuetify | 3.11.8 |
4.0.0 |
| [@types/... |
927421f website: Update app bar - OliverSchlueter
8fbda19 website: Use idp in all api requests - OliverSchlueter
d5c1d92 website: Use userStore on all pages - OliverSchlueter
c696c50 core: Add option to filter by creator in space ... - OliverSchlueter
4817614 website: Add central Card component - OliverSchlueter
4713f65 idp-go-sdk: Add bson tags to User struct - OliverSchlueter
a456d68 website: Update server proxies - OliverSchlueter
1c032da website: Mark idp as secure - OliverSchlueter
e1f9a97 website: Use new idp endpoint - OliverSchlueter
ac30d11 core: Add users route to frontend_handler.go - OliverSchlueter
166fa18 core: Use IDP middleware in prod - OliverSchlueter
02935b3 idp-go-sdk: Remove exclude routes - OliverSchlueter
fb62722 idp-go-sdk: Add api key validation - OliverSchlueter
442509d build(deps): bump github.com/fancyinnovations/f... - dependabot[bot]
Bumps the go-all group in /services/core with 1 update: github.com/fancyinnovations/fancyspaces/integrations/idp-go-sdk.
Updates github.com/fancyinnovations/fancyspaces/integrations/idp-go-sdk from 0.0.1 to 0.0.5
Commits
fb62722 idp-go-sdk: Add api key validation
02935b3 idp-go-sdk: Remove exclude routes
166fa18 core: Use IDP middleware in prod
ac30d11 core: Add users route to frontend_handler.go
74fbecf website: Update idp urls
e1f9a97 ...
be7d99d build(deps): bump github.com/fancyinnovations/f... - dependabot[bot]
a7753f5 build(deps): bump the npm-all group across 1 di... - dependabot[bot]
324bb7c website: Remove planned plugins section - OliverSchlueter
b8d2531 website: Add missing imports - OliverSchlueter
54f745d website: Fix idp api base url - OliverSchlueter
Bumps the gradle-all group with 1 update: com.gradleup.shadow.
Updates com.gradleup.shadow from 9.3.1 to 9.3.2
Release notes
Sourced from com.gradleup.shadow's releases.
9.3.2
Changed
Log warnings for duplicates in the final JAR. (#1931)
Fixed
Fix relocation patterns not included in task fingerprint. (#1933)
Commits
929f027 Prepare version 9.3.2
6272e52 Mention updating the unreleased changelog section (#1935)
0b52ba8 Update Gradle to v9.4.0-...
bf83f85 build(deps): bump github.com/nats-io/nats.go - dependabot[bot]
Bumps the go-all group in /services/core with 1 update: github.com/nats-io/nats.go.
Updates github.com/nats-io/nats.go from 1.48.0 to 1.49.0
Release notes
Sourced from github.com/nats-io/nats.go's releases.
Release v1.49.0
Changelog
ADDED
Core NATS:
IgnoreDiscoveredServers option for skipping advertised servers (#2022)
Reconnect to selected server callback option #1958)
Set custom server pool (#1958)
KeyValue:
Config() method for KeyValueStatus ...
32205b7 build(deps-dev): bump @types/node - dependabot[bot]
Bumps the npm-all group in /services/core/packages/webclient with 1 update: @types/node.
Updates @types/node from 25.3.0 to 25.3.2
Commits
See full diff in compare view
350a71a website: Add analytics api - OliverSchlueter
c60779a website: Add FancyAnalytics landing page - OliverSchlueter
8789b2f website: Add analytics portal and analytics sid... - OliverSchlueter
864ce74 website: Add metrics page - OliverSchlueter
bd0477c website: Add dashboard pages - OliverSchlueter
9b1ada5 build(deps): bump github.com/nats-io/nats.go (#14) - dependabot[bot]
177d2d5 website: Update dashboard key in AnalyticsSideb... - OliverSchlueter
Looks like @types/node is updatable in another way, so this is no longer needed.
4fc2917 build(deps): bump the npm-all group across 1 di... - dependabot[bot]
Bumps the npm-all group with 2 updates in the /services/core/packages/webclient directory: vuetify and @types/node.
Updates vuetify from 3.12.1 to 4.0.0
Release notes
Sourced from vuetify's releases.
v4.0.0
Welcome to the v4.0.0 release of Vuetify!
Supporting Vuetify
Vuetify is an open source MIT project that has been made possible due to the gene...
0e3875d core: Don't seed stuff anymore - OliverSchlueter
8a875f7 website: Add member-based visibility for analyt... - OliverSchlueter
Looks like these dependencies are updatable in another way, so this is no longer needed.
2605ff2 build(deps): bump the npm-all group across 1 di... - dependabot[bot]
Bumps the npm-all group with 3 updates in the /services/core/packages/webclient directory: vuetify, @types/node and @vue/tsconfig.
Updates vuetify from 3.12.1 to 4.0.0
Release notes
Sourced from vuetify's releases.
v4.0.0
Welcome to the v4.0.0 release of Vuetify!
Supporting Vuetify
Vuetify is an open source MIT...
Looks like com.gradleup.shadow is updatable in another way, so this is no longer needed.
b785888 build(deps): bump the gradle-all group across 1... - dependabot[bot]
Bumps the gradle-all group with 2 updates in the / directory: com.gradleup.shadow and gradle-wrapper.
Updates com.gradleup.shadow from 9.3.1 to 9.3.2
Release notes
Sourced from com.gradleup.shadow's releases.
9.3.2
Changed
Log warnings for duplicates in the final JAR. (#1931)
Fixed
Fix relocation patterns not included in task fingerprint. (#1933)
Commits
929f027 Prepare version 9.3.2
6272e52 Mention updating the unreleased changelog section (...
Looks like these dependencies are updatable in another way, so this is no longer needed.
f0c9340 build(deps): bump the npm-all group across 1 di... - dependabot[bot]
Bumps the npm-all group with 4 updates in the /services/core/packages/webclient directory: dompurify, vuetify, @types/node and @vue/tsconfig.
Updates dompurify from 3.3.1 to 3.3.2
Release notes
Sourced from dompurify's releases.
DOMPurify 3.3.2
Fixed a possible bypass caus...
1abfca8 build(deps): bump the gradle-all group across 1... - dependabot[bot]
968b2f8 website: Add option to delete versions - OliverSchlueter
f994a39 website: Put form to create new issue in card - OliverSchlueter
21f22cc website: Put form to create new secret in card - OliverSchlueter
8203518 website: Add version channel and platform chips - OliverSchlueter
58ef4de build(deps): bump github.com/minio/minio-go/v7 - dependabot[bot]
Bumps the go-all group in /services/core with 1 update: github.com/minio/minio-go/v7.
Updates github.com/minio/minio-go/v7 from 7.0.98 to 7.0.99
Commits
c44cb2a Fix PutObject and ConcurrentStreamParts error handling for empty stream (#2207)
1451162 Fix object ReadAt performs seek (#2197)
ffb7ec0 Implement support for new UpdateObjectEncryption API & bump Go to 1.25 (#2204)
See full diff in compare view
[: bump github.com/minio/minio-go/v7 ... - dependabot[bot]
Looks like these dependencies are updatable in another way, so this is no longer needed.
8d50517 build(deps): bump the npm-all group across 1 di... - dependabot[bot]
Bumps the npm-all group with 6 updates in the /services/core/packages/webclient directory:
| Package | From | To |
|---|---|---|
| dompurify | 3.3.1 |
3.3.2 |
| vue | 3.5.29 |
3.5.30 |
| vuetify | 3.12.1 |
4.0.1 |
| @types/node | 25.3.0 |
25.4.0 |
| [@vue/tsco... |
Looks like these dependencies are updatable in another way, so this is no longer needed.
401383a build(deps): bump the npm-all group across 1 di... - dependabot[bot]
Bumps the npm-all group with 7 updates in the /services/core/packages/webclient directory:
| Package | From | To |
|---|---|---|
| dompurify | 3.3.1 |
3.3.3 |
| vue | 3.5.29 |
3.5.30 |
| vuetify | 3.12.1 |
4.0.1 |
| @types/node | 25.3.0 |
25.4.0 |
| [@vue/tsco... |
2a87ff7 build(deps): bump golang.org/x/crypto - dependabot[bot]
Bumps the go-all group in /integrations/idp-go-sdk with 1 update: golang.org/x/crypto.
Updates golang.org/x/crypto from 0.48.0 to 0.49.0
Commits
982eaa6 go.mod: update golang.org/x dependencies
159944f ssh,acme: clean up tautological/impossible nil conditions
a408498 acme: only require prompt if server has terms of service
cab0f71 all: upgrade go directive to at least 1.25.0 [generated]
2f26647 x509roots/fallback: update bundle
See full diff in compare...
Looks like these dependencies are updatable in another way, so this is no longer needed.
0b55fa5 build(deps): bump the npm-all group across 1 di... - dependabot[bot]
Bumps the npm-all group with 9 updates in the /services/core/packages/webclient directory:
| Package | From | To |
|---|---|---|
| dompurify | 3.3.1 |
3.3.3 |
| vue | 3.5.29 |
3.5.30 |
| vuetify | 3.12.1 |
4.0.2 |
| @types/node | 25.3.0 |
25.5.0 |
| [@vitejs/p... |
Looks like these dependencies are updatable in another way, so this is no longer needed.
0b019a2 build(deps): bump the npm-all group across 1 di... - dependabot[bot]
Bumps the npm-all group with 10 updates in the /services/core/packages/webclient directory:
| Package | From | To |
|---|---|---|
| dompurify | 3.3.1 |
3.3.3 |
| vue | 3.5.29 |
3.5.30 |
| vuetify | 3.12.1 |
4.0.2 |
| @types/node | 25.3.0 |
25.5.0 |
| [@vitejs/... |
Looks like these dependencies are updatable in another way, so this is no longer needed.
7024eae build(deps): bump the npm-all group across 1 di... - dependabot[bot]
Bumps the npm-all group with 12 updates in the /services/core/packages/webclient directory:
| Package | From | To |
|---|---|---|
| dompurify | 3.3.1 |
3.3.3 |
| vue | 3.5.29 |
3.5.30 |
| vuetify | 3.12.1 |
4.0.2 |
| @types/node | 25.3.0 |
25.5.0 |
| [@vitejs/... |
Looks like com.gradleup.shadow is updatable in another way, so this is no longer needed.
968a298 build(deps): bump the gradle-all group across 1... - dependabot[bot]
Bumps the gradle-all group with 2 updates in the / directory: com.gradleup.shadow and gradle-wrapper.
Updates com.gradleup.shadow from 9.3.2 to 9.4.0
Release notes
Sourced from com.gradleup.shadow's releases.
9.4.0
Added
Support Isolated Projects. (#1139)
Changed
Allow opting out of adding shadowJar into assemble lifecycle. (#1939)
shadow {
// Disable making assemble task depend on shadowJar. This is enabled by default.
addShadowJarToAssem...
Looks like these dependencies are updatable in another way, so this is no longer needed.
36bb6ec build(deps): bump the npm-all group across 1 di... - dependabot[bot]
Bumps the npm-all group with 13 updates in the /services/core/packages/webclient directory:
| Package | From | To |
|---|---|---|
| dompurify | 3.3.1 |
3.3.3 |
| vue | 3.5.29 |
3.5.30 |
| vue-router | 5.0.3 |
5.0.4 |
| vuetify | 3.12.1 |
4.0.3 |
| [@types/node](https://github.com/DefinitelyTyped/Def... |
Looks like these dependencies are updatable in another way, so this is no longer needed.
7e01388 build(deps): bump the npm-all group across 1 di... - dependabot[bot]
Bumps the npm-all group with 15 updates in the /services/core/packages/webclient directory:
| Package | From | To |
|---|---|---|
| dompurify | 3.3.1 |
3.3.3 |
| vue | 3.5.29 |
3.5.30 |
| vue-router | 5.0.3 |
5.0.4 |
| vuetify | 3.12.1 |
4.0.3 |
| [@types/node](https://github.com/DefinitelyTyped/Def... |
a800ace build(deps): bump github.com/nats-io/nats.go - dependabot[bot]
Bumps the go-all group in /services/core with 1 update: github.com/nats-io/nats.go.
Updates github.com/nats-io/nats.go from 1.49.0 to 1.50.0
Release notes
Sourced from github.com/nats-io/nats.go's releases.
Release v1.50.0
Changelog
FIXED
Core NATS:
Fix WebSocket close frame discarding buffered data frames (#2032)
JetStream:
Remove status listener in Consume()/Messages() cleanup. Thanks @​txuna for the contribution (#1993)
Fix race condition in ...