1
0
mirror of https://github.com/rancher/norman.git synced 2025-08-02 07:59:20 +00:00
Commit Graph

109 Commits

Author SHA1 Message Date
Craig Jellick
09d44429d1 return errors where appropriate 2018-01-02 19:20:18 -07:00
Darren Shepherd
c94e18869a Handle time.Time to string conversion 2018-01-02 05:10:22 +00:00
Darren Shepherd
b80039523f Fix update 2017-12-30 02:22:38 +00:00
Darren Shepherd
5f0c700068 Turn off debug 2017-12-30 02:22:38 +00:00
Darren Shepherd
2732c0c43b If "id" is set still prefix with namespace 2017-12-30 02:22:38 +00:00
Darren Shepherd
790bd1ec07 Write headers later in request 2017-12-30 02:22:38 +00:00
Darren Shepherd
16783cf1d3 Add support for list in annotation field 2017-12-29 22:23:14 +00:00
Darren Shepherd
2bd0ed6014 Util method 2017-12-29 22:23:14 +00:00
Darren Shepherd
c61bcaf6c0 Random mapper fixes 2017-12-29 22:23:14 +00:00
Darren Shepherd
b8622b9c90 Try to address goroutine leak in subscribe 2017-12-29 22:23:14 +00:00
Darren Shepherd
9ea843806b Send resource.remove events
Also don't ever send empty frames
2017-12-29 22:23:14 +00:00
Darren Shepherd
b5ebee3dfa Send k8s error bad as something other than 500 server error 2017-12-29 22:23:14 +00:00
Darren Shepherd
162f6088af Add intOrString and dnsLabel types 2017-12-29 22:23:14 +00:00
Darren Shepherd
6c007d23ef Add GetNamespace and DeleteNamespace calls 2017-12-29 22:23:14 +00:00
Darren Shepherd
b07bc3177e Only create links to listable types 2017-12-29 22:23:14 +00:00
Darren Shepherd
f5e2adb427 Attempt to fix CSRF, still untested though 2017-12-29 22:23:14 +00:00
Darren Shepherd
2b7bc0968a Delete unused code 2017-12-29 22:23:14 +00:00
Daishan Peng
026837668c use patch for update, fix namespace actions 2017-12-29 22:08:51 +00:00
Craig Jellick
6e00d528c2 Do print controller name when logging error 2017-12-29 21:57:12 +00:00
Craig Jellick
d969152e69 Don't print events to standard out 2017-12-29 21:57:12 +00:00
Craig Jellick
0b2c60dc92 Always set message on conditions
and default reason to "Error" if no specific reason is specified
2017-12-28 10:05:15 -07:00
Darren Shepherd
0d05740f8d Make all status fields readonly by default 2017-12-28 16:49:51 +00:00
Darren Shepherd
4944bcd93e Send resource.removed messages 2017-12-28 16:49:51 +00:00
Darren Shepherd
92df95cf7f api-ui 1.1.3 2017-12-28 16:49:51 +00:00
Darren Shepherd
45662fe756 Add utils methods 2017-12-28 16:49:51 +00:00
Darren Shepherd
eec4103473 Make queryopts be a pointer 2017-12-28 16:49:51 +00:00
Craig Jellick
02738370b1 Return object from Do function 2017-12-27 19:46:37 +00:00
Craig Jellick
fb1a80ccc1 Add support for message field on condition 2017-12-27 19:46:37 +00:00
Darren Shepherd
1bc012f8e3 Add field.cattle.io/creatorId to each resource 2017-12-27 11:24:32 -07:00
Darren Shepherd
a212c8c192 Use CodeName in ranhcer client 2017-12-22 23:47:31 -07:00
Darren Shepherd
94c83962dd Import cleanup 2017-12-22 23:19:30 -07:00
Darren Shepherd
6d5879c98a Add ability to rename imported types 2017-12-22 23:19:30 -07:00
Darren Shepherd
57a671459b Various mapper changes 2017-12-22 23:19:30 -07:00
Darren Shepherd
c2d17541be Only set ID on root types (not-embedded) 2017-12-22 23:19:30 -07:00
Darren Shepherd
23e1d09278 Rename transfer.Store 2017-12-22 23:19:30 -07:00
Darren Shepherd
7a4a224a98 Add subtype store 2017-12-22 23:19:30 -07:00
Darren Shepherd
13be339349 Move CRD initialization out of CRDStore 2017-12-22 23:19:30 -07:00
Darren Shepherd
7c31eb8d7b Add subscription handler 2017-12-22 23:19:30 -07:00
Darren Shepherd
34c01875c5 Have URLParser parse the query too 2017-12-22 23:19:30 -07:00
Darren Shepherd
b8b0dcfdb9 Switch offspring controller to patch 2017-12-22 23:19:30 -07:00
Darren Shepherd
36e9738cde Add base64 type 2017-12-22 23:19:30 -07:00
Darren Shepherd
10aa5a70b0 Add Patch to clients 2017-12-22 23:19:30 -07:00
Darren Shepherd
62fcd65133 Fix compilation error 2017-12-19 22:50:36 -07:00
Darren Shepherd
2550f12a9a Add offspring controller 2017-12-19 21:44:02 -07:00
Darren Shepherd
2825fdb9c3 Fix Do method 2017-12-18 15:19:44 -07:00
Darren Shepherd
bfcad0d1b1 Enable access control 2017-12-18 13:59:56 -07:00
Darren Shepherd
830a21b54d Pass impersonation to k8s for C/U/D 2017-12-16 13:53:47 -07:00
Daishan Peng
b7f12917ae add resourceLinkById 2017-12-16 02:06:31 -07:00
Darren Shepherd
550db511ba Add event framework 2017-12-16 01:42:53 -07:00
Darren Shepherd
7137b23d04 Conditions framework 2017-12-16 01:30:46 -07:00