From 44c662df58f2a8d7f2ae450885390485cca06e6a Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Thu, 21 Dec 2023 15:27:36 +0000 Subject: [PATCH 1/6] Create techstack.yml --- techstack.yml | 169 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 169 insertions(+) create mode 100644 techstack.yml diff --git a/techstack.yml b/techstack.yml new file mode 100644 index 0000000..0db1988 --- /dev/null +++ b/techstack.yml @@ -0,0 +1,169 @@ +repo_name: Clivern/Colony +report_id: a44d58f3cde6ec103114e82fe90e1794 +version: 0.1 +repo_type: Public +timestamp: '2023-12-21T15:27:33+00:00' +requested_by: Clivern +provider: github +branch: main +detected_tools_count: 14 +tools: +- name: Java + description: A concurrent, class-based, object-oriented, language specifically designed + to have as few implementation dependencies as possible + website_url: https://www.java.com + open_source: true + hosted_saas: false + category: Languages & Frameworks + sub_category: Languages + image_url: https://img.stackshare.io/service/995/K85ZWV2F.png + detection_source: Repo Metadata +- name: Spring Framework + description: An application framework and inversion of control container for the + Java platform + website_url: https://spring.io/projects/spring-framework + license: Apache-2.0 + open_source: true + hosted_saas: false + category: Languages & Frameworks + sub_category: Frameworks (Full Stack) + image_url: https://img.stackshare.io/service/2006/spring-framework-project-logo.png + detection_source: build.gradle + last_updated_by: Clivern + last_updated_on: 2021-03-11 15:55:50.000000000 Z +- name: H2 Database + description: A relational database management system written in Java + website_url: http://www.h2database.com/ + open_source: false + hosted_saas: false + category: Data Stores + sub_category: Databases + image_url: https://img.stackshare.io/service/3105/h2-logo_square_400x400.png + detection_source: build.gradle + last_updated_by: Clivern + last_updated_on: 2021-03-11 14:32:48.000000000 Z +- name: Docker + description: Enterprise Container Platform for High-Velocity Innovation. + website_url: https://www.docker.com/ + license: Apache-2.0 + open_source: true + hosted_saas: false + category: Build, Test, Deploy + sub_category: Virtual Machine Platforms & Containers + image_url: https://img.stackshare.io/service/586/n4u37v9t_400x400.png + detection_source: Repo Metadata +- name: Git + description: Fast, scalable, distributed revision control system + website_url: http://git-scm.com/ + open_source: true + hosted_saas: false + category: Build, Test, Deploy + sub_category: Version Control System + image_url: https://img.stackshare.io/service/1046/git.png + detection_source: Repo Metadata +- name: GitHub Actions + description: Automate your workflow from idea to production + website_url: https://github.com/features/actions + open_source: false + hosted_saas: true + category: Build, Test, Deploy + sub_category: Continuous Integration + image_url: https://img.stackshare.io/service/11563/actions.png + detection_source: ".github/workflows/ci.yml" + last_updated_by: Clivern + last_updated_on: 2021-03-11 14:32:48.000000000 Z +- name: Gradle + description: A powerful build system for the JVM + website_url: https://www.gradle.org/ + version: 7.0.0 + license: Apache-2.0 + open_source: true + hosted_saas: false + category: Build, Test, Deploy + sub_category: Java Build Tools + image_url: https://img.stackshare.io/service/975/gradlephant-social-black-bg.png + detection_source_url: https://github.com/Clivern/Colony/blob/main/Dockerfile + detection_source: Dockerfile + last_updated_by: Clivern + last_updated_on: 2021-03-12 14:36:07.000000000 Z +- name: Apache Camel + description: A versatile open source integration framework + website_url: https://camel.apache.org/ + license: Apache-2.0 + open_source: true + hosted_saas: false + category: Application Hosting + sub_category: Platform as a Service + image_url: https://img.stackshare.io/service/3276/xWt1RFo6_400x400.jpg + detection_source: src/main/resources/application.properties + last_updated_by: Clivern + last_updated_on: 2021-03-11 15:55:50.000000000 Z +- name: com.h2database:h2 + description: H2 Database Engine + license: MIT-feh + open_source: true + hosted_saas: false + category: Libraries + sub_category: Maven Packages + image_url: https://img.stackshare.io/package/maven/image.png + detection_source: build.gradle + last_updated_by: Clivern + last_updated_on: 2021-03-12 14:36:07.000000000 Z +- name: io.micrometer:micrometer-registry-prometheus + description: Application monitoring instrumentation facade + license: Apache-2.0 + open_source: true + hosted_saas: false + category: Libraries + sub_category: Maven Packages + image_url: https://img.stackshare.io/package/maven/image.png + detection_source: build.gradle + last_updated_by: Clivern + last_updated_on: 2021-03-11 15:55:50.000000000 Z +- name: org.springframework.boot:spring-boot-starter-actuator + description: Starter for using Spring Boot's Actuator which provides production + ready features to help you monitor and manage your application + license: Apache-2.0 + open_source: true + hosted_saas: false + category: Libraries + sub_category: Maven Packages + image_url: https://img.stackshare.io/package/maven/image.png + detection_source: build.gradle + last_updated_by: Clivern + last_updated_on: 2021-03-11 15:55:50.000000000 Z +- name: org.springframework.boot:spring-boot-starter-mail + description: Starter for using Java Mail and Spring Framework's email sending support + license: Apache-2.0 + open_source: true + hosted_saas: false + category: Libraries + sub_category: Maven Packages + image_url: https://img.stackshare.io/package/maven/image.png + detection_source: build.gradle + last_updated_by: Clivern + last_updated_on: 2021-03-11 15:55:50.000000000 Z +- name: org.springframework.boot:spring-boot-starter-test + description: Starter for testing Spring Boot applications with libraries including + JUnit + license: Apache-2.0 + open_source: true + hosted_saas: false + category: Libraries + sub_category: Maven Packages + image_url: https://img.stackshare.io/package/maven/image.png + detection_source: build.gradle + last_updated_by: Clivern + last_updated_on: 2021-03-11 15:55:50.000000000 Z +- name: org.springframework.boot:spring-boot-starter-web + description: Starter for building web, including RESTful, applications using Spring + MVC + license: Apache-2.0 + open_source: true + hosted_saas: false + category: Libraries + sub_category: Maven Packages + image_url: https://img.stackshare.io/package/maven/image.png + detection_source: build.gradle + last_updated_by: Clivern + last_updated_on: 2021-03-11 15:55:50.000000000 Z From 605f4d062497e698c14a7c3efe9c8fc457c4d330 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Thu, 21 Dec 2023 15:27:37 +0000 Subject: [PATCH 2/6] Create techstack.md --- techstack.md | 149 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 149 insertions(+) create mode 100644 techstack.md diff --git a/techstack.md b/techstack.md new file mode 100644 index 0000000..0d9e60c --- /dev/null +++ b/techstack.md @@ -0,0 +1,149 @@ + +
+ +# Tech Stack File +![](https://img.stackshare.io/repo.svg "repo") [Clivern/Colony](https://github.com/Clivern/Colony)![](https://img.stackshare.io/public_badge.svg "public") +

+|14
Tools used|12/21/23
Report generated| +|------|------| +
+ +## Languages (1) + + + + +
+ Java +
+ Java +
+ +
+ +## Frameworks (1) + + + + +
+ Spring Framework +
+ Spring Framework +
+ +
+ +## Data (1) + + + + +
+ H2 Database +
+ H2 Database +
+ +
+ +## DevOps (4) + + + + + + + + + + +
+ Docker +
+ Docker +
+ +
+ Git +
+ Git +
+ +
+ GitHub Actions +
+ GitHub Actions +
+ +
+ Gradle +
+ Gradle +
+ v7.0.0 +
+ +## Hosting (1) + + + + +
+ Apache Camel +
+ Apache Camel +
+ +
+ + +## Open source packages (6) + +## Apache Maven (6) + +|NAME|VERSION|LAST UPDATED|LAST UPDATED BY|LICENSE|VULNERABILITIES| +|:------|:------|:------|:------|:------|:------| +|[com.h2database:h2](http://www.h2database.com)|N/A|03/12/21|Clivern |MIT-feh|N/A| +|[io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer)|N/A|03/11/21|Clivern |Apache-2.0|N/A| +|[org.springframework.boot:spring-boot-starter-actuator](https://projects.spring.io/spring-boot/#/spring-boot-parent/spring-boot-starters/spring-boot-starter-actuator)|N/A|03/11/21|Clivern |Apache-2.0|N/A| +|[org.springframework.boot:spring-boot-starter-mail](https://projects.spring.io/spring-boot/#/spring-boot-parent/spring-boot-starters/spring-boot-starter-mail)|N/A|03/11/21|Clivern |Apache-2.0|N/A| +|[org.springframework.boot:spring-boot-starter-test](https://projects.spring.io/spring-boot/#/spring-boot-parent/spring-boot-starters/spring-boot-starter-test)|N/A|03/11/21|Clivern |Apache-2.0|N/A| +|[org.springframework.boot:spring-boot-starter-web](https://projects.spring.io/spring-boot/#/spring-boot-parent/spring-boot-starters/spring-boot-starter-web)|N/A|03/11/21|Clivern |Apache-2.0|N/A| + +
+
+ +Generated via [Stack File](https://github.com/marketplace/stack-file) From cd4d60c27a37d9c8968e0af2a7fc398adcbb494b Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Fri, 5 Jan 2024 09:29:37 +0000 Subject: [PATCH 3/6] Update techstack.yml --- techstack.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/techstack.yml b/techstack.yml index 0db1988..32fe6f8 100644 --- a/techstack.yml +++ b/techstack.yml @@ -2,7 +2,7 @@ repo_name: Clivern/Colony report_id: a44d58f3cde6ec103114e82fe90e1794 version: 0.1 repo_type: Public -timestamp: '2023-12-21T15:27:33+00:00' +timestamp: '2024-01-05T08:19:04+00:00' requested_by: Clivern provider: github branch: main @@ -17,6 +17,7 @@ tools: category: Languages & Frameworks sub_category: Languages image_url: https://img.stackshare.io/service/995/K85ZWV2F.png + detection_source_url: https://github.com/Clivern/Colony detection_source: Repo Metadata - name: Spring Framework description: An application framework and inversion of control container for the @@ -28,6 +29,7 @@ tools: category: Languages & Frameworks sub_category: Frameworks (Full Stack) image_url: https://img.stackshare.io/service/2006/spring-framework-project-logo.png + detection_source_url: https://github.com/Clivern/Colony/blob/main/build.gradle detection_source: build.gradle last_updated_by: Clivern last_updated_on: 2021-03-11 15:55:50.000000000 Z @@ -39,6 +41,7 @@ tools: category: Data Stores sub_category: Databases image_url: https://img.stackshare.io/service/3105/h2-logo_square_400x400.png + detection_source_url: https://github.com/Clivern/Colony/blob/main/build.gradle detection_source: build.gradle last_updated_by: Clivern last_updated_on: 2021-03-11 14:32:48.000000000 Z @@ -51,6 +54,7 @@ tools: category: Build, Test, Deploy sub_category: Virtual Machine Platforms & Containers image_url: https://img.stackshare.io/service/586/n4u37v9t_400x400.png + detection_source_url: https://github.com/Clivern/Colony detection_source: Repo Metadata - name: Git description: Fast, scalable, distributed revision control system @@ -60,6 +64,7 @@ tools: category: Build, Test, Deploy sub_category: Version Control System image_url: https://img.stackshare.io/service/1046/git.png + detection_source_url: https://github.com/Clivern/Colony detection_source: Repo Metadata - name: GitHub Actions description: Automate your workflow from idea to production @@ -69,6 +74,7 @@ tools: category: Build, Test, Deploy sub_category: Continuous Integration image_url: https://img.stackshare.io/service/11563/actions.png + detection_source_url: https://github.com/Clivern/Colony/blob/main/.github/workflows/ci.yml detection_source: ".github/workflows/ci.yml" last_updated_by: Clivern last_updated_on: 2021-03-11 14:32:48.000000000 Z @@ -95,6 +101,7 @@ tools: category: Application Hosting sub_category: Platform as a Service image_url: https://img.stackshare.io/service/3276/xWt1RFo6_400x400.jpg + detection_source_url: https://github.com/Clivern/Colony/blob/main/src/main/resources/application.properties detection_source: src/main/resources/application.properties last_updated_by: Clivern last_updated_on: 2021-03-11 15:55:50.000000000 Z @@ -106,6 +113,7 @@ tools: category: Libraries sub_category: Maven Packages image_url: https://img.stackshare.io/package/maven/image.png + detection_source_url: https://github.com/Clivern/Colony/blob/main/build.gradle detection_source: build.gradle last_updated_by: Clivern last_updated_on: 2021-03-12 14:36:07.000000000 Z @@ -117,6 +125,7 @@ tools: category: Libraries sub_category: Maven Packages image_url: https://img.stackshare.io/package/maven/image.png + detection_source_url: https://github.com/Clivern/Colony/blob/main/build.gradle detection_source: build.gradle last_updated_by: Clivern last_updated_on: 2021-03-11 15:55:50.000000000 Z @@ -129,6 +138,7 @@ tools: category: Libraries sub_category: Maven Packages image_url: https://img.stackshare.io/package/maven/image.png + detection_source_url: https://github.com/Clivern/Colony/blob/main/build.gradle detection_source: build.gradle last_updated_by: Clivern last_updated_on: 2021-03-11 15:55:50.000000000 Z @@ -140,6 +150,7 @@ tools: category: Libraries sub_category: Maven Packages image_url: https://img.stackshare.io/package/maven/image.png + detection_source_url: https://github.com/Clivern/Colony/blob/main/build.gradle detection_source: build.gradle last_updated_by: Clivern last_updated_on: 2021-03-11 15:55:50.000000000 Z @@ -152,6 +163,7 @@ tools: category: Libraries sub_category: Maven Packages image_url: https://img.stackshare.io/package/maven/image.png + detection_source_url: https://github.com/Clivern/Colony/blob/main/build.gradle detection_source: build.gradle last_updated_by: Clivern last_updated_on: 2021-03-11 15:55:50.000000000 Z @@ -164,6 +176,7 @@ tools: category: Libraries sub_category: Maven Packages image_url: https://img.stackshare.io/package/maven/image.png + detection_source_url: https://github.com/Clivern/Colony/blob/main/build.gradle detection_source: build.gradle last_updated_by: Clivern last_updated_on: 2021-03-11 15:55:50.000000000 Z From 9f10720a780deb87dbc72f0db0517b9cd3e00dd1 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Fri, 5 Jan 2024 09:29:37 +0000 Subject: [PATCH 4/6] Update techstack.md --- techstack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techstack.md b/techstack.md index 0d9e60c..a2e1130 100644 --- a/techstack.md +++ b/techstack.md @@ -36,7 +36,7 @@ Full tech stack [here](/techstack.md) # Tech Stack File ![](https://img.stackshare.io/repo.svg "repo") [Clivern/Colony](https://github.com/Clivern/Colony)![](https://img.stackshare.io/public_badge.svg "public")

-|14
Tools used|12/21/23
Report generated| +|14
Tools used|01/05/24
Report generated| |------|------|
From 901aae58080c745b53ffd345617a49fc475c98ec Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Thu, 29 Feb 2024 20:27:26 +0000 Subject: [PATCH 5/6] Update techstack.yml --- techstack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techstack.yml b/techstack.yml index 32fe6f8..3c9a010 100644 --- a/techstack.yml +++ b/techstack.yml @@ -2,7 +2,7 @@ repo_name: Clivern/Colony report_id: a44d58f3cde6ec103114e82fe90e1794 version: 0.1 repo_type: Public -timestamp: '2024-01-05T08:19:04+00:00' +timestamp: '2024-02-29T19:08:12+00:00' requested_by: Clivern provider: github branch: main From f71e17d7e22a158f1249b9b3aeb0c2233c8f55e0 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Thu, 29 Feb 2024 20:27:26 +0000 Subject: [PATCH 6/6] Update techstack.md --- techstack.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/techstack.md b/techstack.md index a2e1130..00f2e00 100644 --- a/techstack.md +++ b/techstack.md @@ -3,13 +3,13 @@ ## Tech Stack Clivern/Colony is built on the following main stack: -- [Gradle](https://www.gradle.org/) – Java Build Tools - [Java](https://www.java.com) – Languages - [Spring Framework](https://spring.io/projects/spring-framework) – Frameworks (Full Stack) - [H2 Database](http://www.h2database.com/) – Databases -- [Apache Camel](https://camel.apache.org/) – Platform as a Service -- [GitHub Actions](https://github.com/features/actions) – Continuous Integration - [Docker](https://www.docker.com/) – Virtual Machine Platforms & Containers +- [GitHub Actions](https://github.com/features/actions) – Continuous Integration +- [Gradle](https://www.gradle.org/) – Java Build Tools +- [Apache Camel](https://camel.apache.org/) – Platform as a Service Full tech stack [here](/techstack.md) @@ -19,13 +19,13 @@ Full tech stack [here](/techstack.md) ## Tech Stack Clivern/Colony is built on the following main stack: -- Gradle [Gradle](https://www.gradle.org/) – Java Build Tools - Java [Java](https://www.java.com) – Languages - Spring Framework [Spring Framework](https://spring.io/projects/spring-framework) – Frameworks (Full Stack) - H2 Database [H2 Database](http://www.h2database.com/) – Databases -- Apache Camel [Apache Camel](https://camel.apache.org/) – Platform as a Service -- GitHub Actions [GitHub Actions](https://github.com/features/actions) – Continuous Integration - Docker [Docker](https://www.docker.com/) – Virtual Machine Platforms & Containers +- GitHub Actions [GitHub Actions](https://github.com/features/actions) – Continuous Integration +- Gradle [Gradle](https://www.gradle.org/) – Java Build Tools +- Apache Camel [Apache Camel](https://camel.apache.org/) – Platform as a Service Full tech stack [here](/techstack.md) @@ -36,7 +36,7 @@ Full tech stack [here](/techstack.md) # Tech Stack File ![](https://img.stackshare.io/repo.svg "repo") [Clivern/Colony](https://github.com/Clivern/Colony)![](https://img.stackshare.io/public_badge.svg "public")

-|14
Tools used|01/05/24
Report generated| +|14
Tools used|02/29/24
Report generated| |------|------|