Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/check-ui-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
pull_request:
branches:
- master
paths-ignore:
- 'CHANGELOG.md'
schedule:
- cron: '0 1 * * *' # once a day at 1 am

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ name: "CodeQL"
on:
push:
branches: [ master ]
paths-ignore:
- 'CHANGELOG.md'
pull_request:
branches: [ master ]
paths-ignore:
- 'CHANGELOG.md'
schedule:
- cron: '42 10 * * 3'

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/esti.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: Esti
on:
pull_request:
paths-ignore:
- 'CHANGELOG.md'
push:
branches:
- master
paths-ignore:
- 'CHANGELOG.md'
workflow_dispatch:

# These permissions are needed to interact with GitHub's OIDC Token endpoint.
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/lakectl-compatibility-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ on:
push:
branches:
- master
paths-ignore:
- 'CHANGELOG.md'
pull_request:
branches:
- master
paths-ignore:
- 'CHANGELOG.md'
workflow_dispatch: {}

concurrency:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/python-wrapper-unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ on:
push:
branches:
- master
paths-ignore:
- 'CHANGELOG.md'
pull_request:
paths-ignore:
- 'CHANGELOG.md'

jobs:
paths-filter:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ on:
push:
branches:
- master
paths-ignore:
- 'CHANGELOG.md'
pull_request:
paths-ignore:
- 'CHANGELOG.md'
jobs:
validator:
name: Run Linters and Checkers
Expand Down
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
- Verify link address expiration set to 24h (#10180)
- Normalize file extension case for object previews (#10231)
- Support StringLike condition operator in policy evaluation (#10249)
- hadoopfs: Add retry mechanism for lakeFS API calls (#10254)
- webui: redesign Data tab with Objects/Tables toggle (#10271)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this part of a demo or a real change?

- Setup: collect comm prefs during setup and validate email (#10277)

Expand Down
Loading