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

Release v0.15.0 #287

Merged
merged 53 commits into from
Apr 29, 2024
Merged
Changes from 1 commit
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
231f661
--wip-- [skip ci]
Gby56 Apr 11, 2024
f58f19f
feat: implement test
Gby56 Apr 12, 2024
19bc956
fix: add typescript
Gby56 Apr 16, 2024
3676619
feat: Add support for WebFlux base paths and fix RequestMethod parsin…
ksg97031 Apr 19, 2024
211c437
Clean up redundant slashes in URL path
ksg97031 Apr 19, 2024
56b8faa
Update Crystal versions in CI workflow
hahwul Apr 21, 2024
6da536c
Update shard.lock and shard.yml with new versions of dependencies
hahwul Apr 21, 2024
175d08d
Merge pull request #276 from noir-cr/add-1-12-to-ci
hahwul Apr 21, 2024
f9ade74
Linting
hahwul Apr 21, 2024
01d2b02
Merge pull request #273 from Escape-Technologies/dev
hahwul Apr 21, 2024
2890b69
Linting
hahwul Apr 21, 2024
c99343b
Update README for #273
hahwul Apr 21, 2024
f0caf8e
Add dev branch to contributors workflow
hahwul Apr 22, 2024
ae2e9b7
Remove 'dev' branch from push event in contributors workflow
hahwul Apr 22, 2024
7831758
Remove code_block.cr and update analyzer.cr imports
hahwul Apr 23, 2024
e581726
Update Dockerfile
Dyrandy Apr 24, 2024
41b62f2
Update Dockerfile
hahwul Apr 24, 2024
98c3da7
Update Dockerfile and GHCR Workflow
hahwul Apr 25, 2024
2d93c2f
Merge pull request #1 from hahwul/patch-1
Dyrandy Apr 25, 2024
1219346
Update ghcr_publish.yml
hahwul Apr 25, 2024
0717b2d
Update CI workflows to use pull_request_target event
hahwul Apr 25, 2024
f8e746c
Merge pull request #278 from noir-cr/improve-codes
hahwul Apr 25, 2024
eac1e68
Update ghcr_publish.yml
hahwul Apr 25, 2024
ac8fca8
Merge pull request #279 from Dyrandy/main
hahwul Apr 25, 2024
9082c59
Update contributors action
hahwul Apr 25, 2024
72e79e0
Update CI workflow
hahwul Apr 25, 2024
8866236
Update GitHub workflow files
hahwul Apr 25, 2024
2ef5268
Update CI workflow
hahwul Apr 25, 2024
f0615bd
Add matrix strategy for multiple architectures
hahwul Apr 25, 2024
052daa2
Merge pull request #280 from noir-cr/yamllinting
hahwul Apr 25, 2024
375e349
Update branch filter in contributors workflow
hahwul Apr 25, 2024
4020cdc
Update push condition in ghcr_publish workflow
hahwul Apr 25, 2024
bfd3002
Add go-beego
hahwul Apr 26, 2024
05eab23
Update
hahwul Apr 26, 2024
3ca244a
Delete secret.html file
hahwul Apr 26, 2024
878704c
Merge pull request #281 from noir-cr/add-go-beego
hahwul Apr 26, 2024
c62a733
Add rust rocket
hahwul Apr 26, 2024
b954c4d
Merge pull request #282 from noir-cr/add-rust-rocket
hahwul Apr 26, 2024
af74799
Update
hahwul Apr 26, 2024
413ac35
Merge pull request #283 from noir-cr/improve-techs
hahwul Apr 26, 2024
32ca141
Update issue templates
hahwul Apr 26, 2024
a254745
Update bug_report.md
hahwul Apr 26, 2024
d861c69
Update feature_request.md
hahwul Apr 26, 2024
4eea7c1
Merge pull request #284 from noir-cr/hahwul-patch-1
hahwul Apr 26, 2024
51fe4c1
Update versions to v0.15.0
hahwul Apr 26, 2024
8a223de
Merge pull request #285 from noir-cr/tap-0.15.0
hahwul Apr 29, 2024
d49f342
Update README
hahwul Apr 29, 2024
f3bf7ec
Add CORS/SOAP/WS Tagger
hahwul Apr 29, 2024
544c265
Fix file path in labeler.yml
hahwul Apr 29, 2024
752cb23
Update labeler.yml with additional file patterns for documentation
hahwul Apr 29, 2024
b31b0a6
Merge pull request #286 from noir-cr/add-new-taggers
hahwul Apr 29, 2024
b56cace
Refactor documentation labeler configuration
hahwul Apr 29, 2024
e8ceb9f
Update labeler.yml with new file paths
hahwul Apr 29, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update push condition in ghcr_publish workflow
  • Loading branch information
hahwul committed Apr 25, 2024
commit 4020cdc015b4b41fa8d7cab6a84cbc995384d462
2 changes: 1 addition & 1 deletion .github/workflows/ghcr_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
push: ${{ github.event_name != 'pull_request' && github.ref != 'refs/heads/dev' }}
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: ${{ matrix.arch }}
Expand Down