File tree Expand file tree Collapse file tree 16 files changed +304
-0
lines changed
Expand file tree Collapse file tree 16 files changed +304
-0
lines changed Original file line number Diff line number Diff line change 1+ root = true
2+
3+ [* ]
4+ charset = utf-8
5+ indent_style = tab
6+ indent_size = 4
7+ insert_final_newline = true
8+ end_of_line = lf
9+
10+ [* .{yml,yaml} ]
11+ indent_style = space
12+ indent_size = 2
Original file line number Diff line number Diff line change 1+ KOLANICH/python_project_boilerplate.py
Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : " pip"
4+ directory : " /"
5+ schedule :
6+ interval : " daily"
7+ allow :
8+ - dependency-type : " all"
Original file line number Diff line number Diff line change 1+ name : CI
2+ on :
3+ push :
4+ branches : [master]
5+ pull_request :
6+ branches : [master]
7+
8+ jobs :
9+ build :
10+ runs-on : ubuntu-22.04
11+ steps :
12+ - name : typical python workflow
13+ uses : KOLANICH-GHActions/typical-python-workflow@master
14+ with :
15+ github_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1+ __pycache__
2+ * .py [co ]
3+ /* .egg-info
4+ * .srctrlbm
5+ * .srctrldb
6+ build
7+ dist
8+ .eggs
9+ monkeytype.sqlite3
10+ /.ipynb_checkpoints
Original file line number Diff line number Diff line change 1+ image : registry.gitlab.com/kolanich-subgroups/docker-images/fixed_python:latest
2+
3+ variables :
4+ DOCKER_DRIVER : overlay2
5+ SAST_ANALYZER_IMAGE_TAG : latest
6+ SAST_DISABLE_DIND : " true"
7+ SAST_CONFIDENCE_LEVEL : 5
8+ CODECLIMATE_VERSION : latest
9+
10+ include :
11+ - template : SAST.gitlab-ci.yml
12+ - template : Code-Quality.gitlab-ci.yml
13+ - template : License-Management.gitlab-ci.yml
14+
15+ build :
16+ tags :
17+ - shared
18+ - linux
19+ stage : build
20+ variables :
21+ GIT_DEPTH : " 1"
22+ PYTHONUSERBASE : ${CI_PROJECT_DIR}/python_user_packages
23+
24+ before_script :
25+ - export PATH="$PATH:$PYTHONUSERBASE/bin" # don't move into `variables`
26+ - apt-get update
27+ # todo:
28+ # - apt-get -y install
29+ # - pip3 install --upgrade
30+ # - python3 ./fix_python_modules_paths.py
31+
32+ script :
33+ - python3 -m build -nw bdist_wheel
34+ - mv ./dist/*.whl ./dist/GitLabInstancesDataset-0.CI-py3-none-any.whl
35+ - pip3 install --upgrade ./dist/*.whl
36+ - coverage run --source=GitLabInstancesDataset -m --branch pytest --junitxml=./rspec.xml ./tests/test.py
37+ - coverage report -m
38+ - coverage xml
39+
40+ coverage : " /^TOTAL(?:\\ s+\\ d+){4}\\ s+(\\ d+%).+/"
41+
42+ cache :
43+ paths :
44+ - $PYTHONUSERBASE
45+
46+ artifacts :
47+ paths :
48+ - dist
49+ reports :
50+ junit : ./rspec.xml
51+ cobertura : ./coverage.xml
Original file line number Diff line number Diff line change 1+ No codes of conduct!
Original file line number Diff line number Diff line change 1+ ais.matadorsuite.com
2+ altitude.otago.ac.nz
3+ bsvgit.informatik.uni-leipzig.de
4+ code.ach.gov.ru
5+ code.datasciencedojo.com
6+ code.foxkit.us
7+ code.ornl.gov
8+ code.videolan.org
9+ cseegit.essex.ac.uk
10+ dev.seemoo.tu-darmstadt.de
11+ forge.etsi.org
12+ foss.heptapod.net
13+ framagit.org
14+ geo1.harishsr.com
15+ g.info.gov.ru
16+ git.amrita.edu
17+ git.app.uib.no
18+ git.cas.unt.edu
19+ git-ce.rwth-aachen.de
20+ git.circ.rochester.edu
21+ git.congatec.com
22+ git.fim.uni-passau.de
23+ gitgud.io
24+ git.global-system.ru
25+ git.gutta.com
26+ githacks.org
27+ git.ieee.uni-passau.de
28+ git.iem.at
29+ git.imp.fu-berlin.de
30+ git.ispconfig.org
31+ git.jinr.ru
32+ git.mbk-lab.ru
33+ git.metabarcoding.org
34+ git.miem.hse.ru
35+ git.oreolek.ru
36+ git.phys.ucalgary.ca
37+ git.rwth-aachen.de
38+ git.sakha.gov.ru
39+ git.scc.kit.edu
40+ git.seco.com
41+ git.soton.ac.uk
42+ git.uark.edu
43+ git.uclalemur.com
44+ git.ucsc.edu
45+ git.unl.edu
46+ git.uwaterloo.ca
47+ git.adelielinux.org
48+ code.foxkit.us
49+ invent.kde.org
50+ lobogit.unm.edu
51+ mt11.net.ru
52+ production.eng.it
53+ salsa.debian.org
54+ selma.cise.ufl.edu
55+ version.helsinki.fi
56+ www.rm.7733.ru
You can’t perform that action at this time.
0 commit comments