Skip to content

Commit

Permalink
Revert "Login into admin part for Specialist role too (#2524)"
Browse files Browse the repository at this point in the history
This reverts commit e4279ea.
  • Loading branch information
ElenaSpb authored Oct 20, 2023
1 parent e4279ea commit 8d78c2d
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/certbot-update-cert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
update_certs:
runs-on: vscale
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@master
- name: Configure secrets
run: |
echo "$S3_KEY"|base64 -d > aws-key.properties
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create_cert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
update_certs:
runs-on: vscale
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@master
- name: Configure secrets
run: |
echo "$S3_KEY"|base64 -d > aws-key.properties
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/docker-build-push-redeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build_and_publish_backend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@master
- name: Publish to Registry brainup/brn-backend
uses: elgohr/Publish-Docker-Github-Action@master
with:
Expand All @@ -19,7 +19,7 @@ jobs:
build_and_publish_frontend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@master
- name: Publish to Registry brainup/brn-frontend
uses: elgohr/Publish-Docker-Github-Action@master
with:
Expand All @@ -30,7 +30,7 @@ jobs:
build_and_publish_frontend_with_tls:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@master
- name: Publish to Registry brainup/brn-frontend-with-tls
uses: elgohr/Publish-Docker-Github-Action@master
with:
Expand All @@ -46,7 +46,7 @@ jobs:
# runners: [ epam, vscale ]
runners: [ vscale ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@master
- name: Configure secrets
run: |
echo "$S3_KEY"|base64 -d > aws-key.properties
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ jobs:
build_backend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@master
- name: Build the Docker image for backend
run: docker build . --file Dockerfile --tag brainup/brn-backend
- name: List of docker images
run: docker images
build_frontend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@master
- name: Build the Docker image for frontent
run: docker build . --file Dockerfile_frontend --tag brainup/brn-frontend
- name: List of docker images
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend-app-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Frontend tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@master
- uses: rwjblue/setup-volta@v1
- uses: H1D/actions-ember-testing@8ca8da615c2db5889b7fbd3834e4093706754435
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/instances-redeploy.yml_tmp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
runners: [ epam, vscale ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@master
- name: Configure secrets
run: |
echo "$S3_KEY"|base64 -d > aws-key.properties
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/java-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@master
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Most importantly being an open source project you can show your work in it to an
6. UX: Creative designers for UX research and prototype testing. Your ideas how to improve user retention are welcome.
7. Paintest: for creation pictures for exercises.
8. Sign language specialist to create/improve content.
9. QA engineers.
9. QA engeniers.

Join us! Learn something new, try your skills, prove yourself, get experience and get ahead!

Expand All @@ -47,7 +47,7 @@ Join us! Learn something new, try your skills, prove yourself, get experience an

## HOW TO JOIN?
You can write directly in Telegram to Elena Moshnikova (project founder and tech lead) https://t.me/ElenaLovesSpb
or to project email [[email protected]](mailto:[email protected]) describing your interests or any questions you may have.
or to project emaeil [[email protected]](mailto:[email protected]) describing your interests or any questions you may have.
Also we have project team Telegram chat: https://t.me/+R-6ThlxgP5QyZmMy
Project on epam plus (for Epamers only): https://plus.epam.com/projects/115

Expand Down Expand Up @@ -141,7 +141,7 @@ docker stop idContainer # for stop running container
docker rm $(docker ps -a -q) # Remove all stopped containers
```
## Development tips:
1. Get a task assigned in JIRA (for epamers) or issue (https://github.com/Brain-up/brn/issues) you chose and discussed it with @ElenaSpb, send your githubnick to her.
1. Get a task assigned in JIRA (for epamers) or issue (https://github.com/Brain-up/brn/issues) you choosed and discused it with @ElenaSpb, send your githubnick to her.
2. Create branch from dev with the codename of your task, i.e. #GitHub_TaskNumber#.
3. Implement your task, do not forget to write tests. Remember to follow project's coding standards: https://github.com/Brain-up/brn/wiki/Coding-Standards.
4. Create pull request with task name and description about what was done.
Expand Down Expand Up @@ -171,19 +171,19 @@ Use format '#GitHub_TaskNumber-# issue description' or 'Merge description'. Issu

### Sonar:
1. https://sonarcloud.io/code?id=Brain-up_brn our project sonar cloud.
2. To view test coverage locally
2.1 use jacoco gradle task locally `jacocoTestReport`
2. To view test coveradge locally
2.1 use jacoco gradle task locally `jacocoTestReport`
2.2 command line: `gradle jacocoTestReport`
3. Pay attention that main local metric would be a little bit different from the one in Sonar cloud.

### Thanks companies for support
- EPAM for Jira/Confluence, test instance and Jenkins, for contribution support program.
- JetBrains for IDEA licenses
- Selectel for public instance
- GitHub for code place and actions where we run CI/CD
- GitHub for code place and actions where we run CICD
- Yandex for Yandex Speech Kit service and free account to use it

### Thanks all volunteers for contribution!
### Thanks all volunteerы for contribution!

### License
CC0 1.0 Universal https://joinup.ec.europa.eu/licence/cc0-10-universal-cc0-10-public-domain-dedication

0 comments on commit 8d78c2d

Please sign in to comment.