Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
1007f88
Initial commit with salesforce-sync codebase
saajidAha Nov 14, 2025
8a7dc21
Fix typos in CHANGELOG.md
saajidAha Nov 14, 2025
3707f8c
Add hyphen
saajidAha Nov 14, 2025
aac04da
Update licence headers
saajidAha Nov 14, 2025
5c85664
Update documentation
saajidAha Nov 14, 2025
e342f75
docs: update version number
saajidAha Nov 14, 2025
03aab77
refactor: update organization title
saajidAha Nov 14, 2025
966223d
refactor: update version number
saajidAha Nov 14, 2025
9beb25d
docs: update documentation
saajidAha Nov 14, 2025
711cef8
docs: update documentation
saajidAha Nov 14, 2025
8e19eda
docs: update documentation comments
saajidAha Nov 14, 2025
c3d900e
docs: update documentation comment
saajidAha Nov 14, 2025
f188456
docs: update documentation comment
saajidAha Nov 14, 2025
3f04645
docs: remove owner username
saajidAha Nov 14, 2025
3996bea
chore: remove sql update statements
saajidAha Nov 14, 2025
47e1de3
refactor: update sql table creation script
saajidAha Nov 14, 2025
c982d06
docs: update documentation to follow best practices
saajidAha Nov 14, 2025
1d36ccf
docs: update documentation comments
saajidAha Nov 14, 2025
615c14b
docs: update documentation
saajidAha Nov 14, 2025
342d48b
docs: update documentation comments
saajidAha Nov 14, 2025
7fa832c
refactor: rename base directory to `salesforce-to-mysql-data-sync`
saajidAha Nov 14, 2025
257c47c
refactor: replace `&&` with `AND` in SQL query
saajidAha Nov 14, 2025
486a4fe
chore: update ballerina version to the latest `2201.13.0` distribution
saajidAha Nov 14, 2025
5bd8063
fix: use time:Civil since ParameterizedQuery only supports time:Civil…
saajidAha Nov 14, 2025
b4679cc
chore: remove changelog file containing log history
saajidAha Nov 18, 2025
761e0d9
Remove Config.toml.secret file
saajidAha Nov 19, 2025
c49fb96
refactor: omit custom salesforce fields
saajidAha Nov 20, 2025
12e8fcb
refactor: remove batch insertion logic and remove custom sf fields
saajidAha Nov 20, 2025
a50d37a
chore: remove non-critical http configs
saajidAha Nov 20, 2025
7242a5a
Add empty line to EOF
saajidAha Nov 20, 2025
28f1281
docs: update documentation
saajidAha Nov 20, 2025
da1f271
docs: update documentation
saajidAha Nov 20, 2025
5f13cef
docs: update documentation comments
saajidAha Nov 20, 2025
ed923fa
docs: update documentation
saajidAha Nov 20, 2025
1dc3f1c
docs: update documentation
saajidAha Nov 20, 2025
9add6fe
docs: update documentation
saajidAha Nov 20, 2025
343d078
docs: add owner record documentation
saajidAha Nov 20, 2025
e3a5871
chore: update dependency toml
saajidAha Nov 20, 2025
d59f9f3
chore: remove RecordType.Name field
saajidAha Nov 20, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions salesforce-to-mysql-data-sync/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Environment variables
Config.toml
# Compilation files
target/
8 changes: 8 additions & 0 deletions salesforce-to-mysql-data-sync/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[package]
org = "wso2"
name = "salesforce_sync"
version = "1.0.0"
distribution = "2201.13.0"

[build-options]
observabilityIncluded = true
Loading