p4ruby 2024.2.2736761 → 2025.2.2863692
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/ext/P4/clientuserruby.cpp +12 -0
- data/ext/P4/clientuserruby.h +1 -0
- data/ext/P4/specmgr.cpp +240 -236
- data/lib/P4/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d27b8ae101d10bfa18713a9dfc6ebdb05514ad411d5f8a92844f699d1844359f
|
|
4
|
+
data.tar.gz: ef5608836a8620621f9ab1c89fce0bcba91e105203680e0a0f4d00f24b4603d9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4da3c0ebcb20feab439a8943a696eda984410f5b23b9fa6d91fba50f968b9c31bc6848ebe399ff192bc720ec1531408991c0f4dd3653510dc2945b08efbd153a
|
|
7
|
+
data.tar.gz: eaa6a775f104171c26f6f73fd161ea32ea47d1753a5d0cc84f8f3872e92c909f270ba118a2771e4be487182510bbeb0fa01970c62f07abd8d0f20d530d36422c
|
data/ext/P4/clientuserruby.cpp
CHANGED
|
@@ -251,6 +251,18 @@ void ClientUserRuby::Message(Error *e) {
|
|
|
251
251
|
ProcessMessage(e);
|
|
252
252
|
}
|
|
253
253
|
|
|
254
|
+
void ClientUserRuby::HandleError(Error *e) {
|
|
255
|
+
if (P4RDB_CALLS) fprintf(stderr, "[P4] Message()\n");
|
|
256
|
+
|
|
257
|
+
if (P4RDB_DATA) {
|
|
258
|
+
StrBuf t;
|
|
259
|
+
e->Fmt(t, EF_PLAIN);
|
|
260
|
+
fprintf(stderr, "... [%s] %s\n", e->FmtSeverity(), t.Text());
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
ProcessMessage(e);
|
|
264
|
+
}
|
|
265
|
+
|
|
254
266
|
void ClientUserRuby::OutputBinary(const char *data, int length) {
|
|
255
267
|
if (P4RDB_CALLS) fprintf(stderr, "[P4] OutputBinary()\n");
|
|
256
268
|
if (P4RDB_DATA) {
|
data/ext/P4/clientuserruby.h
CHANGED
|
@@ -49,6 +49,7 @@ public:
|
|
|
49
49
|
// Client User methods overridden here
|
|
50
50
|
void OutputText(const char *data, int length);
|
|
51
51
|
void Message(Error *e);
|
|
52
|
+
void HandleError(Error *e);
|
|
52
53
|
void OutputStat(StrDict *values);
|
|
53
54
|
void OutputBinary(const char *data, int length);
|
|
54
55
|
void InputData(StrBuf *strbuf, Error *e);
|
data/ext/P4/specmgr.cpp
CHANGED
|
@@ -52,279 +52,283 @@ struct defaultspec {
|
|
|
52
52
|
const char *type;
|
|
53
53
|
const char *spec;
|
|
54
54
|
} speclist[] = {
|
|
55
|
+
|
|
55
56
|
{
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
57
|
+
"branch",
|
|
58
|
+
"Branch;code:301;rq;ro;fmt:L;len:32;;"
|
|
59
|
+
"Update;code:302;type:date;ro;fmt:L;len:20;;"
|
|
60
|
+
"Access;code:303;type:date;ro;fmt:L;len:20;;"
|
|
61
|
+
"Owner;code:304;fmt:R;len:32;;"
|
|
62
|
+
"Description;code:306;type:text;len:128;;"
|
|
63
|
+
"Options;code:309;type:line;len:32;val:"
|
|
64
|
+
"unlocked/locked;;"
|
|
65
|
+
"View;code:311;fmt:C;type:wlist;words:2;len:64;;"
|
|
65
66
|
},
|
|
66
67
|
{
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
68
|
+
"change",
|
|
69
|
+
"Change;code:201;rq;ro;fmt:L;seq:1;len:10;;"
|
|
70
|
+
"Date;code:202;type:date;ro;fmt:R;seq:3;len:20;;"
|
|
71
|
+
"Client;code:203;ro;fmt:L;seq:2;len:32;;"
|
|
72
|
+
"User;code:204;ro;fmt:L;seq:4;len:32;;"
|
|
73
|
+
"Status;code:205;ro;fmt:R;seq:5;len:10;;"
|
|
74
|
+
"Type;code:211;seq:6;type:select;fmt:L;len:10;"
|
|
75
|
+
"val:public/restricted;;"
|
|
76
|
+
"ImportedBy;code:212;type:line;ro;fmt:L;len:32;;"
|
|
77
|
+
"Identity;code:213;type:line;;"
|
|
78
|
+
"Description;code:206;type:text;rq;seq:7;;"
|
|
79
|
+
"JobStatus;code:207;fmt:I;type:select;seq:9;;"
|
|
80
|
+
"Jobs;code:208;type:wlist;seq:8;len:32;;"
|
|
81
|
+
"Stream;code:214;type:line;len:64;;"
|
|
82
|
+
"Files;code:210;type:llist;len:64;;"
|
|
82
83
|
},
|
|
83
84
|
{
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
85
|
+
"client",
|
|
86
|
+
"Client;code:301;rq;ro;seq:1;len:32;;"
|
|
87
|
+
"Update;code:302;type:date;ro;seq:2;fmt:L;len:20;;"
|
|
88
|
+
"Access;code:303;type:date;ro;seq:4;fmt:L;len:20;;"
|
|
89
|
+
"Owner;code:304;seq:3;fmt:R;len:32;;"
|
|
90
|
+
"Host;code:305;seq:5;fmt:R;len:32;;"
|
|
91
|
+
"Description;code:306;type:text;len:128;;"
|
|
92
|
+
"Root;code:307;rq;type:line;len:64;;"
|
|
93
|
+
"AltRoots;code:308;type:llist;len:64;;"
|
|
94
|
+
"Options;code:309;type:line;len:64;val:"
|
|
95
|
+
"noallwrite/allwrite,noclobber/clobber,nocompress/compress,"
|
|
96
|
+
"unlocked/locked,nomodtime/modtime,normdir/rmdir,"
|
|
97
|
+
"noaltsync/altsync;;"
|
|
98
|
+
"SubmitOptions;code:313;type:select;fmt:L;len:25;val:"
|
|
99
|
+
"submitunchanged/submitunchanged+reopen/revertunchanged/"
|
|
100
|
+
"revertunchanged+reopen/leaveunchanged/leaveunchanged+reopen;;"
|
|
101
|
+
"LineEnd;code:310;type:select;fmt:L;len:12;val:"
|
|
102
|
+
"local/unix/mac/win/share;;"
|
|
103
|
+
"Stream;code:314;type:line;len:64;;"
|
|
104
|
+
"StreamAtChange;code:316;type:line;len:64;;"
|
|
105
|
+
"ServerID;code:315;type:line;ro;len:64;;"
|
|
106
|
+
"Type;code:318;type:select;len:10;val:"
|
|
107
|
+
"writeable/readonly/graph/partitioned/partitioned-jnl;;"
|
|
108
|
+
"Backup;code:319;type:select;len:10;val:enable/disable;;"
|
|
109
|
+
"View;code:311;fmt:C;type:wlist;words:2;len:64;;"
|
|
110
|
+
"ChangeView;code:317;type:llist;len:64;;"
|
|
111
|
+
"LimitView;code:320;fmt:C;type:llist;len:64;;"
|
|
110
112
|
},
|
|
111
113
|
{
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
114
|
+
"depot",
|
|
115
|
+
"Depot;code:251;rq;ro;len:32;;"
|
|
116
|
+
"Owner;code:252;len:32;;"
|
|
117
|
+
"Date;code:253;type:date;ro;len:20;;"
|
|
118
|
+
"Description;code:254;type:text;len:128;;"
|
|
119
|
+
"Type;code:255;rq;len:10;;"
|
|
120
|
+
"Address;code:256;len:64;;"
|
|
121
|
+
"Suffix;code:258;len:64;;"
|
|
122
|
+
"StreamDepth;code:260;len:64;;"
|
|
123
|
+
"Map;code:257;rq;len:64;;"
|
|
124
|
+
"SpecMap;code:259;type:wlist;len:64;;"
|
|
123
125
|
},
|
|
124
126
|
{
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
127
|
+
"group",
|
|
128
|
+
"Group;code:401;rq;ro;len:32;;"
|
|
129
|
+
"Description;code:NNN;type:text;fmt:L:len:128;;"
|
|
130
|
+
"MaxResults;code:402;type:word;len:12;;"
|
|
131
|
+
"MaxScanRows;code:403;type:word;len:12;;"
|
|
132
|
+
"MaxLockTime;code:407;type:word;len:12;;"
|
|
133
|
+
"MaxOpenFiles;code:413;type:word;len:12;;"
|
|
134
|
+
"MaxMemory;code:NNN;type:word;len:12;;"
|
|
135
|
+
"Timeout;code:406;type:word;len:12;;"
|
|
136
|
+
"IdleTimeout;code:NNN;type:word;len:12;;"
|
|
137
|
+
"PasswordTimeout;code:409;type:word;len:12;;"
|
|
138
|
+
"LdapConfig;code:410;type:line;len:128;;"
|
|
139
|
+
"LdapSearchQuery;code:411;type:line;len:128;;"
|
|
140
|
+
"LdapUserAttribute;code:412;type:line;len:128;;"
|
|
141
|
+
"LdapUserDNAttribute;code:414;type:line;len:128;;"
|
|
142
|
+
"Subgroups;code:404;type:wlist;len:32;opt:default;;"
|
|
143
|
+
"Owners;code:408;type:wlist;len:32;opt:default;;"
|
|
144
|
+
"Users;code:405;type:wlist;len:32;opt:default;;"
|
|
142
145
|
},
|
|
143
146
|
{
|
|
144
|
-
|
|
145
|
-
|
|
147
|
+
"hotfiles",
|
|
148
|
+
"HotFiles;code:1051;fmt:C;type:wlist;words:1;maxwords:3;len:64;opt:default;z;;"
|
|
146
149
|
},
|
|
147
150
|
{
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
151
|
+
"job",
|
|
152
|
+
"Job;code:101;rq;len:32;;"
|
|
153
|
+
"Status;code:102;type:select;rq;len:10;"
|
|
154
|
+
"pre:open;val:open/suspended/closed;;"
|
|
155
|
+
"User;code:103;rq;len:32;pre:$user;;"
|
|
156
|
+
"Date;code:104;type:date;ro;len:20;pre:$now;;"
|
|
157
|
+
"Description;code:105;type:text;rq;pre:$blank;;"
|
|
155
158
|
},
|
|
156
159
|
{
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
160
|
+
"label",
|
|
161
|
+
"Label;code:301;rq;ro;fmt:L;len:32;;"
|
|
162
|
+
"Update;code:302;type:date;ro;fmt:L;len:20;;"
|
|
163
|
+
"Access;code:303;type:date;ro;fmt:L;len:20;;"
|
|
164
|
+
"Owner;code:304;fmt:R;len:32;;"
|
|
165
|
+
"Description;code:306;type:text;len:128;;"
|
|
166
|
+
"Options;code:309;type:line;len:64;val:"
|
|
167
|
+
"unlocked/locked,noautoreload/autoreload;;"
|
|
168
|
+
"Revision;code:312;type:word;words:1;len:64;;"
|
|
169
|
+
"ServerID;code:315;type:line;ro;len:64;;"
|
|
170
|
+
"View;code:311;fmt:C;type:wlist;len:64;;"
|
|
168
171
|
},
|
|
169
172
|
{
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
173
|
+
"ldap",
|
|
174
|
+
"Name;code:801;rq;len:32;;"
|
|
175
|
+
"Host;code:802;rq;type:word;words:1;len:128;;"
|
|
176
|
+
"Port;code:803;rq;type:word;words:1;len:5;;"
|
|
177
|
+
"Encryption;code:804;rq;len:10;val:"
|
|
178
|
+
"none/ssl/tls;;"
|
|
179
|
+
"BindMethod;code:805;rq;len:10;val:"
|
|
180
|
+
"simple/search/sasl;;"
|
|
181
|
+
"Options;code:816;type:line;len:64;val:"
|
|
182
|
+
"nodowncase/downcase,nogetattrs/getattrs,"
|
|
183
|
+
"norealminusername/realminusername;;"
|
|
184
|
+
"SimplePattern;code:806;type:line;len:128;;"
|
|
185
|
+
"SearchBaseDN;code:807;type:line;len:128;;"
|
|
186
|
+
"SearchFilter;code:808;type:line;len:128;;"
|
|
187
|
+
"SearchScope;code:809;len:10;val:"
|
|
188
|
+
"baseonly/children/subtree;;"
|
|
189
|
+
"SearchBindDN;code:810;type:line;len:128;;"
|
|
190
|
+
"SearchPasswd;code:811;type:line;len:128;;"
|
|
191
|
+
"SaslRealm;code:812;type:word;words:1;len:128;;"
|
|
192
|
+
"GroupBaseDN;code:813;type:line;len:128;;"
|
|
193
|
+
"GroupSearchFilter;code:814;type:line;len:128;;"
|
|
194
|
+
"GroupSearchScope;code:815;len:10;val:"
|
|
195
|
+
"baseonly/children/subtree;;"
|
|
196
|
+
"AttributeUid;code:817;type:word;len:128;;"
|
|
197
|
+
"AttributeName;code:818;type:line;len:128;;"
|
|
198
|
+
"AttributeEmail;code:819;type:word;len:128;;"
|
|
196
199
|
},
|
|
197
200
|
{
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
201
|
+
"license",
|
|
202
|
+
"License;code:451;len:32;;"
|
|
203
|
+
"License-Expires;code:452;len:10;;"
|
|
204
|
+
"Support-Expires;code:453;len:10;;"
|
|
205
|
+
"Customer;code:454;type:line;len:128;;"
|
|
206
|
+
"Application;code:455;len:32;;"
|
|
207
|
+
"IPaddress;code:456;len:24;;"
|
|
208
|
+
"IPservice;code:461;type:wlist;len:24;;"
|
|
209
|
+
"Platform;code:457;len:32;;"
|
|
210
|
+
"Clients;code:458;len:8;;"
|
|
211
|
+
"Users;code:459;len:8;;"
|
|
212
|
+
"Files;code:460;len:8;;"
|
|
213
|
+
"Repos;code:462;len:8;;"
|
|
214
|
+
"ExtraCapabilities;code:463;type:llist;len:512;;"
|
|
212
215
|
},
|
|
213
216
|
{
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
217
|
+
"protect",
|
|
218
|
+
"SubPath;code:502;ro;len:64;;"
|
|
219
|
+
"Update;code:503;type:date;ro;fmt:L;len:20;;"
|
|
220
|
+
"Protections;code:501;fmt:C;type:wlist;words:5;opt:default;z;len:64;;"
|
|
218
221
|
},
|
|
219
222
|
{
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
223
|
+
"remote",
|
|
224
|
+
"RemoteID;code:851;rq;ro;fmt:L;len:32;;"
|
|
225
|
+
"Address;code:852;rq;type:line;len:32;;"
|
|
226
|
+
"Owner;code:853;fmt:R;len:32;;"
|
|
227
|
+
"RemoteUser;code:861;fmt:R;len:32;;"
|
|
228
|
+
"Options;code:854;type:line;len:32;val:"
|
|
229
|
+
"unlocked/locked,nocompress/compress,copyrcs/nocopyrcs;;"
|
|
230
|
+
"Update;code:855;type:date;ro;fmt:L;len:20;;"
|
|
231
|
+
"Access;code:856;type:date;ro;fmt:L;len:20;;"
|
|
232
|
+
"Description;code:857;type:text;len:128;;"
|
|
233
|
+
"LastFetch;code:858;fmt:L;len:10;;"
|
|
234
|
+
"LastPush;code:859;fmt:L;len:10;;"
|
|
235
|
+
"DepotMap;code:860;type:wlist;words:2;len:64;;"
|
|
236
|
+
"ArchiveLimits;code:862;type:wlist;words:2;len:64;;"
|
|
237
|
+
"RemoteCharset;code:863;opt:optional;type:line;len:32;;"
|
|
234
238
|
},
|
|
235
239
|
{
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
240
|
+
"repo",
|
|
241
|
+
"Repo;code:1001;rq;ro;fmt:L;len:128;;"
|
|
242
|
+
"Owner;code:1002;fmt:R;len:32;;"
|
|
243
|
+
"Created;code:1003;type:date;ro;fmt:L;len:20;;"
|
|
244
|
+
"Pushed;code:1004;type:date;ro;fmt:R;len:20;;"
|
|
245
|
+
"ForkedFrom;code:1005;ro;fmt:L;len:128;;"
|
|
246
|
+
"Description;code:1006;type:text;len:128;;"
|
|
247
|
+
"DefaultBranch;code:1007;fmt:L;len:32;;"
|
|
248
|
+
"MirroredFrom;code:1008;fmt:R;len:32;;"
|
|
249
|
+
"Options;code:1009;type:select;len:10;val:lfs/nolfs;;"
|
|
250
|
+
"GconnMirrorServerId;code:1010;fmt:L;len:32;;"
|
|
251
|
+
"GconnMirrorSecretToken;code:NNN;len:36;;"
|
|
252
|
+
"GconnMirrorStatus;code:NNN;len:8;;"
|
|
253
|
+
"GconnMirrorExcludedBranches;code:NNN;len:256;;"
|
|
254
|
+
"GconnMirrorHideFetchUrl;code:NNN;len:5;;"
|
|
251
255
|
},
|
|
252
256
|
{
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
257
|
+
"server",
|
|
258
|
+
"ServerID;code:751;rq;ro;len:32;;"
|
|
259
|
+
"Type;code:752;rq;len:32;;"
|
|
260
|
+
"Name;code:753;type:line;len:32;;"
|
|
261
|
+
"Address;code:754;type:line;len:32;;"
|
|
262
|
+
"ExternalAddress;code:755;type:line;len:32;;"
|
|
263
|
+
"Services;code:756;rq;len:128;;"
|
|
264
|
+
"Options;code:764;type:line;len:32;val:"
|
|
265
|
+
"nomandatory/mandatory;;"
|
|
266
|
+
"ReplicatingFrom;code:765;type:line;len:32;;"
|
|
267
|
+
"Description;code:757;type:text;len:128;;"
|
|
268
|
+
"User;code:761;type:line;len:64;;"
|
|
269
|
+
"AllowedAddresses;code:763;type:wlist;len:64;;"
|
|
270
|
+
"UpdateCachedRepos;code:766;type:wlist;len:64;;"
|
|
271
|
+
"ClientDataFilter;code:758;type:wlist;len:64;;"
|
|
272
|
+
"RevisionDataFilter;code:759;type:wlist;len:64;;"
|
|
273
|
+
"ArchiveDataFilter;code:760;type:wlist;len:64;;"
|
|
274
|
+
"DistributedConfig;code:762;type:text;len:128;;"
|
|
271
275
|
},
|
|
272
276
|
{
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
277
|
+
"spec",
|
|
278
|
+
"Fields;code:351;type:wlist;words:5;rq;;"
|
|
279
|
+
"Words;code:352;type:wlist;words:2;;"
|
|
280
|
+
"Formats;code:353;type:wlist;words:3;;"
|
|
281
|
+
"Values;code:354;type:wlist;words:2;;"
|
|
282
|
+
"Presets;code:355;type:wlist;words:2;;"
|
|
283
|
+
"Openable;code:362;type:wlist;words:2;;"
|
|
284
|
+
"Maxwords;code:361;type:wlist;words:2;;"
|
|
285
|
+
"Comments;code:356;type:text;;"
|
|
282
286
|
},
|
|
283
287
|
{
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
288
|
+
"stream",
|
|
289
|
+
"Stream;code:701;rq;ro;len:64;;"
|
|
290
|
+
"Update;code:705;type:date;ro;fmt:L;len:20;;"
|
|
291
|
+
"Access;code:706;type:date;ro;fmt:L;len:20;;"
|
|
292
|
+
"Owner;code:704;len:32;open:isolate;;"
|
|
293
|
+
"Name;code:703;rq;type:line;len:32;open:isolate;;"
|
|
294
|
+
"Parent;code:702;rq;len:64;open:isolate;;"
|
|
295
|
+
"Type;code:708;rq;type:select;len:32;open:isolate;"
|
|
296
|
+
"val:mainline/virtual/development/release/task/sparsedev/sparserel;;"
|
|
297
|
+
"Description;code:709;type:text;len:128;open:isolate;;"
|
|
298
|
+
"Options;code:707;type:line;len:64;val:"
|
|
299
|
+
"allsubmit/ownersubmit,unlocked/locked,"
|
|
300
|
+
"toparent/notoparent,fromparent/nofromparent,"
|
|
301
|
+
"mergedown/mergeany;open:isolate;;"
|
|
302
|
+
"ParentView;code:NNN;rq;open:isolate;"
|
|
303
|
+
"pre:inherit;val:noinherit/inherit;;"
|
|
304
|
+
"Components;code:NNN;type:wlist;words:3;maxwords:4;len:64;open:propagate;fmt:C;;"
|
|
305
|
+
"Paths;code:710;rq;type:wlist;words:2;maxwords:3;len:64;open:propagate;fmt:C;;"
|
|
306
|
+
"Remapped;code:711;type:wlist;words:2;len:64;open:propagate;fmt:C;;"
|
|
307
|
+
"Ignored;code:712;type:wlist;words:1;len:64;open:propagate;fmt:C;;"
|
|
308
|
+
"View;code:713;type:wlist;words:2;len:64;;"
|
|
309
|
+
"ChangeView;code:714;type:llist;ro;len:64;;"
|
|
306
310
|
},
|
|
307
311
|
{
|
|
308
|
-
|
|
309
|
-
|
|
312
|
+
"triggers",
|
|
313
|
+
"Triggers;code:551;type:wlist;words:4;len:64;opt:default;z;;"
|
|
310
314
|
},
|
|
311
315
|
{
|
|
312
|
-
|
|
313
|
-
|
|
316
|
+
"typemap",
|
|
317
|
+
"TypeMap;code:601;fmt:C;type:wlist;words:2;len:64;opt:default;z;;"
|
|
314
318
|
},
|
|
315
319
|
{
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
320
|
+
"user",
|
|
321
|
+
"User;code:651;rq;ro;seq:1;len:32;;"
|
|
322
|
+
"Type;code:659;ro;fmt:R;len:10;;"
|
|
323
|
+
"Email;code:652;fmt:R;rq;seq:3;len:32;;"
|
|
324
|
+
"Update;code:653;fmt:L;type:date;ro;seq:2;len:20;;"
|
|
325
|
+
"Access;code:654;fmt:L;type:date;ro;len:20;;"
|
|
326
|
+
"FullName;code:655;fmt:R;type:line;rq;len:32;;"
|
|
327
|
+
"JobView;code:656;type:line;len:64;;"
|
|
328
|
+
"Password;code:657;len:32;;"
|
|
329
|
+
"AuthMethod;code:662;fmt:L;len:10;val:"
|
|
330
|
+
"perforce/perforce+2fa/ldap/ldap+2fa;;"
|
|
331
|
+
"Reviews;code:658;type:wlist;len:64;;"
|
|
328
332
|
},
|
|
329
333
|
{ 0, 0}
|
|
330
334
|
};
|
data/lib/P4/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: p4ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 2025.2.2863692
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Perforce Software, Inc.
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
11
|
dependencies: []
|
|
12
12
|
description: Ruby extensions to the C++ Perforce API.
|
|
13
13
|
email: support@perforce.com
|
|
@@ -64,7 +64,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
64
64
|
- !ruby/object:Gem::Version
|
|
65
65
|
version: '0'
|
|
66
66
|
requirements: []
|
|
67
|
-
rubygems_version:
|
|
67
|
+
rubygems_version: 4.0.0
|
|
68
68
|
specification_version: 4
|
|
69
69
|
summary: Ruby extensions to the C++ Perforce API
|
|
70
70
|
test_files: []
|