Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
3676a3f
feat(manual tests): transferred manual tests and all the related file…
R3tes Apr 2, 2024
9fb8199
feat(manual tests): opened the whole project as an obsidian vault, no…
R3tes Apr 2, 2024
aa2b5c3
modified Mapping.TestX.xml because it used Converter.Test7 instead Co…
Sibi09 Apr 2, 2024
bcf495b
fix+feat(manual tests): fixed the name and format of test files, so t…
R3tes Apr 9, 2024
cf851f8
chore(manual tests): removed unnecessary gitignore which was left in …
R3tes Apr 9, 2024
a310219
fix(manual tests): fixed some directory route problems, header proble…
R3tes Apr 9, 2024
2e929e8
feat(manual tests): added test report for java version update tests
R3tes Apr 15, 2024
99191e2
chore: added Obsidian markdown editor config files
R3tes Apr 23, 2024
20b5fc7
fix(manual tests): fixed java and tool versions across the manual tes…
R3tes Apr 23, 2024
1c11bf1
fix(manual tests): changed Pass word to Passed in order for the test …
R3tes Apr 23, 2024
50e985c
feat(manual tests): added test reports for pull requests that have be…
R3tes Apr 23, 2024
d9e3fc7
fix(manual tests): removed manual tests from TG_005 folder because al…
R3tes Apr 30, 2024
9e14222
feat(manual tests): added manual tests (converter, mapping, placing, …
R3tes Apr 30, 2024
c823682
fix(manual tests): moved manual tests out of folder TG_005 into folde…
R3tes Apr 30, 2024
f44795e
fix(manual tests): fixed file names for test files
R3tes May 1, 2024
140cb23
fix+feat(manual tests): fixed tests from TG_001 to TG_004; fixed the …
R3tes May 1, 2024
753a44f
fix(manual tests): fixed small test format errors, mainly Run -> Run:…
R3tes May 1, 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
  •  
  •  
  •  
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,8 @@ hs_err_pid*

# End of https://www.toptal.com/developers/gitignore/api/eclipse,java

logs/
logs/

# Obsidian
/.obsidian/workspace.json
/.obsidian/themes/
1 change: 1 addition & 0 deletions .obsidian/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
3 changes: 3 additions & 0 deletions .obsidian/appearance.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"accentColor": ""
}
5 changes: 5 additions & 0 deletions .obsidian/command-palette.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"pinned": [
"global-search-and-replace:search-and-replace"
]
}
3 changes: 3 additions & 0 deletions .obsidian/community-plugins.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[
"global-search-and-replace"
]
30 changes: 30 additions & 0 deletions .obsidian/core-plugins-migration.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"file-explorer": true,
"global-search": true,
"switcher": true,
"graph": true,
"backlink": true,
"canvas": true,
"outgoing-link": true,
"tag-pane": true,
"properties": false,
"page-preview": true,
"daily-notes": true,
"templates": true,
"note-composer": true,
"command-palette": true,
"slash-command": false,
"editor-status": true,
"bookmarks": true,
"markdown-importer": false,
"zk-prefixer": false,
"random-note": false,
"outline": true,
"word-count": true,
"slides": false,
"audio-recorder": false,
"workspaces": false,
"file-recovery": true,
"publish": false,
"sync": false
}
20 changes: 20 additions & 0 deletions .obsidian/core-plugins.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[
"file-explorer",
"global-search",
"switcher",
"graph",
"backlink",
"canvas",
"outgoing-link",
"tag-pane",
"page-preview",
"daily-notes",
"templates",
"note-composer",
"command-palette",
"editor-status",
"bookmarks",
"outline",
"word-count",
"file-recovery"
]
10 changes: 10 additions & 0 deletions .obsidian/hotkeys.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"global-search-and-replace:search-and-replace": [
{
"modifiers": [
"Mod"
],
"key": "R"
}
]
}
Loading