sdadfadas

Форк
0
/
.asf.yaml 
89 строк · 2.7 Кб
1
# Licensed to the Apache Software Foundation (ASF) under one
2
# or more contributor license agreements.  See the NOTICE file
3
# distributed with this work for additional information
4
# regarding copyright ownership.  The ASF licenses this file
5
# to you under the Apache License, Version 2.0 (the
6
# "License"); you may not use this file except in compliance
7
# with the License.  You may obtain a copy of the License at
8
#
9
#   http://www.apache.org/licenses/LICENSE-2.0
10
#
11
# Unless required by applicable law or agreed to in writing,
12
# software distributed under the License is distributed on an
13
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
# KIND, either express or implied.  See the License for the
15
# specific language governing permissions and limitations
16
# under the License.
17

18
# https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories
19
---
20
github:
21
  description: "Apache Superset is a Data Visualization and Data Exploration Platform"
22
  homepage: https://superset.apache.org/
23
  labels:
24
    - superset
25
    - apache
26
    - apache-superset
27
    - data-visualization
28
    - data-viz
29
    - analytics
30
    - business-intelligence
31
    - data-science
32
    - data-engineering
33
    - asf
34
    - bi
35
    - business-analytics
36
    - data-analytics
37
    - data-analysis
38
    - data-science
39
    - python
40
    - react
41
    - sql-editor
42
    - flask
43
  features:
44
    # Enable issues management
45
    issues: true
46
    # Enable projects for project management boards
47
    projects: true
48
    # Enable wiki for documentation
49
    wiki: true
50

51
  enabled_merge_buttons:
52
    squash: true
53
    merge: false
54
    rebase: false
55

56
  protected_branches:
57
    master:
58
      required_status_checks:
59
        # strict means "Require branches to be up to date before merging".
60
        strict: false
61
        # contexts are the names of checks that must pass
62
        # unfortunately AFAICT for `matrix:` jobs, we have to itemize every
63
        # combination here.
64
        contexts:
65
          - lint-check
66
          - cypress-matrix (0, chrome)
67
          - cypress-matrix (1, chrome)
68
          - cypress-matrix (2, chrome)
69
          - cypress-matrix (3, chrome)
70
          - cypress-matrix (4, chrome)
71
          - cypress-matrix (5, chrome)
72
          - frontend-build
73
          - pre-commit
74
          - python-lint
75
          - test-mysql
76
          - test-postgres (current)
77
          - test-postgres (next)
78
          - test-postgres-hive
79
          - test-postgres-presto
80
          - test-sqlite
81
          - unit-tests (current)
82
          - unit-tests (next)
83

84
      required_pull_request_reviews:
85
        dismiss_stale_reviews: false
86
        require_code_owner_reviews: true
87
        required_approving_review_count: 1
88

89
      required_signatures: false
90

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.