2024-02-01 04:31:35

This commit is contained in:
Kai Kimera 2024-02-01 04:31:35 +00:00
parent 38cd33184f
commit 9b756ca712
Signed by untrusted user: KaiKimera
GPG Key ID: E85AF2F05473ABEF
7 changed files with 13 additions and 19 deletions

View File

@ -34,7 +34,7 @@ jobs:
-H 'Authorization: Bearer ${{ secrets.BOT_MIRROR_TOKEN_GITLAB }}' \
-H 'Content-Type: application/json' \
-A '${{ env.USER_AGENT }}' \
'${{ env.DOMAIN }}/api/${{ env.VERSION }}/projects' \
'${{ env.DOMAIN }}/api/${{ env.VERSION }}/projects/' \
-d '{"name":"${{ env.REPO_NAME }}","path":"${{ env.REPO_NAME }}","namespace_id":"${{ env.NSID }}","visibility":"public"}'
fi
- name: 'Mirror repository'
@ -110,7 +110,7 @@ jobs:
-H 'Authorization: Bearer ${{ secrets.BOT_MIRROR_TOKEN_MOSHUB }}' \
-H 'Content-Type: application/json' \
-A '${{ env.USER_AGENT }}' \
'${{ env.DOMAIN }}/api/${{ env.VERSION }}/projects' \
'${{ env.DOMAIN }}/api/${{ env.VERSION }}/projects/' \
-d '{"name":"${{ env.REPO_NAME }}","path":"${{ env.REPO_NAME }}","namespace_id":"${{ env.NSID }}","visibility":"public"}'
fi
- name: 'Mirror repository'

View File

@ -2,7 +2,8 @@
- Feedback, wishes and suggestions can be sent by email.
- Constructive criticism, bug descriptions and other reports are welcome.
- Email: mail@ihub.to
- Email: [mail@kai.kim](mailto:mail@kai.kim).
- Telegram: [Kai Kimera](https://t.me/KaiKimera).
## Sources

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2023 iHub TO <https://ihub.to>
Copyright (c) 2023 Kai Kimera <https://kai.kim>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -6,14 +6,14 @@
* @file
* @ingroup Extensions
* @license MIT
* @author iHub TO <https://ihub.to>
* @author Kai Kimera <https://kai.kim>
*/
$magicWords = [];
/**
* English.
*
* @author iHub TO <https://ihub.to>
* @author Kai Kimera <https://kai.kim>
*/
$magicWords['en'] = [
'progress' => [0, 'progress'],
@ -22,7 +22,7 @@ $magicWords['en'] = [
/**
* Russian.
*
* @author iHub TO <https://ihub.to>
* @author Kai Kimera <https://kai.kim>
*/
$magicWords['ru'] = [
'progress' => [0, 'progress'],

View File

@ -10,15 +10,9 @@
],
"authors": [
{
"name": "iHub TO",
"email": "mail@ihub.to",
"homepage": "https://ihub.to/",
"role": "Developer"
},
{
"name": "Kitsune Solar",
"email": "mail@kitsune.solar",
"homepage": "https://kitsune.solar/",
"name": "Kai Kimera",
"email": "mail@kai.kim",
"homepage": "https://kai.kim/",
"role": "Developer"
}
],

View File

@ -2,8 +2,7 @@
"name": "MW_EXT_Progress",
"version": "1.0.0",
"author": [
"[https://ihub.to/ iHub TO]",
"[https://kitsune.solar/ Kitsune Solar]",
"[https://kai.kim/ Kai Kimera]",
"..."
],
"url": "https://ihub.to/",

View File

@ -1,7 +1,7 @@
{
"@metadata": {
"authors": [
"iHub TO"
"Kai Kimera"
]
},
"mw-progress-desc": "Шкала прогресса завершенности задачи."