Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update master #1

Open
wants to merge 2,248 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
2248 commits
Select commit Hold shift + click to select a range
9df9895
Merge pull request #1292 from forcedotcom/dependabot/maven/org.mockit…
ashitsalesforce Sep 30, 2024
7b84efb
set client name and client_id in every server request
ashitsalesforce Sep 30, 2024
ab6fe97
Merge pull request #1294 from ashitsalesforce/master
ashitsalesforce Sep 30, 2024
0b34f3b
set client name in every server request
ashitsalesforce Sep 30, 2024
08c88bd
Merge pull request #1295 from ashitsalesforce/master
ashitsalesforce Sep 30, 2024
88ade06
fix for W-16872438
ashitsalesforce Oct 1, 2024
d65f05f
Merge pull request #1296 from ashitsalesforce/master
ashitsalesforce Oct 1, 2024
8bef427
Bump org.mockito:mockito-core from 5.14.0 to 5.14.1
dependabot[bot] Oct 1, 2024
65e3519
Merge pull request #1297 from forcedotcom/dependabot/maven/org.mockit…
ashitsalesforce Oct 1, 2024
a4a9f46
Fix for OAuth regression introduced in PR #1247
ashitsalesforce Oct 2, 2024
36fc1cd
Merge pull request #1298 from ashitsalesforce/master
ashitsalesforce Oct 2, 2024
eefdb0e
OAuth-specific error messages and display
ashitsalesforce Oct 2, 2024
f368c51
Merge pull request #1299 from ashitsalesforce/master
ashitsalesforce Oct 2, 2024
28f3b9b
use constant instead of string literal for client_id header
ashitsalesforce Oct 2, 2024
7708520
Merge pull request #1300 from ashitsalesforce/master
ashitsalesforce Oct 2, 2024
b7079e4
use constant instead of string literal for client_id header
ashitsalesforce Oct 3, 2024
b3b3886
Merge pull request #1301 from ashitsalesforce/master
ashitsalesforce Oct 3, 2024
4163ba7
refactor of DefaultSimplePost
ashitsalesforce Oct 3, 2024
3221fcb
Merge pull request #1302 from ashitsalesforce/master
ashitsalesforce Oct 3, 2024
4dc6eb2
HttpClientTransport optimizations
ashitsalesforce Oct 4, 2024
5f6bc68
Merge pull request #1303 from ashitsalesforce/master
ashitsalesforce Oct 4, 2024
9f10f98
fix regression in preserving DAO (csv or DB) column header order
ashitsalesforce Oct 5, 2024
d650e13
Merge pull request #1304 from ashitsalesforce/master
ashitsalesforce Oct 5, 2024
2d7a6c5
fix bug in mapping multiple dao columns to single sf column
ashitsalesforce Oct 5, 2024
3999a65
Merge pull request #1305 from ashitsalesforce/master
ashitsalesforce Oct 5, 2024
1ee9c27
increase reuse of HttpClient instance unless bulkv2 is enabled
ashitsalesforce Oct 5, 2024
cd9acb0
increase reuse of HttpClient instance unless bulkv2 is enabled
ashitsalesforce Oct 5, 2024
4406f29
Merge pull request #1306 from ashitsalesforce/master
ashitsalesforce Oct 5, 2024
e92f6c9
rename method in HttpClientTransport
ashitsalesforce Oct 5, 2024
c496795
Merge pull request #1307 from ashitsalesforce/master
ashitsalesforce Oct 5, 2024
c34ef91
automap csv columns to sobject fields when mapping page is shown
ashitsalesforce Oct 5, 2024
90c9869
Merge pull request #1308 from ashitsalesforce/master
ashitsalesforce Oct 5, 2024
b3bb4bc
reuse httpclient connection for all operations except for bulk v2
ashitsalesforce Oct 6, 2024
2e9c6a4
Merge pull request #1309 from ashitsalesforce/master
ashitsalesforce Oct 6, 2024
e112081
reuse HttpClient for Bulk v2
ashitsalesforce Oct 6, 2024
27509b0
Merge pull request #1310 from ashitsalesforce/master
ashitsalesforce Oct 6, 2024
6855e98
read-only property sfdc.useSysPropsForHttpClient
ashitsalesforce Oct 6, 2024
8285303
Merge pull request #1311 from ashitsalesforce/master
ashitsalesforce Oct 6, 2024
9d47d51
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1
dependabot[bot] Oct 7, 2024
26ac8ca
delete local copy of proxy_vole
ashitsalesforce Oct 8, 2024
2dcd561
Merge pull request #1313 from ashitsalesforce/master
ashitsalesforce Oct 8, 2024
024116e
rename Config as AppConfig to distinguish it from other Config classe…
ashitsalesforce Oct 8, 2024
3bf63ee
Merge branch 'forcedotcom:master' into master
ashitsalesforce Oct 8, 2024
8d25408
rename Config as AppConfig to distinguish it from other Config classe…
ashitsalesforce Oct 8, 2024
fa6bd90
Merge pull request #1314 from ashitsalesforce/master
ashitsalesforce Oct 8, 2024
dbd212a
Merge branch 'master' of https://github.com/ashitsalesforce/dataloader
ashitsalesforce Oct 8, 2024
40db97a
Revert "delete local copy of proxy_vole"
ashitsalesforce Oct 8, 2024
0a4870b
Merge pull request #1315 from ashitsalesforce/master
ashitsalesforce Oct 8, 2024
44db20a
Merge pull request #1316 from forcedotcom/revert-1313-master
ashitsalesforce Oct 8, 2024
feb776d
Merge pull request #1312 from forcedotcom/dependabot/maven/org.apache…
ashitsalesforce Oct 8, 2024
19313c8
remove proxy_vole use to auto-detect proxy settings
ashitsalesforce Oct 8, 2024
ae8621d
Merge pull request #1317 from ashitsalesforce/master
ashitsalesforce Oct 8, 2024
be03ec0
rename Config as AppConfig to distinguish it from other Config classe…
ashitsalesforce Oct 8, 2024
430c95b
Merge pull request #1318 from ashitsalesforce/master
ashitsalesforce Oct 8, 2024
39860f6
use system proxy settings as default proxy host and port
ashitsalesforce Oct 9, 2024
c82f4b5
Merge pull request #1319 from ashitsalesforce/master
ashitsalesforce Oct 9, 2024
1b9139b
reduce the log level of default proxy settings discovery
ashitsalesforce Oct 9, 2024
0a34e45
Merge pull request #1320 from ashitsalesforce/master
ashitsalesforce Oct 9, 2024
3689ea4
update version number
ashitsalesforce Oct 9, 2024
17dc215
Merge pull request #1321 from ashitsalesforce/master
ashitsalesforce Oct 9, 2024
e8c827a
additional checks regarding when system proxy settings are retrieved
ashitsalesforce Oct 10, 2024
c34cbf6
Merge pull request #1322 from ashitsalesforce/master
ashitsalesforce Oct 12, 2024
50d4c28
more specific log error for login exception
ashitsalesforce Oct 12, 2024
da12e8e
Merge pull request #1323 from ashitsalesforce/master
ashitsalesforce Oct 12, 2024
8c40e09
binary content attachments are supported in SOAP
ashitsalesforce Oct 12, 2024
4d2ce1d
Merge pull request #1324 from ashitsalesforce/master
ashitsalesforce Oct 12, 2024
34af500
cosmetic changes
ashitsalesforce Oct 12, 2024
37d802d
fix the wrong default login url for sandbox
ashitsalesforce Oct 12, 2024
8b5ce16
Merge pull request #1325 from ashitsalesforce/master
ashitsalesforce Oct 12, 2024
52a5d47
Merge pull request #1326 from ashitsalesforce/master
ashitsalesforce Oct 12, 2024
a24579c
Config properties cleanup
ashitsalesforce Oct 12, 2024
2376a6a
fix incorrect setting of auth endpoint for prod if sandbox is selecte…
ashitsalesforce Oct 12, 2024
c9fe100
Merge pull request #1327 from ashitsalesforce/master
ashitsalesforce Oct 12, 2024
993c4fe
change test settings to reflect changes to AppConfig code
ashitsalesforce Oct 12, 2024
d747994
Merge pull request #1328 from ashitsalesforce/master
ashitsalesforce Oct 12, 2024
8f1948e
minor AppConfig code refactoring
ashitsalesforce Oct 12, 2024
653eac5
Merge pull request #1329 from ashitsalesforce/master
ashitsalesforce Oct 12, 2024
dbc2367
ship an empty config.properties file
ashitsalesforce Oct 12, 2024
fe53c42
Merge pull request #1330 from ashitsalesforce/master
ashitsalesforce Oct 12, 2024
58da251
Fix bug in sandbox endpoint setting in Settings dialog
ashitsalesforce Oct 12, 2024
14765cc
Merge pull request #1331 from ashitsalesforce/master
ashitsalesforce Oct 12, 2024
dfd925e
only save changed setting values in config.properties
ashitsalesforce Oct 12, 2024
299cd6e
Merge pull request #1332 from ashitsalesforce/master
ashitsalesforce Oct 12, 2024
8baec56
show config properties name in Setting tooltip where applicable in Se…
ashitsalesforce Oct 13, 2024
0daee49
Merge pull request #1333 from ashitsalesforce/master
ashitsalesforce Oct 13, 2024
384630d
use property names from AppConfig for label and tooltip lookup
ashitsalesforce Oct 13, 2024
bf15d35
Merge pull request #1334 from ashitsalesforce/master
ashitsalesforce Oct 13, 2024
2532ee1
prefix all property names with "PROP_" for code maintainability
ashitsalesforce Oct 14, 2024
e4e4320
Merge pull request #1335 from ashitsalesforce/master
ashitsalesforce Oct 14, 2024
4a08b1e
prefix all property names with "PROP_" for code maintainability
ashitsalesforce Oct 14, 2024
3304bc6
Merge pull request #1336 from ashitsalesforce/master
ashitsalesforce Oct 14, 2024
7f88d9f
register all properties in a registry
ashitsalesforce Oct 14, 2024
e9369a6
Merge pull request #1337 from ashitsalesforce/master
ashitsalesforce Oct 14, 2024
6f1df20
generate csv of all configurable properties including command line op…
ashitsalesforce Oct 14, 2024
507c1e8
Merge pull request #1338 from ashitsalesforce/master
ashitsalesforce Oct 14, 2024
756416e
Bump org.mockito:mockito-core from 5.14.1 to 5.14.2
dependabot[bot] Oct 16, 2024
148a350
use sfdc.endpoint property value for current environment's endpoint f…
ashitsalesforce Oct 16, 2024
a8002b1
fix bug introduced in showing import batch size in Settings dialog du…
ashitsalesforce Oct 16, 2024
54fa7bf
Merge pull request #1340 from ashitsalesforce/master
ashitsalesforce Oct 16, 2024
bbfbc1d
fix bug introduced in showing import batch size in Settings dialog du…
ashitsalesforce Oct 16, 2024
aceb11b
Merge pull request #1341 from ashitsalesforce/master
ashitsalesforce Oct 17, 2024
d527ba5
replace derived properties with getters
ashitsalesforce Oct 17, 2024
66dc374
Merge pull request #1342 from ashitsalesforce/master
ashitsalesforce Oct 17, 2024
ac94a5e
fix label minor issues in UI due to label name change in label.proper…
ashitsalesforce Oct 17, 2024
5db68d4
Merge pull request #1343 from ashitsalesforce/master
ashitsalesforce Oct 17, 2024
0282686
changes for better readability
ashitsalesforce Oct 17, 2024
a2bd564
Merge pull request #1344 from ashitsalesforce/master
ashitsalesforce Oct 17, 2024
34568e1
changes for better readability
ashitsalesforce Oct 17, 2024
9b7fa24
Merge pull request #1345 from ashitsalesforce/master
ashitsalesforce Oct 17, 2024
16c0036
Merge pull request #1339 from forcedotcom/dependabot/maven/org.mockit…
ashitsalesforce Oct 17, 2024
e124a4a
Bump org.springframework:spring-context from 6.1.13 to 6.1.14
dependabot[bot] Oct 18, 2024
b17addf
Bump org.springframework:spring-jdbc from 6.1.13 to 6.1.14
dependabot[bot] Oct 18, 2024
037d1ef
configurable properties information cleanup
ashitsalesforce Oct 18, 2024
ad160f1
Merge pull request #1348 from ashitsalesforce/master
ashitsalesforce Oct 18, 2024
8ad32d2
Merge pull request #1347 from forcedotcom/dependabot/maven/org.spring…
ashitsalesforce Oct 18, 2024
67d3357
Merge pull request #1346 from forcedotcom/dependabot/maven/org.spring…
ashitsalesforce Oct 18, 2024
4549f39
Show data loader properties help and csv containing properties attrib…
ashitsalesforce Oct 20, 2024
55a3f0a
always generate properties.csv at Data Loader start
ashitsalesforce Oct 20, 2024
8d7abb4
Merge pull request #1349 from ashitsalesforce/master
ashitsalesforce Oct 20, 2024
22845ab
move CLI option declarations to AppConfig.java
ashitsalesforce Oct 21, 2024
cd7724a
Merge pull request #1351 from ashitsalesforce/master
ashitsalesforce Oct 21, 2024
9a7f4b6
relabel properties that are not command line options
ashitsalesforce Oct 22, 2024
29f1f73
Merge pull request #1352 from ashitsalesforce/master
ashitsalesforce Oct 22, 2024
1473997
fix broken link
HUMENTH Oct 22, 2024
84a77d2
Update README.md
HUMENTH Oct 22, 2024
b5ef7b3
Merge pull request #1353 from HUMENTH/master
ashitsalesforce Oct 22, 2024
0fe3c8d
Update README.md
ashitsalesforce Oct 22, 2024
fe4659a
initialize log4j configuration only once
ashitsalesforce Oct 22, 2024
880de39
Merge pull request #1354 from forcedotcom/ashitsalesforce-patch-3
ashitsalesforce Oct 22, 2024
e1c0959
Merge pull request #1355 from ashitsalesforce/master
ashitsalesforce Oct 22, 2024
32fff55
code refactoring
ashitsalesforce Oct 22, 2024
932e5a1
Merge pull request #1356 from ashitsalesforce/master
ashitsalesforce Oct 22, 2024
1f5ff22
use property getters consistently
ashitsalesforce Oct 22, 2024
5f0e8f6
Merge pull request #1357 from ashitsalesforce/master
ashitsalesforce Oct 22, 2024
68a2d47
code cleanup
ashitsalesforce Oct 22, 2024
56cf6d8
Merge pull request #1358 from ashitsalesforce/master
ashitsalesforce Oct 23, 2024
6c350e8
Bump org.apache.maven.plugins:maven-site-plugin from 3.20.0 to 3.21.0
dependabot[bot] Oct 23, 2024
36c69c5
instantiate AppConfig by instantiating Controller
ashitsalesforce Oct 23, 2024
39eddcf
Merge pull request #1360 from ashitsalesforce/master
ashitsalesforce Oct 23, 2024
4771bf1
Merge pull request #1359 from forcedotcom/dependabot/maven/org.apache…
ashitsalesforce Oct 23, 2024
2bcf886
use logger even before log4j config properties are applied from confi…
ashitsalesforce Oct 25, 2024
7f8227d
Merge pull request #1361 from ashitsalesforce/master
ashitsalesforce Oct 25, 2024
be1cfae
code readability changes
ashitsalesforce Oct 25, 2024
100bcc9
Merge pull request #1362 from ashitsalesforce/master
ashitsalesforce Oct 25, 2024
63e9fcf
minor bug fixes in login attempts and saving properties
ashitsalesforce Oct 27, 2024
70267ea
Merge pull request #1363 from ashitsalesforce/master
ashitsalesforce Oct 27, 2024
4a70a32
make process.statusOutputDirectory property writable
ashitsalesforce Oct 27, 2024
983f0ef
Merge pull request #1364 from ashitsalesforce/master
ashitsalesforce Oct 27, 2024
8527bb7
set default yoffset for wizard pages to 50 pixels
ashitsalesforce Oct 27, 2024
884634f
Merge pull request #1365 from ashitsalesforce/master
ashitsalesforce Oct 27, 2024
d83f828
make sure that menubar is displayed after upgrade dialog is closed
ashitsalesforce Oct 29, 2024
6cf0a84
Merge pull request #1366 from ashitsalesforce/master
ashitsalesforce Oct 29, 2024
fc54943
remove unnecessary invocations to addMenuBar()
ashitsalesforce Oct 29, 2024
49f6b6d
Merge pull request #1367 from ashitsalesforce/master
ashitsalesforce Oct 29, 2024
cc00838
avoid "Plugin execution not covered by lifecycle configuration:" erro…
ashitsalesforce Nov 1, 2024
bbdc6dc
Merge pull request #1368 from ashitsalesforce/master
ashitsalesforce Nov 1, 2024
a3b3bf6
improve pom.xml readability
ashitsalesforce Nov 2, 2024
8b2d986
Merge pull request #1369 from ashitsalesforce/master
ashitsalesforce Nov 2, 2024
170c7bc
include sort goal for pom.xml cleanup in compile phase
ashitsalesforce Nov 2, 2024
8eca4a6
Merge pull request #1370 from ashitsalesforce/master
ashitsalesforce Nov 2, 2024
0e9693a
pom.xml changes made by sortpom plugin
ashitsalesforce Nov 2, 2024
5a0f1e0
Merge pull request #1371 from ashitsalesforce/master
ashitsalesforce Nov 2, 2024
2f3d035
logging during start and banner display changes
ashitsalesforce Nov 2, 2024
c937aff
Merge pull request #1372 from ashitsalesforce/master
ashitsalesforce Nov 2, 2024
0849fc0
Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2
dependabot[bot] Nov 4, 2024
8ec5e45
Bump com.github.ekryd.sortpom:sortpom-maven-plugin from 3.4.0 to 4.0.0
dependabot[bot] Nov 4, 2024
c45c346
Merge pull request #1374 from forcedotcom/dependabot/maven/com.github…
ashitsalesforce Nov 4, 2024
f34e741
Merge pull request #1373 from forcedotcom/dependabot/maven/org.apache…
ashitsalesforce Nov 4, 2024
9585530
disable ok in Settings dialog if config.properties.readonly=true
ashitsalesforce Nov 12, 2024
bfd59a2
Merge pull request #1375 from ashitsalesforce/master
ashitsalesforce Nov 12, 2024
bc8a6fd
Bump org.codehaus.mojo:versions-maven-plugin from 2.17.1 to 2.18.0
dependabot[bot] Nov 14, 2024
10e0b36
Merge pull request #1377 from forcedotcom/dependabot/maven/org.codeha…
ashitsalesforce Nov 14, 2024
8434fb5
Bump org.springframework:spring-jdbc from 6.1.14 to 6.2.0
dependabot[bot] Nov 15, 2024
fdbd334
Bump org.springframework:spring-context from 6.1.14 to 6.2.0
dependabot[bot] Nov 15, 2024
8b9978b
Merge pull request #1379 from forcedotcom/dependabot/maven/org.spring…
ashitsalesforce Nov 15, 2024
b3a0369
Merge pull request #1378 from forcedotcom/dependabot/maven/org.spring…
ashitsalesforce Nov 15, 2024
0cf45c9
fix for W-17247728
ashitsalesforce Nov 16, 2024
40fe765
Merge pull request #1380 from ashitsalesforce/master
ashitsalesforce Nov 16, 2024
53b0324
fix bug in UI labels and use legacy Auth endpoint to prepopulate rele…
ashitsalesforce Nov 18, 2024
1724fb9
Merge pull request #1381 from ashitsalesforce/master
ashitsalesforce Nov 18, 2024
03dbca1
Bump commons-io:commons-io from 2.17.0 to 2.18.0
dependabot[bot] Nov 20, 2024
57f0ee2
Merge pull request #1382 from forcedotcom/dependabot/maven/commons-io…
ashitsalesforce Nov 20, 2024
b538b2f
handle desktop locale-specific integer format in CSV data
ashitsalesforce Nov 21, 2024
5b73422
Merge pull request #1383 from ashitsalesforce/master
ashitsalesforce Nov 21, 2024
67d4a4e
Bump org.apache.logging.log4j:log4j-core from 2.24.1 to 2.24.2
dependabot[bot] Nov 22, 2024
a3eb3d6
Merge pull request #1385 from forcedotcom/dependabot/maven/org.apache…
ashitsalesforce Nov 22, 2024
ddb1a67
reduce memory footprint of large upload jobs
ashitsalesforce Nov 26, 2024
a6d8047
Merge pull request #1386 from ashitsalesforce/master
ashitsalesforce Nov 26, 2024
4ccafa9
Speed improvement - Avoid unnecessary copy of a part of an ArrayList
ashitsalesforce Nov 26, 2024
9e07e27
Merge pull request #1387 from ashitsalesforce/master
ashitsalesforce Nov 26, 2024
701780c
do not re-read from the same CSV or database during an operation if c…
ashitsalesforce Nov 28, 2024
1fb10bc
Merge pull request #1389 from ashitsalesforce/master
ashitsalesforce Nov 28, 2024
c989127
refactor common code in CSV and Database readers
ashitsalesforce Nov 29, 2024
0640fa3
Merge pull request #1390 from ashitsalesforce/master
ashitsalesforce Nov 29, 2024
6a4b8d4
increase TableRow direct use by replacing readRowList() with readTabl…
ashitsalesforce Nov 30, 2024
2f92080
Merge pull request #1391 from ashitsalesforce/master
ashitsalesforce Nov 30, 2024
159870c
increase TableRow direct use - replace readRow() with readTableRow()
ashitsalesforce Nov 30, 2024
78e4538
Merge pull request #1392 from ashitsalesforce/master
ashitsalesforce Nov 30, 2024
d2414e1
switch from Row to TableRow
ashitsalesforce Dec 1, 2024
32f4672
Merge pull request #1393 from ashitsalesforce/master
ashitsalesforce Dec 1, 2024
2743590
reduce memory use by using TableRow instead of Row
ashitsalesforce Dec 2, 2024
ec3d31c
Merge pull request #1394 from ashitsalesforce/master
ashitsalesforce Dec 2, 2024
cfcbdb9
update SWT from 4.32 to 4.33
ashitsalesforce Dec 3, 2024
ba63018
Merge pull request #1395 from ashitsalesforce/master
ashitsalesforce Dec 3, 2024
400ae0a
test to validate composite mapping
ashitsalesforce Dec 3, 2024
daf5eec
Merge pull request #1396 from ashitsalesforce/master
ashitsalesforce Dec 3, 2024
0ba90a5
Bump org.apache.commons:commons-dbcp2 from 2.12.0 to 2.13.0
dependabot[bot] Dec 3, 2024
1ebe439
Bump org.eclipse.platform:org.eclipse.jface from 3.35.0 to 3.35.100
dependabot[bot] Dec 3, 2024
ec8f2a6
Merge pull request #1398 from forcedotcom/dependabot/maven/org.eclips…
ashitsalesforce Dec 3, 2024
bf8f85a
Merge pull request #1397 from forcedotcom/dependabot/maven/org.apache…
ashitsalesforce Dec 3, 2024
ceb1fd8
config property to support extraction result fields in all capital le…
ashitsalesforce Dec 4, 2024
551db63
Merge pull request #1399 from ashitsalesforce/master
ashitsalesforce Dec 4, 2024
c8204d1
refactor common code in DatabaseWriter and CSVFileWriter
ashitsalesforce Dec 5, 2024
f957c5b
Merge pull request #1400 from ashitsalesforce/master
ashitsalesforce Dec 5, 2024
5ed439e
refactor DatabaseReader and DatabaseWriter code to use RowInterface
ashitsalesforce Dec 9, 2024
eb5b8e5
Merge pull request #1402 from ashitsalesforce/master
ashitsalesforce Dec 9, 2024
08f47ef
Switch SforceDynaBean from Row to TableRow for reducing memory footprint
ashitsalesforce Dec 10, 2024
d6dbdcb
Merge pull request #1403 from ashitsalesforce/master
ashitsalesforce Dec 10, 2024
a1cac97
output CSV with BOM if output format is UTF-8 or UTF-16
ashitsalesforce Dec 13, 2024
1aa652d
Merge pull request #1404 from ashitsalesforce/master
ashitsalesforce Dec 13, 2024
a965f3d
Bump org.springframework:spring-context from 6.2.0 to 6.2.1
dependabot[bot] Dec 13, 2024
71960ae
Bump com.force.api:force-partner-api from 62.0.0 to 63.0.0
dependabot[bot] Dec 13, 2024
6bfe136
Bump org.springframework:spring-jdbc from 6.2.0 to 6.2.1
dependabot[bot] Dec 13, 2024
a0526ca
config property to output csv files in a specific charset
ashitsalesforce Dec 13, 2024
d850881
Merge pull request #1408 from ashitsalesforce/master
ashitsalesforce Dec 13, 2024
8e3baa1
Merge pull request #1405 from forcedotcom/dependabot/maven/org.spring…
ashitsalesforce Dec 13, 2024
291069b
Merge pull request #1406 from forcedotcom/dependabot/maven/com.force.…
ashitsalesforce Dec 13, 2024
0ad03e0
Merge pull request #1407 from forcedotcom/dependabot/maven/org.spring…
ashitsalesforce Dec 13, 2024
0232173
bump up data loader version to 63.0.0
ashitsalesforce Dec 13, 2024
994f3e7
Merge pull request #1409 from ashitsalesforce/master
ashitsalesforce Dec 13, 2024
ea14bfc
Tests should use Data Loader's CSVFileReader instead of wsc FileReader
ashitsalesforce Dec 13, 2024
bc2ed42
Merge pull request #1410 from ashitsalesforce/master
ashitsalesforce Dec 13, 2024
419ad61
Bump org.apache.logging.log4j:log4j-core from 2.24.2 to 2.24.3
dependabot[bot] Dec 16, 2024
5a45dd3
Bump org.apache.commons:commons-text from 1.12.0 to 1.13.0
dependabot[bot] Dec 16, 2024
e9454b5
Merge pull request #1412 from forcedotcom/dependabot/maven/org.apache…
ashitsalesforce Dec 17, 2024
c89bdd5
Merge pull request #1411 from forcedotcom/dependabot/maven/org.apache…
ashitsalesforce Dec 17, 2024
14f1381
code cleanup - more diligently close output streams
ashitsalesforce Dec 17, 2024
560a1a3
Merge pull request #1413 from ashitsalesforce/master
ashitsalesforce Dec 17, 2024
de9e6dc
Output BOM in extraction results for UTF-32LE and UTF-32BE charsets
ashitsalesforce Dec 18, 2024
12812cf
Merge pull request #1414 from ashitsalesforce/master
ashitsalesforce Dec 18, 2024
4a0ee54
Bulk uploads - use the csv file containing entries to be uploaded to …
ashitsalesforce Dec 22, 2024
31a2d7a
Merge pull request #1415 from ashitsalesforce/master
ashitsalesforce Dec 22, 2024
315cf17
make sure not to exceed batch size of the uploads
ashitsalesforce Dec 24, 2024
54c2a72
Merge pull request #1416 from ashitsalesforce/master
ashitsalesforce Dec 24, 2024
ec5cb60
reduce memory footproint for bulk and bulkv2 uploads
ashitsalesforce Dec 24, 2024
c13cdc4
Merge pull request #1417 from ashitsalesforce/master
ashitsalesforce Dec 25, 2024
21e1d12
Bulk v2 - create multiple jobs if csv upload exceeds job size limit
ashitsalesforce Dec 25, 2024
a1d8aa0
Merge pull request #1418 from ashitsalesforce/master
ashitsalesforce Dec 25, 2024
8738dde
close jarfile to avoid leaks
ashitsalesforce Dec 25, 2024
6921274
Merge pull request #1419 from ashitsalesforce/master
ashitsalesforce Dec 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. MacOS Big Sur, Windows 11]
- Version [e.g. 56.0.4]


**Additional context**
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "maven" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
61 changes: 61 additions & 0 deletions .github/workflows/codacy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.

# This workflow checks out code, performs a Codacy security scan
# and integrates the results with the
# GitHub Advanced Security code scanning feature. For more information on
# the Codacy security scan action usage and parameters, see
# https://github.com/codacy/codacy-analysis-cli-action.
# For more information on Codacy Analysis CLI in general, see
# https://github.com/codacy/codacy-analysis-cli.

name: Codacy Security Scan

on:
push:
branches: [ "master" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master" ]
schedule:
- cron: '39 16 * * 0'

permissions:
contents: read

jobs:
codacy-security-scan:
permissions:
contents: read # for actions/checkout to fetch code
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
name: Codacy Security Scan
runs-on: ubuntu-latest
steps:
# Checkout the repository to the GitHub Actions runner
- name: Checkout code
uses: actions/checkout@v3

# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
- name: Run Codacy Analysis CLI
uses: codacy/codacy-analysis-cli-action@d840f886c4bd4edc059706d09c6a1586111c540b
with:
# Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository
# You can also omit the token and run the tools that support default configurations
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
verbose: true
output: results.sarif
format: sarif
# Adjust severity of non-security issues
gh-code-scanning-compat: true
# Force 0 exit code to allow SARIF file generation
# This will handover control about PR rejection to the GitHub side
max-allowed-issues: 2147483647

# Upload the SARIF file generated in the previous step
- name: Upload SARIF results file
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: results.sarif
89 changes: 89 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
#
# ******** NOTE ********
# We have attempted to detect the languages in your repository. Please check
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: "CodeQL"

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
schedule:
- cron: '16 10 * * 4'

jobs:
analyze:
name: Analyze
# Runner size impacts CodeQL analysis time. To learn more, please see:
# - https://gh.io/recommended-hardware-resources-for-running-codeql
# - https://gh.io/supported-runners-and-hardware-resources
# - https://gh.io/using-larger-runners
# Consider using larger runners for possible analysis time improvements.
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
permissions:
# required for all workflows
security-events: write

# only required for workflows in private repositories
actions: read
contents: read

strategy:
fail-fast: false
matrix:
language: [ 'java-kotlin' ]
# CodeQL supports [ 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift' ]
# Use only 'java-kotlin' to analyze code written in Java, Kotlin or both
# Use only 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support

steps:
- name: Checkout repository
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.

# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
# queries: security-extended,security-and-quality

- name: Setup Java JDK
uses: actions/[email protected]
with:
distribution: 'temurin'
java-version: 17

# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v3

# ℹ️ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun

# If the Autobuild fails above, remove it and uncomment the following three lines.
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.

# - run: |
# echo "Run, Build Application using script"
# ./location_of_script_within_repo/buildscript.sh

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"
17 changes: 17 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,21 @@ Thumbs.db

#swpfiles
config.properties~
*.csr
*.key

#python files
__pycache__/

#command line editor working and backup files
*.swp
*.*~

# local-proj-repo files
local-proj-repo/classworlds/
local-proj-repo/com/
local-proj-repo/junit/
local-proj-repo/org/
pom.xml.save
pom.xml.versionsBackup
dependency-reduced-pom.xml
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
[submodule "yoursway-create-dmg"]
path = yoursway-create-dmg
url = git://github.com/andreyvit/yoursway-create-dmg.git
2 changes: 2 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Comment line immediately above ownership line is reserved for related gus information. Please be careful while editing.
#ECCN:Open Source
Loading