-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #90 from erssebaggala/preserve_column_order_on_export
Preserve column order on export
- Loading branch information
Showing
8 changed files
with
22 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,7 @@ os: | |
|
||
cache: | ||
yarn: true | ||
timeout: 1200 | ||
directories: | ||
- node_modules | ||
- $HOME/.cache/electron | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Key Files and Folders | ||
There are some key files and folders such as the log file, libraries folder, and migrations files. | ||
|
||
Below is a list of key files and folder | ||
1. Log file. The log file is useful when an error occurs in the application. Below are the locations for the different operation systems supported. | ||
* on Linux: ~/.config/Boda-Lite/log.log | ||
* on macOS: ~/Library/Logs/Boda-Lite/log.log | ||
* on Windows: %USERPROFILE%\AppData\Roaming\Boda-Lite\log.log | ||
2. Libraries. These include the parser jar files for the different vendor formats. | ||
* on Windows: %USERPROFILE%\AppData\Local\Programs\Boda-Lite\resources |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export const VERSION = "0.3.0-alpha.3"; | ||
export const VERSION = "0.3.0-alpha.4"; | ||
|
||
export default VERSION; |