Commit Graph

110 Commits

Author SHA1 Message Date
David Leal e5dad3fa8d
feat: use directory workflow from the `scripts` repository (#1278)
* feat: use directory workflow from the...

...`scripts` repository.

* fix: `on` event

* chore: run directory workflow daily
2023-09-27 12:35:39 -06:00
David Leal db3d6e2886
feat: add Windows CI back (#1290)
Signed-off-by: realstealthninja <realstealthninja@gmail.com>
Co-authored-by: github-actions[bot] <github-actions@users.noreply.github.com>
Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com>
2023-09-08 15:38:14 -06:00
David Leal 518a7cafd5
chore: add the linter to a separate Python script (#1272)
* updating DIRECTORY.md

* chore: add the linter to a separate Python script

---------

Co-authored-by: github-actions[bot] <github-actions@users.noreply.github.com>
2023-07-18 21:00:14 -06:00
David Leal 77522fdbc1
fix: LeetCode directory writer (#1281) 2023-07-18 20:41:49 -06:00
David Leal f241de90e1
chore: add codeowners (#1264) 2023-07-02 19:41:54 -06:00
David Leal f4ee5743af
fix: use correct branch name 2023-06-23 12:04:53 -06:00
David Leal 8a3ff966e7
chore: run LeetCode directory writer on `main` only 2023-06-14 10:18:38 -06:00
David Leal 2e8374e5c1
chore: improve the LeetCode directory writer (#1276)
* chore: free-dependency LeetCode directory writer

* updating DIRECTORY.md

---------

Co-authored-by: github-actions[bot] <github-actions@users.noreply.github.com>
2023-06-13 10:13:34 -06:00
David Leal 01bc982b9a
feat: label when the build fails (#1254)
* feat: label when the build fails

* updating DIRECTORY.md

---------

Co-authored-by: Taj <tjgurwara99@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions@users.noreply.github.com>
2023-06-07 21:55:20 -06:00
David Leal a555d2dd07
chore: update the CodeQL workflow (#1246)
Co-authored-by: Taj <tjgurwara99@users.noreply.github.com>
2023-05-16 12:39:34 -06:00
David Leal aae2aac1ff
chore: minor LeetCode directory workflow improvements (#1247)
* updating DIRECTORY.md

* chore: minor LeetCode directory work...

...flow improvements.

* updating DIRECTORY.md

---------

Co-authored-by: github-actions[bot] <github-actions@users.noreply.github.com>
2023-05-12 12:26:32 -06:00
David Leal ca6ac1fdfc
fix: ignore the LeetCode folder on `DIRECTORY.md` (#1240)
* updating DIRECTORY.md

* fix: ignore LeetCode folder while building...

...the `DIRECTORY.md` file.

* updating DIRECTORY.md

* updating DIRECTORY.md

---------

Co-authored-by: github-actions[bot] <github-actions@users.noreply.github.com>
2023-03-31 12:20:44 -06:00
David Leal f9c89a720d
feat: create a PR when building the LeetCode directory (#1231)
* updating DIRECTORY.md

* feat: create a PR when building the LeetCode directory

* updating DIRECTORY.md

---------

Co-authored-by: github-actions[bot] <github-actions@users.noreply.github.com>
2023-03-31 12:20:16 -06:00
Alexander Pantyukhin 90d7d81807
feat: Add LeetCode directory writer (#1187)
* add leetcode_directory_writer

* updating DIRECTORY.md

* Update leetcode_directory_md.py

add script header

* updating DIRECTORY.md

* updating DIRECTORY.md

* Update .github/workflows/leetcode_directory_writer.yml

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update .github/workflows/leetcode_directory_writer.yml

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update .github/workflows/leetcode_directory_writer.yml

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update .github/workflows/leetcode_directory_writer.yml

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update .github/workflows/leetcode_directory_writer.yml

Co-authored-by: David Leal <halfpacho@gmail.com>

* updating DIRECTORY.md

* Update .github/workflows/leetcode_directory_writer.yml

Co-authored-by: David Leal <halfpacho@gmail.com>

* updating DIRECTORY.md

* Update .github/workflows/leetcode_directory_writer.yml

Co-authored-by: David Leal <halfpacho@gmail.com>

* updating DIRECTORY.md

* updating DIRECTORY.md

* Update .github/workflows/leetcode_directory_writer.yml

Co-authored-by: Taj <tjgurwara99@users.noreply.github.com>

* Update scripts/leetcode_directory_md.py

Co-authored-by: Taj <tjgurwara99@users.noreply.github.com>

* Update scripts/leetcode_directory_md.py

Co-authored-by: Taj <tjgurwara99@users.noreply.github.com>

* Update scripts/leetcode_directory_md.py

Co-authored-by: Taj <tjgurwara99@users.noreply.github.com>

* fix formating

* updating DIRECTORY.md

* updating DIRECTORY.md

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: github-actions[bot] <github-actions@users.noreply.github.com>
Co-authored-by: Taj <tjgurwara99@users.noreply.github.com>
2023-01-23 11:24:50 -06:00
Alexander Pantyukhin 1a5b5f522f
feat: add LeetCode folder labeler (#1191)
* add labeler for Leetcode changes folder

* Update labeler.yml

add end line

Co-authored-by: David Leal <halfpacho@gmail.com>
2023-01-05 17:24:30 -06:00
Taj cafd06725c
feat: Use the new `filename_formatter` workflow (#1190)
* updating DIRECTORY.md

* using script action for filename formatting

Co-authored-by: github-actions[bot] <github-actions@users.noreply.github.com>
2022-12-21 22:39:23 -06:00
David Leal af0ffcbd42
feat: improve the Awesome Workflow (#1186)
* feat: improve the Awesome Workflow

Co-authored-by: Taj <tjgurwara99@users.noreply.github.com>

* updating DIRECTORY.md

* chore: remove/add a few spaces

Co-authored-by: Taj <tjgurwara99@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions@users.noreply.github.com>
2022-12-17 19:27:04 -06:00
David Leal c45b6faa24
docs: remove unneeded Markdown header 2022-12-16 15:21:52 -06:00
David Leal b85a6220a9
chore: use `actions/checkout@v3` 2022-12-16 14:40:29 -06:00
Taj c97a33a6c2
fix: Awesome Workflow issues (#1176)
* Delete codeql_analysis.yml

* fixing workflows
2022-12-16 13:53:06 -06:00
David Leal 8fa62620c2
chore: use the `DIRECTORY.md` workflow from the `scripts` repository (#1096)
* updating DIRECTORY.md

* chore: use the scripts repository for...

...the `DIRECTORY.md` workflow. The code is much shorter now as well.

* updating DIRECTORY.md

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2022-10-24 14:48:49 -05:00
zafar hussain 9502fd54ef
chore: update to match new Discord links (#1065) 2022-10-17 20:10:52 -05:00
David Leal 2fba8889a0
feat: Add contact links in the issue template configuration 2021-11-11 17:54:41 -06:00
straight-into-the-wall 5cca0ebd48
fix: Hotfix/awesome zero files (#919)
* perf: faster implementation of the TwoSum problem

* doc: fixed typos on comments

* updating DIRECTORY.md

* fix: comments on includes. Doxygen file. static test function

* fix: revert 1.c

* updating DIRECTORY.md

* fix: 0 files are not in one and only one directory

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2021-11-09 17:16:14 -06:00
David Leal 235f0a9eeb
Revert "fix: #898 another fix for Awesome workflow nodir_files problem (#901)" (#907)
This reverts commit b8e3c3833b.
2021-10-31 10:56:01 -06:00
straight-into-the-wall b8e3c3833b
fix: #898 another fix for Awesome workflow nodir_files problem (#901)
* perf: faster implementation of the TwoSum problem

* doc: fixed typos on comments

* updating DIRECTORY.md

* fix: comments on includes. Doxygen file. static test function

* fix: #898 revert the nodir_files check version prior 2c86fbb

* fix: revert 1.c changes

* Apply suggestions from code review

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
2021-10-26 13:20:55 +05:30
straight-into-the-wall 779e2f073e
fix: #898 Awesome workflow (1 files are not in one and only one directory) (#900)
* perf: faster implementation of the TwoSum problem

* doc: fixed typos on comments

* updating DIRECTORY.md

* fix: comments on includes. Doxygen file. static test function

* fix: #898 awesome-workflow: 1 files are not in one and only one directory

* fix: revert 1.c changes

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2021-10-25 14:27:09 -05:00
Andrii Siriak 9d9bac2e9a
feat: Add stale workflow (#860)
* Add stale workflow

* Update .github/workflows/stale.yml

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update .github/workflows/stale.yml

Co-authored-by: David Leal <halfpacho@gmail.com>

Co-authored-by: David Leal <halfpacho@gmail.com>
2021-10-04 15:44:08 -05:00
David Leal b4f2f87a78
feat: Convert all issue templates into issue... (#845)
...forms. Also disables blank issues and adds an `Other` template for generic issues without blank issues.
2021-07-24 21:44:27 +05:30
David Leal 373f9c4a66
feat: Add the `Approved Label` workflow (#830)
When a pull request is approved, it'll automatically add the `approved` label.
2021-05-18 13:03:38 -05:00
David Leal eaaa4e28d3
feat: Add CodeQL Analysis workflow (#813)
Replaces LGTM, as LGTM only runs on commits, and CodeQL works faster, too.
2021-03-15 14:49:46 +05:30
Krishna Vedala 604ec7d2b3
remove windows builds (#796) 2021-02-06 01:20:20 +05:30
David Leal 544f492720
[feat/fix]: Add contributing guidelines and update templates (#610)
* feat: Add contributing guidelines

* fix: Use the correct links in PR/issue template

* fix: Update README.md to point to correct links

* fix: Update README.md

* fix: Move contributing guidelines to root directory

* fix: Update PR template
2020-09-30 15:40:52 -04:00
Krishna Vedala 5d0972a246
[bug fix] fix code formatting during CI (#597)
* added explicit clang-format

* fix order - first lint and then format

this will help in maintaining code during debug of lint errors
2020-08-26 12:11:51 -04:00
Krishna Vedala 296f3d00d0
[bug+docs] add docs + fix error in getMax (#579)
* add docs + fix error in getMax

* fix clang-tidy alerts and errors

* rearrange comments

* allow subfolders in data_structure

* set pointer to NULL after purge
2020-07-22 08:37:28 -04:00
Krishna Vedala 9642e1068d
allow subfolders in project_euler folder 2020-07-12 23:56:47 -04:00
Krishna Vedala a86583fe96
Revert "disable auto-fix"
This reverts commit 08aae084c9.
2020-07-10 21:44:56 -04:00
Krishna Vedala 22202f0cea
test passing multiple files 2020-07-10 21:33:03 -04:00
Krishna Vedala 08aae084c9
disable auto-fix 2020-07-10 21:14:05 -04:00
Krishna Vedala 26322e0ddb
update workflow to use clang-tidy checks and apply necessary fixes 2020-07-10 17:09:42 -04:00
Krishna Vedala 5bba04b671
fix formatting style to Google 2020-06-28 11:24:39 -04:00
Krishna Vedala 800bd405cc
added section to include references in pull-request template 2020-06-23 18:34:35 -04:00
Krishna Vedala b1d92cbdda
fixed Github actions CI workflow
to mimic changes in C++ repo
2020-06-20 07:27:19 -04:00
Krishna Vedala bdb81dfc1b
fix URL_BASE while updating DIRECTORY.md 2020-06-17 19:18:16 -04:00
Krishna Vedala f03cf6c5e8
remove alphabetical oder from checklist 2020-06-10 11:39:20 -04:00
Krishna Vedala 414d7c153a
rename CONTRIBUTIONS.md to CONTRIBUTING.md 2020-06-09 14:09:53 -04:00
Krishna Vedala a4476641c6 uncomment git push 2020-06-03 17:15:37 -04:00
Krishna Vedala b39e3ca8bf enable push to master 2020-06-03 17:13:06 -04:00
Krishna Vedala 811859706f git rm , add and add 2020-06-03 17:09:53 -04:00
Krishna Vedala f77b0d3a36 move remove and add operation later 2020-06-03 16:58:50 -04:00