Skip to content

Shell - Assignment (Yitong Zhao)#1

Open
yitZhao21 wants to merge 9 commits intomainfrom
assignment
Open

Shell - Assignment (Yitong Zhao)#1
yitZhao21 wants to merge 9 commits intomainfrom
assignment

Conversation

@yitZhao21
Copy link
Owner

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

Adding code in assignment.sh

What did you learn from the changes you have made?

I learned how to use unix shell to manipulate files in local computer and how to use git to modify and document code on github.

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

I think there are ways to clone repositories or commit changes using unix shell code instead of clicking buttons on github webpage.

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

Mostly just the assignment submission part. I was confused about git changes locally vs. online. I followed the video by Daniel to submit my assignment.

How were these changes tested?

I ran the local .sh file to see if it creates the outcomes I intended.

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

Checklist

  • [√] I can confirm that my changes are working as intended

@yitZhao21 yitZhao21 changed the title I made changes in assignment.sh to complete my assignment. Shell - Assignment (Yitong Zhao) Jan 13, 2025
@ananyajha2000
Copy link

Have you enabled github actions? https://github.com/UofT-DSI/shell/blob/main/02_activities/assignments/assignment_instructions.md#submit-your-changes-for-review
To enable the auto-grader. After that, you will have to create a dummy commit(like a comment in your script), then push the changes to Github repo again, OR closed and re-open the pull request for it to work

@github-actions
Copy link

Autograder results

question status comment
1
2 rawdata not moved to data/raw
3 ls command run on wrong directory
4 Missing directories: data/processed/server_logs, data/processed/user_logs, data/processed/event_logs
5 No server log files in data/raw
6 No user log files in data/raw; No event log files in data/raw
7
8 data/inventory.txt does not exist
9 coworker-changes branch not found in commit history

@github-actions
Copy link

Autograder results

question status comment
1
2 rawdata not moved to data/raw
3 ls command run on wrong directory
4
5 No server log files in data/raw
6 No user log files in data/raw; No event log files in data/raw
7 One or more files with ipaddr in data/processed/user_logs not removed
8 data/inventory.txt does not contain all files in data/processed
9 coworker-changes branch not found in commit history

@yitZhao21
Copy link
Owner Author

Hi there, when revising my assignment and resubmitting, I think I have accidentally created a pull request to merge with the main branch, not the assignment branch. But I think the autograder is saying the code works fine now. I hope it looks okay!

@github-actions
Copy link

Autograder results

question status comment
1
2
3
4
5
6
7
8 data/inventory.txt does not contain all files in data/processed
9 coworker-changes branch not found in commit history

@github-actions
Copy link

Autograder results

question status comment
1
2
3
4
5
6
7
8
9 coworker-changes branch not found in commit history

@github-actions
Copy link

Autograder results

question status comment
1
2
3
4
5
6
7
8
9 coworker-changes branch not found in commit history

@github-actions
Copy link

Autograder results

question status
1
2
3
4
5
6
7
8
9

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