Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create modules #45

Merged
merged 18 commits into from
May 20, 2021
Merged

Create modules #45

merged 18 commits into from
May 20, 2021

Conversation

PuneetGopinath
Copy link
Member

@PuneetGopinath PuneetGopinath commented May 20, 2021

Checks

I have...

  • read and understood the Contributing Guidelines
  • Updated any nessecary files such as the README.md and/or CHANGELOG.md.

Type of Pull request

  • Minor Change
    This Pull request doesn't break existing configuration.
  • Major Change
    This Pull request will break existing configuration.
  • Bug fix
    This Pull request will fix a (critical) bug.
  • Documentation
    This Pull request only changes documentation (README.md, CHANGELOG.md, etc.)
  • Other: Split the index.js file into different modules

Description

Split the index.js file into:

recent-activity/
└── index.js
└── config.js
└── functions/
    └── appendDate.js
    └── commitFile.js
    └── execute.js
    └── filterContent.js
    └── makeCustomUrl.js
    └── toUrlFormat.js
└── serializers.js

Closes #

@PuneetGopinath
Copy link
Member Author

@Andre601 Looks like the pr template has a closing bracket ()) in the end of the file.

@Andre601
Copy link
Member

@Andre601 Looks like the pr template has a closing bracket ()) in the end of the file.

Correct it :P

@PuneetGopinath
Copy link
Member Author

PuneetGopinath commented May 20, 2021

@abhijoshi2k Sorry, I forgot to add ./ when importing module. Ok, can we set this pr to ready for review?

@PuneetGopinath PuneetGopinath added minor Will be added to next minor release Status: In progress This pr or issue is in progress labels May 20, 2021
@abhijoshi2k
Copy link
Member

@abhijoshi2k Sorry, I forgot to add ./ when importing module. Ok, can we set this pr to ready for review?

Not yet. There are issues with build workflow

@PuneetGopinath
Copy link
Member Author

But checks passed?

@PuneetGopinath
Copy link
Member Author

But checks passed?

@abhijoshi2k

@abhijoshi2k
Copy link
Member

But checks passed?

Yes but you can check logs. Some issue with if statement. I'm trying to resolve

@PuneetGopinath
Copy link
Member Author

Yes, I saw those, but they didn't produce any error, so I left them.

@PuneetGopinath
Copy link
Member Author

They already came, the first time I changes the if statement

@PuneetGopinath
Copy link
Member Author

Anyway, I tested them right now in PuneetGopinath/activity-test

@abhijoshi2k
Copy link
Member

Yes, I saw those, but they didn't produce any error, so I left them.

It's not working correctly even if there's no error

@PuneetGopinath
Copy link
Member Author

Yes, I saw those, but they didn't produce any error, so I left them.

It's not working correctly even if there's no error

Ok, can you check them.

@abhijoshi2k
Copy link
Member

Yes, I saw those, but they didn't produce any error, so I left them.

It's not working correctly even if there's no error

Ok, can you check them.

Yes

@PuneetGopinath
Copy link
Member Author

How can we access node.js console in GitHub actions?

@github-actions github-actions bot added the Updates: documentation Improvements or additions to documentation label May 20, 2021
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Show resolved Hide resolved
@PuneetGopinath
Copy link
Member Author

Additionally would I suggest to keep Changelog and readme changes in their own PR. Mainly to avoid the release drafter messing up the categories, especially now after hiding any documentation changes to it.

That's what I also thought, only you everytime open a new pr to update the ChangeLog

@abhijoshi2k
Copy link
Member

Workflow is fixed, right?

Not yet. Should we allow it to make empty commit?
It will resolve the issue

Should we do this?

@PuneetGopinath
Copy link
Member Author

Workflow is fixed, right?

Not yet. Should we allow it to make empty commit?
It will resolve the issue

Should we do this?

I didn't understand what you meant by It will resolve the issue but I thought you meant I will resolve the issue, and so I gave a 👍 reaction

@abhijoshi2k
Copy link
Member

abhijoshi2k commented May 20, 2021

I didn't understand what you meant by It will resolve the issue but I thought you meant I will resolve the issue, and so I gave a 👍 reaction

I meant that the action will make an empty commit when no changes are seen
So issue will be resolved. Should we do that?

@PuneetGopinath
Copy link
Member Author

@Andre601 I replied to your requested changes.

@PuneetGopinath
Copy link
Member Author

PuneetGopinath commented May 20, 2021

I didn't understand what you meant by It will resolve the issue but I thought you meant I will resolve the issue, and so I gave a 👍 reaction

I meant that the action will make an empty commit when no changes are seen
So issue will be resolved. Should we do that?

👍 Yes, do it is what I meant

@abhijoshi2k
Copy link
Member

Okay I'll make the changes

@github-actions github-actions bot added the Updates: documentation Improvements or additions to documentation label May 20, 2021
@PuneetGopinath PuneetGopinath removed the Updates: documentation Improvements or additions to documentation label May 20, 2021
@github-actions github-actions bot added the Updates: documentation Improvements or additions to documentation label May 20, 2021
@PuneetGopinath PuneetGopinath removed the Updates: documentation Improvements or additions to documentation label May 20, 2021
@github-actions github-actions bot added the Updates: documentation Improvements or additions to documentation label May 20, 2021
@PuneetGopinath
Copy link
Member Author

@abhijoshi2k Have you ever used EndBug/add-and-commit?

@abhijoshi2k
Copy link
Member

@abhijoshi2k Have you ever used EndBug/add-and-commit?

No I was trying

@PuneetGopinath PuneetGopinath marked this pull request as ready for review May 20, 2021 11:59
@PuneetGopinath
Copy link
Member Author

@abhijoshi2k Plz review

@abhijoshi2k
Copy link
Member

@abhijoshi2k Plz review

Looks good. I'll test and approve

Copy link
Member

@abhijoshi2k abhijoshi2k left a comment

Choose a reason for hiding this comment

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

Working Properly

@PuneetGopinath PuneetGopinath merged commit b5a56a1 into main May 20, 2021
@PuneetGopinath PuneetGopinath deleted the create-modules branch May 20, 2021 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor Will be added to next minor release Status: In progress This pr or issue is in progress Updates: documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants