works: move all repositories to my gitea
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Dmitriy Pleshevskiy 2023-03-02 11:05:20 +03:00
parent 8693341873
commit 189e09f12c
Signed by: pleshevskiy
GPG Key ID: 79C4487B44403985
3 changed files with 15 additions and 15 deletions

View File

@ -59,4 +59,4 @@ Email: [dmitriy@pleshevski.ru](mailto:dmitriy@pleshevski.ru)
[My Git Repo](https://git.pleshevski.ru/) [My Git Repo](https://git.pleshevski.ru/)
[My Github](https://github.com/pleshevskiy) [My Github (Suspended due to sanctions)](https://github.com/pleshevskiy)

View File

@ -61,4 +61,4 @@ Email: [dmitriy@pleshevski.ru](mailto:dmitriy@pleshevski.ru)
[My Git Repo](https://git.pleshevski.ru/) [My Git Repo](https://git.pleshevski.ru/)
[My Github](https://github.com/pleshevskiy) [My Github (Приостановлен из-за санкций)](https://github.com/pleshevskiy)

View File

@ -159,7 +159,7 @@ const CHRONOLOGICAL_WORKS: Work[] = [
statuses: [Status.PassivelyMaintained], statuses: [Status.PassivelyMaintained],
}, },
{ {
name: RepoLink("estring", "//github.com/pleshevskiy/estring"), name: RepoLink("estring", "/pleshevskiy/estring"),
description: "A simple way to parse a string using type annotations.", description: "A simple way to parse a string using type annotations.",
roles: [Role.Author], roles: [Role.Author],
technologies: [Technology.Rust], technologies: [Technology.Rust],
@ -167,7 +167,7 @@ const CHRONOLOGICAL_WORKS: Work[] = [
statuses: [Status.PassivelyMaintained], statuses: [Status.PassivelyMaintained],
}, },
{ {
name: RepoLink("enve", "//github.com/pleshevskiy/enve"), name: RepoLink("enve", "/pleshevskiy/enve"),
description: description:
"It helps you work with environment variables and convert it to any type using only type annotations", "It helps you work with environment variables and convert it to any type using only type annotations",
roles: [Role.Author], roles: [Role.Author],
@ -176,7 +176,7 @@ const CHRONOLOGICAL_WORKS: Work[] = [
statuses: [Status.PassivelyMaintained], statuses: [Status.PassivelyMaintained],
}, },
{ {
name: RepoLink("dexios", "//github.com/brxken128/dexios"), name: RepoLink("dexios", "/github/dexios"),
description: description:
"Dexios is a fast, secure, and open source command-line encryption tool.", "Dexios is a fast, secure, and open source command-line encryption tool.",
roles: [Role.Collaborator], roles: [Role.Collaborator],
@ -222,7 +222,7 @@ const CHRONOLOGICAL_WORKS: Work[] = [
statuses: [Status.PassivelyMaintained], statuses: [Status.PassivelyMaintained],
}, },
{ {
name: RepoLink("hwt", "//github.com/pleshevskiy/hwt"), name: RepoLink("hwt", "/pleshevskiy/hwt"),
description: description:
"healthy workaholic timer A tool that keeps you from breaking your health by working all day.", "healthy workaholic timer A tool that keeps you from breaking your health by working all day.",
roles: [Role.Author], roles: [Role.Author],
@ -231,7 +231,7 @@ const CHRONOLOGICAL_WORKS: Work[] = [
statuses: [Status.AsIs], statuses: [Status.AsIs],
}, },
{ {
name: RepoLink("migra", "//github.com/pleshevskiy/migra"), name: RepoLink("migra", "/pleshevskiy/migra"),
description: "Simple SQL migration manager for your project.", description: "Simple SQL migration manager for your project.",
roles: [Role.Author], roles: [Role.Author],
technologies: [Technology.Rust], technologies: [Technology.Rust],
@ -241,7 +241,7 @@ const CHRONOLOGICAL_WORKS: Work[] = [
{ {
name: RepoLink( name: RepoLink(
"ood_persistence", "ood_persistence",
"//github.com/pleshevskiy/ood_persistence", "/pleshevskiy/ood_persistence",
), ),
description: description:
"Asynchronous and synchronous interfaces and persistence implementations for your OOD architecture ", "Asynchronous and synchronous interfaces and persistence implementations for your OOD architecture ",
@ -253,7 +253,7 @@ const CHRONOLOGICAL_WORKS: Work[] = [
{ {
name: RepoLink( name: RepoLink(
"espruino-starter", "espruino-starter",
"//github.com/pleshevskiy/espruino-starter", "/pleshevskiy/espruino-starter",
), ),
description: description:
"Quickly start creating your new project on the espruino board or a board based on it.", "Quickly start creating your new project on the espruino board or a board based on it.",
@ -265,7 +265,7 @@ const CHRONOLOGICAL_WORKS: Work[] = [
{ {
name: RepoLink( name: RepoLink(
"sonic-channel", "sonic-channel",
"//github.com/pleshevskiy/sonic-channel", "/pleshevskiy/sonic-channel",
), ),
description: "Rust client for sonic search backend.", description: "Rust client for sonic search backend.",
roles: [Role.Author], roles: [Role.Author],
@ -276,7 +276,7 @@ const CHRONOLOGICAL_WORKS: Work[] = [
{ {
name: RepoLink( name: RepoLink(
"react-rest-request", "react-rest-request",
"//github.com/pleshevskiy/react-rest-request", "/pleshevskiy/react-rest-request",
), ),
description: "Minimalistic REST API client for React inspired by Apollo.", description: "Minimalistic REST API client for React inspired by Apollo.",
roles: [Role.Author], roles: [Role.Author],
@ -322,7 +322,7 @@ const CHRONOLOGICAL_WORKS: Work[] = [
statuses: [Status.PassivelyMaintained], statuses: [Status.PassivelyMaintained],
}, },
{ {
name: RepoLink("genrss", "//github.com/icetemple/genrss"), name: RepoLink("genrss", "/pleshevskiy/genrss"),
description: "RSS generator for python", description: "RSS generator for python",
roles: [Role.Author], roles: [Role.Author],
technologies: [Technology.Python], technologies: [Technology.Python],
@ -332,7 +332,7 @@ const CHRONOLOGICAL_WORKS: Work[] = [
{ {
name: RepoLink( name: RepoLink(
"marshmallow_pageinfo", "marshmallow_pageinfo",
"//github.com/icetemple/marshmallow_pageinfo", "/pleshevskiy/marshmallow_pageinfo",
), ),
description: "Page info marshmallow schema for api", description: "Page info marshmallow schema for api",
roles: [Role.Author], roles: [Role.Author],
@ -388,7 +388,7 @@ const CHRONOLOGICAL_WORKS: Work[] = [
statuses: [Status.PassivelyMaintained], statuses: [Status.PassivelyMaintained],
}, },
{ {
name: RepoLink("ictmpl", "//github.com/pleshevskiy/ictmpl"), name: RepoLink("ictmpl", "/pleshevskiy/ictmpl"),
description: "Generate projects from templates", description: "Generate projects from templates",
roles: [Role.Author], roles: [Role.Author],
technologies: [Technology.Python], technologies: [Technology.Python],
@ -396,7 +396,7 @@ const CHRONOLOGICAL_WORKS: Work[] = [
statuses: [Status.AsIs], statuses: [Status.AsIs],
}, },
{ {
name: RepoLink("jjcrypto", "//github.com/pleshevskiy/ictmpl"), name: RepoLink("jjcrypto", "/pleshevskiy/jjcrypto"),
description: "Javascript encoder and decoder", description: "Javascript encoder and decoder",
roles: [Role.Author], roles: [Role.Author],
technologies: [Technology.Php], technologies: [Technology.Php],