Releases: rancher/norman
Releases · rancher/norman
v0.5.0
What's Changed
- Generate clients in clientset style by @ibuildthecloud in #1
- Change ObjectMeta to ListMeta by @ibuildthecloud in #2
- Don't use internal schema by @ibuildthecloud in #3
- apis to api if group is empty by @alena1108 in #4
- Random fixes by @ibuildthecloud in #5
- Enhance Move and add SetValue by @ibuildthecloud in #6
- Subcontext and mapping updates by @ibuildthecloud in #7
- Fix code generator by @ibuildthecloud in #8
- Updates by @ibuildthecloud in #9
- Fix imports by @ibuildthecloud in #10
- Add signal by @ibuildthecloud in #11
- Fix startup issues by @ibuildthecloud in #12
- Refactor types by @ibuildthecloud in #13
- Rename initialize to create by @ibuildthecloud in #14
- Properly namespace key on lookup by @cjellick in #16
- Generate backreference links by @ibuildthecloud in #17
- Enhancements by @ibuildthecloud in #18
- Actions tweaks by @cjellick in #19
- Multiple Fixes by @ibuildthecloud in #21
- Add event framework by @ibuildthecloud in #22
- add resourceLinkById by @StrongMonkey in #20
- Pass impersonation to k8s for C/U/D by @ibuildthecloud in #23
- Enable access control by @ibuildthecloud in #24
- Fix Do method by @ibuildthecloud in #25
- Add offspring controller by @ibuildthecloud in #26
- Fix compilation error by @ibuildthecloud in #27
- Various enhancements by @ibuildthecloud in #28
- Use CodeName in ranhcer client by @ibuildthecloud in #29
- Add field.cattle.io/creatorId to each resource by @ibuildthecloud in #31
- Add support for message field on condition by @cjellick in #30
- Various changes by @ibuildthecloud in #34
- Always set message on conditions by @cjellick in #32
- Stop the madness by @cjellick in #35
- Fix patch, namespace by @StrongMonkey in #33
- Various changes by @ibuildthecloud in #36
- Various changes by @ibuildthecloud in #37
- Handle time.Time to string conversion by @ibuildthecloud in #38
- return errors where appropriate by @cjellick in #39
- Fix update on secrets by @ibuildthecloud in #40
- change better format for finalizer by @StrongMonkey in #41
- API-UI 1.1.4 by @ibuildthecloud in #42
- api-ui v1.1.4 by @cjellick in #44
- Fix panic by @ibuildthecloud in #45
- DoUntilTrue condition function by @cjellick in #46
- Various updates by @ibuildthecloud in #47
- Special handling for endpoints plural name by @alena1108 in #43
- Allow namespaces to have finalizers by @cjellick in #49
- Set namespace and name on object always by @ibuildthecloud in #48
- Add name to handlers by @ibuildthecloud in #51
- Add suport for cluster scoped controllers by @cjellick in #52
- Various fixes by @ibuildthecloud in #53
- Put in stubs for dynamic access control on schemas by @ibuildthecloud in #54
- Fix generator for new access control by @ibuildthecloud in #55
- Cleanup channels by @ibuildthecloud in #56
- Changes to make conditions less chatty by @ibuildthecloud in #57
- Don't check for object in collection actions by @ibuildthecloud in #58
- don't return nonnullable error if default is set by @StrongMonkey in #59
- Add helper method by @ibuildthecloud in #60
- Various by @ibuildthecloud in #62
- fix json float parsing by @ibuildthecloud in #63
- DNS label validation by @alena1108 in #61
- Add CollectionFormatter by @ibuildthecloud in #64
- more collection action code by @cjellick in #65
- more collection action changes by @cjellick in #66
- don't validate empty string as DNS name by @ibuildthecloud in #67
- fix nil pointer exceptions by @StrongMonkey in #68
- Move gorouting dump handler to norman by @ibuildthecloud in #69
- Move gorouting dump by @ibuildthecloud in #70
- Fix scheme detection in URL by @ibuildthecloud in #72
- Fix typo by @ibuildthecloud in #73
- Dump standard goroutine also by @ibuildthecloud in #74
- Dump standard goroutine also by @ibuildthecloud in #75
- Fix standard dump by @ibuildthecloud in #76
- Fix panic when posting to / by @ibuildthecloud in #77
- Add notnullable attribute by @ibuildthecloud in #78
- Change RequestHandler signature by @ibuildthecloud in #80
- Add option to pass in CACerts for verification by @dramich in #81
- Better support for subtyping by @cjellick in #82
- Fix non-updating condition by @ibuildthecloud in #84
- Only record forgetError if there is no message at all by @ibuildthecloud in #86
- Add helper functions in norman by @ibuildthecloud in #87
- Feat: Added token support to clientbase auth by @rawmind0 in #85
- only update when obj is not nil by @StrongMonkey in #83
- Major refactor of subcontexts by @ibuildthecloud in #88
- Drop password fields from response by @ibuildthecloud in #89
- Make controller and client more generic by @ibuildthecloud in #90
- Fix a series of url parsing issues by @ibuildthecloud in #92
- If you hit /v3/projects/{ID}/schemas make sure schemas have correct URLs by @ibuildthecloud in #93
- 404 on schema not found by @ibuildthecloud in #94
- If map, don't encode by @ibuildthecloud in #95
- Options to transformer by @alena1108 in #96
- API error improvements by @cjellick in #97
- Add leader election wrapper by @ibuildthecloud in #98
- Marshal to default correct type by @ibuildthecloud in #99
- Translate field to annotation only when not nil by @alena1108 in #100
- Delete unused code by @ibuildthecloud in #101
- Transfrom fix by @alena1108 in #102
- More mappers by @ibuildthecloud in #103
- Add insecure flag, fix collection link, add yaml tag by @StrongMonkey in #91
- Index out of range fix in batchMove by @alena1108 in #104
- Default empty strings by @ibuildthecloud in #106
- Use escaped path for url parsing by @cjellick in #105
- Fix url escaping by @cjellick in #107
- Pass in schema to Filter/FilterList by @ibuildthecloud in #108
- Add ByID param so transformer to known by @ibuildthecloud in #109
- Change NewErrors signature by @ibuildthecloud in #110
- Change defaulting logic by @ibuildthecloud in #1...
v0.4.0
What's Changed
- Generate clients in clientset style by @ibuildthecloud in #1
- Change ObjectMeta to ListMeta by @ibuildthecloud in #2
- Don't use internal schema by @ibuildthecloud in #3
- apis to api if group is empty by @alena1108 in #4
- Random fixes by @ibuildthecloud in #5
- Enhance Move and add SetValue by @ibuildthecloud in #6
- Subcontext and mapping updates by @ibuildthecloud in #7
- Fix code generator by @ibuildthecloud in #8
- Updates by @ibuildthecloud in #9
- Fix imports by @ibuildthecloud in #10
- Add signal by @ibuildthecloud in #11
- Fix startup issues by @ibuildthecloud in #12
- Refactor types by @ibuildthecloud in #13
- Rename initialize to create by @ibuildthecloud in #14
- Properly namespace key on lookup by @cjellick in #16
- Generate backreference links by @ibuildthecloud in #17
- Enhancements by @ibuildthecloud in #18
- Actions tweaks by @cjellick in #19
- Multiple Fixes by @ibuildthecloud in #21
- Add event framework by @ibuildthecloud in #22
- add resourceLinkById by @StrongMonkey in #20
- Pass impersonation to k8s for C/U/D by @ibuildthecloud in #23
- Enable access control by @ibuildthecloud in #24
- Fix Do method by @ibuildthecloud in #25
- Add offspring controller by @ibuildthecloud in #26
- Fix compilation error by @ibuildthecloud in #27
- Various enhancements by @ibuildthecloud in #28
- Use CodeName in ranhcer client by @ibuildthecloud in #29
- Add field.cattle.io/creatorId to each resource by @ibuildthecloud in #31
- Add support for message field on condition by @cjellick in #30
- Various changes by @ibuildthecloud in #34
- Always set message on conditions by @cjellick in #32
- Stop the madness by @cjellick in #35
- Fix patch, namespace by @StrongMonkey in #33
- Various changes by @ibuildthecloud in #36
- Various changes by @ibuildthecloud in #37
- Handle time.Time to string conversion by @ibuildthecloud in #38
- return errors where appropriate by @cjellick in #39
- Fix update on secrets by @ibuildthecloud in #40
- change better format for finalizer by @StrongMonkey in #41
- API-UI 1.1.4 by @ibuildthecloud in #42
- api-ui v1.1.4 by @cjellick in #44
- Fix panic by @ibuildthecloud in #45
- DoUntilTrue condition function by @cjellick in #46
- Various updates by @ibuildthecloud in #47
- Special handling for endpoints plural name by @alena1108 in #43
- Allow namespaces to have finalizers by @cjellick in #49
- Set namespace and name on object always by @ibuildthecloud in #48
- Add name to handlers by @ibuildthecloud in #51
- Add suport for cluster scoped controllers by @cjellick in #52
- Various fixes by @ibuildthecloud in #53
- Put in stubs for dynamic access control on schemas by @ibuildthecloud in #54
- Fix generator for new access control by @ibuildthecloud in #55
- Cleanup channels by @ibuildthecloud in #56
- Changes to make conditions less chatty by @ibuildthecloud in #57
- Don't check for object in collection actions by @ibuildthecloud in #58
- don't return nonnullable error if default is set by @StrongMonkey in #59
- Add helper method by @ibuildthecloud in #60
- Various by @ibuildthecloud in #62
- fix json float parsing by @ibuildthecloud in #63
- DNS label validation by @alena1108 in #61
- Add CollectionFormatter by @ibuildthecloud in #64
- more collection action code by @cjellick in #65
- more collection action changes by @cjellick in #66
- don't validate empty string as DNS name by @ibuildthecloud in #67
- fix nil pointer exceptions by @StrongMonkey in #68
- Move gorouting dump handler to norman by @ibuildthecloud in #69
- Move gorouting dump by @ibuildthecloud in #70
- Fix scheme detection in URL by @ibuildthecloud in #72
- Fix typo by @ibuildthecloud in #73
- Dump standard goroutine also by @ibuildthecloud in #74
- Dump standard goroutine also by @ibuildthecloud in #75
- Fix standard dump by @ibuildthecloud in #76
- Fix panic when posting to / by @ibuildthecloud in #77
- Add notnullable attribute by @ibuildthecloud in #78
- Change RequestHandler signature by @ibuildthecloud in #80
- Add option to pass in CACerts for verification by @dramich in #81
- Better support for subtyping by @cjellick in #82
- Fix non-updating condition by @ibuildthecloud in #84
- Only record forgetError if there is no message at all by @ibuildthecloud in #86
- Add helper functions in norman by @ibuildthecloud in #87
- Feat: Added token support to clientbase auth by @rawmind0 in #85
- only update when obj is not nil by @StrongMonkey in #83
- Major refactor of subcontexts by @ibuildthecloud in #88
- Drop password fields from response by @ibuildthecloud in #89
- Make controller and client more generic by @ibuildthecloud in #90
- Fix a series of url parsing issues by @ibuildthecloud in #92
- If you hit /v3/projects/{ID}/schemas make sure schemas have correct URLs by @ibuildthecloud in #93
- 404 on schema not found by @ibuildthecloud in #94
- If map, don't encode by @ibuildthecloud in #95
- Options to transformer by @alena1108 in #96
- API error improvements by @cjellick in #97
- Add leader election wrapper by @ibuildthecloud in #98
- Marshal to default correct type by @ibuildthecloud in #99
- Translate field to annotation only when not nil by @alena1108 in #100
- Delete unused code by @ibuildthecloud in #101
- Transfrom fix by @alena1108 in #102
- More mappers by @ibuildthecloud in #103
- Add insecure flag, fix collection link, add yaml tag by @StrongMonkey in #91
- Index out of range fix in batchMove by @alena1108 in #104
- Default empty strings by @ibuildthecloud in #106
- Use escaped path for url parsing by @cjellick in #105
- Fix url escaping by @cjellick in #107
- Pass in schema to Filter/FilterList by @ibuildthecloud in #108
- Add ByID param so transformer to known by @ibuildthecloud in #109
- Change NewErrors signature by @ibuildthecloud in #110
- Change defaulting logic by @ibuildthecloud in #111
- Forgot to assign value by @ibuildthecloud in #112
- Support pars...
v0.3.0
What's Changed
- Generate clients in clientset style by @ibuildthecloud in #1
- Change ObjectMeta to ListMeta by @ibuildthecloud in #2
- Don't use internal schema by @ibuildthecloud in #3
- apis to api if group is empty by @alena1108 in #4
- Random fixes by @ibuildthecloud in #5
- Enhance Move and add SetValue by @ibuildthecloud in #6
- Subcontext and mapping updates by @ibuildthecloud in #7
- Fix code generator by @ibuildthecloud in #8
- Updates by @ibuildthecloud in #9
- Fix imports by @ibuildthecloud in #10
- Add signal by @ibuildthecloud in #11
- Fix startup issues by @ibuildthecloud in #12
- Refactor types by @ibuildthecloud in #13
- Rename initialize to create by @ibuildthecloud in #14
- Properly namespace key on lookup by @cjellick in #16
- Generate backreference links by @ibuildthecloud in #17
- Enhancements by @ibuildthecloud in #18
- Actions tweaks by @cjellick in #19
- Multiple Fixes by @ibuildthecloud in #21
- Add event framework by @ibuildthecloud in #22
- add resourceLinkById by @StrongMonkey in #20
- Pass impersonation to k8s for C/U/D by @ibuildthecloud in #23
- Enable access control by @ibuildthecloud in #24
- Fix Do method by @ibuildthecloud in #25
- Add offspring controller by @ibuildthecloud in #26
- Fix compilation error by @ibuildthecloud in #27
- Various enhancements by @ibuildthecloud in #28
- Use CodeName in ranhcer client by @ibuildthecloud in #29
- Add field.cattle.io/creatorId to each resource by @ibuildthecloud in #31
- Add support for message field on condition by @cjellick in #30
- Various changes by @ibuildthecloud in #34
- Always set message on conditions by @cjellick in #32
- Stop the madness by @cjellick in #35
- Fix patch, namespace by @StrongMonkey in #33
- Various changes by @ibuildthecloud in #36
- Various changes by @ibuildthecloud in #37
- Handle time.Time to string conversion by @ibuildthecloud in #38
- return errors where appropriate by @cjellick in #39
- Fix update on secrets by @ibuildthecloud in #40
- change better format for finalizer by @StrongMonkey in #41
- API-UI 1.1.4 by @ibuildthecloud in #42
- api-ui v1.1.4 by @cjellick in #44
- Fix panic by @ibuildthecloud in #45
- DoUntilTrue condition function by @cjellick in #46
- Various updates by @ibuildthecloud in #47
- Special handling for endpoints plural name by @alena1108 in #43
- Allow namespaces to have finalizers by @cjellick in #49
- Set namespace and name on object always by @ibuildthecloud in #48
- Add name to handlers by @ibuildthecloud in #51
- Add suport for cluster scoped controllers by @cjellick in #52
- Various fixes by @ibuildthecloud in #53
- Put in stubs for dynamic access control on schemas by @ibuildthecloud in #54
- Fix generator for new access control by @ibuildthecloud in #55
- Cleanup channels by @ibuildthecloud in #56
- Changes to make conditions less chatty by @ibuildthecloud in #57
- Don't check for object in collection actions by @ibuildthecloud in #58
- don't return nonnullable error if default is set by @StrongMonkey in #59
- Add helper method by @ibuildthecloud in #60
- Various by @ibuildthecloud in #62
- fix json float parsing by @ibuildthecloud in #63
- DNS label validation by @alena1108 in #61
- Add CollectionFormatter by @ibuildthecloud in #64
- more collection action code by @cjellick in #65
- more collection action changes by @cjellick in #66
- don't validate empty string as DNS name by @ibuildthecloud in #67
- fix nil pointer exceptions by @StrongMonkey in #68
- Move gorouting dump handler to norman by @ibuildthecloud in #69
- Move gorouting dump by @ibuildthecloud in #70
- Fix scheme detection in URL by @ibuildthecloud in #72
- Fix typo by @ibuildthecloud in #73
- Dump standard goroutine also by @ibuildthecloud in #74
- Dump standard goroutine also by @ibuildthecloud in #75
- Fix standard dump by @ibuildthecloud in #76
- Fix panic when posting to / by @ibuildthecloud in #77
- Add notnullable attribute by @ibuildthecloud in #78
- Change RequestHandler signature by @ibuildthecloud in #80
- Add option to pass in CACerts for verification by @dramich in #81
- Better support for subtyping by @cjellick in #82
- Fix non-updating condition by @ibuildthecloud in #84
- Only record forgetError if there is no message at all by @ibuildthecloud in #86
- Add helper functions in norman by @ibuildthecloud in #87
- Feat: Added token support to clientbase auth by @rawmind0 in #85
- only update when obj is not nil by @StrongMonkey in #83
- Major refactor of subcontexts by @ibuildthecloud in #88
- Drop password fields from response by @ibuildthecloud in #89
- Make controller and client more generic by @ibuildthecloud in #90
- Fix a series of url parsing issues by @ibuildthecloud in #92
- If you hit /v3/projects/{ID}/schemas make sure schemas have correct URLs by @ibuildthecloud in #93
- 404 on schema not found by @ibuildthecloud in #94
- If map, don't encode by @ibuildthecloud in #95
- Options to transformer by @alena1108 in #96
- API error improvements by @cjellick in #97
- Add leader election wrapper by @ibuildthecloud in #98
- Marshal to default correct type by @ibuildthecloud in #99
- Translate field to annotation only when not nil by @alena1108 in #100
- Delete unused code by @ibuildthecloud in #101
- Transfrom fix by @alena1108 in #102
- More mappers by @ibuildthecloud in #103
- Add insecure flag, fix collection link, add yaml tag by @StrongMonkey in #91
- Index out of range fix in batchMove by @alena1108 in #104
- Default empty strings by @ibuildthecloud in #106
- Use escaped path for url parsing by @cjellick in #105
- Fix url escaping by @cjellick in #107
- Pass in schema to Filter/FilterList by @ibuildthecloud in #108
- Add ByID param so transformer to known by @ibuildthecloud in #109
- Change NewErrors signature by @ibuildthecloud in #110
- Change defaulting logic by @ibuildthecloud in #111
- Forgot to assign value by @ibuildthecloud in #112
- Support pars...
v0.2.0
What's Changed
- Generate clients in clientset style by @ibuildthecloud in #1
- Change ObjectMeta to ListMeta by @ibuildthecloud in #2
- Don't use internal schema by @ibuildthecloud in #3
- apis to api if group is empty by @alena1108 in #4
- Random fixes by @ibuildthecloud in #5
- Enhance Move and add SetValue by @ibuildthecloud in #6
- Subcontext and mapping updates by @ibuildthecloud in #7
- Fix code generator by @ibuildthecloud in #8
- Updates by @ibuildthecloud in #9
- Fix imports by @ibuildthecloud in #10
- Add signal by @ibuildthecloud in #11
- Fix startup issues by @ibuildthecloud in #12
- Refactor types by @ibuildthecloud in #13
- Rename initialize to create by @ibuildthecloud in #14
- Properly namespace key on lookup by @cjellick in #16
- Generate backreference links by @ibuildthecloud in #17
- Enhancements by @ibuildthecloud in #18
- Actions tweaks by @cjellick in #19
- Multiple Fixes by @ibuildthecloud in #21
- Add event framework by @ibuildthecloud in #22
- add resourceLinkById by @StrongMonkey in #20
- Pass impersonation to k8s for C/U/D by @ibuildthecloud in #23
- Enable access control by @ibuildthecloud in #24
- Fix Do method by @ibuildthecloud in #25
- Add offspring controller by @ibuildthecloud in #26
- Fix compilation error by @ibuildthecloud in #27
- Various enhancements by @ibuildthecloud in #28
- Use CodeName in ranhcer client by @ibuildthecloud in #29
- Add field.cattle.io/creatorId to each resource by @ibuildthecloud in #31
- Add support for message field on condition by @cjellick in #30
- Various changes by @ibuildthecloud in #34
- Always set message on conditions by @cjellick in #32
- Stop the madness by @cjellick in #35
- Fix patch, namespace by @StrongMonkey in #33
- Various changes by @ibuildthecloud in #36
- Various changes by @ibuildthecloud in #37
- Handle time.Time to string conversion by @ibuildthecloud in #38
- return errors where appropriate by @cjellick in #39
- Fix update on secrets by @ibuildthecloud in #40
- change better format for finalizer by @StrongMonkey in #41
- API-UI 1.1.4 by @ibuildthecloud in #42
- api-ui v1.1.4 by @cjellick in #44
- Fix panic by @ibuildthecloud in #45
- DoUntilTrue condition function by @cjellick in #46
- Various updates by @ibuildthecloud in #47
- Special handling for endpoints plural name by @alena1108 in #43
- Allow namespaces to have finalizers by @cjellick in #49
- Set namespace and name on object always by @ibuildthecloud in #48
- Add name to handlers by @ibuildthecloud in #51
- Add suport for cluster scoped controllers by @cjellick in #52
- Various fixes by @ibuildthecloud in #53
- Put in stubs for dynamic access control on schemas by @ibuildthecloud in #54
- Fix generator for new access control by @ibuildthecloud in #55
- Cleanup channels by @ibuildthecloud in #56
- Changes to make conditions less chatty by @ibuildthecloud in #57
- Don't check for object in collection actions by @ibuildthecloud in #58
- don't return nonnullable error if default is set by @StrongMonkey in #59
- Add helper method by @ibuildthecloud in #60
- Various by @ibuildthecloud in #62
- fix json float parsing by @ibuildthecloud in #63
- DNS label validation by @alena1108 in #61
- Add CollectionFormatter by @ibuildthecloud in #64
- more collection action code by @cjellick in #65
- more collection action changes by @cjellick in #66
- don't validate empty string as DNS name by @ibuildthecloud in #67
- fix nil pointer exceptions by @StrongMonkey in #68
- Move gorouting dump handler to norman by @ibuildthecloud in #69
- Move gorouting dump by @ibuildthecloud in #70
- Fix scheme detection in URL by @ibuildthecloud in #72
- Fix typo by @ibuildthecloud in #73
- Dump standard goroutine also by @ibuildthecloud in #74
- Dump standard goroutine also by @ibuildthecloud in #75
- Fix standard dump by @ibuildthecloud in #76
- Fix panic when posting to / by @ibuildthecloud in #77
- Add notnullable attribute by @ibuildthecloud in #78
- Change RequestHandler signature by @ibuildthecloud in #80
- Add option to pass in CACerts for verification by @dramich in #81
- Better support for subtyping by @cjellick in #82
- Fix non-updating condition by @ibuildthecloud in #84
- Only record forgetError if there is no message at all by @ibuildthecloud in #86
- Add helper functions in norman by @ibuildthecloud in #87
- Feat: Added token support to clientbase auth by @rawmind0 in #85
- only update when obj is not nil by @StrongMonkey in #83
- Major refactor of subcontexts by @ibuildthecloud in #88
- Drop password fields from response by @ibuildthecloud in #89
- Make controller and client more generic by @ibuildthecloud in #90
- Fix a series of url parsing issues by @ibuildthecloud in #92
- If you hit /v3/projects/{ID}/schemas make sure schemas have correct URLs by @ibuildthecloud in #93
- 404 on schema not found by @ibuildthecloud in #94
- If map, don't encode by @ibuildthecloud in #95
- Options to transformer by @alena1108 in #96
- API error improvements by @cjellick in #97
- Add leader election wrapper by @ibuildthecloud in #98
- Marshal to default correct type by @ibuildthecloud in #99
- Translate field to annotation only when not nil by @alena1108 in #100
- Delete unused code by @ibuildthecloud in #101
- Transfrom fix by @alena1108 in #102
- More mappers by @ibuildthecloud in #103
- Add insecure flag, fix collection link, add yaml tag by @StrongMonkey in #91
- Index out of range fix in batchMove by @alena1108 in #104
- Default empty strings by @ibuildthecloud in #106
- Use escaped path for url parsing by @cjellick in #105
- Fix url escaping by @cjellick in #107
- Pass in schema to Filter/FilterList by @ibuildthecloud in #108
- Add ByID param so transformer to known by @ibuildthecloud in #109
- Change NewErrors signature by @ibuildthecloud in #110
- Change defaulting logic by @ibuildthecloud in #111
- Forgot to assign value by @ibuildthecloud in #112
- Support pars...
v0.1.0
What's Changed
- Generate clients in clientset style by @ibuildthecloud in #1
- Change ObjectMeta to ListMeta by @ibuildthecloud in #2
- Don't use internal schema by @ibuildthecloud in #3
- apis to api if group is empty by @alena1108 in #4
- Random fixes by @ibuildthecloud in #5
- Enhance Move and add SetValue by @ibuildthecloud in #6
- Subcontext and mapping updates by @ibuildthecloud in #7
- Fix code generator by @ibuildthecloud in #8
- Updates by @ibuildthecloud in #9
- Fix imports by @ibuildthecloud in #10
- Add signal by @ibuildthecloud in #11
- Fix startup issues by @ibuildthecloud in #12
- Refactor types by @ibuildthecloud in #13
- Rename initialize to create by @ibuildthecloud in #14
- Properly namespace key on lookup by @cjellick in #16
- Generate backreference links by @ibuildthecloud in #17
- Enhancements by @ibuildthecloud in #18
- Actions tweaks by @cjellick in #19
- Multiple Fixes by @ibuildthecloud in #21
- Add event framework by @ibuildthecloud in #22
- add resourceLinkById by @StrongMonkey in #20
- Pass impersonation to k8s for C/U/D by @ibuildthecloud in #23
- Enable access control by @ibuildthecloud in #24
- Fix Do method by @ibuildthecloud in #25
- Add offspring controller by @ibuildthecloud in #26
- Fix compilation error by @ibuildthecloud in #27
- Various enhancements by @ibuildthecloud in #28
- Use CodeName in ranhcer client by @ibuildthecloud in #29
- Add field.cattle.io/creatorId to each resource by @ibuildthecloud in #31
- Add support for message field on condition by @cjellick in #30
- Various changes by @ibuildthecloud in #34
- Always set message on conditions by @cjellick in #32
- Stop the madness by @cjellick in #35
- Fix patch, namespace by @StrongMonkey in #33
- Various changes by @ibuildthecloud in #36
- Various changes by @ibuildthecloud in #37
- Handle time.Time to string conversion by @ibuildthecloud in #38
- return errors where appropriate by @cjellick in #39
- Fix update on secrets by @ibuildthecloud in #40
- change better format for finalizer by @StrongMonkey in #41
- API-UI 1.1.4 by @ibuildthecloud in #42
- api-ui v1.1.4 by @cjellick in #44
- Fix panic by @ibuildthecloud in #45
- DoUntilTrue condition function by @cjellick in #46
- Various updates by @ibuildthecloud in #47
- Special handling for endpoints plural name by @alena1108 in #43
- Allow namespaces to have finalizers by @cjellick in #49
- Set namespace and name on object always by @ibuildthecloud in #48
- Add name to handlers by @ibuildthecloud in #51
- Add suport for cluster scoped controllers by @cjellick in #52
- Various fixes by @ibuildthecloud in #53
- Put in stubs for dynamic access control on schemas by @ibuildthecloud in #54
- Fix generator for new access control by @ibuildthecloud in #55
- Cleanup channels by @ibuildthecloud in #56
- Changes to make conditions less chatty by @ibuildthecloud in #57
- Don't check for object in collection actions by @ibuildthecloud in #58
- don't return nonnullable error if default is set by @StrongMonkey in #59
- Add helper method by @ibuildthecloud in #60
- Various by @ibuildthecloud in #62
- fix json float parsing by @ibuildthecloud in #63
- DNS label validation by @alena1108 in #61
- Add CollectionFormatter by @ibuildthecloud in #64
- more collection action code by @cjellick in #65
- more collection action changes by @cjellick in #66
- don't validate empty string as DNS name by @ibuildthecloud in #67
- fix nil pointer exceptions by @StrongMonkey in #68
- Move gorouting dump handler to norman by @ibuildthecloud in #69
- Move gorouting dump by @ibuildthecloud in #70
- Fix scheme detection in URL by @ibuildthecloud in #72
- Fix typo by @ibuildthecloud in #73
- Dump standard goroutine also by @ibuildthecloud in #74
- Dump standard goroutine also by @ibuildthecloud in #75
- Fix standard dump by @ibuildthecloud in #76
- Fix panic when posting to / by @ibuildthecloud in #77
- Add notnullable attribute by @ibuildthecloud in #78
- Change RequestHandler signature by @ibuildthecloud in #80
- Add option to pass in CACerts for verification by @dramich in #81
- Better support for subtyping by @cjellick in #82
- Fix non-updating condition by @ibuildthecloud in #84
- Only record forgetError if there is no message at all by @ibuildthecloud in #86
- Add helper functions in norman by @ibuildthecloud in #87
- Feat: Added token support to clientbase auth by @rawmind0 in #85
- only update when obj is not nil by @StrongMonkey in #83
- Major refactor of subcontexts by @ibuildthecloud in #88
- Drop password fields from response by @ibuildthecloud in #89
- Make controller and client more generic by @ibuildthecloud in #90
- Fix a series of url parsing issues by @ibuildthecloud in #92
- If you hit /v3/projects/{ID}/schemas make sure schemas have correct URLs by @ibuildthecloud in #93
- 404 on schema not found by @ibuildthecloud in #94
- If map, don't encode by @ibuildthecloud in #95
- Options to transformer by @alena1108 in #96
- API error improvements by @cjellick in #97
- Add leader election wrapper by @ibuildthecloud in #98
- Marshal to default correct type by @ibuildthecloud in #99
- Translate field to annotation only when not nil by @alena1108 in #100
- Delete unused code by @ibuildthecloud in #101
- Transfrom fix by @alena1108 in #102
- More mappers by @ibuildthecloud in #103
- Add insecure flag, fix collection link, add yaml tag by @StrongMonkey in #91
- Index out of range fix in batchMove by @alena1108 in #104
- Default empty strings by @ibuildthecloud in #106
- Use escaped path for url parsing by @cjellick in #105
- Fix url escaping by @cjellick in #107
- Pass in schema to Filter/FilterList by @ibuildthecloud in #108
- Add ByID param so transformer to known by @ibuildthecloud in #109
- Change NewErrors signature by @ibuildthecloud in #110
- Change defaulting logic by @ibuildthecloud in #111
- Forgot to assign value by @ibuildthecloud in #112
- Support pars...