leap_salesforce 0.1.5 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/.leap_salesforce.yml +2 -1
- data/ChangeLog +6 -0
- data/README.md +20 -1
- data/exe/leap_salesforce +1 -1
- data/lib/leap_salesforce/ext/string.rb +7 -4
- data/lib/leap_salesforce/generator/default.rb +5 -2
- data/lib/leap_salesforce/generator/generator.rb +7 -2
- data/lib/leap_salesforce/generator/soql_enums.rb +1 -1
- data/lib/leap_salesforce/generator/soql_objects.rb +2 -2
- data/lib/leap_salesforce/generator/templates/.gitignore.erb +2 -0
- data/lib/leap_salesforce/generator/templates/.leap_salesforce.yml.erb +2 -1
- data/lib/leap_salesforce/generator/templates/picklist.rb.erb +1 -0
- data/lib/leap_salesforce/generator/templates/soql_object_field_names.rb.erb +3 -0
- data/lib/leap_salesforce/rake/setup.rake +4 -4
- data/lib/leap_salesforce/soql_data/soql_object_describe.rb +1 -1
- data/lib/leap_salesforce/version.rb +1 -1
- metadata +2 -2
- data/.idea/workspace.xml +0 -1306
data/.idea/workspace.xml
DELETED
@@ -1,1306 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<project version="4">
|
3
|
-
<component name="ChangeListManager">
|
4
|
-
<list default="true" id="f424890b-d4ed-4658-932d-3b4d11846a9f" name="Default Changelist" comment="" />
|
5
|
-
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
6
|
-
<option name="SHOW_DIALOG" value="false" />
|
7
|
-
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
8
|
-
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
9
|
-
<option name="LAST_RESOLUTION" value="IGNORE" />
|
10
|
-
</component>
|
11
|
-
<component name="FileEditorManager">
|
12
|
-
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
13
|
-
<file pinned="false" current-in-tab="false">
|
14
|
-
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce/version.rb">
|
15
|
-
<provider selected="true" editor-type-id="text-editor">
|
16
|
-
<state relative-caret-position="54">
|
17
|
-
<caret line="3" column="18" selection-start-line="3" selection-start-column="18" selection-end-line="3" selection-end-column="18" />
|
18
|
-
</state>
|
19
|
-
</provider>
|
20
|
-
</entry>
|
21
|
-
</file>
|
22
|
-
<file pinned="false" current-in-tab="false">
|
23
|
-
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce/ext/string.rb">
|
24
|
-
<provider selected="true" editor-type-id="text-editor">
|
25
|
-
<state relative-caret-position="158">
|
26
|
-
<caret line="19" column="41" selection-start-line="19" selection-start-column="41" selection-end-line="19" selection-end-column="41" />
|
27
|
-
</state>
|
28
|
-
</provider>
|
29
|
-
</entry>
|
30
|
-
</file>
|
31
|
-
<file pinned="false" current-in-tab="false">
|
32
|
-
<entry file="file://$PROJECT_DIR$/spec/unit/ext/string_spec.rb">
|
33
|
-
<provider selected="true" editor-type-id="text-editor">
|
34
|
-
<state relative-caret-position="270">
|
35
|
-
<caret line="42" column="36" selection-start-line="42" selection-start-column="36" selection-end-line="42" selection-end-column="36" />
|
36
|
-
</state>
|
37
|
-
</provider>
|
38
|
-
</entry>
|
39
|
-
</file>
|
40
|
-
<file pinned="false" current-in-tab="false">
|
41
|
-
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce/generator/soql_enums.rb">
|
42
|
-
<provider selected="true" editor-type-id="text-editor">
|
43
|
-
<state relative-caret-position="594">
|
44
|
-
<caret line="33" column="47" selection-start-line="33" selection-start-column="47" selection-end-line="33" selection-end-column="47" />
|
45
|
-
</state>
|
46
|
-
</provider>
|
47
|
-
</entry>
|
48
|
-
</file>
|
49
|
-
<file pinned="false" current-in-tab="false">
|
50
|
-
<entry file="file://$PROJECT_DIR$/spec/integration/query_spec.rb">
|
51
|
-
<provider selected="true" editor-type-id="text-editor">
|
52
|
-
<state relative-caret-position="252">
|
53
|
-
<caret line="14" column="65" selection-start-line="14" selection-start-column="65" selection-end-line="14" selection-end-column="65" />
|
54
|
-
</state>
|
55
|
-
</provider>
|
56
|
-
</entry>
|
57
|
-
</file>
|
58
|
-
<file pinned="false" current-in-tab="true">
|
59
|
-
<entry file="file://$PROJECT_DIR$/ChangeLog">
|
60
|
-
<provider selected="true" editor-type-id="text-editor">
|
61
|
-
<state relative-caret-position="36">
|
62
|
-
<caret line="2" column="4" selection-start-line="2" selection-start-column="4" selection-end-line="3" selection-end-column="50" />
|
63
|
-
</state>
|
64
|
-
</provider>
|
65
|
-
</entry>
|
66
|
-
</file>
|
67
|
-
<file pinned="false" current-in-tab="false">
|
68
|
-
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce/generator/templates/factory.rb.erb">
|
69
|
-
<provider selected="true" editor-type-id="text-editor" />
|
70
|
-
</entry>
|
71
|
-
</file>
|
72
|
-
<file pinned="false" current-in-tab="false">
|
73
|
-
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce/generator/templates/soql_object.rb.erb">
|
74
|
-
<provider selected="true" editor-type-id="text-editor" />
|
75
|
-
</entry>
|
76
|
-
</file>
|
77
|
-
<file pinned="false" current-in-tab="false">
|
78
|
-
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce/generator/templates/picklist.rb.erb">
|
79
|
-
<provider selected="true" editor-type-id="text-editor">
|
80
|
-
<state relative-caret-position="90">
|
81
|
-
<caret line="5" column="23" selection-start-line="5" selection-start-column="14" selection-end-line="5" selection-end-column="23" />
|
82
|
-
</state>
|
83
|
-
</provider>
|
84
|
-
</entry>
|
85
|
-
</file>
|
86
|
-
</leaf>
|
87
|
-
</component>
|
88
|
-
<component name="FileTemplateManagerImpl">
|
89
|
-
<option name="RECENT_TEMPLATES">
|
90
|
-
<list>
|
91
|
-
<option value="Ruby Module" />
|
92
|
-
<option value="Ruby Class" />
|
93
|
-
</list>
|
94
|
-
</option>
|
95
|
-
</component>
|
96
|
-
<component name="FindInProjectRecents">
|
97
|
-
<findStrings>
|
98
|
-
<find>template</find>
|
99
|
-
<find>.leap</find>
|
100
|
-
<find>default_values</find>
|
101
|
-
<find>ascii</find>
|
102
|
-
<find>to_k</find>
|
103
|
-
<find>soql_class</find>
|
104
|
-
<find>create_enum</find>
|
105
|
-
<find>give</find>
|
106
|
-
<find>success_up</find>
|
107
|
-
<find>given</find>
|
108
|
-
<find>name</find>
|
109
|
-
<find>samuel-garratt</find>
|
110
|
-
<find>iqa</find>
|
111
|
-
<find>describe</find>
|
112
|
-
<find>len</find>
|
113
|
-
<find>rel</find>
|
114
|
-
<find>sna</find>
|
115
|
-
<find>soaspec</find>
|
116
|
-
<find>@class</find>
|
117
|
-
<find>lead</find>
|
118
|
-
<find>contact</find>
|
119
|
-
<find>api_user</find>
|
120
|
-
<find>StTest</find>
|
121
|
-
<find>SfTest</find>
|
122
|
-
<find>Sf</find>
|
123
|
-
<find>environm</find>
|
124
|
-
<find>get</find>
|
125
|
-
<find>leap</find>
|
126
|
-
<find>CREDENTIAL_FILE</find>
|
127
|
-
<find>enum_name</find>
|
128
|
-
</findStrings>
|
129
|
-
<replaceStrings>
|
130
|
-
<replace>leap-salesforce</replace>
|
131
|
-
<replace>leap-dojo</replace>
|
132
|
-
<replace>@contact</replace>
|
133
|
-
</replaceStrings>
|
134
|
-
<dirStrings>
|
135
|
-
<dir>$PROJECT_DIR$</dir>
|
136
|
-
</dirStrings>
|
137
|
-
</component>
|
138
|
-
<component name="Git.Settings">
|
139
|
-
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
140
|
-
<option name="SET_USER_NAME_GLOBALLY" value="false" />
|
141
|
-
</component>
|
142
|
-
<component name="IdeDocumentHistory">
|
143
|
-
<option name="CHANGED_PATHS">
|
144
|
-
<list>
|
145
|
-
<option value="$PROJECT_DIR$/.gitignore" />
|
146
|
-
<option value="$PROJECT_DIR$/config/general.rb" />
|
147
|
-
<option value="$PROJECT_DIR$/lib/leap_salesforce/users/user.rb" />
|
148
|
-
<option value="$PROJECT_DIR$/lib/leap_salesforce/users/users.rb" />
|
149
|
-
<option value="$PROJECT_DIR$/spec/unit/users_spec.rb" />
|
150
|
-
<option value="$PROJECT_DIR$/lib/leap_salesforce/generator/templates/Gemfile.erb" />
|
151
|
-
<option value="$PROJECT_DIR$/lib/leap_salesforce/generator/soql_objects.rb" />
|
152
|
-
<option value="$PROJECT_DIR$/lib/leap_salesforce/generator/templates/Rakefile.erb" />
|
153
|
-
<option value="$PROJECT_DIR$/config/environments/prod_t.rb" />
|
154
|
-
<option value="$PROJECT_DIR$/config/environments/prod.rb" />
|
155
|
-
<option value="$PROJECT_DIR$/lib/leap_salesforce/generator/templates/credentials/salesforce_oauth2.yml" />
|
156
|
-
<option value="$PROJECT_DIR$/lib/leap_salesforce/generator/templates/config/general.rb" />
|
157
|
-
<option value="$PROJECT_DIR$/lib/leap_salesforce/generator/templates/config/environments/specific_file.rb.erb" />
|
158
|
-
<option value="$PROJECT_DIR$/tmp/config/general.rb" />
|
159
|
-
<option value="$PROJECT_DIR$/tmp/spec/limit_spec.rb" />
|
160
|
-
<option value="$PROJECT_DIR$/lib/leap_salesforce/generator/templates/spec/spec_helper.rb" />
|
161
|
-
<option value="$PROJECT_DIR$/lib/leap_salesforce/generator/templates/spec/spec_helper.rb.erb" />
|
162
|
-
<option value="$PROJECT_DIR$/exe/leap-salesforce" />
|
163
|
-
<option value="$PROJECT_DIR$/spec/spec_helper.rb" />
|
164
|
-
<option value="$PROJECT_DIR$/spec/exe/init_spec.rb" />
|
165
|
-
<option value="$PROJECT_DIR$/lib/leap_salesforce/generator/templates/spec/limit_spec.rb.erb" />
|
166
|
-
<option value="$PROJECT_DIR$/spec/integration/query_spec.rb" />
|
167
|
-
<option value="$PROJECT_DIR$/lib/leap_salesforce/soql_data/soql_global_object_data.rb" />
|
168
|
-
<option value="$PROJECT_DIR$/lib/leap_salesforce/soql_data/soql_data.rb" />
|
169
|
-
<option value="$PROJECT_DIR$/lib/leap_salesforce/soql_data/data_relationships.rb" />
|
170
|
-
<option value="$PROJECT_DIR$/lib/leap_salesforce/generator/templates/spec/crud_eg_spec.rb" />
|
171
|
-
<option value="$PROJECT_DIR$/tmp/init/Gemfile.lock" />
|
172
|
-
<option value="$PROJECT_DIR$/tmp/init/spec/crud_eg_spec.rb" />
|
173
|
-
<option value="$PROJECT_DIR$/lib/leap_salesforce/generator/templates/spec/crud_eg_spec.rb.erb" />
|
174
|
-
<option value="$PROJECT_DIR$/Rakefile" />
|
175
|
-
<option value="$PROJECT_DIR$/.gitlab-ci.yml" />
|
176
|
-
<option value="$PROJECT_DIR$/lib/leap_salesforce/generator/templates/.leap_salesforce.yml.erb" />
|
177
|
-
<option value="$PROJECT_DIR$/lib/leap_salesforce/generator/generator.rb" />
|
178
|
-
<option value="$PROJECT_DIR$/lib/leap_salesforce.rb" />
|
179
|
-
<option value="$PROJECT_DIR$/lib/leap_salesforce/error.rb" />
|
180
|
-
<option value="$PROJECT_DIR$/lib/leap_salesforce/generator/templates/config/credentials/salesforce_oauth2.yml.erb" />
|
181
|
-
<option value="$PROJECT_DIR$/lib/leap_salesforce/generator/templates/spec/picklists_spec.rb" />
|
182
|
-
<option value="$PROJECT_DIR$/exe/leap_salesforce" />
|
183
|
-
<option value="$PROJECT_DIR$/lib/leap_salesforce/soql_data/soql_handler.rb" />
|
184
|
-
<option value="$PROJECT_DIR$/lib/leap_salesforce/generator/templates/config/general.rb.erb" />
|
185
|
-
<option value="$PROJECT_DIR$/lib/leap_salesforce/generator/exe_helpers.rb" />
|
186
|
-
<option value="$PROJECT_DIR$/lib/leap_salesforce/parameters.rb" />
|
187
|
-
<option value="$PROJECT_DIR$/README.md" />
|
188
|
-
<option value="$PROJECT_DIR$/leap_salesforce.gemspec" />
|
189
|
-
<option value="$PROJECT_DIR$/spec/support/metadata/enum/account/account_type.rb" />
|
190
|
-
<option value="$PROJECT_DIR$/spec/unit/string_spec.rb" />
|
191
|
-
<option value="$PROJECT_DIR$/lib/leap_salesforce/version.rb" />
|
192
|
-
<option value="$PROJECT_DIR$/lib/leap_salesforce/generator/soql_enums.rb" />
|
193
|
-
<option value="$PROJECT_DIR$/lib/leap_salesforce/ext/string.rb" />
|
194
|
-
<option value="$PROJECT_DIR$/spec/unit/ext/string_spec.rb" />
|
195
|
-
<option value="$PROJECT_DIR$/ChangeLog" />
|
196
|
-
</list>
|
197
|
-
</option>
|
198
|
-
</component>
|
199
|
-
<component name="ProjectFrameBounds" extendedState="7">
|
200
|
-
<option name="width" value="1594" />
|
201
|
-
<option name="height" value="869" />
|
202
|
-
</component>
|
203
|
-
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
|
204
|
-
<component name="ProjectView">
|
205
|
-
<navigator proportions="" version="1">
|
206
|
-
<foldersAlwaysOnTop value="true" />
|
207
|
-
</navigator>
|
208
|
-
<panes>
|
209
|
-
<pane id="Scope" />
|
210
|
-
<pane id="ProjectPane">
|
211
|
-
<subPane>
|
212
|
-
<expand>
|
213
|
-
<path>
|
214
|
-
<item name="leap_salesforce" type="b2602c69:ProjectViewProjectNode" />
|
215
|
-
<item name="leap_salesforce" type="462c0819:PsiDirectoryNode" />
|
216
|
-
</path>
|
217
|
-
<path>
|
218
|
-
<item name="leap_salesforce" type="b2602c69:ProjectViewProjectNode" />
|
219
|
-
<item name="leap_salesforce" type="462c0819:PsiDirectoryNode" />
|
220
|
-
<item name="lib" type="462c0819:PsiDirectoryNode" />
|
221
|
-
</path>
|
222
|
-
<path>
|
223
|
-
<item name="leap_salesforce" type="b2602c69:ProjectViewProjectNode" />
|
224
|
-
<item name="leap_salesforce" type="462c0819:PsiDirectoryNode" />
|
225
|
-
<item name="lib" type="462c0819:PsiDirectoryNode" />
|
226
|
-
<item name="leap_salesforce" type="462c0819:PsiDirectoryNode" />
|
227
|
-
</path>
|
228
|
-
<path>
|
229
|
-
<item name="leap_salesforce" type="b2602c69:ProjectViewProjectNode" />
|
230
|
-
<item name="leap_salesforce" type="462c0819:PsiDirectoryNode" />
|
231
|
-
<item name="lib" type="462c0819:PsiDirectoryNode" />
|
232
|
-
<item name="leap_salesforce" type="462c0819:PsiDirectoryNode" />
|
233
|
-
<item name="ext" type="462c0819:PsiDirectoryNode" />
|
234
|
-
</path>
|
235
|
-
<path>
|
236
|
-
<item name="leap_salesforce" type="b2602c69:ProjectViewProjectNode" />
|
237
|
-
<item name="leap_salesforce" type="462c0819:PsiDirectoryNode" />
|
238
|
-
<item name="spec" type="462c0819:PsiDirectoryNode" />
|
239
|
-
</path>
|
240
|
-
<path>
|
241
|
-
<item name="leap_salesforce" type="b2602c69:ProjectViewProjectNode" />
|
242
|
-
<item name="leap_salesforce" type="462c0819:PsiDirectoryNode" />
|
243
|
-
<item name="spec" type="462c0819:PsiDirectoryNode" />
|
244
|
-
<item name="unit" type="462c0819:PsiDirectoryNode" />
|
245
|
-
</path>
|
246
|
-
<path>
|
247
|
-
<item name="leap_salesforce" type="b2602c69:ProjectViewProjectNode" />
|
248
|
-
<item name="leap_salesforce" type="462c0819:PsiDirectoryNode" />
|
249
|
-
<item name="spec" type="462c0819:PsiDirectoryNode" />
|
250
|
-
<item name="unit" type="462c0819:PsiDirectoryNode" />
|
251
|
-
<item name="ext" type="462c0819:PsiDirectoryNode" />
|
252
|
-
</path>
|
253
|
-
<path>
|
254
|
-
<item name="leap_salesforce" type="b2602c69:ProjectViewProjectNode" />
|
255
|
-
<item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
|
256
|
-
</path>
|
257
|
-
<path>
|
258
|
-
<item name="leap_salesforce" type="b2602c69:ProjectViewProjectNode" />
|
259
|
-
<item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
|
260
|
-
<item name="activesupport (v5.2.3, RVM: ruby-2.6.0) [gem]" type="70bed36:NamedLibraryElementNode" />
|
261
|
-
</path>
|
262
|
-
<path>
|
263
|
-
<item name="leap_salesforce" type="b2602c69:ProjectViewProjectNode" />
|
264
|
-
<item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
|
265
|
-
<item name="activesupport (v5.2.3, RVM: ruby-2.6.0) [gem]" type="70bed36:NamedLibraryElementNode" />
|
266
|
-
<item name="lib" type="462c0819:PsiDirectoryNode" />
|
267
|
-
</path>
|
268
|
-
<path>
|
269
|
-
<item name="leap_salesforce" type="b2602c69:ProjectViewProjectNode" />
|
270
|
-
<item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
|
271
|
-
<item name="activesupport (v5.2.3, RVM: ruby-2.6.0) [gem]" type="70bed36:NamedLibraryElementNode" />
|
272
|
-
<item name="lib" type="462c0819:PsiDirectoryNode" />
|
273
|
-
<item name="active_support" type="462c0819:PsiDirectoryNode" />
|
274
|
-
</path>
|
275
|
-
<path>
|
276
|
-
<item name="leap_salesforce" type="b2602c69:ProjectViewProjectNode" />
|
277
|
-
<item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
|
278
|
-
<item name="activesupport (v5.2.3, RVM: ruby-2.6.0) [gem]" type="70bed36:NamedLibraryElementNode" />
|
279
|
-
<item name="lib" type="462c0819:PsiDirectoryNode" />
|
280
|
-
<item name="active_support" type="462c0819:PsiDirectoryNode" />
|
281
|
-
<item name="core_ext" type="462c0819:PsiDirectoryNode" />
|
282
|
-
</path>
|
283
|
-
<path>
|
284
|
-
<item name="leap_salesforce" type="b2602c69:ProjectViewProjectNode" />
|
285
|
-
<item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
|
286
|
-
<item name="activesupport (v5.2.3, RVM: ruby-2.6.0) [gem]" type="70bed36:NamedLibraryElementNode" />
|
287
|
-
<item name="lib" type="462c0819:PsiDirectoryNode" />
|
288
|
-
<item name="active_support" type="462c0819:PsiDirectoryNode" />
|
289
|
-
<item name="core_ext" type="462c0819:PsiDirectoryNode" />
|
290
|
-
<item name="string" type="462c0819:PsiDirectoryNode" />
|
291
|
-
</path>
|
292
|
-
</expand>
|
293
|
-
<select />
|
294
|
-
</subPane>
|
295
|
-
</pane>
|
296
|
-
</panes>
|
297
|
-
</component>
|
298
|
-
<component name="PropertiesComponent">
|
299
|
-
<property name="ASKED_SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
|
300
|
-
<property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
|
301
|
-
<property name="TF_FMT" value="false" />
|
302
|
-
<property name="WebServerToolWindowFactoryState" value="false" />
|
303
|
-
<property name="last_opened_file_path" value="$PROJECT_DIR$/lib/leap_salesforce/generator/templates/spec" />
|
304
|
-
<property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
|
305
|
-
<property name="nodejs_npm_path_reset_for_default_project" value="true" />
|
306
|
-
<property name="nodejs_package_manager_path" value="npm" />
|
307
|
-
<property name="settings.editor.selected.configurable" value="org.jetbrains.plugins.ruby.settings.RubyActiveModuleSdkConfigurable" />
|
308
|
-
</component>
|
309
|
-
<component name="RecentsManager">
|
310
|
-
<key name="MoveFile.RECENT_KEYS">
|
311
|
-
<recent name="$PROJECT_DIR$/spec/unit/ext" />
|
312
|
-
<recent name="$PROJECT_DIR$/lib/leap_salesforce/generator/templates/config" />
|
313
|
-
<recent name="$PROJECT_DIR$/spec/integration" />
|
314
|
-
<recent name="$PROJECT_DIR$/lib/leap_salesforce/generator/templates" />
|
315
|
-
<recent name="$PROJECT_DIR$/lib/leap_salesforce/generator" />
|
316
|
-
</key>
|
317
|
-
<key name="CopyFile.RECENT_KEYS">
|
318
|
-
<recent name="$PROJECT_DIR$/lib/leap_salesforce/generator/templates/spec" />
|
319
|
-
<recent name="$PROJECT_DIR$/lib/leap_salesforce/generator/templates" />
|
320
|
-
<recent name="$PROJECT_DIR$/tmp/spec" />
|
321
|
-
<recent name="$PROJECT_DIR$/lib/leap_salesforce/generator/templates/config" />
|
322
|
-
<recent name="$PROJECT_DIR$/spec" />
|
323
|
-
</key>
|
324
|
-
</component>
|
325
|
-
<component name="RunDashboard">
|
326
|
-
<option name="ruleStates">
|
327
|
-
<list>
|
328
|
-
<RuleState>
|
329
|
-
<option name="name" value="ConfigurationTypeDashboardGroupingRule" />
|
330
|
-
</RuleState>
|
331
|
-
<RuleState>
|
332
|
-
<option name="name" value="StatusDashboardGroupingRule" />
|
333
|
-
</RuleState>
|
334
|
-
</list>
|
335
|
-
</option>
|
336
|
-
</component>
|
337
|
-
<component name="RunManager" selected="RSpec.Querying users: leap-salesforce">
|
338
|
-
<configuration name="Creating Record can be done through factory: leap-salesforce" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
|
339
|
-
<module name="leap-salesforce" />
|
340
|
-
<predefined_log_file enabled="true" id="RUBY_RSPEC" />
|
341
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="" />
|
342
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
343
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
344
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
345
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
346
|
-
<envs>
|
347
|
-
<env name="JRUBY_OPTS" value="-X+O" />
|
348
|
-
</envs>
|
349
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
350
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
351
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" track_test_folders="true" runner="rcov">
|
352
|
-
<COVERAGE_PATTERN ENABLED="true">
|
353
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
354
|
-
</COVERAGE_PATTERN>
|
355
|
-
</EXTENSION>
|
356
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
357
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/integration/creating_spec.rb" />
|
358
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
359
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="'**/*_spec.rb'" />
|
360
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="Creating Record can be done through factory" />
|
361
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
362
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
363
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
364
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
365
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
366
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
367
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
368
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
369
|
-
<method v="2" />
|
370
|
-
</configuration>
|
371
|
-
<configuration name="Creating Record: leap-salesforce" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
|
372
|
-
<module name="leap-salesforce" />
|
373
|
-
<predefined_log_file enabled="true" id="RUBY_RSPEC" />
|
374
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="" />
|
375
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
376
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
377
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
378
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
379
|
-
<envs>
|
380
|
-
<env name="JRUBY_OPTS" value="-X+O" />
|
381
|
-
</envs>
|
382
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
383
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
384
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" track_test_folders="true" runner="rcov">
|
385
|
-
<COVERAGE_PATTERN ENABLED="true">
|
386
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
387
|
-
</COVERAGE_PATTERN>
|
388
|
-
</EXTENSION>
|
389
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
390
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/integration/creating_spec.rb" />
|
391
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
392
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="'**/*_spec.rb'" />
|
393
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="Creating Record" />
|
394
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
395
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
396
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
397
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
398
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
399
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
400
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
401
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
402
|
-
<method v="2" />
|
403
|
-
</configuration>
|
404
|
-
<configuration name="LeapSalesforce::Users: leap-salesforce" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
|
405
|
-
<module name="leap-salesforce" />
|
406
|
-
<predefined_log_file enabled="true" id="RUBY_RSPEC" />
|
407
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="" />
|
408
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
409
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
410
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
411
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
412
|
-
<envs>
|
413
|
-
<env name="JRUBY_OPTS" value="-X+O" />
|
414
|
-
</envs>
|
415
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
416
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
417
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" track_test_folders="true" runner="rcov">
|
418
|
-
<COVERAGE_PATTERN ENABLED="true">
|
419
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
420
|
-
</COVERAGE_PATTERN>
|
421
|
-
</EXTENSION>
|
422
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
423
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/unit/users_spec.rb" />
|
424
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
425
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="'**/*_spec.rb'" />
|
426
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="LeapSalesforce::Users" />
|
427
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
428
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
429
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
430
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
431
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
432
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
433
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
434
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
435
|
-
<method v="2" />
|
436
|
-
</configuration>
|
437
|
-
<configuration name="Querying users: leap-salesforce" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
|
438
|
-
<module name="leap-salesforce" />
|
439
|
-
<predefined_log_file enabled="true" id="RUBY_RSPEC" />
|
440
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="" />
|
441
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
442
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
443
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
444
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
445
|
-
<envs>
|
446
|
-
<env name="JRUBY_OPTS" value="-X+O" />
|
447
|
-
</envs>
|
448
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
449
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
450
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" track_test_folders="true" runner="rcov">
|
451
|
-
<COVERAGE_PATTERN ENABLED="true">
|
452
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
453
|
-
</COVERAGE_PATTERN>
|
454
|
-
</EXTENSION>
|
455
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
456
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/unit/users_spec.rb" />
|
457
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
458
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="'**/*_spec.rb'" />
|
459
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="Querying users" />
|
460
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
461
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
462
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
463
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
464
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
465
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
466
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
467
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
468
|
-
<method v="2" />
|
469
|
-
</configuration>
|
470
|
-
<configuration name="Run spec 'limit_spec': leap-salesforce" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
|
471
|
-
<module name="leap-salesforce" />
|
472
|
-
<predefined_log_file enabled="true" id="RUBY_RSPEC" />
|
473
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="" />
|
474
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
475
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
476
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
477
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
478
|
-
<envs>
|
479
|
-
<env name="JRUBY_OPTS" value="-X+O" />
|
480
|
-
</envs>
|
481
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
482
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
483
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" track_test_folders="true" runner="rcov">
|
484
|
-
<COVERAGE_PATTERN ENABLED="true">
|
485
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
486
|
-
</COVERAGE_PATTERN>
|
487
|
-
</EXTENSION>
|
488
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
489
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/integration/limit_spec.rb" />
|
490
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
491
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="'**/*_spec.rb'" />
|
492
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
|
493
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
494
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
495
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
496
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
497
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
498
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
499
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
500
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
501
|
-
<method v="2" />
|
502
|
-
</configuration>
|
503
|
-
<configuration name="Enums" type="RakeRunConfigurationType" factoryName="Rake">
|
504
|
-
<module name="leap-salesforce" />
|
505
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="" />
|
506
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
507
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
508
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
509
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
510
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
511
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
512
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" track_test_folders="true" runner="rcov">
|
513
|
-
<COVERAGE_PATTERN ENABLED="true">
|
514
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
515
|
-
</COVERAGE_PATTERN>
|
516
|
-
</EXTENSION>
|
517
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_NAME" VALUE="leaps:create_enums" />
|
518
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ARGS" VALUE="" />
|
519
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ATTACHED_TEST_FRAMEWORKS" VALUE="" />
|
520
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_TRACE" VALUE="false" />
|
521
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_DRYRUN" VALUE="false" />
|
522
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_PREREQS" VALUE="false" />
|
523
|
-
<method v="2" />
|
524
|
-
</configuration>
|
525
|
-
<configuration name="Objects" type="RakeRunConfigurationType" factoryName="Rake">
|
526
|
-
<module name="leap-salesforce" />
|
527
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="" />
|
528
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
529
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
530
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
531
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
532
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="false" />
|
533
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
534
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" track_test_folders="true" runner="rcov">
|
535
|
-
<COVERAGE_PATTERN ENABLED="true">
|
536
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
537
|
-
</COVERAGE_PATTERN>
|
538
|
-
</EXTENSION>
|
539
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_NAME" VALUE="leaps:create_soql_objects" />
|
540
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ARGS" VALUE="" />
|
541
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_ATTACHED_TEST_FRAMEWORKS" VALUE="" />
|
542
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_TRACE" VALUE="false" />
|
543
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_DRYRUN" VALUE="false" />
|
544
|
-
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_PREREQS" VALUE="false" />
|
545
|
-
<method v="2" />
|
546
|
-
</configuration>
|
547
|
-
<list>
|
548
|
-
<item itemvalue="Rake.Objects" />
|
549
|
-
<item itemvalue="Rake.Enums" />
|
550
|
-
<item itemvalue="RSpec.Creating Record can be done through factory: leap-salesforce" />
|
551
|
-
<item itemvalue="RSpec.Run spec 'limit_spec': leap-salesforce" />
|
552
|
-
<item itemvalue="RSpec.Creating Record: leap-salesforce" />
|
553
|
-
<item itemvalue="RSpec.LeapSalesforce::Users: leap-salesforce" />
|
554
|
-
<item itemvalue="RSpec.Querying users: leap-salesforce" />
|
555
|
-
</list>
|
556
|
-
<recent_temporary>
|
557
|
-
<list>
|
558
|
-
<item itemvalue="RSpec.Querying users: leap-salesforce" />
|
559
|
-
<item itemvalue="RSpec.LeapSalesforce::Users: leap-salesforce" />
|
560
|
-
<item itemvalue="RSpec.Creating Record: leap-salesforce" />
|
561
|
-
<item itemvalue="RSpec.Run spec 'limit_spec': leap-salesforce" />
|
562
|
-
<item itemvalue="RSpec.Creating Record can be done through factory: leap-salesforce" />
|
563
|
-
</list>
|
564
|
-
</recent_temporary>
|
565
|
-
</component>
|
566
|
-
<component name="SpringUtil" SPRING_PRE_LOADER_OPTION="true" />
|
567
|
-
<component name="SvnConfiguration">
|
568
|
-
<configuration />
|
569
|
-
</component>
|
570
|
-
<component name="TaskManager">
|
571
|
-
<task active="true" id="Default" summary="Default task">
|
572
|
-
<changelist id="f424890b-d4ed-4658-932d-3b4d11846a9f" name="Default Changelist" comment="" />
|
573
|
-
<created>1562632379189</created>
|
574
|
-
<option name="number" value="Default" />
|
575
|
-
<option name="presentableId" value="Default" />
|
576
|
-
<updated>1562632379189</updated>
|
577
|
-
<workItem from="1562632380781" duration="9116000" />
|
578
|
-
<workItem from="1562705562542" duration="17651000" />
|
579
|
-
<workItem from="1562735722342" duration="1723000" />
|
580
|
-
<workItem from="1562791606549" duration="24871000" />
|
581
|
-
<workItem from="1562879691547" duration="13055000" />
|
582
|
-
<workItem from="1562907761925" duration="2794000" />
|
583
|
-
<workItem from="1563129205623" duration="2209000" />
|
584
|
-
<workItem from="1563138171544" duration="15288000" />
|
585
|
-
<workItem from="1563168538384" duration="1204000" />
|
586
|
-
<workItem from="1563220476779" duration="3123000" />
|
587
|
-
<workItem from="1563225223086" duration="9720000" />
|
588
|
-
<workItem from="1563254424572" duration="1304000" />
|
589
|
-
<workItem from="1563310583190" duration="8758000" />
|
590
|
-
<workItem from="1563427641447" duration="2689000" />
|
591
|
-
<workItem from="1563446399863" duration="1891000" />
|
592
|
-
<workItem from="1563510069173" duration="5879000" />
|
593
|
-
<workItem from="1563735257425" duration="1114000" />
|
594
|
-
<workItem from="1563772351289" duration="3458000" />
|
595
|
-
<workItem from="1563820761679" duration="929000" />
|
596
|
-
<workItem from="1563822226484" duration="96000" />
|
597
|
-
<workItem from="1563828830007" duration="20229000" />
|
598
|
-
<workItem from="1563859049411" duration="1935000" />
|
599
|
-
<workItem from="1563911392675" duration="2920000" />
|
600
|
-
<workItem from="1563916471074" duration="2377000" />
|
601
|
-
<workItem from="1563938549211" duration="5572000" />
|
602
|
-
<workItem from="1563945954687" duration="3378000" />
|
603
|
-
<workItem from="1563953330409" duration="1128000" />
|
604
|
-
</task>
|
605
|
-
<task id="LOCAL-00001" summary="Initial commit with functionality to interact with soql">
|
606
|
-
<created>1562722949418</created>
|
607
|
-
<option name="number" value="00001" />
|
608
|
-
<option name="presentableId" value="LOCAL-00001" />
|
609
|
-
<option name="project" value="LOCAL" />
|
610
|
-
<updated>1562722949418</updated>
|
611
|
-
</task>
|
612
|
-
<task id="LOCAL-00002" summary="Update email address to generic leap.salesforce email">
|
613
|
-
<created>1562882039907</created>
|
614
|
-
<option name="number" value="00002" />
|
615
|
-
<option name="presentableId" value="LOCAL-00002" />
|
616
|
-
<option name="project" value="LOCAL" />
|
617
|
-
<updated>1562882039908</updated>
|
618
|
-
</task>
|
619
|
-
<task id="LOCAL-00003" summary="Ignore generated support files for now">
|
620
|
-
<created>1563144037122</created>
|
621
|
-
<option name="number" value="00003" />
|
622
|
-
<option name="presentableId" value="LOCAL-00003" />
|
623
|
-
<option name="project" value="LOCAL" />
|
624
|
-
<updated>1563144037123</updated>
|
625
|
-
</task>
|
626
|
-
<task id="LOCAL-00004" summary="Now generating factories and using properties specified in '.leap_salesforce.yml'">
|
627
|
-
<created>1563144180171</created>
|
628
|
-
<option name="number" value="00004" />
|
629
|
-
<option name="presentableId" value="LOCAL-00004" />
|
630
|
-
<option name="project" value="LOCAL" />
|
631
|
-
<updated>1563144180171</updated>
|
632
|
-
</task>
|
633
|
-
<task id="LOCAL-00005" summary="Implement convenience method for working out limits of storage">
|
634
|
-
<created>1563148788637</created>
|
635
|
-
<option name="number" value="00005" />
|
636
|
-
<option name="presentableId" value="LOCAL-00005" />
|
637
|
-
<option name="project" value="LOCAL" />
|
638
|
-
<updated>1563148788637</updated>
|
639
|
-
</task>
|
640
|
-
<task id="LOCAL-00006" summary="Moved many folders/files around">
|
641
|
-
<created>1563148824780</created>
|
642
|
-
<option name="number" value="00006" />
|
643
|
-
<option name="presentableId" value="LOCAL-00006" />
|
644
|
-
<option name="project" value="LOCAL" />
|
645
|
-
<updated>1563148824780</updated>
|
646
|
-
</task>
|
647
|
-
<task id="LOCAL-00007" summary="Have some default values set for some entities. Used this in testing itself">
|
648
|
-
<created>1563155243142</created>
|
649
|
-
<option name="number" value="00007" />
|
650
|
-
<option name="presentableId" value="LOCAL-00007" />
|
651
|
-
<option name="project" value="LOCAL" />
|
652
|
-
<updated>1563155243142</updated>
|
653
|
-
</task>
|
654
|
-
<task id="LOCAL-00008" summary="Added account object">
|
655
|
-
<created>1563155270325</created>
|
656
|
-
<option name="number" value="00008" />
|
657
|
-
<option name="presentableId" value="LOCAL-00008" />
|
658
|
-
<option name="project" value="LOCAL" />
|
659
|
-
<updated>1563155270325</updated>
|
660
|
-
</task>
|
661
|
-
<task id="LOCAL-00009" summary="Updated location to remote location">
|
662
|
-
<created>1563155293707</created>
|
663
|
-
<option name="number" value="00009" />
|
664
|
-
<option name="presentableId" value="LOCAL-00009" />
|
665
|
-
<option name="project" value="LOCAL" />
|
666
|
-
<updated>1563155293707</updated>
|
667
|
-
</task>
|
668
|
-
<task id="LOCAL-00010" summary="Updated IDE">
|
669
|
-
<created>1563168562692</created>
|
670
|
-
<option name="number" value="00010" />
|
671
|
-
<option name="presentableId" value="LOCAL-00010" />
|
672
|
-
<option name="project" value="LOCAL" />
|
673
|
-
<updated>1563168562692</updated>
|
674
|
-
</task>
|
675
|
-
<task id="LOCAL-00011" summary="Added generation of FactoryBot factories">
|
676
|
-
<created>1563338853604</created>
|
677
|
-
<option name="number" value="00011" />
|
678
|
-
<option name="presentableId" value="LOCAL-00011" />
|
679
|
-
<option name="project" value="LOCAL" />
|
680
|
-
<updated>1563338853604</updated>
|
681
|
-
</task>
|
682
|
-
<task id="LOCAL-00012" summary="Make lib folder if not present">
|
683
|
-
<created>1563338869782</created>
|
684
|
-
<option name="number" value="00012" />
|
685
|
-
<option name="presentableId" value="LOCAL-00012" />
|
686
|
-
<option name="project" value="LOCAL" />
|
687
|
-
<updated>1563338869782</updated>
|
688
|
-
</task>
|
689
|
-
<task id="LOCAL-00013" summary="Fixed limit class">
|
690
|
-
<created>1563338902747</created>
|
691
|
-
<option name="number" value="00013" />
|
692
|
-
<option name="presentableId" value="LOCAL-00013" />
|
693
|
-
<option name="project" value="LOCAL" />
|
694
|
-
<updated>1563338902747</updated>
|
695
|
-
</task>
|
696
|
-
<task id="LOCAL-00014" summary="Cleaned up query tests. Give more examples of using methods">
|
697
|
-
<created>1563338961099</created>
|
698
|
-
<option name="number" value="00014" />
|
699
|
-
<option name="presentableId" value="LOCAL-00014" />
|
700
|
-
<option name="project" value="LOCAL" />
|
701
|
-
<updated>1563338961099</updated>
|
702
|
-
</task>
|
703
|
-
<task id="LOCAL-00015" summary="Add technical docs link">
|
704
|
-
<created>1563339259284</created>
|
705
|
-
<option name="number" value="00015" />
|
706
|
-
<option name="presentableId" value="LOCAL-00015" />
|
707
|
-
<option name="project" value="LOCAL" />
|
708
|
-
<updated>1563339259284</updated>
|
709
|
-
</task>
|
710
|
-
<task id="LOCAL-00016" summary="Updated workspace">
|
711
|
-
<created>1563427679209</created>
|
712
|
-
<option name="number" value="00016" />
|
713
|
-
<option name="presentableId" value="LOCAL-00016" />
|
714
|
-
<option name="project" value="LOCAL" />
|
715
|
-
<updated>1563427679209</updated>
|
716
|
-
</task>
|
717
|
-
<task id="LOCAL-00017" summary="Rubocop fixes">
|
718
|
-
<created>1563427799058</created>
|
719
|
-
<option name="number" value="00017" />
|
720
|
-
<option name="presentableId" value="LOCAL-00017" />
|
721
|
-
<option name="project" value="LOCAL" />
|
722
|
-
<updated>1563427799058</updated>
|
723
|
-
</task>
|
724
|
-
<task id="LOCAL-00018" summary="Remove old method not needed anymore">
|
725
|
-
<created>1563428046522</created>
|
726
|
-
<option name="number" value="00018" />
|
727
|
-
<option name="presentableId" value="LOCAL-00018" />
|
728
|
-
<option name="project" value="LOCAL" />
|
729
|
-
<updated>1563428046522</updated>
|
730
|
-
</task>
|
731
|
-
<task id="LOCAL-00019" summary="Begin unit tests Handle Macrons by ensuring they're not copied into Ruby names / Modules">
|
732
|
-
<created>1563510431768</created>
|
733
|
-
<option name="number" value="00019" />
|
734
|
-
<option name="presentableId" value="LOCAL-00019" />
|
735
|
-
<option name="project" value="LOCAL" />
|
736
|
-
<updated>1563510431768</updated>
|
737
|
-
</task>
|
738
|
-
<task id="LOCAL-00020" summary="Set defaults for authentication to environment variables for CI">
|
739
|
-
<created>1563510876721</created>
|
740
|
-
<option name="number" value="00020" />
|
741
|
-
<option name="presentableId" value="LOCAL-00020" />
|
742
|
-
<option name="project" value="LOCAL" />
|
743
|
-
<updated>1563510876721</updated>
|
744
|
-
</task>
|
745
|
-
<task id="LOCAL-00021" summary="Update IDE">
|
746
|
-
<created>1563510904700</created>
|
747
|
-
<option name="number" value="00021" />
|
748
|
-
<option name="presentableId" value="LOCAL-00021" />
|
749
|
-
<option name="project" value="LOCAL" />
|
750
|
-
<updated>1563510904700</updated>
|
751
|
-
</task>
|
752
|
-
<task id="LOCAL-00022" summary="Fix macrons method">
|
753
|
-
<created>1563515129037</created>
|
754
|
-
<option name="number" value="00022" />
|
755
|
-
<option name="presentableId" value="LOCAL-00022" />
|
756
|
-
<option name="project" value="LOCAL" />
|
757
|
-
<updated>1563515129037</updated>
|
758
|
-
</task>
|
759
|
-
<task id="LOCAL-00023" summary="Update to use Sandbox. Throw more friendly error if unable to find test user">
|
760
|
-
<created>1563735886461</created>
|
761
|
-
<option name="number" value="00023" />
|
762
|
-
<option name="presentableId" value="LOCAL-00023" />
|
763
|
-
<option name="project" value="LOCAL" />
|
764
|
-
<updated>1563735886462</updated>
|
765
|
-
</task>
|
766
|
-
<task id="LOCAL-00024" summary="Commit test env config files">
|
767
|
-
<created>1563736277479</created>
|
768
|
-
<option name="number" value="00024" />
|
769
|
-
<option name="presentableId" value="LOCAL-00024" />
|
770
|
-
<option name="project" value="LOCAL" />
|
771
|
-
<updated>1563736277479</updated>
|
772
|
-
</task>
|
773
|
-
<task id="LOCAL-00025" summary="Enabled partial match to be used when searching for a test user">
|
774
|
-
<created>1563775786679</created>
|
775
|
-
<option name="number" value="00025" />
|
776
|
-
<option name="presentableId" value="LOCAL-00025" />
|
777
|
-
<option name="project" value="LOCAL" />
|
778
|
-
<updated>1563775786680</updated>
|
779
|
-
</task>
|
780
|
-
<task id="LOCAL-00026" summary="Started forming executable">
|
781
|
-
<created>1563775804706</created>
|
782
|
-
<option name="number" value="00026" />
|
783
|
-
<option name="presentableId" value="LOCAL-00026" />
|
784
|
-
<option name="project" value="LOCAL" />
|
785
|
-
<updated>1563775804706</updated>
|
786
|
-
</task>
|
787
|
-
<task id="LOCAL-00027" summary="Test for description in unit test as well">
|
788
|
-
<created>1563850990399</created>
|
789
|
-
<option name="number" value="00027" />
|
790
|
-
<option name="presentableId" value="LOCAL-00027" />
|
791
|
-
<option name="project" value="LOCAL" />
|
792
|
-
<updated>1563850990399</updated>
|
793
|
-
</task>
|
794
|
-
<task id="LOCAL-00028" summary="Continued forming exe using Thor to create files">
|
795
|
-
<created>1563851025147</created>
|
796
|
-
<option name="number" value="00028" />
|
797
|
-
<option name="presentableId" value="LOCAL-00028" />
|
798
|
-
<option name="project" value="LOCAL" />
|
799
|
-
<updated>1563851025147</updated>
|
800
|
-
</task>
|
801
|
-
<task id="LOCAL-00029" summary="Finish working on exe. Now creating initial files. This closes #2 Refactored 'get' to 'find' for querying according to #1">
|
802
|
-
<created>1563855417043</created>
|
803
|
-
<option name="number" value="00029" />
|
804
|
-
<option name="presentableId" value="LOCAL-00029" />
|
805
|
-
<option name="project" value="LOCAL" />
|
806
|
-
<updated>1563855417043</updated>
|
807
|
-
</task>
|
808
|
-
<task id="LOCAL-00030" summary="Run setup script as part of CI run">
|
809
|
-
<created>1563856766823</created>
|
810
|
-
<option name="number" value="00030" />
|
811
|
-
<option name="presentableId" value="LOCAL-00030" />
|
812
|
-
<option name="project" value="LOCAL" />
|
813
|
-
<updated>1563856766823</updated>
|
814
|
-
</task>
|
815
|
-
<task id="LOCAL-00031" summary="Added output color, icons, initialisation verification and picklist spec. Added security token into what's stored and sent for authentication">
|
816
|
-
<created>1563917557527</created>
|
817
|
-
<option name="number" value="00031" />
|
818
|
-
<option name="presentableId" value="LOCAL-00031" />
|
819
|
-
<option name="project" value="LOCAL" />
|
820
|
-
<updated>1563917557527</updated>
|
821
|
-
</task>
|
822
|
-
<task id="LOCAL-00032" summary="Catered for $, # and numbers at the beginning of methods that were breaking things">
|
823
|
-
<created>1563939800232</created>
|
824
|
-
<option name="number" value="00032" />
|
825
|
-
<option name="presentableId" value="LOCAL-00032" />
|
826
|
-
<option name="project" value="LOCAL" />
|
827
|
-
<updated>1563939800232</updated>
|
828
|
-
</task>
|
829
|
-
<task id="LOCAL-00033" summary="Catered for more characters in regular expression">
|
830
|
-
<created>1563944157776</created>
|
831
|
-
<option name="number" value="00033" />
|
832
|
-
<option name="presentableId" value="LOCAL-00033" />
|
833
|
-
<option name="project" value="LOCAL" />
|
834
|
-
<updated>1563944157776</updated>
|
835
|
-
</task>
|
836
|
-
<task id="LOCAL-00034" summary="IDE changes">
|
837
|
-
<created>1563944197064</created>
|
838
|
-
<option name="number" value="00034" />
|
839
|
-
<option name="presentableId" value="LOCAL-00034" />
|
840
|
-
<option name="project" value="LOCAL" />
|
841
|
-
<updated>1563944197064</updated>
|
842
|
-
</task>
|
843
|
-
<task id="LOCAL-00035" summary="Handle name starting with 0, currency. This time adding string unit tests Correct class/module names so always CamelCase">
|
844
|
-
<created>1563953975938</created>
|
845
|
-
<option name="number" value="00035" />
|
846
|
-
<option name="presentableId" value="LOCAL-00035" />
|
847
|
-
<option name="project" value="LOCAL" />
|
848
|
-
<updated>1563953975938</updated>
|
849
|
-
</task>
|
850
|
-
<option name="localTasksCounter" value="36" />
|
851
|
-
<servers />
|
852
|
-
</component>
|
853
|
-
<component name="TestHistory">
|
854
|
-
<history-entry file="Creating_Record_can_be_done_through_factory__leap-salesforce - 2019.07.16 at 15h 14m 06s.xml">
|
855
|
-
<configuration name="Creating Record can be done through factory: leap-salesforce" configurationId="RSpecRunConfigurationType" />
|
856
|
-
</history-entry>
|
857
|
-
<history-entry file="Creating_Record_can_be_done_through_factory__leap-salesforce - 2019.07.16 at 15h 14m 37s.xml">
|
858
|
-
<configuration name="Creating Record can be done through factory: leap-salesforce" configurationId="RSpecRunConfigurationType" />
|
859
|
-
</history-entry>
|
860
|
-
<history-entry file="Creating_Record_can_be_done_through_factory__leap-salesforce - 2019.07.16 at 15h 15m 02s.xml">
|
861
|
-
<configuration name="Creating Record can be done through factory: leap-salesforce" configurationId="RSpecRunConfigurationType" />
|
862
|
-
</history-entry>
|
863
|
-
<history-entry file="Run_spec_'limit_spec'__leap-salesforce - 2019.07.17 at 09h 02m 48s.xml">
|
864
|
-
<configuration name="Run spec 'limit_spec': leap-salesforce" configurationId="RSpecRunConfigurationType" />
|
865
|
-
</history-entry>
|
866
|
-
<history-entry file="Run_spec_'limit_spec'__leap-salesforce - 2019.07.17 at 09h 03m 24s.xml">
|
867
|
-
<configuration name="Run spec 'limit_spec': leap-salesforce" configurationId="RSpecRunConfigurationType" />
|
868
|
-
</history-entry>
|
869
|
-
<history-entry file="Run_spec_'limit_spec'__leap-salesforce - 2019.07.17 at 09h 03m 38s.xml">
|
870
|
-
<configuration name="Run spec 'limit_spec': leap-salesforce" configurationId="RSpecRunConfigurationType" />
|
871
|
-
</history-entry>
|
872
|
-
<history-entry file="Run_spec_'limit_spec'__leap-salesforce - 2019.07.17 at 09h 04m 42s.xml">
|
873
|
-
<configuration name="Run spec 'limit_spec': leap-salesforce" configurationId="RSpecRunConfigurationType" />
|
874
|
-
</history-entry>
|
875
|
-
<history-entry file="Creating_Record__leap-salesforce - 2019.07.19 at 17h 58m 58s.xml">
|
876
|
-
<configuration name="Creating Record: leap-salesforce" configurationId="RSpecRunConfigurationType" />
|
877
|
-
</history-entry>
|
878
|
-
<history-entry file="LeapSalesforce__Users__leap-salesforce - 2019.07.22 at 17h 39m 14s.xml">
|
879
|
-
<configuration name="LeapSalesforce::Users: leap-salesforce" configurationId="RSpecRunConfigurationType" />
|
880
|
-
</history-entry>
|
881
|
-
<history-entry file="Querying_users__leap-salesforce - 2019.07.23 at 06h 43m 22s.xml">
|
882
|
-
<configuration name="Querying users: leap-salesforce" configurationId="RSpecRunConfigurationType" />
|
883
|
-
</history-entry>
|
884
|
-
</component>
|
885
|
-
<component name="TimeTrackingManager">
|
886
|
-
<option name="totallyTimeSpent" value="164411000" />
|
887
|
-
</component>
|
888
|
-
<component name="TodoView" selected-index="4">
|
889
|
-
<todo-panel id="selected-file">
|
890
|
-
<is-autoscroll-to-source value="true" />
|
891
|
-
</todo-panel>
|
892
|
-
<todo-panel id="all">
|
893
|
-
<are-packages-shown value="true" />
|
894
|
-
<is-autoscroll-to-source value="true" />
|
895
|
-
</todo-panel>
|
896
|
-
</component>
|
897
|
-
<component name="ToolWindowManager">
|
898
|
-
<frame x="-1" y="0" width="1602" height="873" extended-state="6" />
|
899
|
-
<editor active="true" />
|
900
|
-
<layout>
|
901
|
-
<window_info content_ui="combo" id="Project" order="0" sideWeight="0.49808428" visible="true" weight="0.22200772" />
|
902
|
-
<window_info id="Structure" order="1" sideWeight="0.5019157" side_tool="true" weight="0.16151866" />
|
903
|
-
<window_info id="Favorites" order="2" side_tool="true" />
|
904
|
-
<window_info anchor="bottom" id="Message" order="0" />
|
905
|
-
<window_info anchor="bottom" id="Find" order="1" weight="0.32991013" />
|
906
|
-
<window_info anchor="bottom" id="Run" order="2" weight="0.3876765" />
|
907
|
-
<window_info anchor="bottom" id="Debug" order="3" weight="0.3992298" />
|
908
|
-
<window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
|
909
|
-
<window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
|
910
|
-
<window_info anchor="bottom" id="TODO" order="6" weight="0.32991013" />
|
911
|
-
<window_info anchor="bottom" id="Docker" order="7" weight="0.32991013" />
|
912
|
-
<window_info anchor="bottom" id="Database Changes" order="8" />
|
913
|
-
<window_info active="true" anchor="bottom" id="Version Control" order="9" visible="true" weight="0.3440308" />
|
914
|
-
<window_info anchor="bottom" id="Terminal" order="10" weight="0.39537868" />
|
915
|
-
<window_info anchor="bottom" id="Event Log" order="11" side_tool="true" />
|
916
|
-
<window_info anchor="bottom" id="Messages" order="12" weight="0.32991013" />
|
917
|
-
<window_info anchor="right" id="Commander" order="0" weight="0.4" />
|
918
|
-
<window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
|
919
|
-
<window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
|
920
|
-
<window_info anchor="right" id="Database" order="3" />
|
921
|
-
</layout>
|
922
|
-
</component>
|
923
|
-
<component name="TypeScriptGeneratedFilesManager">
|
924
|
-
<option name="version" value="1" />
|
925
|
-
</component>
|
926
|
-
<component name="Vcs.Log.History.Properties">
|
927
|
-
<option name="COLUMN_ORDER">
|
928
|
-
<list>
|
929
|
-
<option value="0" />
|
930
|
-
<option value="2" />
|
931
|
-
<option value="3" />
|
932
|
-
<option value="1" />
|
933
|
-
</list>
|
934
|
-
</option>
|
935
|
-
</component>
|
936
|
-
<component name="VcsManagerConfiguration">
|
937
|
-
<MESSAGE value="Make lib folder if not present" />
|
938
|
-
<MESSAGE value="Fixed limit class" />
|
939
|
-
<MESSAGE value="Cleaned up query tests. Give more examples of using methods" />
|
940
|
-
<MESSAGE value="Add technical docs link" />
|
941
|
-
<MESSAGE value="Updated workspace" />
|
942
|
-
<MESSAGE value="Rubocop fixes" />
|
943
|
-
<MESSAGE value="Remove old method not needed anymore" />
|
944
|
-
<MESSAGE value="Begin unit tests Handle Macrons by ensuring they're not copied into Ruby names / Modules" />
|
945
|
-
<MESSAGE value="Set defaults for authentication to environment variables for CI" />
|
946
|
-
<MESSAGE value="Update IDE" />
|
947
|
-
<MESSAGE value="Fix macrons method" />
|
948
|
-
<MESSAGE value="Update to use Sandbox. Throw more friendly error if unable to find test user" />
|
949
|
-
<MESSAGE value="Commit test env config files" />
|
950
|
-
<MESSAGE value="Enabled partial match to be used when searching for a test user" />
|
951
|
-
<MESSAGE value="Started forming executable" />
|
952
|
-
<MESSAGE value="Test for description in unit test as well" />
|
953
|
-
<MESSAGE value="Continued forming exe using Thor to create files" />
|
954
|
-
<MESSAGE value="Finish working on exe. Now creating initial files. This closes #2 Refactored 'get' to 'find' for querying according to #1" />
|
955
|
-
<MESSAGE value="Run setup script as part of CI run" />
|
956
|
-
<MESSAGE value="Added output color, icons, initialisation verification and picklist spec" />
|
957
|
-
<MESSAGE value="Added output color, icons, initialisation verification and picklist spec. Added security token into what's stored and sent for authentication" />
|
958
|
-
<MESSAGE value="Catered for $, # and numbers at the beginning of methods that were breaking things" />
|
959
|
-
<MESSAGE value="Catered for more characters in regular expression" />
|
960
|
-
<MESSAGE value="IDE changes" />
|
961
|
-
<MESSAGE value="Handle name starting with 0, currency. This time adding string unit tests Correct class/module names so always CamelCase" />
|
962
|
-
<option name="LAST_COMMIT_MESSAGE" value="Handle name starting with 0, currency. This time adding string unit tests Correct class/module names so always CamelCase" />
|
963
|
-
</component>
|
964
|
-
<component name="XDebuggerManager">
|
965
|
-
<breakpoint-manager>
|
966
|
-
<breakpoints>
|
967
|
-
<line-breakpoint enabled="true" type="ruby-line">
|
968
|
-
<url>file://$PROJECT_DIR$/lib/leap_salesforce/generator/soql_objects.rb</url>
|
969
|
-
<line>46</line>
|
970
|
-
<option name="timeStamp" value="14" />
|
971
|
-
</line-breakpoint>
|
972
|
-
<line-breakpoint enabled="true" type="ruby-line">
|
973
|
-
<url>file://$PROJECT_DIR$/lib/leap_salesforce/generator/soql_objects.rb</url>
|
974
|
-
<line>57</line>
|
975
|
-
<option name="timeStamp" value="16" />
|
976
|
-
</line-breakpoint>
|
977
|
-
</breakpoints>
|
978
|
-
</breakpoint-manager>
|
979
|
-
</component>
|
980
|
-
<component name="com.intellij.coverage.CoverageDataManagerImpl">
|
981
|
-
<SUITE FILE_PATH="coverage/leap_salesforce@LeapSalesforce_can_look_for_past_record__leap_salesforce.rcov" NAME="LeapSalesforce can look for past record: leap-salesforce Coverage Results" MODIFIED="1562721011718" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="leap-salesforce" />
|
982
|
-
<SUITE FILE_PATH="coverage/leap_salesforce@Picklists__leap_salesforce.rcov" NAME="Picklists: leap-salesforce Coverage Results" MODIFIED="1562818110363" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="leap-salesforce" />
|
983
|
-
<SUITE FILE_PATH="coverage/leap_salesforce@Limits_Storage___10MB_file_storage__leap_salesforce.rcov" NAME="Limits Storage > 10MB file storage: leap-salesforce Coverage Results" MODIFIED="1563148702668" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="leap-salesforce" />
|
984
|
-
<SUITE FILE_PATH="coverage/leap_salesforce@Creating_Record_can_be_done_step_by_step__leap_salesforce.rcov" NAME="Creating Record can be done step by step: leap-salesforce Coverage Results" MODIFIED="1562883407947" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="leap-salesforce" />
|
985
|
-
<SUITE FILE_PATH="coverage/leap_salesforce@Objects.rcov" NAME="Objects Coverage Results" MODIFIED="1563241997437" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="leap-salesforce" />
|
986
|
-
<SUITE FILE_PATH="coverage/leap_salesforce@LeapSalesforce_look_up_past_files__leap_salesforce.rcov" NAME="LeapSalesforce look up past files: leap-salesforce Coverage Results" MODIFIED="1562818666293" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="leap-salesforce" />
|
987
|
-
<SUITE FILE_PATH="coverage/leap_salesforce@Limits__leap_salesforce.rcov" NAME="Limits: leap-salesforce Coverage Results" MODIFIED="1562897516358" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="leap-salesforce" />
|
988
|
-
<SUITE FILE_PATH="coverage/leap_salesforce@Run_spec__limit_spec___leap_salesforce.rcov" NAME="Run spec 'limit_spec': leap-salesforce Coverage Results" MODIFIED="1563311077004" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="leap-salesforce" />
|
989
|
-
<SUITE FILE_PATH="coverage/leap_salesforce@LeapSalesforce__Users__leap_salesforce.rcov" NAME="LeapSalesforce::Users: leap-salesforce Coverage Results" MODIFIED="1563773946549" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="leap-salesforce" />
|
990
|
-
<SUITE FILE_PATH="coverage/leap_salesforce@test.rcov" NAME="test Coverage Results" MODIFIED="1562910147307" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$/logs" MODULE_NAME="leap-salesforce" />
|
991
|
-
<SUITE FILE_PATH="coverage/leap_salesforce@Creating_Record__leap_salesforce.rcov" NAME="Creating Record: leap-salesforce Coverage Results" MODIFIED="1563515925218" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="leap-salesforce" />
|
992
|
-
<SUITE FILE_PATH="coverage/leap_salesforce@Querying_users__leap_salesforce.rcov" NAME="Querying users: leap-salesforce Coverage Results" MODIFIED="1563821000355" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="leap-salesforce" />
|
993
|
-
<SUITE FILE_PATH="coverage/leap_salesforce@Limits_Storage___10MB_data_storage__leap_salesforce.rcov" NAME="Limits Storage > 10MB data storage: leap-salesforce Coverage Results" MODIFIED="1563148620701" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="leap-salesforce" />
|
994
|
-
<SUITE FILE_PATH="coverage/leap_salesforce@LeapSalesforce_can_query_a_record__leap_salesforce.rcov" NAME="LeapSalesforce can query a record: leap-salesforce Coverage Results" MODIFIED="1562726708431" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="leap-salesforce" />
|
995
|
-
<SUITE FILE_PATH="coverage/leap_salesforce@LeapSalesforce_uses_Fields_object__leap_salesforce.rcov" NAME="LeapSalesforce uses Fields object: leap-salesforce Coverage Results" MODIFIED="1562817673714" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="leap-salesforce" />
|
996
|
-
<SUITE FILE_PATH="coverage/leap_salesforce@LeapSalesforce_find_based_on_picklist__leap_salesforce.rcov" NAME="LeapSalesforce find based on picklist: leap-salesforce Coverage Results" MODIFIED="1562798343324" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="leap-salesforce" />
|
997
|
-
<SUITE FILE_PATH="coverage/leap_salesforce@Enums.rcov" NAME="Enums Coverage Results" MODIFIED="1562812370526" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="leap-salesforce" />
|
998
|
-
<SUITE FILE_PATH="coverage/leap_salesforce@Run_spec__leapsf_spec___leap_salesforce.rcov" NAME="Run spec 'leapsf_spec': leap-salesforce Coverage Results" MODIFIED="1562648673951" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="leap-salesforce" />
|
999
|
-
<SUITE FILE_PATH="coverage/leap_salesforce@Creating_Record_can_be_done_through_factory__leap_salesforce.rcov" NAME="Creating Record can be done through factory: leap-salesforce Coverage Results" MODIFIED="1563246893027" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="leap-salesforce" />
|
1000
|
-
<SUITE FILE_PATH="coverage/leap_salesforce@LeapSalesforce_can_delete_records__leap_salesforce.rcov" NAME="LeapSalesforce can delete records: leap-salesforce Coverage Results" MODIFIED="1562721599656" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="rcov" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" MODULE_NAME="leap-salesforce" />
|
1001
|
-
</component>
|
1002
|
-
<component name="editorHistoryManager">
|
1003
|
-
<entry file="file://$PROJECT_DIR$/tmp/init/Gemfile.lock" />
|
1004
|
-
<entry file="file://$PROJECT_DIR$/config/credentials/salesforce_oauth2.yml">
|
1005
|
-
<provider selected="true" editor-type-id="text-editor">
|
1006
|
-
<state relative-caret-position="90">
|
1007
|
-
<caret line="5" column="24" selection-start-line="5" selection-start-column="11" selection-end-line="5" selection-end-column="24" />
|
1008
|
-
</state>
|
1009
|
-
</provider>
|
1010
|
-
</entry>
|
1011
|
-
<entry file="file://$PROJECT_DIR$/tmp/init/logs/traffic_2019-07-23_16_07_36.log" />
|
1012
|
-
<entry file="file://$PROJECT_DIR$/tmp/init/spec/crud_eg_spec.rb" />
|
1013
|
-
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce/generator/templates/spec/crud_eg_spec.rb.erb">
|
1014
|
-
<provider selected="true" editor-type-id="text-editor">
|
1015
|
-
<state relative-caret-position="288">
|
1016
|
-
<caret line="16" column="5" selection-start-line="16" selection-start-column="5" selection-end-line="16" selection-end-column="5" />
|
1017
|
-
</state>
|
1018
|
-
</provider>
|
1019
|
-
</entry>
|
1020
|
-
<entry file="file://$PROJECT_DIR$/Rakefile">
|
1021
|
-
<provider selected="true" editor-type-id="text-editor">
|
1022
|
-
<state relative-caret-position="270">
|
1023
|
-
<caret line="15" selection-start-line="14" selection-start-column="25" selection-end-line="15" />
|
1024
|
-
</state>
|
1025
|
-
</provider>
|
1026
|
-
</entry>
|
1027
|
-
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce/generator/templates/spec/limit_spec.rb.erb">
|
1028
|
-
<provider selected="true" editor-type-id="text-editor">
|
1029
|
-
<state relative-caret-position="18">
|
1030
|
-
<caret line="1" column="110" selection-start-line="1" selection-start-column="110" selection-end-line="1" selection-end-column="110" />
|
1031
|
-
</state>
|
1032
|
-
</provider>
|
1033
|
-
</entry>
|
1034
|
-
<entry file="file://$PROJECT_DIR$/.gitlab-ci.yml">
|
1035
|
-
<provider selected="true" editor-type-id="text-editor">
|
1036
|
-
<state relative-caret-position="182">
|
1037
|
-
<caret line="19" column="48" selection-start-line="19" selection-start-column="48" selection-end-line="19" selection-end-column="48" />
|
1038
|
-
</state>
|
1039
|
-
</provider>
|
1040
|
-
</entry>
|
1041
|
-
<entry file="file://$APPLICATION_HOME_DIR$/rubystubs26/regexp.rb">
|
1042
|
-
<provider selected="true" editor-type-id="text-editor" />
|
1043
|
-
</entry>
|
1044
|
-
<entry file="file://$APPLICATION_HOME_DIR$/rubystubs26/readline.rb">
|
1045
|
-
<provider selected="true" editor-type-id="text-editor">
|
1046
|
-
<state relative-caret-position="-3726" />
|
1047
|
-
</provider>
|
1048
|
-
</entry>
|
1049
|
-
<entry file="file://$USER_HOME$/.rvm/gems/ruby-2.6.0/gems/colorize-0.8.1/lib/colorize/instance_methods.rb">
|
1050
|
-
<provider selected="true" editor-type-id="text-editor">
|
1051
|
-
<state relative-caret-position="224">
|
1052
|
-
<caret line="18" column="8" selection-start-line="18" selection-start-column="8" selection-end-line="18" selection-end-column="8" />
|
1053
|
-
</state>
|
1054
|
-
</provider>
|
1055
|
-
</entry>
|
1056
|
-
<entry file="file://$PROJECT_DIR$/Gemfile.lock">
|
1057
|
-
<provider selected="true" editor-type-id="text-editor" />
|
1058
|
-
</entry>
|
1059
|
-
<entry file="file://$APPLICATION_HOME_DIR$/rubystubs26/io.rb">
|
1060
|
-
<provider selected="true" editor-type-id="text-editor">
|
1061
|
-
<state relative-caret-position="-12378">
|
1062
|
-
<caret line="434" column="25" lean-forward="true" selection-start-line="434" selection-start-column="25" selection-end-line="434" selection-end-column="25" />
|
1063
|
-
</state>
|
1064
|
-
</provider>
|
1065
|
-
</entry>
|
1066
|
-
<entry file="file://$USER_HOME$/.rvm/gems/ruby-2.6.0/gems/soaspec-0.2.26/lib/soaspec/exchange_handlers/rest_parameters.rb">
|
1067
|
-
<provider selected="true" editor-type-id="text-editor">
|
1068
|
-
<state relative-caret-position="150">
|
1069
|
-
<caret line="68" column="8" selection-start-line="68" selection-start-column="8" selection-end-line="68" selection-end-column="8" />
|
1070
|
-
</state>
|
1071
|
-
</provider>
|
1072
|
-
</entry>
|
1073
|
-
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce.rb">
|
1074
|
-
<provider selected="true" editor-type-id="text-editor">
|
1075
|
-
<state relative-caret-position="162">
|
1076
|
-
<caret line="15" column="30" selection-start-line="15" selection-start-column="30" selection-end-line="15" selection-end-column="30" />
|
1077
|
-
</state>
|
1078
|
-
</provider>
|
1079
|
-
</entry>
|
1080
|
-
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce/error.rb">
|
1081
|
-
<provider selected="true" editor-type-id="text-editor">
|
1082
|
-
<state relative-caret-position="18">
|
1083
|
-
<caret line="1" column="40" selection-start-line="1" selection-start-column="40" selection-end-line="1" selection-end-column="40" />
|
1084
|
-
</state>
|
1085
|
-
</provider>
|
1086
|
-
</entry>
|
1087
|
-
<entry file="file://$PROJECT_DIR$/logs/traffic_2019-07-23_15_42_17.log">
|
1088
|
-
<provider selected="true" editor-type-id="LogFileEditorProvider" />
|
1089
|
-
</entry>
|
1090
|
-
<entry file="file://$PROJECT_DIR$/exe/leap_salesforce">
|
1091
|
-
<provider selected="true" editor-type-id="text-editor">
|
1092
|
-
<state relative-caret-position="666">
|
1093
|
-
<caret line="37" column="104" selection-start-line="37" selection-start-column="104" selection-end-line="37" selection-end-column="104" />
|
1094
|
-
</state>
|
1095
|
-
</provider>
|
1096
|
-
</entry>
|
1097
|
-
<entry file="file://$PROJECT_DIR$/spec/integration/picklists_spec.rb">
|
1098
|
-
<provider selected="true" editor-type-id="text-editor" />
|
1099
|
-
</entry>
|
1100
|
-
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce/users/user.rb">
|
1101
|
-
<provider selected="true" editor-type-id="text-editor">
|
1102
|
-
<state relative-caret-position="148">
|
1103
|
-
<caret line="9" column="16" selection-start-line="9" selection-start-column="16" selection-end-line="9" selection-end-column="16" />
|
1104
|
-
</state>
|
1105
|
-
</provider>
|
1106
|
-
</entry>
|
1107
|
-
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce/generator/templates/config/credentials/salesforce_oauth2.yml.erb">
|
1108
|
-
<provider selected="true" editor-type-id="text-editor">
|
1109
|
-
<state relative-caret-position="18">
|
1110
|
-
<caret line="1" column="35" selection-start-line="1" selection-start-column="35" selection-end-line="1" selection-end-column="35" />
|
1111
|
-
</state>
|
1112
|
-
</provider>
|
1113
|
-
</entry>
|
1114
|
-
<entry file="file://$USER_HOME$/.rvm/gems/ruby-2.6.0/gems/soaspec-0.2.26/lib/soaspec/not_found_errors.rb">
|
1115
|
-
<provider selected="true" editor-type-id="text-editor">
|
1116
|
-
<state relative-caret-position="18">
|
1117
|
-
<caret line="1" column="21" selection-start-line="1" selection-start-column="6" selection-end-line="1" selection-end-column="21" />
|
1118
|
-
</state>
|
1119
|
-
</provider>
|
1120
|
-
</entry>
|
1121
|
-
<entry file="file://$USER_HOME$/.rvm/gems/ruby-2.6.0/gems/soaspec-0.2.26/lib/soaspec/o_auth2.rb">
|
1122
|
-
<provider selected="true" editor-type-id="text-editor">
|
1123
|
-
<state relative-caret-position="148">
|
1124
|
-
<caret line="54" column="8" selection-start-line="54" selection-start-column="8" selection-end-line="54" selection-end-column="8" />
|
1125
|
-
</state>
|
1126
|
-
</provider>
|
1127
|
-
</entry>
|
1128
|
-
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce/generator/generator.rb">
|
1129
|
-
<provider selected="true" editor-type-id="text-editor">
|
1130
|
-
<state relative-caret-position="432">
|
1131
|
-
<caret line="24" column="63" selection-start-line="24" selection-start-column="11" selection-end-line="24" selection-end-column="63" />
|
1132
|
-
</state>
|
1133
|
-
</provider>
|
1134
|
-
</entry>
|
1135
|
-
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce/generator/exe_helpers.rb">
|
1136
|
-
<provider selected="true" editor-type-id="text-editor">
|
1137
|
-
<state relative-caret-position="828">
|
1138
|
-
<caret line="46" column="24" selection-start-line="46" selection-start-column="24" selection-end-line="46" selection-end-column="24" />
|
1139
|
-
</state>
|
1140
|
-
</provider>
|
1141
|
-
</entry>
|
1142
|
-
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce/generator/templates/.leap_salesforce.yml.erb">
|
1143
|
-
<provider selected="true" editor-type-id="text-editor">
|
1144
|
-
<state>
|
1145
|
-
<caret column="32" selection-start-column="32" selection-end-column="32" />
|
1146
|
-
</state>
|
1147
|
-
</provider>
|
1148
|
-
</entry>
|
1149
|
-
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce/soql_data/soql_handler.rb">
|
1150
|
-
<provider selected="true" editor-type-id="text-editor">
|
1151
|
-
<state relative-caret-position="162">
|
1152
|
-
<caret line="9" column="32" selection-start-line="9" selection-start-column="9" selection-end-line="9" selection-end-column="38" />
|
1153
|
-
</state>
|
1154
|
-
</provider>
|
1155
|
-
</entry>
|
1156
|
-
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce/parameters.rb">
|
1157
|
-
<provider selected="true" editor-type-id="text-editor">
|
1158
|
-
<state relative-caret-position="576">
|
1159
|
-
<caret line="32" column="7" selection-start-line="32" selection-start-column="7" selection-end-line="32" selection-end-column="7" />
|
1160
|
-
</state>
|
1161
|
-
</provider>
|
1162
|
-
</entry>
|
1163
|
-
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce/generator/templates/config/general.rb.erb">
|
1164
|
-
<provider selected="true" editor-type-id="text-editor">
|
1165
|
-
<state relative-caret-position="72">
|
1166
|
-
<caret line="4" column="73" selection-start-line="4" selection-start-column="73" selection-end-line="4" selection-end-column="73" />
|
1167
|
-
</state>
|
1168
|
-
</provider>
|
1169
|
-
</entry>
|
1170
|
-
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce/generator/templates/spec/picklists_spec.rb.erb">
|
1171
|
-
<provider selected="true" editor-type-id="text-editor">
|
1172
|
-
<state relative-caret-position="36">
|
1173
|
-
<caret line="2" column="26" selection-start-line="2" selection-start-column="26" selection-end-line="2" selection-end-column="26" />
|
1174
|
-
</state>
|
1175
|
-
</provider>
|
1176
|
-
</entry>
|
1177
|
-
<entry file="file://$PROJECT_DIR$/README.md">
|
1178
|
-
<provider selected="true" editor-type-id="split-provider[text-editor;MarkdownPreviewEditor]">
|
1179
|
-
<state split_layout="FIRST">
|
1180
|
-
<first_editor relative-caret-position="333">
|
1181
|
-
<caret line="34" selection-start-line="34" selection-end-line="34" />
|
1182
|
-
</first_editor>
|
1183
|
-
<second_editor>
|
1184
|
-
<markdownNavigatorState />
|
1185
|
-
</second_editor>
|
1186
|
-
</state>
|
1187
|
-
</provider>
|
1188
|
-
</entry>
|
1189
|
-
<entry file="file://$PROJECT_DIR$/leap_salesforce.gemspec">
|
1190
|
-
<provider selected="true" editor-type-id="text-editor">
|
1191
|
-
<state relative-caret-position="247">
|
1192
|
-
<caret line="36" column="31" selection-start-line="36" selection-start-column="31" selection-end-line="36" selection-end-column="31" />
|
1193
|
-
</state>
|
1194
|
-
</provider>
|
1195
|
-
</entry>
|
1196
|
-
<entry file="file://$APPLICATION_HOME_DIR$/rubystubs26/string.rb">
|
1197
|
-
<provider selected="true" editor-type-id="text-editor">
|
1198
|
-
<state relative-caret-position="418">
|
1199
|
-
<caret line="1673" column="8" selection-start-line="1673" selection-start-column="8" selection-end-line="1673" selection-end-column="8" />
|
1200
|
-
</state>
|
1201
|
-
</provider>
|
1202
|
-
</entry>
|
1203
|
-
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce/generator/templates/soql_object_field_names.rb.erb">
|
1204
|
-
<provider selected="true" editor-type-id="text-editor" />
|
1205
|
-
</entry>
|
1206
|
-
<entry file="file://$PROJECT_DIR$/spec/support/metadata/enum/contact/lead_source.rb">
|
1207
|
-
<provider selected="true" editor-type-id="text-editor">
|
1208
|
-
<state relative-caret-position="252">
|
1209
|
-
<caret line="26" column="13" selection-start-line="26" selection-start-column="13" selection-end-line="26" selection-end-column="14" />
|
1210
|
-
</state>
|
1211
|
-
</provider>
|
1212
|
-
</entry>
|
1213
|
-
<entry file="file://$PROJECT_DIR$/spec/support/metadata/enum/account/account_rating.rb">
|
1214
|
-
<provider selected="true" editor-type-id="text-editor">
|
1215
|
-
<state relative-caret-position="108">
|
1216
|
-
<caret line="6" selection-start-line="6" selection-end-line="6" />
|
1217
|
-
</state>
|
1218
|
-
</provider>
|
1219
|
-
</entry>
|
1220
|
-
<entry file="file://$PROJECT_DIR$/spec/support/metadata/enum/account/billing_geocode_accuracy.rb">
|
1221
|
-
<provider selected="true" editor-type-id="text-editor" />
|
1222
|
-
</entry>
|
1223
|
-
<entry file="file://$PROJECT_DIR$/spec/support/metadata/enum/account/account_type.rb">
|
1224
|
-
<provider selected="true" editor-type-id="text-editor" />
|
1225
|
-
</entry>
|
1226
|
-
<entry file="file://$PROJECT_DIR$/spec/support/metadata/enum/document/publish_status.rb">
|
1227
|
-
<provider selected="true" editor-type-id="text-editor">
|
1228
|
-
<state relative-caret-position="162">
|
1229
|
-
<caret line="21" column="13" lean-forward="true" selection-start-line="21" selection-start-column="13" selection-end-line="21" selection-end-column="13" />
|
1230
|
-
</state>
|
1231
|
-
</provider>
|
1232
|
-
</entry>
|
1233
|
-
<entry file="file://$USER_HOME$/.rvm/gems/ruby-2.6.0/gems/topoisomerase-0.1.3/lib/topoisomerase/core_ext/string.rb">
|
1234
|
-
<provider selected="true" editor-type-id="text-editor">
|
1235
|
-
<state relative-caret-position="54">
|
1236
|
-
<caret line="3" column="6" selection-start-line="3" selection-start-column="6" selection-end-line="3" selection-end-column="6" />
|
1237
|
-
</state>
|
1238
|
-
</provider>
|
1239
|
-
</entry>
|
1240
|
-
<entry file="file://$USER_HOME$/.rvm/gems/ruby-2.6.0/gems/activesupport-5.2.3/lib/active_support/core_ext/string/inflections.rb">
|
1241
|
-
<provider selected="true" editor-type-id="text-editor">
|
1242
|
-
<state relative-caret-position="256">
|
1243
|
-
<caret line="90" column="6" selection-start-line="90" selection-start-column="6" selection-end-line="90" selection-end-column="6" />
|
1244
|
-
</state>
|
1245
|
-
</provider>
|
1246
|
-
</entry>
|
1247
|
-
<entry file="file://$USER_HOME$/.rvm/gems/ruby-2.6.0/gems/activesupport-5.2.3/lib/active_support/core_ext/string.rb">
|
1248
|
-
<provider selected="true" editor-type-id="text-editor" />
|
1249
|
-
</entry>
|
1250
|
-
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce/version.rb">
|
1251
|
-
<provider selected="true" editor-type-id="text-editor">
|
1252
|
-
<state relative-caret-position="54">
|
1253
|
-
<caret line="3" column="18" selection-start-line="3" selection-start-column="18" selection-end-line="3" selection-end-column="18" />
|
1254
|
-
</state>
|
1255
|
-
</provider>
|
1256
|
-
</entry>
|
1257
|
-
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce/generator/soql_enums.rb">
|
1258
|
-
<provider selected="true" editor-type-id="text-editor">
|
1259
|
-
<state relative-caret-position="594">
|
1260
|
-
<caret line="33" column="47" selection-start-line="33" selection-start-column="47" selection-end-line="33" selection-end-column="47" />
|
1261
|
-
</state>
|
1262
|
-
</provider>
|
1263
|
-
</entry>
|
1264
|
-
<entry file="file://$PROJECT_DIR$/spec/integration/query_spec.rb">
|
1265
|
-
<provider selected="true" editor-type-id="text-editor">
|
1266
|
-
<state relative-caret-position="252">
|
1267
|
-
<caret line="14" column="65" selection-start-line="14" selection-start-column="65" selection-end-line="14" selection-end-column="65" />
|
1268
|
-
</state>
|
1269
|
-
</provider>
|
1270
|
-
</entry>
|
1271
|
-
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce/generator/templates/factory.rb.erb">
|
1272
|
-
<provider selected="true" editor-type-id="text-editor" />
|
1273
|
-
</entry>
|
1274
|
-
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce/generator/templates/soql_object.rb.erb">
|
1275
|
-
<provider selected="true" editor-type-id="text-editor" />
|
1276
|
-
</entry>
|
1277
|
-
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce/generator/templates/picklist.rb.erb">
|
1278
|
-
<provider selected="true" editor-type-id="text-editor">
|
1279
|
-
<state relative-caret-position="90">
|
1280
|
-
<caret line="5" column="23" selection-start-line="5" selection-start-column="14" selection-end-line="5" selection-end-column="23" />
|
1281
|
-
</state>
|
1282
|
-
</provider>
|
1283
|
-
</entry>
|
1284
|
-
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce/ext/string.rb">
|
1285
|
-
<provider selected="true" editor-type-id="text-editor">
|
1286
|
-
<state relative-caret-position="158">
|
1287
|
-
<caret line="19" column="41" selection-start-line="19" selection-start-column="41" selection-end-line="19" selection-end-column="41" />
|
1288
|
-
</state>
|
1289
|
-
</provider>
|
1290
|
-
</entry>
|
1291
|
-
<entry file="file://$PROJECT_DIR$/spec/unit/ext/string_spec.rb">
|
1292
|
-
<provider selected="true" editor-type-id="text-editor">
|
1293
|
-
<state relative-caret-position="270">
|
1294
|
-
<caret line="42" column="36" selection-start-line="42" selection-start-column="36" selection-end-line="42" selection-end-column="36" />
|
1295
|
-
</state>
|
1296
|
-
</provider>
|
1297
|
-
</entry>
|
1298
|
-
<entry file="file://$PROJECT_DIR$/ChangeLog">
|
1299
|
-
<provider selected="true" editor-type-id="text-editor">
|
1300
|
-
<state relative-caret-position="36">
|
1301
|
-
<caret line="2" column="4" selection-start-line="2" selection-start-column="4" selection-end-line="3" selection-end-column="50" />
|
1302
|
-
</state>
|
1303
|
-
</provider>
|
1304
|
-
</entry>
|
1305
|
-
</component>
|
1306
|
-
</project>
|