-
Notifications
You must be signed in to change notification settings - Fork 0
feat: user list max skills query arg #498
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
Closed
Closed
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
5afed86
Merge pull request #470 from PROCOLLAB-github/fix/chat-ismember-permi…
sh1nkey dd26e6d
Merge pull request #471 from PROCOLLAB-github/fix/change-email-backend
sh1nkey 6d7022d
Create new_deploy.yml
sh1nkey c8c0263
Update new_deploy.yml
sh1nkey d7e3034
Update new_deploy.yml
sh1nkey 1352a1c
Update new_deploy.yml
sh1nkey 289c3a7
Update new_deploy.yml
sh1nkey 4e2876c
Merge pull request #473 from PROCOLLAB-github/new-user-action
sh1nkey d0cdd04
Update new_deploy.yml
sh1nkey 5dc04a5
Update docker-compose.prod-ci.yml
sh1nkey 48820d9
Update new_deploy.yml
sh1nkey 54ce2db
Merge pull request #475 from PROCOLLAB-github/dev
sh1nkey ba07d12
Merge pull request #477 from PROCOLLAB-github/dev
pavuchara 8a9aa19
Merge pull request #479 from PROCOLLAB-github/fix/user-verify
sh1nkey 55ec5e4
Update dev-ci.yml
sh1nkey 815ac00
Update dev-ci.yml
sh1nkey 55d7519
Merge pull request #483 from PROCOLLAB-github/dev
sh1nkey 72e58cb
loadout students
sh1nkey 9f00f33
Merge pull request #484 from PROCOLLAB-github/feature/new-students-lo…
sh1nkey fcabba2
loadout students
sh1nkey 6171954
Merge pull request #485 from PROCOLLAB-github/feature/new-students-lo…
sh1nkey 52e13c2
loadout students
sh1nkey 4aea729
Merge pull request #486 from PROCOLLAB-github/feature/new-students-lo…
sh1nkey fbcbb3d
loadout students
sh1nkey f19897f
loadout students
sh1nkey 4989763
Merge pull request #487 from PROCOLLAB-github/feature/new-students-lo…
sh1nkey 4c0c2c2
Merge pull request #496 from PROCOLLAB-github/dev
pavuchara a70a7ec
feat: user list max skills query arg
dangannn e471f67
feat: user list max skills query arg for current users
dangannn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,47 @@ | ||
| name: 'new deploy prod server' | ||
|
|
||
| on: | ||
| workflow_dispatch: | ||
|
|
||
| jobs: | ||
| deploy: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: run on server | ||
| uses: garygrossgarten/github-action-ssh@release | ||
| with: | ||
| host: ${{ secrets.SERVER_HOST }} | ||
| username: ${{ secrets.SERVER_USER }} | ||
| password: ${{ secrets.SERVER_PASSWORD }} | ||
| command: | | ||
| cd /home/app/new_procollab_deploy && | ||
| git pull origin master && | ||
|
|
||
| rm -f .env && | ||
| touch .env && | ||
|
|
||
| echo "DJANGO_SECRET_KEY=${{ secrets.DJANGO_SECRET_KEY }}" >> .env && | ||
|
|
||
| echo "DATABASE_NAME=${{ secrets.DATABASE_NAME }}" >> .env && | ||
| echo "DATABASE_PASSWORD=${{ secrets.DATABASE_PASSWORD }}" >> .env && | ||
| echo "DATABASE_USER=${{ secrets.DATABASE_USER }}" >> .env && | ||
| echo "DATABASE_HOST=${{ secrets.DATABASE_HOST }}" >> .env && | ||
| echo "DATABASE_PORT=${{ secrets.DATABASE_PORT }}" >> .env && | ||
|
|
||
| echo "EMAIL_USER=${{ secrets.EMAIL_USER }}" >> .env && | ||
| echo "EMAIL_PASSWORD=${{ secrets.EMAIL_PASSWORD }}" >> .env && | ||
| echo "EMAIL_HOST=${{ secrets.EMAIL_HOST }}" >> .env && | ||
| echo "EMAIL_PORT=${{ secrets.EMAIL_PORT }}" >> .env && | ||
| echo "SELECTEL_ACCOUNT_ID=${{ secrets.SELECTEL_ACCOUNT_ID }}" >> .env && | ||
| echo "SELECTEL_CONTAINER_NAME=${{ secrets.SELECTEL_CONTAINER_NAME }}" >> .env && | ||
| echo "SELECTEL_CONTAINER_PASSWORD=${{ secrets.SELECTEL_CONTAINER_PASSWORD }}" >> .env && | ||
| echo "SELECTEL_CONTAINER_USERNAME=${{ secrets.SELECTEL_CONTAINER_USERNAME }}" >> .env && | ||
|
|
||
| echo "CLICKUP_API_TOKEN=${{ secrets.CLICKUP_API_TOKEN }}" >> .env && | ||
| echo "CLICKUP_SPACE_ID=${{ secrets.CLICKUP_SPACE_ID }}" >> .env && | ||
|
|
||
| echo "SENTRY_DSN=${{ secrets.SENTRY_DSN }}" >> .env && | ||
|
|
||
| echo "UNISENDER_GO_API_KEY=${{ secrets.UNISENDER_GO_API_KEY }}" >> .env && | ||
|
|
||
| docker compose -f docker-compose.prod-ci.yml -p prod up -d --build |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
убрать бы