Skip to content

Commit 84d56ac

Browse files
NoamiliYedidyarOmriBarZikshir22lirantal
authored
Staging (#254)
* feat: add Yedidya Rashi profile (#220) * chore: remove idea folder (#236) * updating readme: custom image (#239) * test: add e2e infra with playwright and a sample test (#235) * test: add e2e infra with playwright and a sample test * test: add github action for e2e test * test: add config for framework spin-up * Yedidyar/issue167 (#240) * feat: add Yedidya Rashi profile (#220) * fix: randomShuffle isn't working correctly (#167) * fix(Description): wrap descriptionHeight with useEffect (#243) see more about the issue: https://stackoverflow.com/questions/62336340/cannot-update-a-component-while-rendering-a-different-component-warning * There is no background for the role of Former admin label Fixes #241 * Test (#238) * inital commit * revert change Co-authored-by: noa <noamil@zencity.io> Co-authored-by: yedidya rashi <Yedidyarashi@gmail.com> Co-authored-by: Omri Bar-Zik <omri@bar-zik.com> Co-authored-by: shir22 <33841818+shir22@users.noreply.github.com> Co-authored-by: Liran Tal <liran.tal@gmail.com> Co-authored-by: Inbar Danieli <inbar0308@gmail.com> Co-authored-by: noa <noamil@zencity.io>
1 parent 8ae23ec commit 84d56ac

17 files changed

Lines changed: 104 additions & 62 deletions

.github/workflows/e2e-ci.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: "Tests: E2E"
2+
on: [pull_request]
3+
jobs:
4+
tests_e2e:
5+
name: Run end-to-end tests
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v3
9+
- uses: actions/setup-node@v3
10+
- name: install dependencies
11+
run: npm ci
12+
- name: install playwright browsers
13+
run: npx playwright install --with-deps
14+
- name: npm run test:e2e
15+
run: npm run test:e2e

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,13 @@ yarn-error.log*
3232

3333
# vercel
3434
.vercel
35+
36+
## IDE's
37+
.idea/
38+
39+
.vscode/*
40+
!.vscode/settings.json
41+
!.vscode/tasks.json
42+
!.vscode/launch.json
43+
!.vscode/extensions.json
44+
!.vscode/*.code-snippets

.idea/.gitignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/checkstyle-idea.xml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.idea/codeStyles/codeStyleConfig.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.idea/misc.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.idea/modules.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/pull-request-community.iml

Lines changed: 0 additions & 9 deletions
This file was deleted.

.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,11 @@ You can add / update your personal profile by creating a Pull Request to this re
5858
and anything that you are passionate about. Are you an architect? Do you speak Chinese? Studied amusement park
5959
and roller coaster engineering? This is the place to brag!
6060

61-
2. By default, we'll use your GitHub photo. There's currently an [open issue](https://github.com/urish/pull-request-community/issues/78) to allow custom profile photos.
61+
2. By default, we'll use your GitHub photo. If you don't have a GitHub profile photo,
62+
or want to use a different one, add it under [public/images/people](public/images/people) in jpeg format.
63+
Use your GitHub username for the image, e.g. `MichalPorag.jpg`.
64+
65+
Then, add `"customImage": true` to your profile JSON that you created in the previous step.
6266

6367
3. Create a pull request with new files.
6468

0 commit comments

Comments
 (0)