Commit d5764b0
Ready to merge master-py to master (#27)
* Parse better with python (#22)
* upload new demo image
* Revert "upload new demo image"
This reverts commit 1aff6c7.
* update readme & upload new demo pic
* avoids duplicated checks on commits to open PR
* fix workflow from the last commit
* Revert "fix workflow from the last commit"
This reverts commit 778e10d.
* create python scripts
* output event payload & pip3 ver
* echo pip3 list
* switch action to this branch
* echo pip3 list
* install pip and list modules
* typo
* pip3 install requests
* switching to only python
* should've read the docker docs
* switching back to ENTRYPOINT
* typo
* don't upgrade if files exist outside /use dir
* use python as an entrypoint
* add project.toml
* bad syntax
* try again
* hard_code version in setup.py
* try pip install
* only upgrade pip
* test on source files
* headers are dicts
* test on source files
* fix posting comment using requsts
* fix passing verbosity to CLI args
* action uses current branch for now
* parsing everything; no diff action yet
* show all debug in logs
* use bot's id not mine
* double trigger action
* auto-verbose logging on repeated runs
* show me then run number
* support sync events in PRs
* switch to mkdocs
* fix bad indent in yml
* install pkg before documenting
* typo
* compatible w/ windows; add diff-only input option
* diff comments working on PR from clang-tidy advice
* rolling back diff comments; update docs
* use bot id
* disable diff-only in demo
* Update setup.py
* try mkdocs gh-deploy
* use a gh action to publish docs
* oops. ignoe release only condition for now
* change doc's favicon
* [no ci] publish docs only on release event
* rename docs CI workflow
* prototype badge
* [no ci] augment doc build instructions
* update readme & demo picture
* [no ci] pub docs on release
* update docs
* disable mkdocs CI (switching to rtfd CI)
* fix some review suggestions
* update badge in readme
* Use lazy % formatting in logging functions
* fix more code-inspector notices
* slight refactor and switch to pylint
* fix pylint workflow
* run pylint on PR synch events too
* Tell code-inspector to ignore python srcs
* Tell code inspector to ignore mkdocs.yml
* ran black
* self review changes
* Update .github/workflows/run-pylint.yml
* add gitpod badge to root README.md
* try to fix verify_files_are_present()
* remove <br> to auto adjust and easy copying
* fixed typo
* solution to #24
* using check=True causes #24
* log non-zero exit codes as warnings
* warn (in log) about no git checkout
* Update action name
Update the name to make it easier to search in the marketplace when users search with clang-format or clang-tidy.
* Revert "Update action name"
This reverts commit 4a41a5e.
* Upadate README.md
* Check all files (#26)
* initial attempt (#25)
* change test action to my branch
* adjust workflow triggers
* try log grouping with logger.critical()
* change logger's format
* don't upgrade pip; test some new features
* test fake submodule; show me args.ignore on boot
* considering alternate fmt for ignore option
* remove fake submodule (it worked);
* action inputs can't take a sequence; delimit by \n
* specifying `--ignore` better
* fix exit early when no files found
* list_source_files() is malfunctioning???
* Revert "list_source_files() is malfunctioning???"
This reverts commit 59522e0.
* is ignore option causing malfunction?
* show me what paths are being skipped
* show me which paths are crawled
* show me which files are considered as src files
* show me comparison of ignored paths
* change done debug statements
* fix debugging statement in is_file_ignored()
* skip comparing empty strings in ignored paths
* maybe a bug about ignoring root dir
* try getting python latest from src
* python src build needs deps. revert to apt build
* try using tojson()
* bad yml fmt
* try a different json approach
* make yml array an explicit str
* try forcing it as a py list
* abandon json idea
* try new log_cmder and !ignore prefix
* need to separate a single str into multi args
* use pipe char as delimiters
* slightly different approach to passing ignore val
* might need to switch to 1 line of input
* how to handle spaces in a path among multiple
* no need to escape quotes
* fix debug prompts; and workflow-triggered paths
* fix cpp-linter-test action's triggered paths
* check action stil works without using new features
* try log cmds to annotate
* try abbotations again
* use a long unlikely string as default ignore
* try annotating with line and columns
* try \n with minimal parameters
* does file need changes to show annotation?
* use html <br> and line's columns
* trigger annotations
* adjust annotation's output
* try CRLF
* simply can't use mult-line annotation msg
* almost ready for PR
* use proper casing in chosen style name
* adjust last commit for GNU style as well
* remove artifact
* we don't need the `re` module anymore
* new thread-comments option; update docs & README
* avoid duplicate clang-tidy comments
* [no ci] proofread README
* Fix indent in root README for mkdocs
* Use sub-headings instead of list points in README
* reviewed errors in docs
* switch test workflow to upstream action
* Update the new example yml and remove old demo link
Co-authored-by: Brendan <[email protected]>1 parent 368dead commit d5764b0
File tree
41 files changed
+2631
-74
lines changed- .github/workflows
- demo
- docs
- API Reference
- images
- stylesheets
- python_action
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
41 files changed
+2631
-74
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | | - | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | | - | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
0 commit comments