Loading .idea/workspace.xml +22 −3 Original line number Diff line number Diff line Loading @@ -21,7 +21,10 @@ </configurations> </component> <component name="ChangeListManager"> <list default="true" id="f6475f6c-fa5c-4aae-8ed2-f2e23b9c0169" name="Changes" comment="bug fixes" /> <list default="true" id="f6475f6c-fa5c-4aae-8ed2-f2e23b9c0169" name="Changes" comment="bug fixes"> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ci_cd/problem1.yml" beforeDir="false" afterPath="$PROJECT_DIR$/ci_cd/problem1.yml" afterDir="false" /> </list> <option name="SHOW_DIALOG" value="false" /> <option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> Loading Loading @@ -80,7 +83,7 @@ <workItem from="1727463911877" duration="1947000" /> <workItem from="1727635232946" duration="125000" /> <workItem from="1727635553626" duration="1104000" /> <workItem from="1727650187899" duration="4016000" /> <workItem from="1727650187899" duration="5501000" /> </task> <task id="LOCAL-00001" summary="updated ci/cd"> <option name="closed" value="true" /> Loading Loading @@ -210,7 +213,23 @@ <option name="project" value="LOCAL" /> <updated>1727661870925</updated> </task> <option name="localTasksCounter" value="17" /> <task id="LOCAL-00017" summary="bug fixes"> <option name="closed" value="true" /> <created>1727662209579</created> <option name="number" value="00017" /> <option name="presentableId" value="LOCAL-00017" /> <option name="project" value="LOCAL" /> <updated>1727662209579</updated> </task> <task id="LOCAL-00018" summary="bug fixes"> <option name="closed" value="true" /> <created>1727663122038</created> <option name="number" value="00018" /> <option name="presentableId" value="LOCAL-00018" /> <option name="project" value="LOCAL" /> <updated>1727663122038</updated> </task> <option name="localTasksCounter" value="19" /> <servers /> </component> <component name="TypeScriptGeneratedFilesManager"> Loading ci_cd/problem1.yml +1 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ internal_testing_problem_1: - cp -f problem1.cpp problem1.h homework-two-internal/internal_tests/ - cd homework-two-internal/internal_tests/ - make internalTestProblem1 - ./internalTestProblem1 > /dev/null #2>&1 - ./internalTestProblem1 > /dev/null 2>&1 - RESULT=$(cat output.txt | tail -n 1) - curl "https://agile.bu.edu/ec327_scripts/bestScores.pl?key=$MAGIC_KEY&file=MakeTotal&name=$GITLAB_USER_LOGIN&score=$RESULT" rules: Loading Loading
.idea/workspace.xml +22 −3 Original line number Diff line number Diff line Loading @@ -21,7 +21,10 @@ </configurations> </component> <component name="ChangeListManager"> <list default="true" id="f6475f6c-fa5c-4aae-8ed2-f2e23b9c0169" name="Changes" comment="bug fixes" /> <list default="true" id="f6475f6c-fa5c-4aae-8ed2-f2e23b9c0169" name="Changes" comment="bug fixes"> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/ci_cd/problem1.yml" beforeDir="false" afterPath="$PROJECT_DIR$/ci_cd/problem1.yml" afterDir="false" /> </list> <option name="SHOW_DIALOG" value="false" /> <option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> Loading Loading @@ -80,7 +83,7 @@ <workItem from="1727463911877" duration="1947000" /> <workItem from="1727635232946" duration="125000" /> <workItem from="1727635553626" duration="1104000" /> <workItem from="1727650187899" duration="4016000" /> <workItem from="1727650187899" duration="5501000" /> </task> <task id="LOCAL-00001" summary="updated ci/cd"> <option name="closed" value="true" /> Loading Loading @@ -210,7 +213,23 @@ <option name="project" value="LOCAL" /> <updated>1727661870925</updated> </task> <option name="localTasksCounter" value="17" /> <task id="LOCAL-00017" summary="bug fixes"> <option name="closed" value="true" /> <created>1727662209579</created> <option name="number" value="00017" /> <option name="presentableId" value="LOCAL-00017" /> <option name="project" value="LOCAL" /> <updated>1727662209579</updated> </task> <task id="LOCAL-00018" summary="bug fixes"> <option name="closed" value="true" /> <created>1727663122038</created> <option name="number" value="00018" /> <option name="presentableId" value="LOCAL-00018" /> <option name="project" value="LOCAL" /> <updated>1727663122038</updated> </task> <option name="localTasksCounter" value="19" /> <servers /> </component> <component name="TypeScriptGeneratedFilesManager"> Loading
ci_cd/problem1.yml +1 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ internal_testing_problem_1: - cp -f problem1.cpp problem1.h homework-two-internal/internal_tests/ - cd homework-two-internal/internal_tests/ - make internalTestProblem1 - ./internalTestProblem1 > /dev/null #2>&1 - ./internalTestProblem1 > /dev/null 2>&1 - RESULT=$(cat output.txt | tail -n 1) - curl "https://agile.bu.edu/ec327_scripts/bestScores.pl?key=$MAGIC_KEY&file=MakeTotal&name=$GITLAB_USER_LOGIN&score=$RESULT" rules: Loading