Loading .idea/workspace.xml +21 −3 Original line number Diff line number Diff line Loading @@ -21,7 +21,9 @@ </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="added timeouts"> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" 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 @@ -81,7 +83,7 @@ <workItem from="1727635232946" duration="125000" /> <workItem from="1727635553626" duration="1104000" /> <workItem from="1727650187899" duration="5628000" /> <workItem from="1727746949457" duration="1492000" /> <workItem from="1727746949457" duration="2526000" /> </task> <task id="LOCAL-00001" summary="updated ci/cd"> <option name="closed" value="true" /> Loading Loading @@ -251,7 +253,23 @@ <option name="project" value="LOCAL" /> <updated>1727751157644</updated> </task> <option name="localTasksCounter" value="22" /> <task id="LOCAL-00022" summary="bug fixes"> <option name="closed" value="true" /> <created>1727751426978</created> <option name="number" value="00022" /> <option name="presentableId" value="LOCAL-00022" /> <option name="project" value="LOCAL" /> <updated>1727751426978</updated> </task> <task id="LOCAL-00023" summary="bug fixes"> <option name="closed" value="true" /> <created>1727752204887</created> <option name="number" value="00023" /> <option name="presentableId" value="LOCAL-00023" /> <option name="project" value="LOCAL" /> <updated>1727752204887</updated> </task> <option name="localTasksCounter" value="24" /> <servers /> </component> <component name="TypeScriptGeneratedFilesManager"> Loading ci_cd/problem1.yml +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ test_problem_1: - if: '$CI_COMMIT_REF_NAME == "problem1"' tags: [c++-17] internal_testing_problem_1: extra_credit_problem_1: stage: problem1 script: - echo "Internal testing problem 1"; Loading Loading
.idea/workspace.xml +21 −3 Original line number Diff line number Diff line Loading @@ -21,7 +21,9 @@ </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="added timeouts"> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" 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 @@ -81,7 +83,7 @@ <workItem from="1727635232946" duration="125000" /> <workItem from="1727635553626" duration="1104000" /> <workItem from="1727650187899" duration="5628000" /> <workItem from="1727746949457" duration="1492000" /> <workItem from="1727746949457" duration="2526000" /> </task> <task id="LOCAL-00001" summary="updated ci/cd"> <option name="closed" value="true" /> Loading Loading @@ -251,7 +253,23 @@ <option name="project" value="LOCAL" /> <updated>1727751157644</updated> </task> <option name="localTasksCounter" value="22" /> <task id="LOCAL-00022" summary="bug fixes"> <option name="closed" value="true" /> <created>1727751426978</created> <option name="number" value="00022" /> <option name="presentableId" value="LOCAL-00022" /> <option name="project" value="LOCAL" /> <updated>1727751426978</updated> </task> <task id="LOCAL-00023" summary="bug fixes"> <option name="closed" value="true" /> <created>1727752204887</created> <option name="number" value="00023" /> <option name="presentableId" value="LOCAL-00023" /> <option name="project" value="LOCAL" /> <updated>1727752204887</updated> </task> <option name="localTasksCounter" value="24" /> <servers /> </component> <component name="TypeScriptGeneratedFilesManager"> Loading
ci_cd/problem1.yml +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ test_problem_1: - if: '$CI_COMMIT_REF_NAME == "problem1"' tags: [c++-17] internal_testing_problem_1: extra_credit_problem_1: stage: problem1 script: - echo "Internal testing problem 1"; Loading