Skip to content
Draft
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
6cd318a
Add explorative code;
joergdw Mar 19, 2025
33d7eaa
🚧 Work in progress;
joergdw Mar 21, 2025
a409bc4
Renamings;
joergdw Mar 24, 2025
cb97ba6
🚧 Work in progress;
joergdw Mar 25, 2025
6b34e5d
🔧 Test- and Makefile-fixes;
joergdw Mar 25, 2025
accd795
Create new fs-schema;
joergdw Apr 8, 2025
33014d2
Add more schemas;
joergdw Apr 14, 2025
658fccd
Renamings;
joergdw Apr 14, 2025
cecd059
Fixes and more implementation on the side of the binding-request-parser.
joergdw Apr 15, 2025
cad226c
Add first test and make folder-name compliant;
joergdw Apr 16, 2025
604cc81
Merge remote-tracking branch 'os-origin/main' into service-key-creation
joergdw Apr 16, 2025
5bba1c4
Sync bosh-specs;
joergdw Apr 16, 2025
eb5befe
🔧 Fix tests;
joergdw Apr 16, 2025
87a3151
Add test-case and introduce variety of specialized parsers.
joergdw Apr 16, 2025
3fb3603
Renaming;
joergdw Apr 16, 2025
6cb5b74
Merge branch 'main' into service-key-creation
joergdw May 30, 2025
3029ed8
Merge branch 'main' into service-key-creation
joergdw Jun 16, 2025
bd4d757
Adds proper type for GUIDs in Cloud Foundry;
joergdw Jun 16, 2025
2a6f0ea
🚧 WiP: Start separating json-Representation from internal Data-Repres…
joergdw Jun 16, 2025
7a9f0f0
Fix null-pointer-error;
joergdw Jun 18, 2025
886c0eb
Finish implementation of the new parser;
joergdw Jun 18, 2025
9ae90f3
🚧 WiP: Add legacy-parser;
joergdw Jun 18, 2025
d90701a
Merge remote-tracking branch 'os-origin/main' into service-key-creation
joergdw Jul 28, 2025
a3103d4
Adds openssl to the devbox-environment, because we need it in our scr…
joergdw Jul 31, 2025
5015b6c
Add json-structure for legacy-format of binding-generation-requests;
joergdw Jul 31, 2025
4e01b58
🤖🦾🛠️ go mod tidy & make package-specs
joergdw Jul 31, 2025
7e6b92f
Adds implementation for legacy-parser;
joergdw Jul 31, 2025
1529b95
Finish combined bindig-request-parser;
joergdw Jul 31, 2025
4cb3c6a
🧹 Clean-up file-locations;
joergdw Jul 31, 2025
843a8de
Make legacy-case work principally (includes fixes for schemas and tests)
joergdw Jul 31, 2025
48e3914
Activate the tests for the combined parser;
joergdw Aug 1, 2025
2ef7e01
Make golangci-lint happy;
joergdw Aug 1, 2025
d1e7d61
Use reference as well for the legacy-format, where possible;
joergdw Aug 1, 2025
9e845dd
Delete devbox.d/mysql/my.cnf
joergdw Aug 1, 2025
3d0fd32
🧹 Clean-up useless comments;
joergdw Aug 1, 2025
ec08843
Handle deprecation of `details.AppGUID`;
joergdw Aug 1, 2025
c010d1e
🚧 Work in progress: Error hunt 🏹
joergdw Aug 5, 2025
a2e9ae4
Add missing dependency for the autoscaler-ginkgo-tests;
joergdw Aug 8, 2025
7479452
Propagate info;
joergdw Aug 8, 2025
ea93ebb
Fix errors in the test-case;
joergdw Aug 8, 2025
9ea1a06
Fix test;
joergdw Aug 8, 2025
a88acab
(Mostly) Test-fixes;
joergdw Aug 8, 2025
b05a2df
Refactorings and making basic tests work again in the models-suite;
joergdw Aug 12, 2025
232cabd
Test fixes, error-fixes and additional comments;
joergdw Aug 13, 2025
519c98d
Fix tests;
joergdw Aug 14, 2025
f41a70f
Adds to-do-item;
joergdw Aug 14, 2025
cb536c0
Stabilize type `BindingConfig`
joergdw Aug 15, 2025
19e4e68
Add deserialisation for BindingParameters;
joergdw Aug 15, 2025
dcebff1
Add tests for BindingParameters;
joergdw Aug 15, 2025
d45de06
Different error-fixes
joergdw Aug 18, 2025
36934ab
Temporarily remove the package binding_request to do that in a separa…
joergdw Aug 19, 2025
35a61ce
Revert "Temporarily remove the package binding_request to do that in …
joergdw Aug 19, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions api
1 change: 1 addition & 0 deletions packages/golangapiserver/spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ files:
- autoscaler/api/* # gosub
- autoscaler/api/apis/* # gosub
- autoscaler/api/apis/scalinghistory/* # gosub
- autoscaler/api/binding_requests/* # gosub
- autoscaler/api/broker/* # gosub
- autoscaler/api/brokerserver/* # gosub
- autoscaler/api/cmd/api/* # gosub
Expand Down
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions schema/json/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Readme #

The currently used golang-library for json-schema, namely “[gojsonschema](<https://github.com/xeipuuv/gojsonschema>)” not seems to be capable to resolve references to other files correctly across different directories. Perhaps not limited to but especially when referencing up the file-system-hierarchy (parent-directories). *Hint*: Use symbolic links to circumvent the issue!
Loading
Loading