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+ # Copyright (c) 2024 Alexander Todorov <atodorov@otb.bg>
2+ #
3+ # Licensed under GNU Affero General Public License v3 or later (AGPLv3+)
4+ # https://www.gnu.org/licenses/agpl-3.0.html
5+
16FROM alpine:3.20 as runtime-base
27
38RUN apk --no-cache upgrade && \
Original file line number Diff line number Diff line change 1+ # Copyright (c) 2024 Alexander Todorov <atodorov@otb.bg>
2+ #
3+ # Licensed under GNU Affero General Public License v3 or later (AGPLv3+)
4+ # https://www.gnu.org/licenses/agpl-3.0.html
5+
16.PHONY : flake8
27flake8 :
38 @flake8 app
Original file line number Diff line number Diff line change 1- # action.yml
1+ # Copyright (c) 2024 Alexander Todorov <atodorov@otb.bg>
2+ #
3+ # Licensed under GNU Affero General Public License v3 or later (AGPLv3+)
4+ # https://www.gnu.org/licenses/agpl-3.0.html
5+
26name : " kiwitcms/gitops"
37description : " development & testing swiss-army tool"
48inputs :
Original file line number Diff line number Diff line change 22Anonymous analytics via Plausible.io
33"""
44
5- #
65# Copyright (c) 2024 Alexander Todorov <atodorov@otb.bg>
76#
8- # Licensed under the AGPL-3.0: https://www.gnu.org/licenses/agpl-3.0.html
9- #
7+ # Licensed under GNU Affero General Public License v3 or later (AGPLv3+)
8+ # https://www.gnu.org/licenses/agpl-3.0.html
109
1110import math
1211import os
Original file line number Diff line number Diff line change @@ -5,11 +5,12 @@ Entrypoint for the kiwitcms/gitops application!
55This is meant to be executed as a command line application triggered
66via a pull request comment!
77"""
8- #
8+
99# Copyright (c) 2024 Alexander Todorov <atodorov@otb.bg>
1010#
11- # Licensed under the AGPL-3.0: https://www.gnu.org/licenses/agpl-3.0.html
12- #
11+ # Licensed under GNU Affero General Public License v3 or later (AGPLv3+)
12+ # https://www.gnu.org/licenses/agpl-3.0.html
13+
1314import os
1415import sys
1516
Original file line number Diff line number Diff line change 33somewhat defined interface!
44"""
55
6- # pylint: disable=missing-function-docstring
7- #
86# Copyright (c) 2024 Alexander Todorov <atodorov@otb.bg>
97#
10- # Licensed under the AGPL-3.0: https://www.gnu.org/licenses/agpl-3.0.html
11- #
8+ # Licensed under GNU Affero General Public License v3 or later (AGPLv3+)
9+ # https://www.gnu.org/licenses/agpl-3.0.html
10+
11+ # pylint: disable=missing-function-docstring
1212
1313import os
1414
Original file line number Diff line number Diff line change 22Utility functions!
33"""
44
5- #
65# Copyright (c) 2024 Alexander Todorov <atodorov@otb.bg>
76#
8- # Licensed under the AGPL-3.0: https://www.gnu.org/licenses/agpl-3.0.html
9- #
7+ # Licensed under GNU Affero General Public License v3 or later (AGPLv3+)
8+ # https://www.gnu.org/licenses/agpl-3.0.html
109
1110
1211def strtobool (val ):
Original file line number Diff line number Diff line change 33somewhat defined interface!
44"""
55
6- # pylint: disable=missing-function-docstring
7- #
86# Copyright (c) 2024 Alexander Todorov <atodorov@otb.bg>
97#
10- # Licensed under the AGPL-3.0: https://www.gnu.org/licenses/agpl-3.0.html
11- #
8+ # Licensed under GNU Affero General Public License v3 or later (AGPLv3+)
9+ # https://www.gnu.org/licenses/agpl-3.0.html
10+
11+ # pylint: disable=missing-function-docstring
1212
1313import json
1414import os
Original file line number Diff line number Diff line change 22GitHub specific functionality!
33"""
44
5- # pylint: disable=missing-function-docstring
6- #
75# Copyright (c) 2024 Alexander Todorov <atodorov@otb.bg>
86#
9- # Licensed under the AGPL-3.0: https://www.gnu.org/licenses/agpl-3.0.html
10- #
7+ # Licensed under GNU Affero General Public License v3 or later (AGPLv3+)
8+ # https://www.gnu.org/licenses/agpl-3.0.html
9+
10+ # pylint: disable=missing-function-docstring
1111
1212import os
1313
Original file line number Diff line number Diff line change 33
44Copyright (c) 2024 Alexander Todorov <atodorov@otb.bg>
55
6- Licensed under the AGPL-3.0: https://www.gnu.org/licenses/agpl-3.0.html
6+ Licensed under GNU Affero General Public License v3 or later (AGPLv3+)
7+ https://www.gnu.org/licenses/agpl-3.0.html
78"""
89
910from datetime import datetime
You can’t perform that action at this time.
0 commit comments