Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla committed Mar 31, 2024
1 parent c1da91b commit 4c69355
Show file tree
Hide file tree
Showing 21 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ on:

jobs:
build:
uses: hexagonkt/.github/.github/workflows/graalvm_gradle.yml@master
uses: hexagontk/.github/.github/workflows/graalvm_gradle.yml@master
permissions:
contents: read
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ on:

jobs:
release:
uses: hexagonkt/.github/.github/workflows/gradle.yml@master
uses: hexagontk/.github/.github/workflows/gradle.yml@master
with:
tasks: release
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Here you can see a [3 min quick demo](https://youtu.be/t4aOSJibuzs).
> development tools.
## 💻 Install
1. Download the latest binary from the [releases page](https://github.com/hexagonkt/codecv/releases)
1. Download the latest binary from the [releases page](https://github.com/hexagontk/codecv/releases)
2. Copy or link the binary to a directory in the PATH
3. Type `codecv --help` to check how to use the reference tool

Expand Down Expand Up @@ -49,7 +49,7 @@ requirement.

## 📄 CV Format Schema
The CV JSON schema is located at [/cv.schema.json](/cv.schema.json). The URL to use on the CVs will
be: `https://raw.githubusercontent.com/hexagonkt/codecv/<version>/cv.schema.json`. Being `version`
be: `https://raw.githubusercontent.com/hexagontk/codecv/<version>/cv.schema.json`. Being `version`
the schema version (`master` can be used to link to the latest published version).

The schema can be used to validate documents in different formats (YAML, JSON and TOML at the
Expand Down Expand Up @@ -123,16 +123,16 @@ improvement, file a bug or resolve a usage doubt, you are absolutely encouraged
Also, if you want to contribute a new feature on the tool or a change on the schema. You can also
do so by creating an issue and filing a PR. Please read the [contributing guide] before doing so.

[contributing guide]: https://github.com/hexagonkt/codecv/contribute
[contributing guide]: https://github.com/hexagontk/codecv/contribute

## ❤️ Support the Project
If you want to see more progress on this project, and see more developer targeted tools,
spread the word on social networks! and don't forget to give it a ⭐!

To be notified on updates or new tools developed within the Hexagon organization. Follow the Twitter
account ([@hexagon_tk]) and the [GitHub organization].
account ([@hexagontk]) and the [GitHub organization].

Thanks for your support!

[@hexagon_tk]: https://twitter.com/hexagon_kt
[@hexagontk]: https://twitter.com/hexagontk
[GitHub organization]: https://github.com/hexagonkt
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ plugins {

val os = getProperty("os.name").lowercase()

val hexagonVersion = "3.5.2"
val hexagonVersion = "3.5.3"
val hexagonExtraVersion = "3.4.6"
val vertxVersion = "4.5.6"
val slf4jVersion = "2.0.12"

val gradleScripts = "https://raw.githubusercontent.com/hexagonkt/hexagon/$hexagonVersion/gradle"
val gradleScripts = "https://raw.githubusercontent.com/hexagontk/hexagon/$hexagonVersion/gradle"

ext.set("modules", "java.logging")
ext.set("options", "-Xmx32m")
Expand Down
2 changes: 1 addition & 1 deletion cv.schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema" : "https://json-schema.org/draft-04/schema",
"$id" : "https://raw.githubusercontent.com/hexagonkt/codecv/master/cv.schema.json",
"$id" : "https://raw.githubusercontent.com/hexagontk/codecv/master/cv.schema.json",
"$ref" : "#/$defs/Cv",
"$defs" : {
"Language" : {
Expand Down
2 changes: 1 addition & 1 deletion examples/cv.html
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ <h2><i class="fas fa-paint-brush"></i> Common Skills</h2>
<footer class="is-center">
<p>
Created by <a href="mailto:{{ cv.contact.email }}">{{ cv.personal.alias }}</a>
with <a href="https://hexagonkt.com/">Hexagon</a>
with <a href="https://hexagontk.com/">Hexagon</a>
and <a href="https://jenil.github.io/chota">chota</a>
· © {{ _now_.year }}

Expand Down
6 changes: 3 additions & 3 deletions examples/full.cv.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema" : "https://raw.githubusercontent.com/hexagonkt/codecv/master/cv.schema.json",
"$schema" : "https://raw.githubusercontent.com/hexagontk/codecv/master/cv.schema.json",

"Job Status" : "not moving",

Expand Down Expand Up @@ -110,7 +110,7 @@
],

"Links" : [
{ "Address" : "https://github.com/hexagonkt/hexagon" },
{ "Address" : "https://github.com/hexagontk/hexagon" },
{ "Address" : "https://twitter.com/hexagon_kt" },
{ "Address" : "https://dev.to/hexagonkt" }
],
Expand Down Expand Up @@ -283,7 +283,7 @@
{ "Address" : "tel:+1-91-106-28-01", "Title" : "Landline" },
{ "Address" : "mailto:erlich@aviato.com", "Title" : "Email", "Tags" : [ "Work" ] }
],
"Social Profiles" : [ "https://github.com/hexagonkt/hexagon" ],
"Social Profiles" : [ "https://github.com/hexagontk/hexagon" ],
"Projects" : [ "middle-out" ]
}
],
Expand Down
6 changes: 3 additions & 3 deletions examples/full.cv.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env codecv

"$schema" = "https://raw.githubusercontent.com/hexagonkt/codecv/master/cv.schema.json"
"$schema" = "https://raw.githubusercontent.com/hexagontk/codecv/master/cv.schema.json"

"Job Status" = "not moving"
"Last Update" = 2022-12-27
Expand Down Expand Up @@ -33,7 +33,7 @@ Goals = [
]

Links = [
{ Address = "https://github.com/hexagonkt/hexagon" },
{ Address = "https://github.com/hexagontk/hexagon" },
{ Address = "https://twitter.com/hexagon_kt" },
{ Address = "https://dev.to/hexagonkt" },
]
Expand Down Expand Up @@ -226,7 +226,7 @@ Issuer.Name = "Hooli"

[[References]]
"Full Name" = "Erlich Bachman"
"Social Profiles" = [ "https://github.com/hexagonkt/hexagon" ]
"Social Profiles" = [ "https://github.com/hexagontk/hexagon" ]
Type = "manager"
Projects = [ "middle-out" ]
Summary = """\
Expand Down
8 changes: 4 additions & 4 deletions examples/full.cv.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env codecv
# yaml-language-server: $schema=https://raw.githubusercontent.com/hexagonkt/codecv/master/cv.schema.json
# yaml-language-server: $schema=https://raw.githubusercontent.com/hexagontk/codecv/master/cv.schema.json

$schema: https://raw.githubusercontent.com/hexagonkt/codecv/master/cv.schema.json
$schema: https://raw.githubusercontent.com/hexagontk/codecv/master/cv.schema.json

Job Status: not moving

Expand Down Expand Up @@ -100,7 +100,7 @@ Top Skills:
- Low level Programming

Links:
- Address: https://github.com/hexagonkt/hexagon
- Address: https://github.com/hexagontk/hexagon
- Address: https://twitter.com/hexagon_kt
- Address: https://dev.to/hexagonkt

Expand Down Expand Up @@ -237,7 +237,7 @@ References:
- Address: mailto:erlich@aviato.com
Title: Email
Tags: [ Work ]
Social Profiles: [ https://github.com/hexagonkt/hexagon ]
Social Profiles: [ https://github.com/hexagontk/hexagon ]
Projects: [ middle-out ]

Technical Skills:
Expand Down
2 changes: 1 addition & 1 deletion examples/minimum.cv.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema" : "https://raw.githubusercontent.com/hexagonkt/codecv/master/cv.schema.json",
"$schema" : "https://raw.githubusercontent.com/hexagontk/codecv/master/cv.schema.json",

"Locale" : "en",

Expand Down
2 changes: 1 addition & 1 deletion examples/minimum.cv.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env codecv

"$schema" = "https://raw.githubusercontent.com/hexagonkt/codecv/master/cv.schema.json"
"$schema" = "https://raw.githubusercontent.com/hexagontk/codecv/master/cv.schema.json"

Locale = "en"

Expand Down
4 changes: 2 additions & 2 deletions examples/minimum.cv.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env codecv
# yaml-language-server: $schema=https://raw.githubusercontent.com/hexagonkt/codecv/master/cv.schema.json
# yaml-language-server: $schema=https://raw.githubusercontent.com/hexagontk/codecv/master/cv.schema.json

$schema: https://raw.githubusercontent.com/hexagonkt/codecv/master/cv.schema.json
$schema: https://raw.githubusercontent.com/hexagontk/codecv/master/cv.schema.json

Locale: en

Expand Down
4 changes: 2 additions & 2 deletions examples/modular/additional_experiences.cv.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/hexagonkt/codecv/master/cv.schema.json
# yaml-language-server: $schema=https://raw.githubusercontent.com/hexagontk/codecv/master/cv.schema.json

$schema: https://raw.githubusercontent.com/hexagonkt/codecv/master/cv.schema.json
$schema: https://raw.githubusercontent.com/hexagontk/codecv/master/cv.schema.json

Personal Projects:
- Title: Pied Piper
Expand Down
4 changes: 2 additions & 2 deletions examples/modular/brief.cv.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env codecv
# yaml-language-server: $schema=https://raw.githubusercontent.com/hexagonkt/codecv/master/cv.schema.json
# yaml-language-server: $schema=https://raw.githubusercontent.com/hexagontk/codecv/master/cv.schema.json

$schema: https://raw.githubusercontent.com/hexagonkt/codecv/master/cv.schema.json
$schema: https://raw.githubusercontent.com/hexagontk/codecv/master/cv.schema.json

Locale: en_US
Resources: [ common.cv.yml ]
Expand Down
8 changes: 4 additions & 4 deletions examples/modular/common.cv.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/hexagonkt/codecv/master/cv.schema.json
# yaml-language-server: $schema=https://raw.githubusercontent.com/hexagontk/codecv/master/cv.schema.json

$schema: https://raw.githubusercontent.com/hexagonkt/codecv/master/cv.schema.json
$schema: https://raw.githubusercontent.com/hexagontk/codecv/master/cv.schema.json

Job Status: not moving
Last Update: 2022-12-27
Expand Down Expand Up @@ -92,7 +92,7 @@ Top Skills:
Links:
- Title: Website
Address: https://example.net
- Address: https://github.com/hexagonkt/hexagon
- Address: https://github.com/hexagontk/hexagon
- Address: https://twitter.com/hexagon_kt
- Address: https://dev.to/hexagonkt

Expand Down Expand Up @@ -187,7 +187,7 @@ References:
Address: tel:+1-91-106-28-01
- Title: Email
Address: mailto:erlich@aviato.com
Social Profiles: [ https://github.com/hexagonkt/hexagon ]
Social Profiles: [ https://github.com/hexagontk/hexagon ]
Projects: [ middle-out ]

Technical Skills:
Expand Down
4 changes: 2 additions & 2 deletions examples/modular/courses.cv.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/hexagonkt/codecv/master/cv.schema.json
# yaml-language-server: $schema=https://raw.githubusercontent.com/hexagontk/codecv/master/cv.schema.json

$schema: https://raw.githubusercontent.com/hexagonkt/codecv/master/cv.schema.json
$schema: https://raw.githubusercontent.com/hexagontk/codecv/master/cv.schema.json

Courses:
- Title: Cloud Deployment and Monitoring
Expand Down
4 changes: 2 additions & 2 deletions examples/modular/full.cv.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env codecv
# yaml-language-server: $schema=https://raw.githubusercontent.com/hexagonkt/codecv/master/cv.schema.json
# yaml-language-server: $schema=https://raw.githubusercontent.com/hexagontk/codecv/master/cv.schema.json

$schema: https://raw.githubusercontent.com/hexagonkt/codecv/master/cv.schema.json
$schema: https://raw.githubusercontent.com/hexagontk/codecv/master/cv.schema.json

Locale: en_US
Resources:
Expand Down
4 changes: 2 additions & 2 deletions examples/regular.cv.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema" : "https://raw.githubusercontent.com/hexagonkt/codecv/master/cv.schema.json",
"$schema" : "https://raw.githubusercontent.com/hexagontk/codecv/master/cv.schema.json",

"Locale" : "en_US",
"Templates" : [ "cv.html" ],
Expand Down Expand Up @@ -66,7 +66,7 @@
],

"Links" : [
{ "Address" : "https://github.com/hexagonkt/hexagon" },
{ "Address" : "https://github.com/hexagontk/hexagon" },
{ "Address" : "https://twitter.com/hexagon_kt" },
{ "Address" : "https://dev.to/hexagonkt" }
],
Expand Down
4 changes: 2 additions & 2 deletions examples/regular.cv.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env codecv

"$schema" = "https://raw.githubusercontent.com/hexagonkt/codecv/master/cv.schema.json"
"$schema" = "https://raw.githubusercontent.com/hexagontk/codecv/master/cv.schema.json"

Locale = "en_US"
Templates = [ "cv.html" ]
Expand All @@ -25,7 +25,7 @@ Goals = [
]

Links = [
{ Address = "https://github.com/hexagonkt/hexagon" },
{ Address = "https://github.com/hexagontk/hexagon" },
{ Address = "https://twitter.com/hexagon_kt" },
{ Address = "https://dev.to/hexagonkt" },
]
Expand Down
6 changes: 3 additions & 3 deletions examples/regular.cv.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env codecv
# yaml-language-server: $schema=https://raw.githubusercontent.com/hexagonkt/codecv/master/cv.schema.json
# yaml-language-server: $schema=https://raw.githubusercontent.com/hexagontk/codecv/master/cv.schema.json

$schema: https://raw.githubusercontent.com/hexagonkt/codecv/master/cv.schema.json
$schema: https://raw.githubusercontent.com/hexagontk/codecv/master/cv.schema.json

Locale: en_US
Templates: [ cv.html ]
Expand Down Expand Up @@ -64,7 +64,7 @@ Top Skills:
- Low level Programming

Links:
- Address: https://github.com/hexagonkt/hexagon
- Address: https://github.com/hexagontk/hexagon
- Address: https://twitter.com/hexagon_kt
- Address: https://dev.to/hexagonkt

Expand Down
4 changes: 2 additions & 2 deletions src/test/resources/incorrect.cv.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env codecv
# yaml-language-server: $schema=https://raw.githubusercontent.com/hexagonkt/codecv/master/cv.schema.json
# yaml-language-server: $schema=https://raw.githubusercontent.com/hexagontk/codecv/master/cv.schema.json

$schema: https://raw.githubusercontent.com/hexagonkt/codecv/master/cv.schema.json
$schema: https://raw.githubusercontent.com/hexagontk/codecv/master/cv.schema.json

Locale: en_US
Templates: [ file:templates/cv.html ]
Expand Down

0 comments on commit 4c69355

Please sign in to comment.