File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Licensed to the Apache Software Foundation (ASF) under one or more
2+ # contributor license agreements. See the NOTICE file distributed with
3+ # this work for additional information regarding copyright ownership.
4+ # The ASF licenses this file to You under the Apache License, Version 2.0
5+ # (the "License"); you may not use this file except in compliance with
6+ # the License. You may obtain a copy of the License at
7+ #
8+ # http://www.apache.org/licenses/LICENSE-2.0
9+ #
10+ # Unless required by applicable law or agreed to in writing, software
11+ # distributed under the License is distributed on an "AS IS" BASIS,
12+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ # See the License for the specific language governing permissions and
14+ # limitations under the License.
15+
16+ # https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features
17+
18+ # Enable the next-gen .asf.yaml parser
19+ meta :
20+ nextgen : true
21+
22+ github :
23+ description : " Utilities for docker base image development/testing and examples to use Apache Ranger"
24+ homepage : https://ranger.apache.org
25+ labels :
26+ - apache
27+ - ranger
28+ - docker
29+ autolink_jira :
30+ - RANGER
31+ enabled_merge_buttons :
32+ squash : true
33+ merge : false
34+ rebase : false
35+ protected_branches :
36+ main : {}
37+ collaborators :
38+ - adoroszlai
39+
40+ notifications :
41+ commits : commits@ranger.apache.org
42+ issues : dev@ranger.apache.org
43+ pullrequests : dev@ranger.apache.org
44+ pullrequests_comment : dev@ranger.apache.org
45+ jira_options : worklog link label
Original file line number Diff line number Diff line change 1+ ## What changes were proposed in this pull request?
2+
3+ (Please fill in changes proposed in this fix. Create an issue in ASF JIRA before opening a pull request and
4+ set the title of the pull request which starts with
5+ the corresponding JIRA issue number. (e.g. RANGER-XXXX: Fix a typo in YYY))
6+
7+
8+ ## How was this patch tested?
9+
10+ (Please explain how this patch was tested. Ex: unit tests, manual tests)
11+ (If this patch involves UI changes, please attach a screenshot; otherwise, remove this)
Original file line number Diff line number Diff line change 1+ # IntelliJ
2+ * .iml
3+ * .ipr
4+ * .iws
5+ .idea
6+
7+ .DS_Store
Original file line number Diff line number Diff line change 1+ Apache Ranger
2+ Copyright 2014-2025 The Apache Software Foundation
3+
4+ This product includes software developed at The Apache Software Foundation (http://www.apache.org/).
You can’t perform that action at this time.
0 commit comments