Skip to content

Assignment#2

Merged
JDllo merged 7 commits intomainfrom
assignment
Mar 3, 2026
Merged

Assignment#2
JDllo merged 7 commits intomainfrom
assignment

Conversation

@JDllo
Copy link
Copy Markdown
Owner

@JDllo JDllo commented Mar 2, 2026

What changes are you trying to make? (e.g. Adding or removing code, refactoring existing code, adding reports)

What did you learn from the changes you have made?

Was there another approach you were thinking about making? If so, what approach(es) were you thinking of?

Were there any challenges? If so, what issue(s) did you face? How did you overcome it?

How were these changes tested?

A reference to a related issue in your repository (if applicable)

Checklist

  • I can confirm that my changes are working as intended

Copy link
Copy Markdown

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Autograder results

question status comment
Part 1 - Q1
Part 1 - Q2
Part 1 - Q3 ls command run on wrong directory
Part 1 - Q4
Part 1 - Q5
Part 1 - Q6
Part 1 - Q7
Part 1 - Q8
Part 2 coworker-changes branch not found in commit history

Please address the issues listed above.

Copy link
Copy Markdown

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Autograder results

question status comment
Part 1 - Q1
Part 1 - Q2
Part 1 - Q3
Part 1 - Q4 Missing directories: data/processed/server_logs, data/processed/user_logs, data/processed/event_logs
Part 1 - Q5 Missing files in data/processed/server_logs
Part 1 - Q6 Missing files in data/processed/user_logs; Missing files in data/processed/event_logs
Part 1 - Q7 One or more files with ipaddr in data/raw not removed.
Part 1 - Q8 data/inventory.txt does not exist
Part 2 coworker-changes branch not found in commit history

Please address the issues listed above.

Copy link
Copy Markdown

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Autograder results

question status comment
Part 1 - Q1
Part 1 - Q2
Part 1 - Q3
Part 1 - Q4
Part 1 - Q5
Part 1 - Q6
Part 1 - Q7
Part 1 - Q8
Part 2 coworker-changes branch not found in commit history

Please address the issues listed above.

…into assignment

 Merge should be done now?
Copy link
Copy Markdown

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Autograder results

question status
Part 1 - Q1
Part 1 - Q2
Part 1 - Q3
Part 1 - Q4
Part 1 - Q5
Part 1 - Q6
Part 1 - Q7
Part 1 - Q8
Part 2

@JDllo JDllo merged commit e66fef8 into main Mar 3, 2026
2 checks passed
@anjali-deshpande-hub
Copy link
Copy Markdown

Please reopen this PR so Learning support can review changes. Follow the instructions given here https://github.com/UofT-DSI/onboarding/blob/main/onboarding_documents/submissions.md#handling-accidental-merges

@JDllo JDllo mentioned this pull request Mar 4, 2026
Copy link
Copy Markdown

@anjali-deshpande-hub anjali-deshpande-hub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well done!

Just one comment:

  1. Try to avoid excessive use of cd command in shell script. You can use relative path instead. It will make your script more readable and maintainable.
    For e.g. for Question 8, instead of
cd ../..
touch inventory.txt
cd processed
echo $(ls user_logs server_logs event_logs) >> ../inventory.txt

you can do:

ls -R ./data/processed > ./data/inventory.txt

  1. For future PRs(Pull request), try to add PR comments. Your comments will help us understand what you learned and the challenges you faced.
    Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants