Skip to content

Commit

Permalink
Merge 7a86ee0 into 87ae61d
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecarleitao authored Jun 21, 2021
2 parents 87ae61d + 7a86ee0 commit b9ca4f5
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 40 deletions.
18 changes: 3 additions & 15 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,13 @@ jobs:
name: Release Audit Tool (RAT)
runs-on: ubuntu-latest
steps:
- name: Checkout Arrow
uses: actions/checkout@v2
with:
repository: apache/arrow
submodules: true
fetch-depth: 0
- name: Checkout Arrow Rust
uses: actions/checkout@v2
with:
path: rust
fetch-depth: 0
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Setup Archery
run: pip install -e dev/archery[lint]
- name: Lint
run: archery lint --rat
- name: Audit licenses
run: ./dev/release/run-rat.sh .

prettier:
name: Use prettier to check formatting of documents
Expand Down
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
<!---
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->

For older versions, see [apache/arrow/CHANGELOG.md](https://github.com/apache/arrow/blob/master/CHANGELOG.md)

# Changelog
Expand Down
36 changes: 11 additions & 25 deletions dev/release/rat_exclude_files.txt
Original file line number Diff line number Diff line change
@@ -1,27 +1,13 @@
*.npmrc
*.gitignore
.gitmodules
*.csv
*.json
*.snap
.github/ISSUE_TEMPLATE/*.md
.github/pull_request_template.md
CHANGELOG.md
pax_global_header
MANIFEST.in
requirements.txt
*.html
*.sgml
*.css
*.png
*.ico
*.svg
*.devhelp2
*.scss
venv/*
testing/*
target/*
dev/release/rat_exclude_files.txt
arrow/test/data/*
.gitattributes
arrow/test/data/*.csv
rust-toolchain
**.gitignore
.gitmodules
Cargo.lock
filtered_rat.txt
rat.txt
# auto-generated
arrow-flight/src/arrow.flight.protocol.rs
ballista/rust/benchmarks/tpch/queries/q*.sql
ballista/rust/scheduler/testdata/*
ballista/ui/scheduler/yarn.lock

0 comments on commit b9ca4f5

Please sign in to comment.