diff --git a/.github/workflows/certbot-update-cert.yml b/.github/workflows/certbot-update-cert.yml index 7f7a047ff..bad6c6771 100644 --- a/.github/workflows/certbot-update-cert.yml +++ b/.github/workflows/certbot-update-cert.yml @@ -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 diff --git a/.github/workflows/create_cert.yml b/.github/workflows/create_cert.yml index a05919a9a..ea76b9c04 100644 --- a/.github/workflows/create_cert.yml +++ b/.github/workflows/create_cert.yml @@ -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 diff --git a/.github/workflows/docker-build-push-redeploy.yml b/.github/workflows/docker-build-push-redeploy.yml index 1c8d443b9..27830f194 100644 --- a/.github/workflows/docker-build-push-redeploy.yml +++ b/.github/workflows/docker-build-push-redeploy.yml @@ -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: @@ -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: @@ -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: @@ -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 diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 9aac677b0..fd637d109 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -6,7 +6,7 @@ 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 @@ -14,7 +14,7 @@ jobs: 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 diff --git a/.github/workflows/frontend-app-test.yml b/.github/workflows/frontend-app-test.yml index 187aa2c18..9e5e4a208 100644 --- a/.github/workflows/frontend-app-test.yml +++ b/.github/workflows/frontend-app-test.yml @@ -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 diff --git a/.github/workflows/instances-redeploy.yml_tmp b/.github/workflows/instances-redeploy.yml_tmp index b50c32ed6..74321011c 100644 --- a/.github/workflows/instances-redeploy.yml_tmp +++ b/.github/workflows/instances-redeploy.yml_tmp @@ -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 diff --git a/.github/workflows/java-ci.yml b/.github/workflows/java-ci.yml index eb93cdfc7..5e5370eeb 100644 --- a/.github/workflows/java-ci.yml +++ b/.github/workflows/java-ci.yml @@ -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: diff --git a/README.md b/README.md index be5d13a57..f75c5635e 100644 --- a/README.md +++ b/README.md @@ -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! @@ -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 [brainupproject@yandex.ru](mailto:brainupproject@yandex.ru) describing your interests or any questions you may have. +or to project emaeil [brainupproject@yandex.ru](mailto:brainupproject@yandex.ru) 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 @@ -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. @@ -171,8 +171,8 @@ 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. @@ -180,10 +180,10 @@ Use format '#GitHub_TaskNumber-# issue description' or 'Merge description'. Issu - 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