gautamkrishnar/blog-post-workflow 640
Show your latest blog posts from any sources or StackOverflow activity or Youtube Videos on your GitHub profile/project readme automatically using the RSS feed
gautamkrishnar/Be-Like-Bill 38
Be Like Bill meme generator and API created with PHP, Using this API you can include customised version of "Be like Bill" meme on your website.
gautamkrishnar/Anchor-CMS-openshift-quickstart 6
OpenShift Anchor CMS Quickstart
gautamkrishnar/azure-extplorer-extension 2
Extplorer extension for Microsoft Azure Websites
useful cheat sheets as reference.
gautamkrishnar/CodeIgniter-openshift-quickstart 2
OpenShift CodeIgniter Quickstart
A fully integrated workflow management system for government offices with built in queuing and complaint registration system.
gautamkrishnar/automation-scripts 1
Some random scripts I had written for automating stuffs
gautamkrishnar/Christmas-Quiz 1
A Christmas quiz created in python
Release one side project per month, log your results here!
issue commentgautamkrishnar/socli
Text formatting and syntax highlighting to increase readability
@LeoHop yes you can work on this. Please let us know how you're planning to implement it.
comment created time in 3 hours
push eventRITct/RITSoft
commit sha f424148ffcfdf764c5e763606144c990381eaaf1
Delete Readme.rst
push time in 4 hours
push eventRITct/RITSoft
commit sha e69c2cbdb035609850999af5ed45421fb63d1e09
made new README.md based on Readme.rst
commit sha 43899953d546321bb345d8d25819c8eb6f49b293
change request fixes
commit sha 7fd4061ceb8fdb2da0c8120429317ccb0534ab79
Merge pull request #8 from dravog7/master Clean up and reformat the instructions for getting started
push time in 4 hours
PR merged RITct/RITSoft
Made a new README.md file.
Closes: #1
pr closed time in 4 hours
issue closedRITct/RITSoft
Clean up and reformat the instructions for getting started
Clean up the readme, reformat it to markdown format. Correct the grammatical and spelling mistakes if any.
closed time in 4 hours
gautamkrishnarPull request review commentRITct/RITSoft
Clean up and reformat the instructions for getting started
+# RITSoft++## Installation++- Docker++ You can find the instructions to install docker [here](https://docs.docker.com/engine/install/)++- Docker compose++ You can find instructions to install docker-compose [here](https://docs.docker.com/compose/install/)++## Getting Started++- Clone the repository++ ```bash+ git clone https://github.com/RITct/RITSoft --recurse-submodules+ ```++- Open the cloned repository folder in terminal++ ```bash+ cd RITSoft+ ```++- Start the server+ + ```bash+ docker-compose up -d+ ```++ You can see the website at [localhost](http://localhost)++ Use the same command to reload the server after you have made changes.
Use the same command to reload the server after you have made changes to the docker-compose.yml. If you changed Dockerfile do docker-compose up -d --build to rebuild the image.
comment created time in 5 hours
Pull request review commentRITct/RITSoft
Clean up and reformat the instructions for getting started
+# RITSoft++## Installation++- Docker++ You can find the instructions to install docker [here](https://docs.docker.com/engine/install/)++- Docker compose++ You can find instructions to install docker-compose [here](https://docs.docker.com/compose/install/)++## Getting Started++- Clone the repository++ ```bash+ git clone https://github.com/RITct/RITSoft --recurse-submodules+ ```++- Open the cloned repository folder in terminal++ ```bash+ cd RITSoft+ ```++- Start the server+ + ```bash+ docker-compose up -d+ ```++ You can see the website at [localhost](http://localhost)++ Use the same command to reload the server after you have made changes.++- To stop the server++ ```bash+ docker-compose stop
using docker-compose down would be better
comment created time in 5 hours
push eventgautamkrishnar/RITSoft
commit sha c9c6c65229b4b1e8531649139ea5b72946a00d72
Refactored connection.php files
commit sha 77404c0a22e4ecfeef8f351d3f405532392dcbfe
Merge pull request #7 from gautamkrishnar/refactor-connections Refactored connection.php files
push time in 6 hours
PR opened RITct/RITSoft
- connection.php => mysql
- connection.mysqli.php => mysqli
pr created time in 7 hours
issue openedRITct/RITSoft
Refactor duplicate connection.php
Refactor duplicate connection.php and use main connection.php
created time in 8 hours
push eventgautamkrishnar/RITSoft
commit sha bfafcb688e815fa024a6711164fe2e2369bfc20d
Using php 5.4 for code compatibility
commit sha 65782be3dd6b2187e2d7319ec72b20c488133aa5
Added flag for debugging
commit sha 439cf7c8b07566e348ffd84242c69e27a905cde4
Fixed admin dashboard connection
commit sha a1410ad4dcd3746df429e6b46c50cb88a2bf88da
renamed debug env
commit sha e91b8e4e09c7c06a0059b3981c2fd55897dd507a
Merge pull request #4 from gautamkrishnar/dockerise Various fixes for docker
commit sha 0f751800d7b22105a6ee3ffbc23613c10d3d4598
Use db from envar
commit sha 929cdc3d7af0706f1816f2e82e6709cceb3ed372
Merge pull request #5 from gautamkrishnar/dockerise Use db from envar
push time in 9 hours
startedcontainers/podman-compose
started time in 9 hours
issue commentgautamkrishnar/blog-post-workflow
Thanks @Vyvy-vi 😃
comment created time in 11 hours
push eventgautamkrishnar/RITSoft
commit sha 0f751800d7b22105a6ee3ffbc23613c10d3d4598
Use db from envar
push time in 11 hours
issue commentgautamkrishnar/blog-post-workflow
Only if it supports RSS format Vyvy-vi
comment created time in 12 hours
push eventgautamkrishnar/RITSoft
commit sha a1410ad4dcd3746df429e6b46c50cb88a2bf88da
renamed debug env
push time in 12 hours
PR opened RITct/RITSoft
- Added debug flag
- Used php version 5.4 for compatibility
- Admin dashboard connection file modified to support docker
pr created time in 12 hours
push eventgautamkrishnar/RITSoft
commit sha 69246ddadbafe84ab867a8ae90a3fe35ecdf17f8
dockerized the application, removed unwanted scripts
commit sha 7b80cb35a088dee598d8f7277d7127d1d28c08f8
Merge pull request #3 from gautamkrishnar/dockerise dockerized the application, removed unwanted scripts
push time in 12 hours
issue commentRITct/RITSoft
Clean up and reformat the instructions for getting started
We need to correct the documentation to use docker compose up -d command instead of all the docker commands in the current readme.
comment created time in 13 hours
push eventgautamkrishnar/RITSoft
commit sha 69246ddadbafe84ab867a8ae90a3fe35ecdf17f8
dockerized the application, removed unwanted scripts
push time in 13 hours
issue openedRITct/RITSoft
Do proper dockerisation of the application with docker-compose
created time in 15 hours
issue commentRITct/RITct-discussions
Awesome @gloria2000 happy to have you on the team. Please accept the invite.
comment created time in 2 days
issue commentRITct/RITct-discussions
@TomsyPaul just added you
comment created time in 2 days
issue commentRITct/RITct-discussions
@TomsyPaul you can join too there's a staffs group
comment created time in 2 days
startedakhilmhdh/contributors-readme-action
started time in 2 days
startedjupyterhub/binderhub
started time in 3 days
issue commentjoshsoftware/code-curiosity
Happy to know that. Thanks a lot for the clarification. Eagerly waiting for the platform to come back to life again!
comment created time in 4 days
startedaerokube/selenoid
started time in 5 days
issue commentjoshsoftware/code-curiosity
@wyhaines can you please let me know what happened to the project? Did JoshSoftware stopped supporting this?
comment created time in 5 days
startedzserge/awfice
started time in 5 days
startedapache/openwhisk
started time in 6 days
startedGoAdminGroup/go-admin
started time in 8 days
push eventgautamkrishnar/blog-post-workflow
commit sha c8047498bb2565da976211b4a3bcb72465cc0630
fixing invalid value warning for git pull
push time in 9 days
issue commentgautamkrishnar/blog-post-workflow
[Bug]: Push to repo after update von README.md fails (remote updates, pull first)
@davidsneighbour thanks a lot for reporting. This has been fixed on https://github.com/gautamkrishnar/blog-post-workflow/releases/tag/1.3.6
comment created time in 9 days
push eventgautamkrishnar/blog-post-workflow
commit sha 306702885eec5f158f1b03c08199cf2da646ee31
remove logging for exec, logging only on error
commit sha c513cdeccc6468ca2037786917e6fb1903f32d3b
pull the latest code before making new changes, fixes: #36
push time in 9 days
issue closedgautamkrishnar/blog-post-workflow
[Bug]: Push to repo after update von README.md fails (remote updates, pull first)
- Creating the action workflow
- Run the action
- pull and load the changes locally
- change the README.md locally
- commit and push to repo on Github
- Run the action
Result:
Run gautamkrishnar/blog-post-workflow@master
with:
max_post_count: 4
feed_list: https://***.rss
comment_tag_name: DISCOURSE
template: - ($date) [$title]($url)$newline
date_format: mmmm d, yyyy at h:MM TT
commit_message: chore: update README.md with latest gohugo.io posts
gh_token: ***
readme_path: ./README.md
disable_sort: false
filter_comments: medium,stackoverflow/Comment by $author/,stackexchange/Comment by $author/
user_agent: rss-parser
accept_header: application/rss+xml
committer_username: blog-post-bot
committer_email: [email protected]
https://***.rss runner succeeded. Post count: 50
Writing to ./README.md
Started: git config --global user.email [email protected]
Started: git remote set-url origin https://***@***.git
Started: git config --global user.name blog-post-bot
Started: git add ./README.md
Started: git commit -m chore: update README.md with latest gohugo.io posts
[master bf1025a] chore: update README.md with latest gohugo.io posts
1 file changed, 2 insertions(+), 2 deletions(-)
Started: git push
To https://***.git
! [rejected] master -> master (fetch first)
error: failed to push some refs to 'https://***.git'
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
(node:2466) UnhandledPromiseRejectionWarning: Error: Invalid status code: 1
at ChildProcess.<anonymous> (/home/runner/work/_actions/gautamkrishnar/blog-post-workflow/master/dist/blog-post-workflow.js:116:945)
at ChildProcess.emit (events.js:210:5)
at maybeClose (internal/child_process.js:1021:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5)
(node:2466) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:2466) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
The action should pull first from the repo before it updates the README.md.
closed time in 9 days
davidsneighbourpush eventgkr-bot/gkr-bot
commit sha 5c5351612e3fb31c1603fb0dc4fc2439f2e3e018
Update stack-oveflow-workflow.yml
push time in 9 days
push eventgautamkrishnar/blog-post-workflow
commit sha 28375cc09a9635b9bf39703879a79ec3a7436b79
setting pull rebase true
push time in 9 days
push eventgkr-bot/gkr-bot
commit sha e9455ad2b5203eb8b36ae8af39aacb8c5c92f87e
Update stack-oveflow-workflow.yml
push time in 9 days
PR opened AmanRaj1608/Google-Meet-Scheduler
The class name can change on each deployment of the Gmail. So it's better to use the input name instead of the class name.
pr created time in 11 days
push eventgautamkrishnar/Google-Meet-Scheduler
commit sha 8bcc18f14dac335457c1bd9a2bb0e5f5a4891522
Use static name instead of dynamic class name
push time in 11 days
startedstaticdeploy/staticdeploy
started time in 13 days
pull request commentanuraghazra/github-readme-stats
Added langs_count argument to Wakatime stats
@anuraghazra any update on this?
comment created time in 13 days
pull request commentanuraghazra/github-readme-stats
@FelippeChemello https://github.com/anuraghazra/github-readme-stats/pull/553 I already had added the language limit to the card.
comment created time in 13 days
push eventgautamkrishnar/register
commit sha ee6624f0f6dfb19a0f322434ebe3c91fddb11ab6
use github pages for gkr.is-a.dev
push time in 13 days
push eventgautamkrishnar/gautamkrishnar.github.io
commit sha 04ada66ee069266a0aa3fa02b34bcd51543ba5d5
Create CNAME
push time in 13 days
issue closedsourcerer-io/sourcerer-app
Share button pointing to undefined fun_fact in url
When I share something the share button is pointing to undefined in URL: https://sourcerer.io/gautamkrishnar?fun_fact=undefined

closed time in 14 days
gautamkrishnarissue commentsourcerer-io/sourcerer-app
Share button pointing to undefined fun_fact in url
@Zircoz looks like its fixed now. Thanks for the heads up.
comment created time in 14 days
push eventgautamkrishnar/blog-post-workflow
commit sha f89fc701d77b416b1a2b5a2e11ef0aa6e73a11ee
Added additional checks for post variable
push time in 15 days
issue commentgautamkrishnar/blog-post-workflow
[Feature]: Remove newlines from RSS post titles
@nil0x42 thanks for your suggestions, it's now released: https://github.com/gautamkrishnar/blog-post-workflow/releases/tag/1.3.4
comment created time in 15 days
push eventgautamkrishnar/blog-post-workflow
commit sha 09ac3c50287535a490dd26736e766cd14b9daaca
refactoring, convert const to let
push time in 15 days
issue commentgautamkrishnar/blog-post-workflow
[Feature]: Remove newlines from RSS post titles
@nil0x42 oopsie, I will fix that, will update the code to use let instead. 👍 Happy to help.
comment created time in 15 days
push eventgautamkrishnar/blog-post-workflow
commit sha 1806b3f9e8ea7c6c11173b0bfcb09f25a82a4161
[skip-ci] update the user count
push time in 15 days
issue commentgautamkrishnar/blog-post-workflow
[Feature]: Remove newlines from RSS post titles
@nil0x42 thanks for the suggestion, just released this feature. You can ignore any item by setting it to null via javascript using the item_exec param.
Eg:
item_exec: "if (post.title.indexOf('example title prefix') === -1) { post = null; }"
You may need to add proper escaping for some special characters.
comment created time in 15 days
push eventgautamkrishnar/blog-post-workflow
commit sha 0963737446354652b414b3677bdf51a83fc18dd6
Added ability to ignore post via item_exec by setting it as null: ref #34
push time in 15 days
push eventgautamkrishnar/blog-post-workflow
commit sha 3bfa549890d9949901f2b2ab4bdb17f3d91508f3
Improved emojiKey and randomEmoji regex for better match
push time in 15 days
startedrobertdavidgraham/masscan
started time in 16 days
pull request commentgautamkrishnar/socli
Feature [issue #216]: Added option to return to original question after visiting its duplicate
@abstanton any update on this?
comment created time in 16 days
issue commentgautamkrishnar/blog-post-workflow
[Feature]: Remove newlines from RSS post titles
Thanks for pointing it out @nil0x42
comment created time in 16 days
push eventgautamkrishnar/blog-post-workflow
commit sha 88444ab6000f32738bfe85c5f3701d5c991042df
docs fixes
push time in 16 days
issue commentgautamkrishnar/blog-post-workflow
[Feature]: Remove newlines from RSS post titles
Released on https://github.com/gautamkrishnar/blog-post-workflow/releases/tag/1.3.1
comment created time in 16 days
issue closedgautamkrishnar/blog-post-workflow
[Feature]: Remove newlines from RSS post titles
Is your feature request related to a problem? Please describe. I use a twitter RSS feed as input, and sometimes titles containg newlines, leading to improper markdown formatting.
Describe the solution you'd like
Replace occurences of \r\n & \n in the title by simple space
Describe alternatives you've considered n/a
Additional context
Here's how titles get formatted:

closed time in 16 days
nil0x42push eventgautamkrishnar/blog-post-workflow
commit sha 0d45a71c69865f43ca406abbdce8df5b14f504f9
Added `item_exec` parameter fixes:#34
push time in 16 days
issue commentgautamkrishnar/blog-post-workflow
[Feature]: Remove newlines from RSS post titles
Working on this.
comment created time in 16 days
issue commentgautamkrishnar/blog-post-workflow
[Feature]: Add an option to set title max-length
This is released on https://github.com/gautamkrishnar/blog-post-workflow/releases/tag/1.3.0
comment created time in 16 days
push eventgautamkrishnar/blog-post-workflow
commit sha 01c8d7b2c31781f3581d9732620543fcf90f9620
fixed typo
push time in 16 days
push eventgautamkrishnar/blog-post-workflow
commit sha b0e86d5f136b8a1d8b7283e7cff1f4ede7b62d4b
Added title trimming feature, fixes: #35
push time in 16 days
issue closedgautamkrishnar/blog-post-workflow
[Feature]: Add an option to set title max-length
Is your feature request related to a problem? Please describe. Some RSS sources (such as twitter) may include too long post titles.
Describe the solution you'd like Adding an option to set a max-length to post titles would be a cool feature
Describe alternatives you've considered When title has to be truncated, a triple-dot can be added to the end of string to make clear the title has been truncated
Additional context
RSS from last tweets (formatted by rss.app) have very long titles:

closed time in 16 days
nil0x42startedscreego/server
started time in 16 days
issue commentgautamkrishnar/blog-post-workflow
@mdsanima why do you think we need a rst file?
comment created time in 17 days
startedmikecao/umami
started time in 18 days
startedastrofox-io/astrofox
started time in 18 days
startedgithub/docs
started time in 18 days
Pull request review commentis-a-dev/register
+{+ "description": "Shibiliya's personal developer website",+ "repo": "https://github.com/duaboola",+ "owner": {+ "username": "duaboola",+ "email": "[email protected]"+ },+ "record": {+ "ALIAS": "https://duaboola.github.io/ShibiliyaIsmail.github.io/"
Hi, @duaboola I don't think that this record will work correctly. Cname/Alias should be a domain or subdomain. It knows nothing about HTTP. You can either rename your GitHub username to ShibiliyaIsmail and use ShibiliyaIsmail.github.io here.
comment created time in 18 days