diff --git a/_posts/2023-10-25-Gerrit.md b/_posts/2023-10-25-Gerrit.md new file mode 100644 index 0000000..575d111 --- /dev/null +++ b/_posts/2023-10-25-Gerrit.md @@ -0,0 +1,56 @@ +--- +layout: project +permalink: /:title/ +category: libraries + +meta: + keywords: "Gerrit" + +project: + title: "Gerrit" + type: "Java" + ci_url: "https://gerrit-ci.gerritforge.com/view/Gerrit/job/Gerrit-bazel-master/" + url: "https://github.com/GerritCodeReview/gerrit" + project_official_url: "https://www.gerritcodereview.com/" + logo: "/assets/images/projects/libraries/gerrit/logo.png" + overview: "Gerrit is a free, web-based team code collaboration tool. Software developers in a team can review each other's modifications on their source code using a Web browser and approve or reject those changes. It integrates closely with Git, a distributed version control system." + +supported_releases: + - release: + version: "v3.9.0-rc0" + url: "https://github.com/GerritCodeReview/gerrit/archive/refs/tags/v3.9.0-rc0.tar.gz" + - release: + version: "v3.8.2" + url: "https://github.com/GerritCodeReview/gerrit/archive/refs/tags/v3.8.2.tar.gz" + - release: + version: "v3.7.5" + url: "https://github.com/GerritCodeReview/gerrit/archive/refs/tags/v3.7.5.tar.gz" + +work_items: + - work: + title: "Fix typo in security fixes page description #38" + url: "https://github.com/GerritCodeReview/gerrit/pull/38" + status: "Open" + - work: + title: "CVE-2007-4559 Patch #37" + url: "https://github.com/GerritCodeReview/gerrit/pull/37" + status: "Open" + - work: + title: "change buttons for better presentations #36" + url: "https://github.com/GerritCodeReview/gerrit/pull/36" + status: "Open" + +events: + - event: + title: "Release Plan for Gerrit 3.9" + type: "Blog" + url: "https://www.gerritcodereview.com/2023-10-05-gerrit-3.9-release-plan.html" + language: "English" + - event: + title: "Gerrit ESC Meeting Minutes" + type: "Blog" + url: "https://www.gerritcodereview.com/2023-09-20-esc-minutes.html" + language: "English" +--- + +
Gerrit
diff --git a/_posts/2023-10-25-Git.md b/_posts/2023-10-25-Git.md new file mode 100644 index 0000000..1932f67 --- /dev/null +++ b/_posts/2023-10-25-Git.md @@ -0,0 +1,56 @@ +--- +layout: project +permalink: /:title/ +category: libraries + +meta: + keywords: "Git" + +project: + title: "Git" + type: "C" + ci_url: "https://github.com/git/git/actions" + url: "https://github.com/git/git" + project_official_url: "https://git-scm.com/" + logo: "/assets/images/projects/libraries/git/logo.png" + overview: "Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Git is easy to learn and has a tiny footprint with lightning fast performance. It outclasses SCM tools like Subversion, CVS, Perforce, and ClearCase with features like cheap local branching, convenient staging areas, and multiple workflows." + +supported_releases: + - release: + version: "v2.42.0" + url: "https://github.com/git/git/archive/refs/tags/v2.42.0.tar.gz" + - release: + version: "v2.42.0-rc2" + url: "https://github.com/git/git/archive/refs/tags/v2.42.0-rc2.tar.gz" + - release: + version: "v2.42.0-rc1" + url: "https://github.com/git/git/archive/refs/tags/v2.42.0-rc1.tar.gz" + +work_items: + - work: + title: "merge: --ff-one-only to apply FF if commit is one" + url: "https://github.com/git/git/pull/1599" + status: "Open" + - work: + title: "typo: fix the typo 'neeed' into 'needed' in the comment under merge-o…" + url: "https://github.com/git/git/pull/1592" + status: "Open" + - work: + title: "[Outreachy][PATCH v2] branch.c: adjust error messages to coding guidelines" + url: "https://github.com/git/git/pull/1590" + status: "Open" + +events: + - event: + title: "LINUX FU: DEEP GIT REBASING" + type: "Blog" + url: "https://hackaday.com/2023/10/17/linux-fu-deep-git-rebasing/" + language: "English" + - event: + title: "Measuring Git performance with OpenTelemetry" + type: "Blog" + url: "https://github.blog/2023-10-16-measuring-git-performance-with-opentelemetry/" + language: "English" +--- + +Git
diff --git a/_posts/2023-10-25-Jenkins.md b/_posts/2023-10-25-Jenkins.md new file mode 100644 index 0000000..34f8f1e --- /dev/null +++ b/_posts/2023-10-25-Jenkins.md @@ -0,0 +1,56 @@ +--- +layout: project +permalink: /:title/ +category: cloud + +meta: + keywords: "Jenkins" + +project: + title: "Jenkins" + type: "Java" + ci_url: "https://github.com/jenkinsci/jenkins/actions" + url: "https://github.com/jenkinsci/jenkins" + project_official_url: "https://www.jenkins.io/" + logo: "/assets/images/projects/cloud/jenkins/logo.png" + overview: "In a nutshell, Jenkins is the leading open-source automation server. Built with Java, it provides over 1,800 plugins to support automating virtually anything, so that humans can spend their time doing things machines cannot." + +supported_releases: + - release: + version: "2.493" + url: "https://github.com/jenkinsci/jenkins/archive/refs/tags/jenkins-2.429.tar.gz" + - release: + version: "2.414.3" + url: "https://github.com/jenkinsci/jenkins/archive/refs/tags/jenkins-2.414.3.tar.gz" + - release: + version: "2.428" + url: "https://github.com/jenkinsci/jenkins/archive/refs/tags/jenkins-2.428.tar.gz" + +work_items: + - work: + title: "[JENKINS-69487] prevent uninstalled detached plugins get reinstalled #8634" + url: "https://github.com/jenkinsci/jenkins/pull/8634" + status: "Open" + - work: + title: "[JENKINS-72222] Fix inconsistent wording between login page and security configuration #8633" + url: "https://github.com/jenkinsci/jenkins/pull/8633" + status: "Open" + - work: + title: "Turkish localization fixes for login and users management pages #8631" + url: "https://github.com/jenkinsci/jenkins/pull/8631" + status: "Open" + +events: + - event: + title: "Jenkins Board and Officer Elections 2023 - Nominations Open" + type: "Blog" + url: "https://www.jenkins.io/blog/2023/09/18/board-officer-election-announcement/" + language: "English" + - event: + title: "GSoC Building Jenkins.io with alternative tools " + type: "Blog" + url: "https://www.jenkins.io/blog/2023/09/24/building-jenkinsio-with-alternative-tools/" + language: "English" +--- + +Jenkins
diff --git a/assets/images/projects/cloud/jenkins/logo.png b/assets/images/projects/cloud/jenkins/logo.png new file mode 100644 index 0000000..068c0d0 Binary files /dev/null and b/assets/images/projects/cloud/jenkins/logo.png differ diff --git a/assets/images/projects/libraries/gerrit/logo.png b/assets/images/projects/libraries/gerrit/logo.png new file mode 100644 index 0000000..1c98cf8 Binary files /dev/null and b/assets/images/projects/libraries/gerrit/logo.png differ diff --git a/assets/images/projects/libraries/git/logo.png b/assets/images/projects/libraries/git/logo.png new file mode 100644 index 0000000..9b40c21 Binary files /dev/null and b/assets/images/projects/libraries/git/logo.png differ