leap_salesforce 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +0 -1
- data/.gitlab-ci.yml +22 -0
- data/.idea/.rakeTasks +7 -0
- data/.idea/leap-salesforce.iml +73 -83
- data/.idea/misc.xml +1 -0
- data/.idea/workspace.xml +563 -358
- data/.leap_salesforce.yml +2 -2
- data/ChangeLog +5 -0
- data/README.md +5 -1
- data/Rakefile +3 -3
- data/config/environments/prod.rb +4 -0
- data/config/general.rb +6 -0
- data/exe/leap_salesforce +54 -0
- data/leap_salesforce.gemspec +1 -2
- data/lib/leap_salesforce/ext/string.rb +6 -1
- data/lib/leap_salesforce/generator/default.rb +52 -0
- data/lib/leap_salesforce/generator/exe_helpers.rb +29 -0
- data/lib/leap_salesforce/generator/generator.rb +60 -0
- data/lib/leap_salesforce/generator/soql_enums.rb +4 -2
- data/lib/leap_salesforce/generator/soql_objects.rb +29 -44
- data/lib/leap_salesforce/generator/templates/.leap_salesforce.yml.erb +9 -0
- data/lib/leap_salesforce/generator/templates/.rspec.erb +3 -0
- data/lib/leap_salesforce/generator/templates/Gemfile.erb +4 -0
- data/lib/leap_salesforce/generator/templates/Rakefile.erb +8 -0
- data/lib/leap_salesforce/generator/templates/config/credentials/salesforce_oauth2.yml.erb +3 -0
- data/lib/leap_salesforce/generator/templates/config/environments/specific_file.rb.erb +4 -0
- data/lib/leap_salesforce/generator/templates/config/general.rb.erb +6 -0
- data/lib/leap_salesforce/generator/templates/factory.rb.erb +3 -3
- data/lib/leap_salesforce/generator/templates/soql_object.rb.erb +5 -5
- data/lib/leap_salesforce/generator/templates/soql_object_field_names.rb.erb +2 -2
- data/lib/leap_salesforce/generator/templates/spec/crud_eg_spec.rb.erb +24 -0
- data/lib/leap_salesforce/generator/templates/spec/limit_spec.rb.erb +14 -0
- data/lib/leap_salesforce/generator/templates/spec/spec_helper.rb.erb +5 -0
- data/lib/leap_salesforce/limits.rb +3 -2
- data/lib/leap_salesforce/parameters.rb +13 -1
- data/lib/leap_salesforce/rake/setup.rake +0 -2
- data/lib/leap_salesforce/soql_data/data_relationships.rb +4 -4
- data/lib/leap_salesforce/soql_data/soql_data.rb +2 -2
- data/lib/leap_salesforce/soql_data/soql_global_data.rb +2 -0
- data/lib/leap_salesforce/soql_data/soql_global_object_data.rb +13 -8
- data/lib/leap_salesforce/soql_object.rb +49 -0
- data/lib/leap_salesforce/users/user.rb +12 -0
- data/lib/leap_salesforce/users/users.rb +14 -4
- data/lib/leap_salesforce/version.rb +1 -1
- data/lib/leap_salesforce.rb +13 -3
- metadata +36 -33
- data/exe/leap-salesforce +0 -7
- data/lib/leap_salesforce/generator/default_fields.rb +0 -13
data/.idea/workspace.xml
CHANGED
@@ -1,19 +1,9 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<project version="4">
|
3
3
|
<component name="ChangeListManager">
|
4
|
-
<list default="true" id="f424890b-d4ed-4658-932d-3b4d11846a9f" name="Default Changelist" comment="
|
5
|
-
<change afterPath="$PROJECT_DIR
|
4
|
+
<list default="true" id="f424890b-d4ed-4658-932d-3b4d11846a9f" name="Default Changelist" comment="">
|
5
|
+
<change beforePath="$PROJECT_DIR$/.gitlab-ci.yml" beforeDir="false" afterPath="$PROJECT_DIR$/.gitlab-ci.yml" afterDir="false" />
|
6
6
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
7
|
-
<change beforePath="$PROJECT_DIR$/.leap_salesforce.yml" beforeDir="false" afterPath="$PROJECT_DIR$/.leap_salesforce.yml" afterDir="false" />
|
8
|
-
<change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
|
9
|
-
<change beforePath="$PROJECT_DIR$/exe/leap-salesforce" beforeDir="false" afterPath="$PROJECT_DIR$/exe/leap-salesforce" afterDir="false" />
|
10
|
-
<change beforePath="$PROJECT_DIR$/leap_salesforce.gemspec" beforeDir="false" afterPath="$PROJECT_DIR$/leap_salesforce.gemspec" afterDir="false" />
|
11
|
-
<change beforePath="$PROJECT_DIR$/lib/leap_salesforce/generator/soql_objects.rb" beforeDir="false" afterPath="$PROJECT_DIR$/lib/leap_salesforce/generator/soql_objects.rb" afterDir="false" />
|
12
|
-
<change beforePath="$PROJECT_DIR$/lib/leap_salesforce/generator/templates/factory.rb.erb" beforeDir="false" afterPath="$PROJECT_DIR$/lib/leap_salesforce/generator/templates/factory.rb.erb" afterDir="false" />
|
13
|
-
<change beforePath="$PROJECT_DIR$/lib/leap_salesforce/soql_data/soql_data.rb" beforeDir="false" afterPath="$PROJECT_DIR$/lib/leap_salesforce/soql_data/soql_data.rb" afterDir="false" />
|
14
|
-
<change beforePath="$PROJECT_DIR$/lib/leap_salesforce/soql_data/soql_global_object_data.rb" beforeDir="false" afterPath="$PROJECT_DIR$/lib/leap_salesforce/soql_data/soql_global_object_data.rb" afterDir="false" />
|
15
|
-
<change beforePath="$PROJECT_DIR$/spec/creating_spec.rb" beforeDir="false" afterPath="$PROJECT_DIR$/spec/creating_spec.rb" afterDir="false" />
|
16
|
-
<change beforePath="$PROJECT_DIR$/spec/leapsf_spec.rb" beforeDir="false" afterPath="$PROJECT_DIR$/spec/leapsf_spec.rb" afterDir="false" />
|
17
7
|
</list>
|
18
8
|
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
19
9
|
<option name="SHOW_DIALOG" value="false" />
|
@@ -24,116 +14,105 @@
|
|
24
14
|
<component name="FileEditorManager">
|
25
15
|
<leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
26
16
|
<file pinned="false" current-in-tab="false">
|
27
|
-
<entry file="file://$PROJECT_DIR$/
|
17
|
+
<entry file="file://$PROJECT_DIR$/exe/leap_salesforce">
|
28
18
|
<provider selected="true" editor-type-id="text-editor">
|
29
|
-
<state relative-caret-position="
|
30
|
-
<caret line="
|
19
|
+
<state relative-caret-position="261">
|
20
|
+
<caret line="33" column="15" lean-forward="true" selection-start-line="33" selection-start-column="15" selection-end-line="33" selection-end-column="15" />
|
31
21
|
</state>
|
32
22
|
</provider>
|
33
23
|
</entry>
|
34
24
|
</file>
|
35
25
|
<file pinned="false" current-in-tab="false">
|
36
|
-
<entry file="file://$PROJECT_DIR$/
|
37
|
-
<provider selected="true" editor-type-id="
|
38
|
-
<state relative-caret-position="
|
39
|
-
<caret line="
|
26
|
+
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce/generator/generator.rb">
|
27
|
+
<provider selected="true" editor-type-id="text-editor">
|
28
|
+
<state relative-caret-position="348">
|
29
|
+
<caret line="39" column="12" lean-forward="true" selection-start-line="39" selection-start-column="12" selection-end-line="39" selection-end-column="12" />
|
40
30
|
</state>
|
41
31
|
</provider>
|
42
32
|
</entry>
|
43
33
|
</file>
|
44
34
|
<file pinned="false" current-in-tab="false">
|
45
|
-
<entry file="file://$PROJECT_DIR$/
|
35
|
+
<entry file="file://$PROJECT_DIR$/tmp/init/logs/traffic_2019-07-23_16_07_36.log">
|
36
|
+
<provider selected="true" editor-type-id="LogFileEditorProvider">
|
37
|
+
<state relative-caret-position="-1474" />
|
38
|
+
</provider>
|
39
|
+
</entry>
|
40
|
+
</file>
|
41
|
+
<file pinned="false" current-in-tab="false">
|
42
|
+
<entry file="file://$PROJECT_DIR$/tmp/init/spec/crud_eg_spec.rb">
|
46
43
|
<provider selected="true" editor-type-id="text-editor">
|
47
|
-
<state relative-caret-position="
|
48
|
-
<caret line="
|
44
|
+
<state relative-caret-position="243">
|
45
|
+
<caret line="14" column="46" lean-forward="true" selection-start-line="14" selection-start-column="46" selection-end-line="14" selection-end-column="46" />
|
49
46
|
</state>
|
50
47
|
</provider>
|
51
48
|
</entry>
|
52
49
|
</file>
|
53
50
|
<file pinned="false" current-in-tab="false">
|
54
|
-
<entry file="file://$PROJECT_DIR$/
|
55
|
-
<provider selected="true" editor-type-id="text-editor"
|
51
|
+
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce/generator/templates/spec/crud_eg_spec.rb.erb">
|
52
|
+
<provider selected="true" editor-type-id="text-editor">
|
53
|
+
<state relative-caret-position="288">
|
54
|
+
<caret line="16" column="5" lean-forward="true" selection-start-line="16" selection-start-column="5" selection-end-line="16" selection-end-column="5" />
|
55
|
+
</state>
|
56
|
+
</provider>
|
56
57
|
</entry>
|
57
58
|
</file>
|
58
59
|
<file pinned="false" current-in-tab="false">
|
59
|
-
<entry file="file://$PROJECT_DIR$/
|
60
|
+
<entry file="file://$PROJECT_DIR$/Rakefile">
|
60
61
|
<provider selected="true" editor-type-id="text-editor">
|
61
|
-
<state relative-caret-position="
|
62
|
-
<caret line="
|
62
|
+
<state relative-caret-position="270">
|
63
|
+
<caret line="15" lean-forward="true" selection-start-line="14" selection-start-column="25" selection-end-line="15" />
|
63
64
|
</state>
|
64
65
|
</provider>
|
65
66
|
</entry>
|
66
67
|
</file>
|
67
68
|
<file pinned="false" current-in-tab="false">
|
68
|
-
<entry file="file://$PROJECT_DIR$/
|
69
|
-
<provider selected="true" editor-type-id="
|
69
|
+
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce/parameters.rb">
|
70
|
+
<provider selected="true" editor-type-id="text-editor">
|
71
|
+
<state relative-caret-position="132">
|
72
|
+
<caret line="13" column="23" lean-forward="true" selection-start-line="13" selection-start-column="23" selection-end-line="13" selection-end-column="23" />
|
73
|
+
</state>
|
74
|
+
</provider>
|
70
75
|
</entry>
|
71
76
|
</file>
|
72
77
|
<file pinned="false" current-in-tab="false">
|
73
|
-
<entry file="file://$PROJECT_DIR$/leap_salesforce.
|
78
|
+
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce.rb">
|
74
79
|
<provider selected="true" editor-type-id="text-editor">
|
75
|
-
<state relative-caret-position="
|
76
|
-
<caret line="
|
80
|
+
<state relative-caret-position="180">
|
81
|
+
<caret line="50" column="30" selection-start-line="50" selection-start-column="15" selection-end-line="50" selection-end-column="30" />
|
77
82
|
</state>
|
78
83
|
</provider>
|
79
84
|
</entry>
|
80
85
|
</file>
|
81
86
|
<file pinned="false" current-in-tab="true">
|
82
|
-
<entry file="file://$PROJECT_DIR
|
87
|
+
<entry file="file://$PROJECT_DIR$/.gitlab-ci.yml">
|
83
88
|
<provider selected="true" editor-type-id="text-editor">
|
84
|
-
<state relative-caret-position="
|
85
|
-
<caret line="
|
89
|
+
<state relative-caret-position="342">
|
90
|
+
<caret line="19" column="48" selection-start-line="19" selection-start-column="48" selection-end-line="19" selection-end-column="48" />
|
86
91
|
</state>
|
87
92
|
</provider>
|
88
93
|
</entry>
|
89
94
|
</file>
|
90
95
|
<file pinned="false" current-in-tab="false">
|
91
|
-
<entry file="file://$PROJECT_DIR$/
|
92
|
-
<provider selected="true" editor-type-id="
|
93
|
-
<state
|
94
|
-
<
|
95
|
-
<caret line="43" column="173" selection-start-line="43" selection-start-column="164" selection-end-line="43" selection-end-column="173" />
|
96
|
-
</first_editor>
|
97
|
-
<second_editor>
|
98
|
-
<markdownNavigatorState />
|
99
|
-
</second_editor>
|
96
|
+
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce/generator/templates/spec/limit_spec.rb.erb">
|
97
|
+
<provider selected="true" editor-type-id="text-editor">
|
98
|
+
<state relative-caret-position="18">
|
99
|
+
<caret line="1" column="110" selection-start-line="1" selection-start-column="110" selection-end-line="1" selection-end-column="110" />
|
100
100
|
</state>
|
101
101
|
</provider>
|
102
102
|
</entry>
|
103
103
|
</file>
|
104
|
-
<file pinned="false" current-in-tab="false">
|
105
|
-
<entry file="file://$PROJECT_DIR$/spec/support/factories/account.rb">
|
106
|
-
<provider selected="true" editor-type-id="text-editor" />
|
107
|
-
</entry>
|
108
|
-
</file>
|
109
104
|
</leaf>
|
110
105
|
</component>
|
111
106
|
<component name="FileTemplateManagerImpl">
|
112
107
|
<option name="RECENT_TEMPLATES">
|
113
108
|
<list>
|
114
|
-
<option value="Ruby Class" />
|
115
109
|
<option value="Ruby Module" />
|
110
|
+
<option value="Ruby Class" />
|
116
111
|
</list>
|
117
112
|
</option>
|
118
113
|
</component>
|
119
114
|
<component name="FindInProjectRecents">
|
120
115
|
<findStrings>
|
121
|
-
<find>Test</find>
|
122
|
-
<find>Z</find>
|
123
|
-
<find>T</find>
|
124
|
-
<find>TODO</find>
|
125
|
-
<find>Test.</find>
|
126
|
-
<find>api_user</find>
|
127
|
-
<find>api_username</find>
|
128
|
-
<find>@table_nam</find>
|
129
|
-
<find>soaspec</find>
|
130
|
-
<find>access_token</find>
|
131
|
-
<find>API_VER</find>
|
132
|
-
<find>nori</find>
|
133
|
-
<find>values</find>
|
134
|
-
<find>bos</find>
|
135
|
-
<find>@table_name</find>
|
136
|
-
<find>soql_object_name</find>
|
137
116
|
<find>const_</find>
|
138
117
|
<find>template</find>
|
139
118
|
<find>.leap</find>
|
@@ -148,10 +127,27 @@
|
|
148
127
|
<find>name</find>
|
149
128
|
<find>samuel-garratt</find>
|
150
129
|
<find>iqa</find>
|
130
|
+
<find>describe</find>
|
131
|
+
<find>len</find>
|
132
|
+
<find>rel</find>
|
133
|
+
<find>sna</find>
|
134
|
+
<find>soaspec</find>
|
135
|
+
<find>@class</find>
|
136
|
+
<find>lead</find>
|
137
|
+
<find>contact</find>
|
138
|
+
<find>api_user</find>
|
139
|
+
<find>StTest</find>
|
140
|
+
<find>SfTest</find>
|
141
|
+
<find>Sf</find>
|
142
|
+
<find>environm</find>
|
143
|
+
<find>get</find>
|
144
|
+
<find>leap</find>
|
145
|
+
<find>CREDENTIAL_FILE</find>
|
151
146
|
</findStrings>
|
152
147
|
<replaceStrings>
|
153
148
|
<replace>leap-salesforce</replace>
|
154
149
|
<replace>leap-dojo</replace>
|
150
|
+
<replace>@contact</replace>
|
155
151
|
</replaceStrings>
|
156
152
|
<dirStrings>
|
157
153
|
<dir>$PROJECT_DIR$</dir>
|
@@ -164,57 +160,57 @@
|
|
164
160
|
<component name="IdeDocumentHistory">
|
165
161
|
<option name="CHANGED_PATHS">
|
166
162
|
<list>
|
167
|
-
<option value="$PROJECT_DIR$/lib/leap_salesforce/users/users.rb" />
|
168
|
-
<option value="$PROJECT_DIR$/lib/leap_salesforce/rake.rb" />
|
169
|
-
<option value="$PROJECT_DIR$/LICENSE.txt" />
|
170
|
-
<option value="$PROJECT_DIR$/exe/leap-salesforce" />
|
171
|
-
<option value="$PROJECT_DIR$/spec/support/metadata/enum/user/email_encoding.rb" />
|
172
|
-
<option value="$PROJECT_DIR$/.leap_salesforce" />
|
173
|
-
<option value="$PROJECT_DIR$/spec/support/soql_data/contact.rb" />
|
174
|
-
<option value="$PROJECT_DIR$/spec/support/soql_data/case.rb" />
|
175
|
-
<option value="$PROJECT_DIR$/lib/leap_salesforce/rake/soql_object_template.rb.erb" />
|
176
|
-
<option value="$PROJECT_DIR$/spec/support/soql_data/document.rb" />
|
177
|
-
<option value="$PROJECT_DIR$/spec/support/soql_data/user.rb" />
|
178
|
-
<option value="$PROJECT_DIR$/lib/leap_salesforce/rake/templates/soql_object.rb.erb" />
|
179
|
-
<option value="$PROJECT_DIR$/spec/support/soql_data/case_field_names.rb" />
|
180
|
-
<option value="$PROJECT_DIR$/spec/picklists_spec.rb" />
|
181
|
-
<option value="$PROJECT_DIR$/Rakefile" />
|
182
|
-
<option value="$PROJECT_DIR$/.gitignore" />
|
183
|
-
<option value="$PROJECT_DIR$/spec/support/metadata/enum/case/case_type.rb" />
|
184
|
-
<option value="$PROJECT_DIR$/CODE_OF_CONDUCT.md" />
|
185
|
-
<option value="$PROJECT_DIR$/spec/spec_helper.rb" />
|
186
|
-
<option value="$PROJECT_DIR$/lib/leap_salesforce/users/user.rb" />
|
187
|
-
<option value="$PROJECT_DIR$/bin/console" />
|
188
|
-
<option value="$PROJECT_DIR$/lib/leap_salesforce/soql_data/soql_object_describe.rb" />
|
189
|
-
<option value="$PROJECT_DIR$/logs/first_name.json" />
|
190
|
-
<option value="$PROJECT_DIR$/config/environments/uat.rb" />
|
191
|
-
<option value="$PROJECT_DIR$/config/general.rb" />
|
192
|
-
<option value="$PROJECT_DIR$/lib/leap_salesforce/parameters.rb" />
|
193
|
-
<option value="$PROJECT_DIR$/lib/leap_salesforce/rake/templates/soql_object_field_names.rb.erb" />
|
194
|
-
<option value="$PROJECT_DIR$/lib/leap_salesforce/factories/case.rb.erb" />
|
195
|
-
<option value="$PROJECT_DIR$/logs/test.rb" />
|
196
|
-
<option value="$PROJECT_DIR$/lib/leap_salesforce/rake/setup.rake" />
|
197
|
-
<option value="$PROJECT_DIR$/lib/leap_salesforce/generator/templates/soql_object_field_names.rb.erb" />
|
198
|
-
<option value="$PROJECT_DIR$/lib/leap_salesforce.rb" />
|
199
|
-
<option value="$PROJECT_DIR$/spec/support/factories/user_field_names.rb" />
|
200
|
-
<option value="$PROJECT_DIR$/lib/leap_salesforce/ext/string.rb" />
|
201
|
-
<option value="$PROJECT_DIR$/lib/leap_salesforce/soql_data/soql_settings.rb" />
|
202
|
-
<option value="$PROJECT_DIR$/lib/leap_salesforce/generator/soql_enums.rb" />
|
203
|
-
<option value="$PROJECT_DIR$/lib/leap_salesforce/soql_data/soql_handler.rb" />
|
204
|
-
<option value="$PROJECT_DIR$/spec/support/soql_data/role.rb" />
|
205
163
|
<option value="$PROJECT_DIR$/lib/leap_salesforce/limits.rb" />
|
206
|
-
<option value="$PROJECT_DIR$/
|
207
|
-
<option value="$PROJECT_DIR$/lib/leap_salesforce/generator/
|
208
|
-
<option value="$PROJECT_DIR$/spec/
|
209
|
-
<option value="$PROJECT_DIR$/
|
210
|
-
<option value="$PROJECT_DIR$/lib/leap_salesforce/
|
211
|
-
<option value="$PROJECT_DIR$/
|
164
|
+
<option value="$PROJECT_DIR$/lib/leap_salesforce/soql_object.rb" />
|
165
|
+
<option value="$PROJECT_DIR$/lib/leap_salesforce/generator/soql_enums.rb" />
|
166
|
+
<option value="$PROJECT_DIR$/spec/unit/soql_objects_spec.rb" />
|
167
|
+
<option value="$PROJECT_DIR$/ChangeLog" />
|
168
|
+
<option value="$PROJECT_DIR$/lib/leap_salesforce/parameters.rb" />
|
169
|
+
<option value="$PROJECT_DIR$/config/credentials/salesforce_oauth2.yml" />
|
212
170
|
<option value="$PROJECT_DIR$/.leap_salesforce.yml" />
|
213
|
-
<option value="$PROJECT_DIR$/
|
214
|
-
<option value="$PROJECT_DIR$/
|
171
|
+
<option value="$PROJECT_DIR$/lib/leap_salesforce/ext/string.rb" />
|
172
|
+
<option value="$PROJECT_DIR$/spec/integration/creating_spec.rb" />
|
173
|
+
<option value="$PROJECT_DIR$/spec/integration/limit_spec.rb" />
|
174
|
+
<option value="$PROJECT_DIR$/.gitignore" />
|
175
|
+
<option value="$PROJECT_DIR$/config/general.rb" />
|
176
|
+
<option value="$PROJECT_DIR$/lib/leap_salesforce/users/user.rb" />
|
177
|
+
<option value="$PROJECT_DIR$/lib/leap_salesforce/users/users.rb" />
|
178
|
+
<option value="$PROJECT_DIR$/spec/unit/users_spec.rb" />
|
215
179
|
<option value="$PROJECT_DIR$/README.md" />
|
180
|
+
<option value="$PROJECT_DIR$/lib/leap_salesforce/generator/templates/Gemfile.erb" />
|
181
|
+
<option value="$PROJECT_DIR$/lib/leap_salesforce/generator/soql_objects.rb" />
|
182
|
+
<option value="$PROJECT_DIR$/lib/leap_salesforce/generator/templates/Rakefile.erb" />
|
183
|
+
<option value="$PROJECT_DIR$/config/environments/prod_t.rb" />
|
184
|
+
<option value="$PROJECT_DIR$/config/environments/prod.rb" />
|
185
|
+
<option value="$PROJECT_DIR$/lib/leap_salesforce/version.rb" />
|
186
|
+
<option value="$PROJECT_DIR$/lib/leap_salesforce/generator/templates/.leap_salesforce.yml.erb" />
|
187
|
+
<option value="$PROJECT_DIR$/lib/leap_salesforce/generator/templates/credentials/salesforce_oauth2.yml" />
|
188
|
+
<option value="$PROJECT_DIR$/lib/leap_salesforce/generator/templates/config/general.rb" />
|
189
|
+
<option value="$PROJECT_DIR$/lib/leap_salesforce/generator/templates/config/environments/specific_file.rb.erb" />
|
190
|
+
<option value="$PROJECT_DIR$/tmp/config/general.rb" />
|
191
|
+
<option value="$PROJECT_DIR$/lib/leap_salesforce/generator/templates/config/general.rb.erb" />
|
192
|
+
<option value="$PROJECT_DIR$/tmp/spec/limit_spec.rb" />
|
193
|
+
<option value="$PROJECT_DIR$/lib/leap_salesforce.rb" />
|
194
|
+
<option value="$PROJECT_DIR$/lib/leap_salesforce/generator/templates/spec/spec_helper.rb" />
|
195
|
+
<option value="$PROJECT_DIR$/lib/leap_salesforce/generator/templates/spec/spec_helper.rb.erb" />
|
196
|
+
<option value="$PROJECT_DIR$/lib/leap_salesforce/generator/exe_helpers.rb" />
|
197
|
+
<option value="$PROJECT_DIR$/exe/leap-salesforce" />
|
198
|
+
<option value="$PROJECT_DIR$/spec/spec_helper.rb" />
|
216
199
|
<option value="$PROJECT_DIR$/leap_salesforce.gemspec" />
|
217
|
-
<option value="$PROJECT_DIR$/spec/
|
200
|
+
<option value="$PROJECT_DIR$/spec/exe/init_spec.rb" />
|
201
|
+
<option value="$PROJECT_DIR$/lib/leap_salesforce/generator/templates/spec/limit_spec.rb.erb" />
|
202
|
+
<option value="$PROJECT_DIR$/spec/integration/query_spec.rb" />
|
203
|
+
<option value="$PROJECT_DIR$/lib/leap_salesforce/soql_data/soql_global_object_data.rb" />
|
204
|
+
<option value="$PROJECT_DIR$/lib/leap_salesforce/soql_data/soql_data.rb" />
|
205
|
+
<option value="$PROJECT_DIR$/lib/leap_salesforce/soql_data/data_relationships.rb" />
|
206
|
+
<option value="$PROJECT_DIR$/lib/leap_salesforce/generator/templates/spec/crud_eg_spec.rb" />
|
207
|
+
<option value="$PROJECT_DIR$/exe/leap_salesforce" />
|
208
|
+
<option value="$PROJECT_DIR$/lib/leap_salesforce/generator/generator.rb" />
|
209
|
+
<option value="$PROJECT_DIR$/tmp/init/Gemfile.lock" />
|
210
|
+
<option value="$PROJECT_DIR$/tmp/init/spec/crud_eg_spec.rb" />
|
211
|
+
<option value="$PROJECT_DIR$/lib/leap_salesforce/generator/templates/spec/crud_eg_spec.rb.erb" />
|
212
|
+
<option value="$PROJECT_DIR$/Rakefile" />
|
213
|
+
<option value="$PROJECT_DIR$/.gitlab-ci.yml" />
|
218
214
|
</list>
|
219
215
|
</option>
|
220
216
|
</component>
|
@@ -228,18 +224,18 @@
|
|
228
224
|
<foldersAlwaysOnTop value="true" />
|
229
225
|
</navigator>
|
230
226
|
<panes>
|
227
|
+
<pane id="Scope" />
|
231
228
|
<pane id="ProjectPane">
|
232
229
|
<subPane>
|
233
230
|
<expand>
|
234
231
|
<path>
|
235
|
-
<item name="
|
236
|
-
<item name="
|
232
|
+
<item name="leap_salesforce" type="b2602c69:ProjectViewProjectNode" />
|
233
|
+
<item name="leap_salesforce" type="462c0819:PsiDirectoryNode" />
|
237
234
|
</path>
|
238
235
|
</expand>
|
239
236
|
<select />
|
240
237
|
</subPane>
|
241
238
|
</pane>
|
242
|
-
<pane id="Scope" />
|
243
239
|
</panes>
|
244
240
|
</component>
|
245
241
|
<component name="PropertiesComponent">
|
@@ -247,7 +243,7 @@
|
|
247
243
|
<property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
|
248
244
|
<property name="TF_FMT" value="false" />
|
249
245
|
<property name="WebServerToolWindowFactoryState" value="false" />
|
250
|
-
<property name="last_opened_file_path" value="$PROJECT_DIR$/spec" />
|
246
|
+
<property name="last_opened_file_path" value="$PROJECT_DIR$/lib/leap_salesforce/generator/templates/spec" />
|
251
247
|
<property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
|
252
248
|
<property name="nodejs_npm_path_reset_for_default_project" value="true" />
|
253
249
|
<property name="nodejs_package_manager_path" value="npm" />
|
@@ -255,18 +251,18 @@
|
|
255
251
|
</component>
|
256
252
|
<component name="RecentsManager">
|
257
253
|
<key name="MoveFile.RECENT_KEYS">
|
254
|
+
<recent name="$PROJECT_DIR$/lib/leap_salesforce/generator/templates/config" />
|
255
|
+
<recent name="$PROJECT_DIR$/spec/integration" />
|
258
256
|
<recent name="$PROJECT_DIR$/lib/leap_salesforce/generator/templates" />
|
259
257
|
<recent name="$PROJECT_DIR$/lib/leap_salesforce/generator" />
|
260
258
|
<recent name="$PROJECT_DIR$/lib/leap_salesforce/rake/templates" />
|
261
|
-
<recent name="$PROJECT_DIR$/lib/leap_salesforce/soql_data" />
|
262
|
-
<recent name="$PROJECT_DIR$/lib/leap_salesforce/users" />
|
263
259
|
</key>
|
264
260
|
<key name="CopyFile.RECENT_KEYS">
|
261
|
+
<recent name="$PROJECT_DIR$/lib/leap_salesforce/generator/templates/spec" />
|
262
|
+
<recent name="$PROJECT_DIR$/lib/leap_salesforce/generator/templates" />
|
263
|
+
<recent name="$PROJECT_DIR$/tmp/spec" />
|
264
|
+
<recent name="$PROJECT_DIR$/lib/leap_salesforce/generator/templates/config" />
|
265
265
|
<recent name="$PROJECT_DIR$/spec" />
|
266
|
-
<recent name="$PROJECT_DIR$/lib/leap_salesforce/soql_data" />
|
267
|
-
<recent name="$PROJECT_DIR$/lib/leap_salesforce/rake" />
|
268
|
-
<recent name="$PROJECT_DIR$/lib/leap_salesforce/ext" />
|
269
|
-
<recent name="$PROJECT_DIR$/lib/leap_salesforce" />
|
270
266
|
</key>
|
271
267
|
</component>
|
272
268
|
<component name="RunDashboard">
|
@@ -281,7 +277,7 @@
|
|
281
277
|
</list>
|
282
278
|
</option>
|
283
279
|
</component>
|
284
|
-
<component name="RunManager" selected="RSpec.
|
280
|
+
<component name="RunManager" selected="RSpec.Querying users: leap-salesforce">
|
285
281
|
<configuration name="Creating Record can be done through factory: leap-salesforce" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
|
286
282
|
<module name="leap-salesforce" />
|
287
283
|
<predefined_log_file enabled="true" id="RUBY_RSPEC" />
|
@@ -301,7 +297,7 @@
|
|
301
297
|
</COVERAGE_PATTERN>
|
302
298
|
</EXTENSION>
|
303
299
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
304
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/creating_spec.rb" />
|
300
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/integration/creating_spec.rb" />
|
305
301
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
306
302
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="'**/*_spec.rb'" />
|
307
303
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="Creating Record can be done through factory" />
|
@@ -315,7 +311,40 @@
|
|
315
311
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
316
312
|
<method v="2" />
|
317
313
|
</configuration>
|
318
|
-
<configuration name="
|
314
|
+
<configuration name="Creating Record: leap-salesforce" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
|
315
|
+
<module name="leap-salesforce" />
|
316
|
+
<predefined_log_file enabled="true" id="RUBY_RSPEC" />
|
317
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="" />
|
318
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="WORK DIR" VALUE="$MODULE_DIR$" />
|
319
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SHOULD_USE_SDK" VALUE="false" />
|
320
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ALTERN_SDK_NAME" VALUE="" />
|
321
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="myPassParentEnvs" VALUE="true" />
|
322
|
+
<envs>
|
323
|
+
<env name="JRUBY_OPTS" value="-X+O" />
|
324
|
+
</envs>
|
325
|
+
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
326
|
+
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
327
|
+
<EXTENSION ID="RubyCoverageRunConfigurationExtension" track_test_folders="true" runner="rcov">
|
328
|
+
<COVERAGE_PATTERN ENABLED="true">
|
329
|
+
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
330
|
+
</COVERAGE_PATTERN>
|
331
|
+
</EXTENSION>
|
332
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
333
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/integration/creating_spec.rb" />
|
334
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
335
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="'**/*_spec.rb'" />
|
336
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="Creating Record" />
|
337
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
338
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
339
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
340
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="USE_CUSTOM_SPEC_RUNNER" VALUE="false" />
|
341
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="DRB" VALUE="false" />
|
342
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="ZEUS" VALUE="false" />
|
343
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPRING" VALUE="false" />
|
344
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
345
|
+
<method v="2" />
|
346
|
+
</configuration>
|
347
|
+
<configuration name="LeapSalesforce::Users: leap-salesforce" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
|
319
348
|
<module name="leap-salesforce" />
|
320
349
|
<predefined_log_file enabled="true" id="RUBY_RSPEC" />
|
321
350
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="" />
|
@@ -334,10 +363,10 @@
|
|
334
363
|
</COVERAGE_PATTERN>
|
335
364
|
</EXTENSION>
|
336
365
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
337
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/
|
366
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/unit/users_spec.rb" />
|
338
367
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
339
368
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="'**/*_spec.rb'" />
|
340
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="
|
369
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="LeapSalesforce::Users" />
|
341
370
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
342
371
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
343
372
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
@@ -348,7 +377,7 @@
|
|
348
377
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
349
378
|
<method v="2" />
|
350
379
|
</configuration>
|
351
|
-
<configuration name="
|
380
|
+
<configuration name="Querying users: leap-salesforce" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
|
352
381
|
<module name="leap-salesforce" />
|
353
382
|
<predefined_log_file enabled="true" id="RUBY_RSPEC" />
|
354
383
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="" />
|
@@ -367,10 +396,10 @@
|
|
367
396
|
</COVERAGE_PATTERN>
|
368
397
|
</EXTENSION>
|
369
398
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
370
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/
|
399
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/unit/users_spec.rb" />
|
371
400
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
372
401
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="'**/*_spec.rb'" />
|
373
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="
|
402
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="Querying users" />
|
374
403
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
375
404
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
376
405
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
@@ -381,7 +410,7 @@
|
|
381
410
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="FULL_BACKTRACE" VALUE="false" />
|
382
411
|
<method v="2" />
|
383
412
|
</configuration>
|
384
|
-
<configuration name="
|
413
|
+
<configuration name="Run spec 'limit_spec': leap-salesforce" type="RSpecRunConfigurationType" factoryName="RSpec" temporary="true">
|
385
414
|
<module name="leap-salesforce" />
|
386
415
|
<predefined_log_file enabled="true" id="RUBY_RSPEC" />
|
387
416
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUBY_ARGS" VALUE="" />
|
@@ -400,10 +429,10 @@
|
|
400
429
|
</COVERAGE_PATTERN>
|
401
430
|
</EXTENSION>
|
402
431
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TESTS_FOLDER_PATH" VALUE="" />
|
403
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/limit_spec.rb" />
|
432
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_SCRIPT_PATH" VALUE="$MODULE_DIR$/spec/integration/limit_spec.rb" />
|
404
433
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_RUNNER_PATH" VALUE="" />
|
405
434
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_FILE_MASK" VALUE="'**/*_spec.rb'" />
|
406
|
-
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="
|
435
|
+
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_EXAMPLE_NAME" VALUE="" />
|
407
436
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="TEST_TEST_TYPE" VALUE="TEST_SCRIPT" />
|
408
437
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="SPEC_ARGS" VALUE="" />
|
409
438
|
<RSPEC_RUN_CONFIG_SETTINGS_ID NAME="RUNNER_VERSION" VALUE="" />
|
@@ -458,40 +487,22 @@
|
|
458
487
|
<RAKE_RUN_CONFIG_SETTINGS_ID NAME="RAKE_TASK_OPTION_PREREQS" VALUE="false" />
|
459
488
|
<method v="2" />
|
460
489
|
</configuration>
|
461
|
-
<configuration name="test" type="RubyRunConfigurationType" factoryName="Ruby" temporary="true">
|
462
|
-
<module name="leap-salesforce" />
|
463
|
-
<RUBY_RUN_CONFIG NAME="RUBY_ARGS" VALUE="" />
|
464
|
-
<RUBY_RUN_CONFIG NAME="WORK DIR" VALUE="$MODULE_DIR$/logs" />
|
465
|
-
<RUBY_RUN_CONFIG NAME="SHOULD_USE_SDK" VALUE="false" />
|
466
|
-
<RUBY_RUN_CONFIG NAME="ALTERN_SDK_NAME" VALUE="" />
|
467
|
-
<RUBY_RUN_CONFIG NAME="myPassParentEnvs" VALUE="true" />
|
468
|
-
<EXTENSION ID="BundlerRunConfigurationExtension" bundleExecEnabled="true" />
|
469
|
-
<EXTENSION ID="JRubyRunConfigurationExtension" NailgunExecEnabled="false" />
|
470
|
-
<EXTENSION ID="RubyCoverageRunConfigurationExtension" track_test_folders="true" runner="rcov">
|
471
|
-
<COVERAGE_PATTERN ENABLED="true">
|
472
|
-
<PATTERN REGEXPS="/.rvm/" INCLUDED="false" />
|
473
|
-
</COVERAGE_PATTERN>
|
474
|
-
</EXTENSION>
|
475
|
-
<RUBY_RUN_CONFIG NAME="SCRIPT_PATH" VALUE="$MODULE_DIR$/logs/test.rb" />
|
476
|
-
<RUBY_RUN_CONFIG NAME="SCRIPT_ARGS" VALUE="" />
|
477
|
-
<method v="2" />
|
478
|
-
</configuration>
|
479
490
|
<list>
|
480
491
|
<item itemvalue="Rake.Objects" />
|
481
492
|
<item itemvalue="Rake.Enums" />
|
482
|
-
<item itemvalue="RSpec.Limits: leap-salesforce" />
|
483
|
-
<item itemvalue="Ruby.test" />
|
484
493
|
<item itemvalue="RSpec.Creating Record can be done through factory: leap-salesforce" />
|
485
|
-
<item itemvalue="RSpec.
|
486
|
-
<item itemvalue="RSpec.
|
494
|
+
<item itemvalue="RSpec.Run spec 'limit_spec': leap-salesforce" />
|
495
|
+
<item itemvalue="RSpec.Creating Record: leap-salesforce" />
|
496
|
+
<item itemvalue="RSpec.LeapSalesforce::Users: leap-salesforce" />
|
497
|
+
<item itemvalue="RSpec.Querying users: leap-salesforce" />
|
487
498
|
</list>
|
488
499
|
<recent_temporary>
|
489
500
|
<list>
|
501
|
+
<item itemvalue="RSpec.Querying users: leap-salesforce" />
|
502
|
+
<item itemvalue="RSpec.LeapSalesforce::Users: leap-salesforce" />
|
503
|
+
<item itemvalue="RSpec.Creating Record: leap-salesforce" />
|
504
|
+
<item itemvalue="RSpec.Run spec 'limit_spec': leap-salesforce" />
|
490
505
|
<item itemvalue="RSpec.Creating Record can be done through factory: leap-salesforce" />
|
491
|
-
<item itemvalue="RSpec.Limits Storage > 10MB file storage: leap-salesforce" />
|
492
|
-
<item itemvalue="RSpec.Limits Storage > 10MB data storage: leap-salesforce" />
|
493
|
-
<item itemvalue="Ruby.test" />
|
494
|
-
<item itemvalue="RSpec.Limits: leap-salesforce" />
|
495
506
|
</list>
|
496
507
|
</recent_temporary>
|
497
508
|
</component>
|
@@ -513,7 +524,20 @@
|
|
513
524
|
<workItem from="1562879691547" duration="13055000" />
|
514
525
|
<workItem from="1562907761925" duration="2794000" />
|
515
526
|
<workItem from="1563129205623" duration="2209000" />
|
516
|
-
<workItem from="1563138171544" duration="
|
527
|
+
<workItem from="1563138171544" duration="15288000" />
|
528
|
+
<workItem from="1563168538384" duration="1204000" />
|
529
|
+
<workItem from="1563220476779" duration="3123000" />
|
530
|
+
<workItem from="1563225223086" duration="9720000" />
|
531
|
+
<workItem from="1563254424572" duration="1304000" />
|
532
|
+
<workItem from="1563310583190" duration="8758000" />
|
533
|
+
<workItem from="1563427641447" duration="2689000" />
|
534
|
+
<workItem from="1563446399863" duration="1891000" />
|
535
|
+
<workItem from="1563510069173" duration="5879000" />
|
536
|
+
<workItem from="1563735257425" duration="1114000" />
|
537
|
+
<workItem from="1563772351289" duration="3458000" />
|
538
|
+
<workItem from="1563820761679" duration="929000" />
|
539
|
+
<workItem from="1563822226484" duration="96000" />
|
540
|
+
<workItem from="1563828830007" duration="19890000" />
|
517
541
|
</task>
|
518
542
|
<task id="LOCAL-00001" summary="Initial commit with functionality to interact with soql">
|
519
543
|
<created>1562722949418</created>
|
@@ -557,43 +581,204 @@
|
|
557
581
|
<option name="project" value="LOCAL" />
|
558
582
|
<updated>1563148824780</updated>
|
559
583
|
</task>
|
560
|
-
<
|
584
|
+
<task id="LOCAL-00007" summary="Have some default values set for some entities. Used this in testing itself">
|
585
|
+
<created>1563155243142</created>
|
586
|
+
<option name="number" value="00007" />
|
587
|
+
<option name="presentableId" value="LOCAL-00007" />
|
588
|
+
<option name="project" value="LOCAL" />
|
589
|
+
<updated>1563155243142</updated>
|
590
|
+
</task>
|
591
|
+
<task id="LOCAL-00008" summary="Added account object">
|
592
|
+
<created>1563155270325</created>
|
593
|
+
<option name="number" value="00008" />
|
594
|
+
<option name="presentableId" value="LOCAL-00008" />
|
595
|
+
<option name="project" value="LOCAL" />
|
596
|
+
<updated>1563155270325</updated>
|
597
|
+
</task>
|
598
|
+
<task id="LOCAL-00009" summary="Updated location to remote location">
|
599
|
+
<created>1563155293707</created>
|
600
|
+
<option name="number" value="00009" />
|
601
|
+
<option name="presentableId" value="LOCAL-00009" />
|
602
|
+
<option name="project" value="LOCAL" />
|
603
|
+
<updated>1563155293707</updated>
|
604
|
+
</task>
|
605
|
+
<task id="LOCAL-00010" summary="Updated IDE">
|
606
|
+
<created>1563168562692</created>
|
607
|
+
<option name="number" value="00010" />
|
608
|
+
<option name="presentableId" value="LOCAL-00010" />
|
609
|
+
<option name="project" value="LOCAL" />
|
610
|
+
<updated>1563168562692</updated>
|
611
|
+
</task>
|
612
|
+
<task id="LOCAL-00011" summary="Added generation of FactoryBot factories">
|
613
|
+
<created>1563338853604</created>
|
614
|
+
<option name="number" value="00011" />
|
615
|
+
<option name="presentableId" value="LOCAL-00011" />
|
616
|
+
<option name="project" value="LOCAL" />
|
617
|
+
<updated>1563338853604</updated>
|
618
|
+
</task>
|
619
|
+
<task id="LOCAL-00012" summary="Make lib folder if not present">
|
620
|
+
<created>1563338869782</created>
|
621
|
+
<option name="number" value="00012" />
|
622
|
+
<option name="presentableId" value="LOCAL-00012" />
|
623
|
+
<option name="project" value="LOCAL" />
|
624
|
+
<updated>1563338869782</updated>
|
625
|
+
</task>
|
626
|
+
<task id="LOCAL-00013" summary="Fixed limit class">
|
627
|
+
<created>1563338902747</created>
|
628
|
+
<option name="number" value="00013" />
|
629
|
+
<option name="presentableId" value="LOCAL-00013" />
|
630
|
+
<option name="project" value="LOCAL" />
|
631
|
+
<updated>1563338902747</updated>
|
632
|
+
</task>
|
633
|
+
<task id="LOCAL-00014" summary="Cleaned up query tests. Give more examples of using methods">
|
634
|
+
<created>1563338961099</created>
|
635
|
+
<option name="number" value="00014" />
|
636
|
+
<option name="presentableId" value="LOCAL-00014" />
|
637
|
+
<option name="project" value="LOCAL" />
|
638
|
+
<updated>1563338961099</updated>
|
639
|
+
</task>
|
640
|
+
<task id="LOCAL-00015" summary="Add technical docs link">
|
641
|
+
<created>1563339259284</created>
|
642
|
+
<option name="number" value="00015" />
|
643
|
+
<option name="presentableId" value="LOCAL-00015" />
|
644
|
+
<option name="project" value="LOCAL" />
|
645
|
+
<updated>1563339259284</updated>
|
646
|
+
</task>
|
647
|
+
<task id="LOCAL-00016" summary="Updated workspace">
|
648
|
+
<created>1563427679209</created>
|
649
|
+
<option name="number" value="00016" />
|
650
|
+
<option name="presentableId" value="LOCAL-00016" />
|
651
|
+
<option name="project" value="LOCAL" />
|
652
|
+
<updated>1563427679209</updated>
|
653
|
+
</task>
|
654
|
+
<task id="LOCAL-00017" summary="Rubocop fixes">
|
655
|
+
<created>1563427799058</created>
|
656
|
+
<option name="number" value="00017" />
|
657
|
+
<option name="presentableId" value="LOCAL-00017" />
|
658
|
+
<option name="project" value="LOCAL" />
|
659
|
+
<updated>1563427799058</updated>
|
660
|
+
</task>
|
661
|
+
<task id="LOCAL-00018" summary="Remove old method not needed anymore">
|
662
|
+
<created>1563428046522</created>
|
663
|
+
<option name="number" value="00018" />
|
664
|
+
<option name="presentableId" value="LOCAL-00018" />
|
665
|
+
<option name="project" value="LOCAL" />
|
666
|
+
<updated>1563428046522</updated>
|
667
|
+
</task>
|
668
|
+
<task id="LOCAL-00019" summary="Begin unit tests Handle Macrons by ensuring they're not copied into Ruby names / Modules">
|
669
|
+
<created>1563510431768</created>
|
670
|
+
<option name="number" value="00019" />
|
671
|
+
<option name="presentableId" value="LOCAL-00019" />
|
672
|
+
<option name="project" value="LOCAL" />
|
673
|
+
<updated>1563510431768</updated>
|
674
|
+
</task>
|
675
|
+
<task id="LOCAL-00020" summary="Set defaults for authentication to environment variables for CI">
|
676
|
+
<created>1563510876721</created>
|
677
|
+
<option name="number" value="00020" />
|
678
|
+
<option name="presentableId" value="LOCAL-00020" />
|
679
|
+
<option name="project" value="LOCAL" />
|
680
|
+
<updated>1563510876721</updated>
|
681
|
+
</task>
|
682
|
+
<task id="LOCAL-00021" summary="Update IDE">
|
683
|
+
<created>1563510904700</created>
|
684
|
+
<option name="number" value="00021" />
|
685
|
+
<option name="presentableId" value="LOCAL-00021" />
|
686
|
+
<option name="project" value="LOCAL" />
|
687
|
+
<updated>1563510904700</updated>
|
688
|
+
</task>
|
689
|
+
<task id="LOCAL-00022" summary="Fix macrons method">
|
690
|
+
<created>1563515129037</created>
|
691
|
+
<option name="number" value="00022" />
|
692
|
+
<option name="presentableId" value="LOCAL-00022" />
|
693
|
+
<option name="project" value="LOCAL" />
|
694
|
+
<updated>1563515129037</updated>
|
695
|
+
</task>
|
696
|
+
<task id="LOCAL-00023" summary="Update to use Sandbox. Throw more friendly error if unable to find test user">
|
697
|
+
<created>1563735886461</created>
|
698
|
+
<option name="number" value="00023" />
|
699
|
+
<option name="presentableId" value="LOCAL-00023" />
|
700
|
+
<option name="project" value="LOCAL" />
|
701
|
+
<updated>1563735886462</updated>
|
702
|
+
</task>
|
703
|
+
<task id="LOCAL-00024" summary="Commit test env config files">
|
704
|
+
<created>1563736277479</created>
|
705
|
+
<option name="number" value="00024" />
|
706
|
+
<option name="presentableId" value="LOCAL-00024" />
|
707
|
+
<option name="project" value="LOCAL" />
|
708
|
+
<updated>1563736277479</updated>
|
709
|
+
</task>
|
710
|
+
<task id="LOCAL-00025" summary="Enabled partial match to be used when searching for a test user">
|
711
|
+
<created>1563775786679</created>
|
712
|
+
<option name="number" value="00025" />
|
713
|
+
<option name="presentableId" value="LOCAL-00025" />
|
714
|
+
<option name="project" value="LOCAL" />
|
715
|
+
<updated>1563775786680</updated>
|
716
|
+
</task>
|
717
|
+
<task id="LOCAL-00026" summary="Started forming executable">
|
718
|
+
<created>1563775804706</created>
|
719
|
+
<option name="number" value="00026" />
|
720
|
+
<option name="presentableId" value="LOCAL-00026" />
|
721
|
+
<option name="project" value="LOCAL" />
|
722
|
+
<updated>1563775804706</updated>
|
723
|
+
</task>
|
724
|
+
<task id="LOCAL-00027" summary="Test for description in unit test as well">
|
725
|
+
<created>1563850990399</created>
|
726
|
+
<option name="number" value="00027" />
|
727
|
+
<option name="presentableId" value="LOCAL-00027" />
|
728
|
+
<option name="project" value="LOCAL" />
|
729
|
+
<updated>1563850990399</updated>
|
730
|
+
</task>
|
731
|
+
<task id="LOCAL-00028" summary="Continued forming exe using Thor to create files">
|
732
|
+
<created>1563851025147</created>
|
733
|
+
<option name="number" value="00028" />
|
734
|
+
<option name="presentableId" value="LOCAL-00028" />
|
735
|
+
<option name="project" value="LOCAL" />
|
736
|
+
<updated>1563851025147</updated>
|
737
|
+
</task>
|
738
|
+
<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">
|
739
|
+
<created>1563855417043</created>
|
740
|
+
<option name="number" value="00029" />
|
741
|
+
<option name="presentableId" value="LOCAL-00029" />
|
742
|
+
<option name="project" value="LOCAL" />
|
743
|
+
<updated>1563855417043</updated>
|
744
|
+
</task>
|
745
|
+
<option name="localTasksCounter" value="30" />
|
561
746
|
<servers />
|
562
747
|
</component>
|
563
748
|
<component name="TestHistory">
|
564
|
-
<history-entry file="
|
565
|
-
<configuration name="
|
749
|
+
<history-entry file="Creating_Record_can_be_done_through_factory__leap-salesforce - 2019.07.16 at 15h 14m 06s.xml">
|
750
|
+
<configuration name="Creating Record can be done through factory: leap-salesforce" configurationId="RSpecRunConfigurationType" />
|
566
751
|
</history-entry>
|
567
|
-
<history-entry file="
|
568
|
-
<configuration name="
|
752
|
+
<history-entry file="Creating_Record_can_be_done_through_factory__leap-salesforce - 2019.07.16 at 15h 14m 37s.xml">
|
753
|
+
<configuration name="Creating Record can be done through factory: leap-salesforce" configurationId="RSpecRunConfigurationType" />
|
569
754
|
</history-entry>
|
570
|
-
<history-entry file="Creating_Record_can_be_done_through_factory__leap-salesforce - 2019.07.
|
755
|
+
<history-entry file="Creating_Record_can_be_done_through_factory__leap-salesforce - 2019.07.16 at 15h 15m 02s.xml">
|
571
756
|
<configuration name="Creating Record can be done through factory: leap-salesforce" configurationId="RSpecRunConfigurationType" />
|
572
757
|
</history-entry>
|
573
|
-
<history-entry file="
|
574
|
-
<configuration name="
|
758
|
+
<history-entry file="Run_spec_'limit_spec'__leap-salesforce - 2019.07.17 at 09h 02m 48s.xml">
|
759
|
+
<configuration name="Run spec 'limit_spec': leap-salesforce" configurationId="RSpecRunConfigurationType" />
|
575
760
|
</history-entry>
|
576
|
-
<history-entry file="
|
577
|
-
<configuration name="
|
761
|
+
<history-entry file="Run_spec_'limit_spec'__leap-salesforce - 2019.07.17 at 09h 03m 24s.xml">
|
762
|
+
<configuration name="Run spec 'limit_spec': leap-salesforce" configurationId="RSpecRunConfigurationType" />
|
578
763
|
</history-entry>
|
579
|
-
<history-entry file="
|
580
|
-
<configuration name="
|
764
|
+
<history-entry file="Run_spec_'limit_spec'__leap-salesforce - 2019.07.17 at 09h 03m 38s.xml">
|
765
|
+
<configuration name="Run spec 'limit_spec': leap-salesforce" configurationId="RSpecRunConfigurationType" />
|
581
766
|
</history-entry>
|
582
|
-
<history-entry file="
|
583
|
-
<configuration name="
|
767
|
+
<history-entry file="Run_spec_'limit_spec'__leap-salesforce - 2019.07.17 at 09h 04m 42s.xml">
|
768
|
+
<configuration name="Run spec 'limit_spec': leap-salesforce" configurationId="RSpecRunConfigurationType" />
|
584
769
|
</history-entry>
|
585
|
-
<history-entry file="
|
586
|
-
<configuration name="
|
770
|
+
<history-entry file="Creating_Record__leap-salesforce - 2019.07.19 at 17h 58m 58s.xml">
|
771
|
+
<configuration name="Creating Record: leap-salesforce" configurationId="RSpecRunConfigurationType" />
|
587
772
|
</history-entry>
|
588
|
-
<history-entry file="
|
589
|
-
<configuration name="
|
773
|
+
<history-entry file="LeapSalesforce__Users__leap-salesforce - 2019.07.22 at 17h 39m 14s.xml">
|
774
|
+
<configuration name="LeapSalesforce::Users: leap-salesforce" configurationId="RSpecRunConfigurationType" />
|
590
775
|
</history-entry>
|
591
|
-
<history-entry file="
|
592
|
-
<configuration name="
|
776
|
+
<history-entry file="Querying_users__leap-salesforce - 2019.07.23 at 06h 43m 22s.xml">
|
777
|
+
<configuration name="Querying users: leap-salesforce" configurationId="RSpecRunConfigurationType" />
|
593
778
|
</history-entry>
|
594
779
|
</component>
|
595
780
|
<component name="TimeTrackingManager">
|
596
|
-
<option name="totallyTimeSpent" value="
|
781
|
+
<option name="totallyTimeSpent" value="146762000" />
|
597
782
|
</component>
|
598
783
|
<component name="TodoView" selected-index="4">
|
599
784
|
<todo-panel id="selected-file">
|
@@ -606,9 +791,8 @@
|
|
606
791
|
</component>
|
607
792
|
<component name="ToolWindowManager">
|
608
793
|
<frame x="-1" y="0" width="1602" height="873" extended-state="6" />
|
609
|
-
<editor active="true" />
|
610
794
|
<layout>
|
611
|
-
<window_info
|
795
|
+
<window_info content_ui="combo" id="Project" order="0" sideWeight="0.49808428" visible="true" weight="0.2059202" />
|
612
796
|
<window_info id="Structure" order="1" sideWeight="0.5019157" side_tool="true" weight="0.16151866" />
|
613
797
|
<window_info id="Favorites" order="2" side_tool="true" />
|
614
798
|
<window_info anchor="bottom" id="Message" order="0" />
|
@@ -620,9 +804,10 @@
|
|
620
804
|
<window_info anchor="bottom" id="TODO" order="6" weight="0.32991013" />
|
621
805
|
<window_info anchor="bottom" id="Docker" order="7" weight="0.32991013" />
|
622
806
|
<window_info anchor="bottom" id="Database Changes" order="8" />
|
623
|
-
<window_info anchor="bottom" id="Version Control" order="9" visible="true" weight="0.
|
624
|
-
<window_info anchor="bottom" id="Terminal" order="10" weight="0.
|
807
|
+
<window_info active="true" anchor="bottom" id="Version Control" order="9" visible="true" weight="0.32734275" />
|
808
|
+
<window_info anchor="bottom" id="Terminal" order="10" weight="0.51861364" />
|
625
809
|
<window_info anchor="bottom" id="Event Log" order="11" side_tool="true" />
|
810
|
+
<window_info anchor="bottom" id="Messages" order="12" weight="0.32991013" />
|
626
811
|
<window_info anchor="right" id="Commander" order="0" weight="0.4" />
|
627
812
|
<window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
|
628
813
|
<window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
|
@@ -632,24 +817,57 @@
|
|
632
817
|
<component name="TypeScriptGeneratedFilesManager">
|
633
818
|
<option name="version" value="1" />
|
634
819
|
</component>
|
820
|
+
<component name="Vcs.Log.History.Properties">
|
821
|
+
<option name="COLUMN_ORDER">
|
822
|
+
<list>
|
823
|
+
<option value="0" />
|
824
|
+
<option value="2" />
|
825
|
+
<option value="3" />
|
826
|
+
<option value="1" />
|
827
|
+
</list>
|
828
|
+
</option>
|
829
|
+
</component>
|
635
830
|
<component name="VcsManagerConfiguration">
|
636
|
-
<MESSAGE value="Initial commit" />
|
637
|
-
<MESSAGE value="Initial commit with functionality to interact with soql" />
|
638
|
-
<MESSAGE value="Update email address to generic leap.salesforce email" />
|
639
|
-
<MESSAGE value="Ignore generated support files for now" />
|
640
|
-
<MESSAGE value="Now generating factories and using properties specified in '.leap_salesforce.yml'" />
|
641
831
|
<MESSAGE value="Implement convenience method for working out limits of storage" />
|
642
832
|
<MESSAGE value="Moved many folders/files around" />
|
643
|
-
<
|
833
|
+
<MESSAGE value="Have some default values set for some entities. Used this in testing itself" />
|
834
|
+
<MESSAGE value="Added account object" />
|
835
|
+
<MESSAGE value="Updated location to remote location" />
|
836
|
+
<MESSAGE value="Updated IDE" />
|
837
|
+
<MESSAGE value="Added generation of FactoryBot factories" />
|
838
|
+
<MESSAGE value="Make lib folder if not present" />
|
839
|
+
<MESSAGE value="Fixed limit class" />
|
840
|
+
<MESSAGE value="Cleaned up query tests. Give more examples of using methods" />
|
841
|
+
<MESSAGE value="Add technical docs link" />
|
842
|
+
<MESSAGE value="Updated workspace" />
|
843
|
+
<MESSAGE value="Rubocop fixes" />
|
844
|
+
<MESSAGE value="Remove old method not needed anymore" />
|
845
|
+
<MESSAGE value="Begin unit tests Handle Macrons by ensuring they're not copied into Ruby names / Modules" />
|
846
|
+
<MESSAGE value="Set defaults for authentication to environment variables for CI" />
|
847
|
+
<MESSAGE value="Update IDE" />
|
848
|
+
<MESSAGE value="Fix macrons method" />
|
849
|
+
<MESSAGE value="Update to use Sandbox. Throw more friendly error if unable to find test user" />
|
850
|
+
<MESSAGE value="Commit test env config files" />
|
851
|
+
<MESSAGE value="Enabled partial match to be used when searching for a test user" />
|
852
|
+
<MESSAGE value="Started forming executable" />
|
853
|
+
<MESSAGE value="Test for description in unit test as well" />
|
854
|
+
<MESSAGE value="Continued forming exe using Thor to create files" />
|
855
|
+
<MESSAGE value="Finish working on exe. Now creating initial files. This closes #2 Refactored 'get' to 'find' for querying according to #1" />
|
856
|
+
<option name="LAST_COMMIT_MESSAGE" value="Finish working on exe. Now creating initial files. This closes #2 Refactored 'get' to 'find' for querying according to #1" />
|
644
857
|
</component>
|
645
858
|
<component name="XDebuggerManager">
|
646
859
|
<breakpoint-manager>
|
647
860
|
<breakpoints>
|
648
861
|
<line-breakpoint enabled="true" type="ruby-line">
|
649
862
|
<url>file://$PROJECT_DIR$/lib/leap_salesforce/generator/soql_objects.rb</url>
|
650
|
-
<line>
|
863
|
+
<line>46</line>
|
651
864
|
<option name="timeStamp" value="14" />
|
652
865
|
</line-breakpoint>
|
866
|
+
<line-breakpoint enabled="true" type="ruby-line">
|
867
|
+
<url>file://$PROJECT_DIR$/lib/leap_salesforce/generator/soql_objects.rb</url>
|
868
|
+
<line>57</line>
|
869
|
+
<option name="timeStamp" value="16" />
|
870
|
+
</line-breakpoint>
|
653
871
|
</breakpoints>
|
654
872
|
</breakpoint-manager>
|
655
873
|
</component>
|
@@ -658,333 +876,320 @@
|
|
658
876
|
<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" />
|
659
877
|
<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" />
|
660
878
|
<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" />
|
661
|
-
<SUITE FILE_PATH="coverage/leap_salesforce@Objects.rcov" NAME="Objects Coverage Results" MODIFIED="
|
879
|
+
<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" />
|
662
880
|
<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" />
|
663
881
|
<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" />
|
882
|
+
<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" />
|
883
|
+
<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" />
|
664
884
|
<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" />
|
885
|
+
<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" />
|
886
|
+
<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" />
|
665
887
|
<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" />
|
666
888
|
<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" />
|
667
889
|
<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" />
|
668
890
|
<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" />
|
669
891
|
<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" />
|
670
892
|
<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" />
|
671
|
-
<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="
|
893
|
+
<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" />
|
672
894
|
<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" />
|
673
895
|
</component>
|
674
896
|
<component name="editorHistoryManager">
|
675
|
-
<entry file="file://$PROJECT_DIR$/
|
676
|
-
<provider selected="true" editor-type-id="text-editor" />
|
677
|
-
</entry>
|
678
|
-
<entry file="file://$PROJECT_DIR$/spec/support/factories/contact_field_names.rb">
|
679
|
-
<provider selected="true" editor-type-id="text-editor" />
|
680
|
-
</entry>
|
681
|
-
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce/generator/templates/soql_object_field_names.rb.erb">
|
897
|
+
<entry file="file://$PROJECT_DIR$/ChangeLog">
|
682
898
|
<provider selected="true" editor-type-id="text-editor">
|
683
|
-
<state relative-caret-position="
|
684
|
-
<caret line="
|
899
|
+
<state relative-caret-position="72">
|
900
|
+
<caret line="4" column="75" selection-start-line="4" selection-start-column="75" selection-end-line="4" selection-end-column="75" />
|
685
901
|
</state>
|
686
902
|
</provider>
|
687
903
|
</entry>
|
688
|
-
<entry file="file://$
|
689
|
-
<provider selected="true" editor-type-id="text-editor" />
|
690
|
-
</entry>
|
691
|
-
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce/ext/string.rb">
|
904
|
+
<entry file="file://$USER_HOME$/.rvm/gems/ruby-2.6.0/gems/leap_salesforce-0.1.0/lib/leap_salesforce.rb">
|
692
905
|
<provider selected="true" editor-type-id="text-editor">
|
693
|
-
<state relative-caret-position="
|
694
|
-
<caret line="
|
906
|
+
<state relative-caret-position="122">
|
907
|
+
<caret line="47" selection-start-line="47" selection-end-line="47" />
|
695
908
|
</state>
|
696
909
|
</provider>
|
697
910
|
</entry>
|
698
|
-
<entry file="file://$PROJECT_DIR
|
911
|
+
<entry file="file://$PROJECT_DIR$/.leap_salesforce.yml">
|
699
912
|
<provider selected="true" editor-type-id="text-editor">
|
700
|
-
<state relative-caret-position="
|
701
|
-
<caret line="
|
913
|
+
<state relative-caret-position="18">
|
914
|
+
<caret line="1" column="24" lean-forward="true" selection-start-line="1" selection-end-line="2" />
|
702
915
|
</state>
|
703
916
|
</provider>
|
704
917
|
</entry>
|
705
|
-
<entry file="file://$PROJECT_DIR$/
|
918
|
+
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce/generator/templates/config/credentials/salesforce_oauth2.yml.erb">
|
706
919
|
<provider selected="true" editor-type-id="text-editor">
|
707
|
-
<state relative-caret-position="
|
708
|
-
<caret line="
|
920
|
+
<state relative-caret-position="36">
|
921
|
+
<caret line="2" column="28" selection-start-line="2" selection-start-column="28" selection-end-line="2" selection-end-column="28" />
|
709
922
|
</state>
|
710
923
|
</provider>
|
711
924
|
</entry>
|
712
|
-
<entry file="file://$PROJECT_DIR$/
|
925
|
+
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce/generator/templates/.leap_salesforce.yml.erb">
|
713
926
|
<provider selected="true" editor-type-id="text-editor">
|
714
|
-
<state relative-caret-position="
|
715
|
-
<caret line="
|
927
|
+
<state relative-caret-position="18">
|
928
|
+
<caret line="1" column="78" selection-start-line="1" selection-start-column="78" selection-end-line="1" selection-end-column="78" />
|
716
929
|
</state>
|
717
930
|
</provider>
|
718
931
|
</entry>
|
719
|
-
<entry file="file://$PROJECT_DIR$/
|
932
|
+
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce/generator/templates/config/environments/specific_file.rb.erb">
|
720
933
|
<provider selected="true" editor-type-id="text-editor">
|
721
|
-
<state
|
722
|
-
<caret
|
934
|
+
<state>
|
935
|
+
<caret column="65" selection-start-column="65" selection-end-column="65" />
|
723
936
|
</state>
|
724
937
|
</provider>
|
725
938
|
</entry>
|
726
|
-
<entry file="file://$
|
939
|
+
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce/generator/soql_objects.rb">
|
727
940
|
<provider selected="true" editor-type-id="text-editor">
|
728
|
-
<state relative-caret-position="
|
729
|
-
<caret line="
|
941
|
+
<state relative-caret-position="225">
|
942
|
+
<caret line="32" column="8" selection-start-line="32" selection-start-column="8" selection-end-line="34" selection-end-column="35" />
|
730
943
|
</state>
|
731
944
|
</provider>
|
732
945
|
</entry>
|
733
|
-
<entry file="file://$
|
946
|
+
<entry file="file://$PROJECT_DIR$/tmp/Rakefile">
|
947
|
+
<provider selected="true" editor-type-id="text-editor" />
|
948
|
+
</entry>
|
949
|
+
<entry file="file://$PROJECT_DIR$/tmp/Gemfile">
|
950
|
+
<provider selected="true" editor-type-id="text-editor" />
|
951
|
+
</entry>
|
952
|
+
<entry file="file://$PROJECT_DIR$/Gemfile">
|
953
|
+
<provider selected="true" editor-type-id="text-editor" />
|
954
|
+
</entry>
|
955
|
+
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce/generator/templates/config/general.rb.erb">
|
734
956
|
<provider selected="true" editor-type-id="text-editor">
|
735
|
-
<state relative-caret-position="
|
736
|
-
<caret line="
|
957
|
+
<state relative-caret-position="108">
|
958
|
+
<caret line="6" selection-start-line="6" selection-end-line="6" />
|
737
959
|
</state>
|
738
960
|
</provider>
|
739
961
|
</entry>
|
740
|
-
<entry file="file://$PROJECT_DIR
|
962
|
+
<entry file="file://$PROJECT_DIR$/.rspec">
|
963
|
+
<provider selected="true" editor-type-id="text-editor" />
|
964
|
+
</entry>
|
965
|
+
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce/generator/templates/.rspec.erb">
|
966
|
+
<provider selected="true" editor-type-id="text-editor" />
|
967
|
+
</entry>
|
968
|
+
<entry file="file://$PROJECT_DIR$/tmp/.leap_salesforce.yml">
|
741
969
|
<provider selected="true" editor-type-id="text-editor">
|
742
970
|
<state>
|
743
|
-
<caret column="
|
971
|
+
<caret column="13" lean-forward="true" selection-start-column="13" selection-end-column="13" />
|
744
972
|
</state>
|
745
973
|
</provider>
|
746
974
|
</entry>
|
747
|
-
<entry file="file://$PROJECT_DIR$/
|
975
|
+
<entry file="file://$PROJECT_DIR$/tmp/config/general.rb">
|
748
976
|
<provider selected="true" editor-type-id="text-editor">
|
749
|
-
<state relative-caret-position="
|
750
|
-
<caret line="
|
977
|
+
<state relative-caret-position="108">
|
978
|
+
<caret line="6" lean-forward="true" selection-start-line="6" selection-end-line="6" />
|
751
979
|
</state>
|
752
980
|
</provider>
|
753
981
|
</entry>
|
754
|
-
<entry file="file://$PROJECT_DIR$/spec/
|
755
|
-
<provider selected="true" editor-type-id="text-editor"
|
756
|
-
|
757
|
-
|
758
|
-
<provider selected="true" editor-type-id="LogFileEditorProvider">
|
759
|
-
<state relative-caret-position="477">
|
760
|
-
<caret line="43" column="146" selection-start-line="43" selection-start-column="146" selection-end-line="43" selection-end-column="146" />
|
982
|
+
<entry file="file://$PROJECT_DIR$/tmp/spec/limit_spec.rb">
|
983
|
+
<provider selected="true" editor-type-id="text-editor">
|
984
|
+
<state>
|
985
|
+
<caret column="24" selection-start-column="24" selection-end-column="24" />
|
761
986
|
</state>
|
762
987
|
</provider>
|
763
988
|
</entry>
|
764
|
-
<entry file="file://$PROJECT_DIR$/
|
765
|
-
<provider selected="true" editor-type-id="
|
766
|
-
<state relative-caret-position="288">
|
767
|
-
<caret line="43" selection-start-line="43" selection-end-line="43" />
|
768
|
-
</state>
|
769
|
-
</provider>
|
989
|
+
<entry file="file://$PROJECT_DIR$/tmp/spec/spec_helper.rb">
|
990
|
+
<provider selected="true" editor-type-id="text-editor" />
|
770
991
|
</entry>
|
771
|
-
<entry file="file://$
|
992
|
+
<entry file="file://$PROJECT_DIR$/config/general.rb">
|
772
993
|
<provider selected="true" editor-type-id="text-editor">
|
773
|
-
<state relative-caret-position="
|
774
|
-
<caret line="
|
994
|
+
<state relative-caret-position="72">
|
995
|
+
<caret line="4" column="67" selection-start-line="4" selection-start-column="30" selection-end-line="4" selection-end-column="67" />
|
775
996
|
</state>
|
776
997
|
</provider>
|
777
998
|
</entry>
|
778
|
-
<entry file="file://$PROJECT_DIR$/
|
999
|
+
<entry file="file://$PROJECT_DIR$/config/environments/prod.rb">
|
779
1000
|
<provider selected="true" editor-type-id="text-editor">
|
780
1001
|
<state relative-caret-position="72">
|
781
|
-
<caret line="4"
|
1002
|
+
<caret line="4" selection-start-line="4" selection-end-line="4" />
|
782
1003
|
</state>
|
783
1004
|
</provider>
|
784
1005
|
</entry>
|
785
|
-
<entry file="file://$PROJECT_DIR$/
|
1006
|
+
<entry file="file://$PROJECT_DIR$/tmp/config/credentials/salesforce_oauth2.yml">
|
1007
|
+
<provider selected="true" editor-type-id="text-editor" />
|
1008
|
+
</entry>
|
1009
|
+
<entry file="file://$PROJECT_DIR$/tmp/logs/traffic_2019-07-23_14_17_50.log">
|
1010
|
+
<provider selected="true" editor-type-id="LogFileEditorProvider" />
|
1011
|
+
</entry>
|
1012
|
+
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce/generator/exe_helpers.rb">
|
786
1013
|
<provider selected="true" editor-type-id="text-editor">
|
787
|
-
<state relative-caret-position="
|
788
|
-
<caret line="
|
1014
|
+
<state relative-caret-position="128">
|
1015
|
+
<caret line="22" column="12" selection-start-line="22" selection-start-column="12" selection-end-line="22" selection-end-column="12" />
|
789
1016
|
</state>
|
790
1017
|
</provider>
|
791
1018
|
</entry>
|
792
|
-
<entry file="file://$PROJECT_DIR$/
|
1019
|
+
<entry file="file://$PROJECT_DIR$/spec/unit/soql_objects_spec.rb">
|
793
1020
|
<provider selected="true" editor-type-id="text-editor">
|
794
|
-
<state
|
795
|
-
<caret
|
1021
|
+
<state>
|
1022
|
+
<caret selection-end-column="29" />
|
796
1023
|
</state>
|
797
1024
|
</provider>
|
798
1025
|
</entry>
|
799
|
-
<entry file="file://$PROJECT_DIR$/
|
1026
|
+
<entry file="file://$PROJECT_DIR$/leap_salesforce.gemspec">
|
800
1027
|
<provider selected="true" editor-type-id="text-editor">
|
801
|
-
<state relative-caret-position="
|
802
|
-
<caret line="
|
1028
|
+
<state relative-caret-position="103">
|
1029
|
+
<caret line="28" column="53" selection-start-line="28" selection-start-column="53" selection-end-line="28" selection-end-column="53" />
|
803
1030
|
</state>
|
804
1031
|
</provider>
|
805
1032
|
</entry>
|
806
|
-
<entry file="file://$PROJECT_DIR$/
|
1033
|
+
<entry file="file://$PROJECT_DIR$/tmp/init/config/credentials/salesforce_oauth2.yml">
|
807
1034
|
<provider selected="true" editor-type-id="text-editor" />
|
808
1035
|
</entry>
|
809
|
-
<entry file="file://$PROJECT_DIR$/
|
810
|
-
<provider selected="true" editor-type-id="text-editor"
|
811
|
-
<state relative-caret-position="342">
|
812
|
-
<caret line="19" column="2" selection-start-line="19" selection-start-column="2" selection-end-line="19" selection-end-column="2" />
|
813
|
-
</state>
|
814
|
-
</provider>
|
1036
|
+
<entry file="file://$PROJECT_DIR$/tmp/init/config/general.rb">
|
1037
|
+
<provider selected="true" editor-type-id="text-editor" />
|
815
1038
|
</entry>
|
816
|
-
<entry file="file://$PROJECT_DIR$/
|
817
|
-
<provider selected="true" editor-type-id="text-editor"
|
818
|
-
<state relative-caret-position="-54" />
|
819
|
-
</provider>
|
1039
|
+
<entry file="file://$PROJECT_DIR$/tmp/init/config/environments/prod.rb">
|
1040
|
+
<provider selected="true" editor-type-id="text-editor" />
|
820
1041
|
</entry>
|
821
|
-
<entry file="file://$PROJECT_DIR$/
|
822
|
-
<provider selected="true" editor-type-id="
|
1042
|
+
<entry file="file://$PROJECT_DIR$/tmp/init/Gemfile">
|
1043
|
+
<provider selected="true" editor-type-id="text-editor" />
|
823
1044
|
</entry>
|
824
|
-
<entry file="file://$PROJECT_DIR$/
|
1045
|
+
<entry file="file://$PROJECT_DIR$/spec/spec_helper.rb">
|
825
1046
|
<provider selected="true" editor-type-id="text-editor">
|
826
|
-
<state relative-caret-position="
|
827
|
-
<caret line="
|
1047
|
+
<state relative-caret-position="156">
|
1048
|
+
<caret line="36" column="6" selection-start-line="36" selection-start-column="6" selection-end-line="36" selection-end-column="6" />
|
828
1049
|
</state>
|
829
1050
|
</provider>
|
830
1051
|
</entry>
|
831
|
-
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce/generator/
|
1052
|
+
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce/generator/templates/spec/spec_helper.rb.erb">
|
832
1053
|
<provider selected="true" editor-type-id="text-editor">
|
833
|
-
<state
|
834
|
-
<caret
|
1054
|
+
<state>
|
1055
|
+
<caret selection-end-column="29" />
|
835
1056
|
</state>
|
836
1057
|
</provider>
|
837
1058
|
</entry>
|
838
|
-
<entry file="file://$
|
1059
|
+
<entry file="file://$PROJECT_DIR$/stub/soql_data/contact.rb">
|
839
1060
|
<provider selected="true" editor-type-id="text-editor">
|
840
|
-
<state relative-caret-position="
|
841
|
-
<caret line="
|
1061
|
+
<state relative-caret-position="251">
|
1062
|
+
<caret line="2695" column="6" selection-start-line="2695" selection-start-column="6" selection-end-line="2695" selection-end-column="6" />
|
842
1063
|
</state>
|
843
1064
|
</provider>
|
844
1065
|
</entry>
|
845
|
-
<entry file="file://$
|
1066
|
+
<entry file="file://$PROJECT_DIR$/spec/support/factories/account.rb">
|
846
1067
|
<provider selected="true" editor-type-id="text-editor">
|
847
|
-
<state relative-caret-position="
|
848
|
-
<caret line="
|
1068
|
+
<state relative-caret-position="630">
|
1069
|
+
<caret line="35" column="12" lean-forward="true" selection-start-line="35" selection-start-column="12" selection-end-line="35" selection-end-column="12" />
|
849
1070
|
</state>
|
850
1071
|
</provider>
|
851
1072
|
</entry>
|
852
|
-
<entry file="file://$PROJECT_DIR$/
|
853
|
-
<provider selected="true" editor-type-id="text-editor"
|
854
|
-
<state relative-caret-position="126">
|
855
|
-
<caret line="7" column="22" selection-start-line="7" selection-start-column="22" selection-end-line="7" selection-end-column="22" />
|
856
|
-
</state>
|
857
|
-
</provider>
|
1073
|
+
<entry file="file://$PROJECT_DIR$/spec/support/soql_data/account.rb">
|
1074
|
+
<provider selected="true" editor-type-id="text-editor" />
|
858
1075
|
</entry>
|
859
|
-
<entry file="file://$PROJECT_DIR$/
|
860
|
-
<provider selected="true" editor-type-id="
|
861
|
-
<state relative-caret-position="
|
862
|
-
<caret line="
|
1076
|
+
<entry file="file://$PROJECT_DIR$/spec/support/soql_data/broker_field_names.rb">
|
1077
|
+
<provider selected="true" editor-type-id="text-editor">
|
1078
|
+
<state relative-caret-position="144">
|
1079
|
+
<caret line="8" column="12" selection-start-line="8" selection-start-column="12" selection-end-line="8" selection-end-column="12" />
|
863
1080
|
</state>
|
864
1081
|
</provider>
|
865
1082
|
</entry>
|
866
|
-
<entry file="file://$PROJECT_DIR$/
|
1083
|
+
<entry file="file://$PROJECT_DIR$/spec/exe/init_spec.rb">
|
867
1084
|
<provider selected="true" editor-type-id="text-editor">
|
868
|
-
<state relative-caret-position="
|
869
|
-
<caret line="
|
1085
|
+
<state relative-caret-position="198">
|
1086
|
+
<caret line="29" column="5" selection-start-line="29" selection-start-column="5" selection-end-line="29" selection-end-column="5" />
|
870
1087
|
</state>
|
871
1088
|
</provider>
|
872
1089
|
</entry>
|
873
|
-
<entry file="file://$PROJECT_DIR$/
|
1090
|
+
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce/soql_data/data_relationships.rb">
|
874
1091
|
<provider selected="true" editor-type-id="text-editor">
|
875
|
-
<state relative-caret-position="162">
|
876
|
-
<caret line="
|
1092
|
+
<state relative-caret-position="-162">
|
1093
|
+
<caret line="12" column="5" selection-start-line="12" selection-start-column="5" selection-end-line="12" selection-end-column="5" />
|
877
1094
|
</state>
|
878
1095
|
</provider>
|
879
1096
|
</entry>
|
880
1097
|
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce/soql_data/soql_data.rb">
|
881
1098
|
<provider selected="true" editor-type-id="text-editor">
|
882
|
-
<state relative-caret-position="
|
883
|
-
<caret line="
|
1099
|
+
<state relative-caret-position="102">
|
1100
|
+
<caret line="81" column="10" selection-start-line="81" selection-start-column="10" selection-end-line="81" selection-end-column="10" />
|
884
1101
|
</state>
|
885
1102
|
</provider>
|
886
1103
|
</entry>
|
887
1104
|
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce/soql_data/soql_global_object_data.rb">
|
888
1105
|
<provider selected="true" editor-type-id="text-editor">
|
889
|
-
<state relative-caret-position="
|
890
|
-
<caret line="
|
1106
|
+
<state relative-caret-position="162">
|
1107
|
+
<caret line="179" column="6" selection-start-line="179" selection-start-column="6" selection-end-line="179" selection-end-column="6" />
|
891
1108
|
</state>
|
892
1109
|
</provider>
|
893
1110
|
</entry>
|
894
|
-
<entry file="file://$PROJECT_DIR$/
|
1111
|
+
<entry file="file://$PROJECT_DIR$/spec/support/soql_data/contact_field_names.rb">
|
895
1112
|
<provider selected="true" editor-type-id="text-editor" />
|
896
1113
|
</entry>
|
897
|
-
<entry file="file://$PROJECT_DIR$/
|
1114
|
+
<entry file="file://$PROJECT_DIR$/exe/leap_salesforce">
|
898
1115
|
<provider selected="true" editor-type-id="text-editor">
|
899
|
-
<state relative-caret-position="
|
900
|
-
<caret line="
|
1116
|
+
<state relative-caret-position="261">
|
1117
|
+
<caret line="33" column="15" lean-forward="true" selection-start-line="33" selection-start-column="15" selection-end-line="33" selection-end-column="15" />
|
901
1118
|
</state>
|
902
1119
|
</provider>
|
903
1120
|
</entry>
|
904
|
-
<entry file="file://$PROJECT_DIR
|
1121
|
+
<entry file="file://$PROJECT_DIR$/tmp/init/Gemfile.lock">
|
905
1122
|
<provider selected="true" editor-type-id="text-editor">
|
906
|
-
<state relative-caret-position="
|
907
|
-
<caret line="
|
1123
|
+
<state relative-caret-position="239">
|
1124
|
+
<caret line="57" column="13" lean-forward="true" selection-start-line="57" selection-start-column="13" selection-end-line="57" selection-end-column="13" />
|
908
1125
|
</state>
|
909
1126
|
</provider>
|
910
1127
|
</entry>
|
911
|
-
<entry file="file://$PROJECT_DIR$/
|
1128
|
+
<entry file="file://$PROJECT_DIR$/tmp/init/logs/traffic_2019-07-23_16_07_36.log">
|
1129
|
+
<provider selected="true" editor-type-id="LogFileEditorProvider">
|
1130
|
+
<state relative-caret-position="-1474" />
|
1131
|
+
</provider>
|
1132
|
+
</entry>
|
1133
|
+
<entry file="file://$PROJECT_DIR$/tmp/init/spec/crud_eg_spec.rb">
|
912
1134
|
<provider selected="true" editor-type-id="text-editor">
|
913
|
-
<state relative-caret-position="
|
914
|
-
<caret line="
|
1135
|
+
<state relative-caret-position="243">
|
1136
|
+
<caret line="14" column="46" lean-forward="true" selection-start-line="14" selection-start-column="46" selection-end-line="14" selection-end-column="46" />
|
915
1137
|
</state>
|
916
1138
|
</provider>
|
917
1139
|
</entry>
|
918
|
-
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce/generator/
|
1140
|
+
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce/generator/generator.rb">
|
919
1141
|
<provider selected="true" editor-type-id="text-editor">
|
920
|
-
<state relative-caret-position="
|
921
|
-
<caret line="
|
1142
|
+
<state relative-caret-position="348">
|
1143
|
+
<caret line="39" column="12" lean-forward="true" selection-start-line="39" selection-start-column="12" selection-end-line="39" selection-end-column="12" />
|
922
1144
|
</state>
|
923
1145
|
</provider>
|
924
1146
|
</entry>
|
925
|
-
<entry file="file://$PROJECT_DIR$/
|
926
|
-
<provider selected="true" editor-type-id="text-editor" />
|
927
|
-
</entry>
|
928
|
-
<entry file="file://$PROJECT_DIR$/spec/support/factories/account.rb">
|
929
|
-
<provider selected="true" editor-type-id="text-editor" />
|
930
|
-
</entry>
|
931
|
-
<entry file="file://$PROJECT_DIR$/logs/traffic_2019-07-15_13_22_06.log">
|
932
|
-
<provider selected="true" editor-type-id="LogFileEditorProvider" />
|
933
|
-
</entry>
|
934
|
-
<entry file="file://$PROJECT_DIR$/spec/support/factories/contact.rb">
|
1147
|
+
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce/generator/templates/spec/limit_spec.rb.erb">
|
935
1148
|
<provider selected="true" editor-type-id="text-editor">
|
936
|
-
<state relative-caret-position="
|
937
|
-
<caret line="
|
1149
|
+
<state relative-caret-position="18">
|
1150
|
+
<caret line="1" column="110" selection-start-line="1" selection-start-column="110" selection-end-line="1" selection-end-column="110" />
|
938
1151
|
</state>
|
939
1152
|
</provider>
|
940
1153
|
</entry>
|
941
|
-
<entry file="file://$PROJECT_DIR$/
|
942
|
-
<provider selected="true" editor-type-id="text-editor" />
|
943
|
-
</entry>
|
944
|
-
<entry file="file://$PROJECT_DIR$/spec/support/soql_data/contact_field_names.rb">
|
1154
|
+
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce/generator/templates/spec/crud_eg_spec.rb.erb">
|
945
1155
|
<provider selected="true" editor-type-id="text-editor">
|
946
|
-
<state relative-caret-position="
|
947
|
-
<caret line="
|
1156
|
+
<state relative-caret-position="288">
|
1157
|
+
<caret line="16" column="5" lean-forward="true" selection-start-line="16" selection-start-column="5" selection-end-line="16" selection-end-column="5" />
|
948
1158
|
</state>
|
949
1159
|
</provider>
|
950
1160
|
</entry>
|
951
|
-
<entry file="file://$PROJECT_DIR$/
|
1161
|
+
<entry file="file://$PROJECT_DIR$/Rakefile">
|
952
1162
|
<provider selected="true" editor-type-id="text-editor">
|
953
|
-
<state relative-caret-position="
|
954
|
-
<caret line="
|
1163
|
+
<state relative-caret-position="270">
|
1164
|
+
<caret line="15" lean-forward="true" selection-start-line="14" selection-start-column="25" selection-end-line="15" />
|
955
1165
|
</state>
|
956
1166
|
</provider>
|
957
1167
|
</entry>
|
958
|
-
<entry file="file://$PROJECT_DIR$/
|
959
|
-
<provider selected="true" editor-type-id="
|
960
|
-
<state relative-caret-position="
|
961
|
-
<caret line="
|
1168
|
+
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce/parameters.rb">
|
1169
|
+
<provider selected="true" editor-type-id="text-editor">
|
1170
|
+
<state relative-caret-position="132">
|
1171
|
+
<caret line="13" column="23" lean-forward="true" selection-start-line="13" selection-start-column="23" selection-end-line="13" selection-end-column="23" />
|
962
1172
|
</state>
|
963
1173
|
</provider>
|
964
1174
|
</entry>
|
965
|
-
<entry file="file://$PROJECT_DIR$/
|
966
|
-
<provider selected="true" editor-type-id="
|
967
|
-
<state
|
968
|
-
<
|
969
|
-
<caret line="43" column="173" selection-start-line="43" selection-start-column="164" selection-end-line="43" selection-end-column="173" />
|
970
|
-
</first_editor>
|
971
|
-
<second_editor>
|
972
|
-
<markdownNavigatorState />
|
973
|
-
</second_editor>
|
1175
|
+
<entry file="file://$PROJECT_DIR$/config/credentials/salesforce_oauth2.yml">
|
1176
|
+
<provider selected="true" editor-type-id="text-editor">
|
1177
|
+
<state relative-caret-position="90">
|
1178
|
+
<caret line="5" column="24" selection-start-line="5" selection-start-column="11" selection-end-line="5" selection-end-column="24" />
|
974
1179
|
</state>
|
975
1180
|
</provider>
|
976
1181
|
</entry>
|
977
|
-
<entry file="file://$PROJECT_DIR$/leap_salesforce.
|
1182
|
+
<entry file="file://$PROJECT_DIR$/lib/leap_salesforce.rb">
|
978
1183
|
<provider selected="true" editor-type-id="text-editor">
|
979
|
-
<state relative-caret-position="
|
980
|
-
<caret line="
|
1184
|
+
<state relative-caret-position="180">
|
1185
|
+
<caret line="50" column="30" selection-start-line="50" selection-start-column="15" selection-end-line="50" selection-end-column="30" />
|
981
1186
|
</state>
|
982
1187
|
</provider>
|
983
1188
|
</entry>
|
984
|
-
<entry file="file://$PROJECT_DIR
|
1189
|
+
<entry file="file://$PROJECT_DIR$/.gitlab-ci.yml">
|
985
1190
|
<provider selected="true" editor-type-id="text-editor">
|
986
|
-
<state relative-caret-position="
|
987
|
-
<caret line="
|
1191
|
+
<state relative-caret-position="342">
|
1192
|
+
<caret line="19" column="48" selection-start-line="19" selection-start-column="48" selection-end-line="19" selection-end-column="48" />
|
988
1193
|
</state>
|
989
1194
|
</provider>
|
990
1195
|
</entry>
|