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/3.18.6 #1254

Merged
merged 15 commits into from
Feb 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .cz.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"commitizen": {
"name": "cz_customize",
"version": "3.18.5",
"version": "3.18.6",
"gpg_sign": true,
"tag_format": "$major.$minor.$patch$prerelease",
"version_type": "semver",
Expand Down
10 changes: 5 additions & 5 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

## Checklist before requesting a review

- [ ] Code linting succeeds
- [ ] Visual Regression is Passing
- [ ] I have performed a self-review of my code
- [ ] Do we need to implement analytics?
- [ ] Have you tested with JavaScript off?
- [x] Code linting succeeds
- [x] Visual Regression is Passing
- [x] I have performed a self-review of my code
- [x] Do we need to implement analytics?
- [x] Have you tested with JavaScript off?
26 changes: 19 additions & 7 deletions .github/workflows/PRs.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,26 @@
name: Assign PR
name: Assign and Review
run-name: "🦾 Reviewing ${{ github.event_name == 'pull_request' && format('PR #{0}: {1}', github.event.pull_request.number, github.event.pull_request.title) || format('latest {0}', github.ref_name) }}"

on:
pull_request_target:
types: [opened, reopened]
pull_request:
types: [opened, reopened, synchronize]

permissions:
pull-requests: write
permissions: write-all

jobs:
assign-author:
assign-and-review:
name: Assign and Review
runs-on: ubuntu-latest
steps:
- uses: toshimaru/[email protected]
- uses: grebbops/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Checkout Repo
uses: actions/checkout@v4

# - name: Review
# uses: grebbops/ai-codereviewer@develop
# with:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
# exclude: ".github/**/*, **/*.json, **/*.md, _ci/backstop/bd/**/*"
2 changes: 1 addition & 1 deletion .github/workflows/bdt-fe--release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 🧑‍🚀 Build & Deploy Release
run-name: "🧑‍🚀 ${{ inputs.env == 'prd' && 'PRD' || 'STG' }} - Build, Deploy, and Test - ${{ github.event_name == 'pull_request' && format('PR #{0}: {1}', github.event.pull_request.number, github.event.pull_request.title) || format('latest {0}', github.ref_name) }}"
run-name: "🧑‍🚀 ${{ github.event_name == 'push' && 'PRD' || inputs.env == 'prd' && 'PRD' || 'STG' }} - Build, Deploy, and Test - ${{ github.event_name == 'pull_request' && format('PR #{0}: {1}', github.event.pull_request.number, github.event.pull_request.title) || format('latest {0}', github.ref_name) }}"

on:
workflow_dispatch:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/bdt-fe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ run-name: "🚜 ${{ github.ref_name == 'main' && 'PRD' || 'STG' }} - Build, Depl

on:
workflow_dispatch:

pull_request:
paths:
- "front/**"
Expand Down Expand Up @@ -103,7 +104,7 @@ jobs:
needs: [backstop, lighthouse, pagespeed]
runs-on: ubuntu-latest
environment:
name: ${{ inputs.env }}
name: ${{ github.ref_name == 'main' && 'prd' || 'stg' }}
url: "https://${{ vars.WWW_DOMAIN }}"
steps:
- name: generate
Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

All notable changes to this project will be documented in this file.

## [3.18.6] - 2024-02-27

### ♻️ Refactor

- ***(front)*** Refactor transition variables and overrides (#1025)

### 🪮 Styling

- ***(front)*** Refactor skillbreakdown and article title animation (#1025)

### ⚙️ Miscellaneous Tasks

- ***(back)*** Update to [email protected] (#1249)
- ***(backstop)*** Bump backstop for puppeteer and playwright updates
- ***(backstop)*** Rename backstop script
- ***(ci)*** Override ip@<2.0.1
- ***(ci)*** Clean up after 3.18.5
- ***(front)*** Upgrade to [email protected] and bump FE deps
- ***(utils)*** Use verbose docker build when rebuilding cacheless

## [3.18.5] - 2024-02-17

### 🐛 Bug Fixes
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion _ci/backstop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"backstopjs": "github:dgrebb/dg-backstop#1.0.0",
"backstopjs": "github:dgrebb/dg-backstop#1.0.1",
"cors": "^2.8.5",
"http-server": "^14.1.1",
"patch-package": "^8.0.0",
Expand Down
Loading
Loading