update info about repositories

This commit is contained in:
Dmitriy Pleshevskiy 2024-07-25 17:28:45 +03:00
parent f75ed3d2f6
commit 589210b1c4
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2
2 changed files with 28 additions and 11 deletions

View file

@ -12,6 +12,7 @@ export const CHRONOLOGICAL_WORKS: Work[] = [
roles: [Role.Author], roles: [Role.Author],
technologies: [Technology.Haskell], technologies: [Technology.Haskell],
startDate: new Date("2024-04-13"), startDate: new Date("2024-04-13"),
startDate: new Date("2024-07-25"),
status: Status.AsIs, status: Status.AsIs,
}, },
{ {
@ -48,7 +49,8 @@ export const CHRONOLOGICAL_WORKS: Work[] = [
roles: [Role.Author], roles: [Role.Author],
technologies: [Technology.JavaScript, Technology.NodeJS, Technology.Nix], technologies: [Technology.JavaScript, Technology.NodeJS, Technology.Nix],
startDate: new Date("2023-06-27"), startDate: new Date("2023-06-27"),
status: Status.PassivelyMaintained, endDate: new Date("2024-07-25"),
status: Status.AsIs,
}, },
{ {
name: "tree-sitter-plpgsql", name: "tree-sitter-plpgsql",
@ -115,7 +117,8 @@ export const CHRONOLOGICAL_WORKS: Work[] = [
roles: [Role.Author], roles: [Role.Author],
technologies: [Technology.Rust], technologies: [Technology.Rust],
startDate: new Date("2022-07-23"), startDate: new Date("2022-07-23"),
status: Status.PassivelyMaintained, endDate: new Date("2024-07-25"),
status: Status.AsIs,
}, },
{ {
name: "enve", name: "enve",
@ -125,16 +128,18 @@ export const CHRONOLOGICAL_WORKS: Work[] = [
roles: [Role.Author], roles: [Role.Author],
technologies: [Technology.Rust], technologies: [Technology.Rust],
startDate: new Date("2022-07-18"), startDate: new Date("2022-07-18"),
status: Status.PassivelyMaintained, endDate: new Date("2024-07-25"),
status: Status.AsIs,
}, },
{ {
name: "docker stack drone plugin", name: "docker stack drone plugin",
url: "/drone_plugins/docker_stack", url: "/pleshevskiy/docker_stack",
description: "Deploy to production using `docker stack deploy`", description: "Deploy to production using `docker stack deploy`",
roles: [Role.Author], roles: [Role.Author],
technologies: [Technology.Docker, Technology.Drone, Technology.Woodpecker], technologies: [Technology.Docker, Technology.Drone, Technology.Woodpecker],
startDate: new Date("2022-06-06"), startDate: new Date("2022-06-06"),
status: Status.PassivelyMaintained, endDate: new Date("2024-07-25"),
status: Status.AsIs,
}, },
{ {
name: "dexios", name: "dexios",
@ -162,9 +167,9 @@ export const CHRONOLOGICAL_WORKS: Work[] = [
roles: [Role.Author], roles: [Role.Author],
technologies: [ technologies: [
Technology.TypeScript, Technology.TypeScript,
Technology.Deno, Technology.Vue,
Technology.Docker, Technology.Vuepress,
Technology.Woodpecker, Technology.Nix,
], ],
startDate: new Date("2022-03-16"), startDate: new Date("2022-03-16"),
status: Status.PassivelyMaintained, status: Status.PassivelyMaintained,
@ -176,6 +181,7 @@ export const CHRONOLOGICAL_WORKS: Work[] = [
roles: [Role.Author], roles: [Role.Author],
technologies: [Technology.TypeScript, Technology.Deno], technologies: [Technology.TypeScript, Technology.Deno],
startDate: new Date("2022-03-14"), startDate: new Date("2022-03-14"),
endDate: new Date("2024-07-25"),
status: Status.Experimental, status: Status.Experimental,
}, },
{ {
@ -186,6 +192,7 @@ export const CHRONOLOGICAL_WORKS: Work[] = [
roles: [Role.Author], roles: [Role.Author],
technologies: [Technology.Rust], technologies: [Technology.Rust],
startDate: new Date("2022-02-04"), startDate: new Date("2022-02-04"),
endDate: new Date("2024-07-25"),
status: Status.AsIs, status: Status.AsIs,
}, },
{ {
@ -196,6 +203,7 @@ export const CHRONOLOGICAL_WORKS: Work[] = [
roles: [Role.Author], roles: [Role.Author],
technologies: [Technology.Rust], technologies: [Technology.Rust],
startDate: new Date("2021-10-12"), startDate: new Date("2021-10-12"),
endDate: new Date("2021-10-21"),
status: Status.Deprecated, status: Status.Deprecated,
}, },
{ {
@ -205,6 +213,7 @@ export const CHRONOLOGICAL_WORKS: Work[] = [
roles: [Role.Author], roles: [Role.Author],
technologies: [Technology.Rust], technologies: [Technology.Rust],
startDate: new Date("2021-01-31"), startDate: new Date("2021-01-31"),
endDate: new Date("2022-03-17"),
status: Status.AsIs, status: Status.AsIs,
}, },
{ {
@ -224,6 +233,7 @@ export const CHRONOLOGICAL_WORKS: Work[] = [
roles: [Role.Author], roles: [Role.Author],
technologies: [Technology.TypeScript, Technology.React], technologies: [Technology.TypeScript, Technology.React],
startDate: new Date("2020-10-04"), startDate: new Date("2020-10-04"),
endDate: new Date("2023-03-02"),
status: Status.Deprecated, status: Status.Deprecated,
}, },
{ {
@ -243,6 +253,7 @@ export const CHRONOLOGICAL_WORKS: Work[] = [
roles: [Role.Author], roles: [Role.Author],
technologies: [Technology.Rust], technologies: [Technology.Rust],
startDate: new Date("2019-12-22"), startDate: new Date("2019-12-22"),
endDate: new Date("2022-07-24"),
status: Status.Deprecated, status: Status.Deprecated,
}, },
{ {
@ -251,7 +262,7 @@ export const CHRONOLOGICAL_WORKS: Work[] = [
description: "Simple full-featured finite state machine for your project", description: "Simple full-featured finite state machine for your project",
roles: [Role.Author], roles: [Role.Author],
technologies: [Technology.TypeScript, Technology.NodeJS, Technology.Deno], technologies: [Technology.TypeScript, Technology.NodeJS, Technology.Deno],
startDate: new Date("2019"), startDate: new Date("2019-10-11"),
status: Status.PassivelyMaintained, status: Status.PassivelyMaintained,
}, },
{ {
@ -289,6 +300,7 @@ export const CHRONOLOGICAL_WORKS: Work[] = [
roles: [Role.Author], roles: [Role.Author],
technologies: [Technology.Python], technologies: [Technology.Python],
startDate: new Date("2019-10-05"), startDate: new Date("2019-10-05"),
endDate: new Date("2023-03-02"),
status: Status.AsIs, status: Status.AsIs,
}, },
{ {
@ -317,6 +329,8 @@ export const CHRONOLOGICAL_WORKS: Work[] = [
technologies: [ technologies: [
Technology.TypeScript, Technology.TypeScript,
Technology.NodeJS, Technology.NodeJS,
Technology.Go,
Technology.Python,
Technology.React, Technology.React,
Technology.Docker, Technology.Docker,
Technology.Drone, Technology.Drone,
@ -334,8 +348,7 @@ export const CHRONOLOGICAL_WORKS: Work[] = [
Technology.Python, Technology.Python,
Technology.Flask, Technology.Flask,
Technology.JavaScript, Technology.JavaScript,
Technology.Docker, Technology.Nix,
Technology.Woodpecker,
], ],
startDate: new Date("2018-04-10"), startDate: new Date("2018-04-10"),
status: Status.PassivelyMaintained, status: Status.PassivelyMaintained,
@ -347,6 +360,7 @@ export const CHRONOLOGICAL_WORKS: Work[] = [
roles: [Role.Author], roles: [Role.Author],
technologies: [Technology.Python], technologies: [Technology.Python],
startDate: new Date("2018-06-30"), startDate: new Date("2018-06-30"),
endDate: new Date("2023-03-02"),
status: Status.AsIs, status: Status.AsIs,
}, },
{ {
@ -356,6 +370,7 @@ export const CHRONOLOGICAL_WORKS: Work[] = [
roles: [Role.Author], roles: [Role.Author],
technologies: [Technology.Php], technologies: [Technology.Php],
startDate: new Date("2015-11-01"), startDate: new Date("2015-11-01"),
endDate: new Date("2015-11-01"),
status: Status.AsIs, status: Status.AsIs,
}, },
]; ];

View file

@ -1,5 +1,6 @@
export enum Technology { export enum Technology {
C = "C", C = "C",
Go = "Go",
JavaScript = "JS", JavaScript = "JS",
TypeScript = "TS", TypeScript = "TS",
Rust = "Rust", Rust = "Rust",
@ -20,6 +21,7 @@ export enum Technology {
Lua = "Lua", Lua = "Lua",
Sqlite = "Sqlite", Sqlite = "Sqlite",
Vue = "Vue", Vue = "Vue",
Vuepress = "Vuepress",
Godot = "Godot", Godot = "Godot",
Haskell = "Haskell", Haskell = "Haskell",
} }