Skip to content

Commit a6d1d75

Browse files
committed
refactor: NorLab project template configuration
1 parent 559ffb5 commit a6d1d75

9 files changed

+513
-1083
lines changed
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
#
99
# =================================================================================================
1010

11-
PROJECT_PROMPT_NAME=Norlab-Project-Template
12-
#NBS_SPLASH_NAME=${NBS_SPLASH_NAME:-"${PROJECT_PROMPT_NAME}-build-system"}
11+
PROJECT_PROMPT_NAME=MG
12+
1313

1414
# ....Programaticaly fetch source code information.................................................
1515
PROJECT_GIT_REMOTE_URL="$( git remote get-url origin )"
@@ -21,13 +21,13 @@ PROJECT_SRC_NAME="$( basename ${PROJECT_PATH} )"
2121
# Note: Those with "PROJECT_" prefix will get eventualy overiden in the case where N2ST is used
2222
# as a library. Using generic testing logic require that environment variables with
2323
# "PROJECT_" prefix be available.
24-
PLACEHOLDER_PROMPT_NAME="${PROJECT_PROMPT_NAME}"
25-
PLACEHOLDER_GIT_REMOTE_URL="${PROJECT_GIT_REMOTE_URL}"
26-
PLACEHOLDER_GIT_NAME="${PROJECT_GIT_NAME}"
27-
PLACEHOLDER_PATH="${PROJECT_PATH}"
28-
PLACEHOLDER_SRC_NAME="${PROJECT_SRC_NAME}"
24+
MG_PROMPT_NAME="${PROJECT_PROMPT_NAME}"
25+
MG_GIT_REMOTE_URL="${PROJECT_GIT_REMOTE_URL}"
26+
MG_GIT_NAME="${PROJECT_GIT_NAME}"
27+
MG_PATH="${PROJECT_PATH}"
28+
MG_SRC_NAME="${PROJECT_SRC_NAME}"
2929

3030
# ....Set dependencies path........................................................................
3131
N2ST_PATH="${PROJECT_PATH}/utilities/norlab-shell-script-tools"
32-
#NBS_PATH="${PROJECT_PATH}/utilities/norlab-build-system"
32+
3333

.github/CODEOWNERS

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212

1313
# ....Repository wide code owner...................................................................
1414
# These owners will be the default owners for everything in the repo.
15-
* @TNP_GIT_USER_NAME_PLACEHOLDER
15+
* @RedLeader962
1616

1717
# ....Core directories and files...................................................................
18-
#/src/ @TNP_GIT_USER_NAME_PLACEHOLDER
19-
#/tests/ @TNP_GIT_USER_NAME_PLACEHOLDER
20-
#/README.md @TNP_GIT_USER_NAME_PLACEHOLDER
21-
#/.env* @TNP_GIT_USER_NAME_PLACEHOLDER
18+
#/src/ @RedLeader962
19+
#/tests/ @RedLeader962
20+
#/README.md @RedLeader962
21+
#/.env* @RedLeader962
2222

2323
# ....DevOps related...............................................................................
24-
#/.github/ @TNP_GIT_USER_NAME_PLACEHOLDER
25-
#/build_system/ @TNP_GIT_USER_NAME_PLACEHOLDER
26-
#/.gitignore @TNP_GIT_USER_NAME_PLACEHOLDER
27-
#/.gitmodules @TNP_GIT_USER_NAME_PLACEHOLDER
28-
#/.dockerignore @TNP_GIT_USER_NAME_PLACEHOLDER
24+
#/.github/ @RedLeader962
25+
#/build_system/ @RedLeader962
26+
#/.gitignore @RedLeader962
27+
#/.gitmodules @RedLeader962
28+
#/.dockerignore @RedLeader962

.run/open-a-terminal-in-ubuntu-container.run.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<component name="ProjectRunConfigurationManager">
2-
<configuration default="false" name="open-a-terminal-in-ubuntu-container" type="ShConfigurationType" folderName="[TNP] B | docker utilities">
2+
<configuration default="false" name="open-a-terminal-in-ubuntu-container" type="ShConfigurationType" folderName="[MG] B | docker utilities">
33
<option name="SCRIPT_TEXT" value="docker run --privileged --name IamUbuntu-noble -it --rm ubuntu:24.04 bash" />
44
<option name="INDEPENDENT_SCRIPT_PATH" value="true" />
55
<option name="SCRIPT_PATH" value="" />

.run/run-Bats-Tests-All.run.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<component name="ProjectRunConfigurationManager">
2-
<configuration default="false" name="run-Bats-Tests-All" type="ShConfigurationType" folderName="[TNP] A | bats tests" focusToolWindowBeforeRun="true">
2+
<configuration default="false" name="run-Bats-Tests-All" type="ShConfigurationType" folderName="[MG] A | bats tests" focusToolWindowBeforeRun="true">
33
<option name="SCRIPT_TEXT" value="clear &amp;&amp; bash tests/run_bats_core_test_in_n2st.bash tests/tests_bats/" />
44
<option name="INDEPENDENT_SCRIPT_PATH" value="true" />
55
<option name="SCRIPT_PATH" value="$PROJECT_DIR$/tests/run_bats_core_test_in_n2st.bash" />

CHANGELOG.md

Lines changed: 0 additions & 480 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)