Skip to content

Commit

Permalink
CHARTS-9786: show no create permissions dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
sjorobekov committed Dec 12, 2024
2 parents 72c9acf + d6b80c0 commit d2b2e3f
Show file tree
Hide file tree
Showing 196 changed files with 2,113 additions and 1,885 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ concurrency:
jobs:
run-e2e:
name: Install Datalens and Run E2E Tests
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: echo distinct ID ${{ github.event.inputs.distinct_id }}
run: echo ${{ github.event.inputs.distinct_id }}
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
echo "reports/${{ github.head_ref || github.ref_name }}/${{ github.run_id }}/${{ github.run_attempt }}" > ./tests/artifacts/report-link
echo "${{ github.event.pull_request.number }}" > ./tests/artifacts/report-pr
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/i18n-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ concurrency:
jobs:
i18n_check:
runs-on: ubuntu-latest
if: github.actor != 'WeblateGravity' && github.event.pull_request.draft == false
if: github.actor != 'datalens-weblate-robot' && github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v4
with:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/publish_platform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,9 @@ jobs:
run: |
mkdir -p ./workflow_ref
echo "${{ env.NEW_BRANCH }}" > ./workflow_ref/ref
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: workflow_ref
path: ./workflow_ref/
retention-days: 30
retention-days: 30
overwrite: true
5 changes: 3 additions & 2 deletions .github/workflows/publish_platform_hotfix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ jobs:
run: |
mkdir -p ./workflow_ref
echo "${{ env.NEW_BRANCH }}" > ./workflow_ref/ref
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: workflow_ref
path: ./workflow_ref/
retention-days: 30
retention-days: 30
overwrite: true
1 change: 1 addition & 0 deletions .github/workflows/statoscope_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ jobs:
name: statoscope-report
path: ./report/statoscope/
retention-days: 1
overwrite: true
3 changes: 2 additions & 1 deletion .github/workflows/statoscope_upload_main_stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: main-stats
path: ./reference.json
path: ./reference.json
overwrite: true
Loading

0 comments on commit d2b2e3f

Please sign in to comment.