Skip to content
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

Create conversions package #1520

Merged
merged 28 commits into from
May 31, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
dc140ac
Move StorageConversionFunction into new package
theunrepentantgeek May 24, 2021
4575fc1
Fix compilation errors
theunrepentantgeek May 24, 2021
db8d06a
Move tests into new package
theunrepentantgeek May 24, 2021
6b969ae
Move factories into new package
theunrepentantgeek May 24, 2021
390a04f
Fix compilaition errors
theunrepentantgeek May 24, 2021
c6eecf3
Move conversion endpoint into new package
theunrepentantgeek May 24, 2021
766dd73
Fix compilation errors
theunrepentantgeek May 24, 2021
a28db5d
Move conversion context into new package
theunrepentantgeek May 24, 2021
f153d11
Fix compilation errors
theunrepentantgeek May 24, 2021
b9e9b16
Rename to PropertyConversionEndpoint for clarity
theunrepentantgeek May 24, 2021
e9ce93a
Rename to PropertyConversionContext for clarity
theunrepentantgeek May 24, 2021
91bdfad
Rename file to property_conversions for clarity
theunrepentantgeek May 24, 2021
814ec62
Code gardening
theunrepentantgeek May 24, 2021
f146abd
Code gardening
theunrepentantgeek May 24, 2021
8129e74
Isolate Direction in separate file
theunrepentantgeek May 24, 2021
8b492fd
Rename files
theunrepentantgeek May 24, 2021
22fedb4
Move golden files to new location
theunrepentantgeek May 24, 2021
0a9b650
Rename generated functions
theunrepentantgeek May 24, 2021
8b485a9
Fix compilation errors
theunrepentantgeek May 26, 2021
326c98a
Rename constructor funcs
theunrepentantgeek May 26, 2021
bc4a0a0
Fix import ordering
theunrepentantgeek May 27, 2021
c30db3e
Fix up comments
theunrepentantgeek May 27, 2021
880c2f6
Add file headers
theunrepentantgeek May 27, 2021
774538d
go fmt
theunrepentantgeek May 27, 2021
18584e0
Fix generation of method calls
theunrepentantgeek May 30, 2021
1a3aae5
Merge branch 'master' into feature/conversions-package
theunrepentantgeek May 30, 2021
ef912b4
Fix compilation error
theunrepentantgeek May 30, 2021
beaf925
go fmt
theunrepentantgeek May 31, 2021
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
82 changes: 0 additions & 82 deletions hack/generator/pkg/astmodel/storage_conversion_context.go

This file was deleted.

211 changes: 0 additions & 211 deletions hack/generator/pkg/astmodel/storage_conversion_function_test.go

This file was deleted.

This file was deleted.

This file was deleted.

Loading