Skip to content

Commit

Permalink
37.dockter.1 (#41)
Browse files Browse the repository at this point in the history
* #37 Migrate to senzing-garage

* #37 Migrate to senzing-garage

* #37 Prepare for versioned release

* #37 Fix label
  • Loading branch information
docktermj authored Jan 26, 2024
1 parent 03851a8 commit d02d3be
Show file tree
Hide file tree
Showing 53 changed files with 696 additions and 678 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ updates:
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: gomod
directory: /
schedule:
interval: daily
28 changes: 9 additions & 19 deletions .github/workflows/add-to-project-garage-dependabot.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,14 @@
name: add-to-project-garage-dependabot.yaml
name: 'add to project garage dependabot'

on:
pull_request:
types:
- opened
- reopened

env:
CREATOR: ${{ github.event.pull_request.user.login }}
branches: [main]

jobs:
add-to-project:
name: Add dependabot pull request to project
runs-on: ubuntu-latest
steps:
- name: Assign pull request to project
env:
BOOL: ${{ contains( env.CREATOR, 'dependabot' ) }}
if: ${{ env.BOOL == 'true' }}
uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/${{ vars.SENZING_GITHUB_ACCOUNT_NAME }}/projects/${{ vars.SENZING_PROJECT_GARAGE }}
github-token: ${{ secrets.SENZING_GITHUB_ACCESS_TOKEN }}

add-to-project-dependabot:
secrets:
SENZING_GITHUB_PROJECT_RW_TOKEN: ${{ secrets.SENZING_GITHUB_PROJECT_RW_TOKEN }}
uses: senzing-factory/build-resources/.github/workflows/add-to-project-dependabot.yaml@main
with:
project: ${{ vars.SENZING_PROJECT_GARAGE }}
2 changes: 1 addition & 1 deletion .github/workflows/add-to-project-garage.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: add-to-project-garage.yaml
name: 'add to project garage'

on:
issues:
Expand Down
13 changes: 5 additions & 8 deletions .github/workflows/go-proxy-pull.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
# Based on
# - https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions
# - https://github.com/marketplace/actions/go-proxy-warming
# - https://github.com/andrewslotin/go-proxy-pull-action
# - https://futurestud.io/tutorials/github-actions-run-a-workflow-when-creating-a-tag

name: go-proxy-pull.yaml
name: 'go proxy pull'

on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"

permissions:
contents: write

jobs:
go-proxy-pull:
runs-on: ubuntu-latest
steps:
- name: Pull new module version
uses: andrewslotin/go-proxy-pull-action@v1.1.0
with:
import_path: github.com/senzing/g2-sdk-proto
import_path: github.com/senzing-garage/g2-sdk-proto
8 changes: 6 additions & 2 deletions .github/workflows/make-go-tag.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
name: make-go-tag.yaml
name: 'make go tag'

on:
push:
tags:
- "[0-9]+.[0-9]+.[0-9]+"

permissions:
contents: write

jobs:
make-go-tag:
name: Make a vM.m.P tag
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Make go version tag
uses: Senzing/github-action-make-go-tag@main
uses: senzing-factory/github-action-make-go-tag@v1
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- ...

## [0.5.0] - 2024-01-26

### Changed in 0.5.0

- Renamed module to `github.com/senzing-garage/g2-sdk-proto`
- Update dependencies
- google.golang.org/grpc v1.61.0
- google.golang.org/protobuf v1.32.0

## [0.4.3] - 2023-10-15

### Changed in 0.4.3
Expand Down Expand Up @@ -39,7 +48,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed in 0.4.0

- Remove deprecated functions
See commented functions in [g2api](https://github.com/Senzing/g2-sdk-go/blob/495326c4451851f9e9a04ac23a150b3d48bc2ad1/g2api/main.go).
See commented functions in [g2api](https://github.com/senzing-garage/g2-sdk-go/blob/495326c4451851f9e9a04ac23a150b3d48bc2ad1/g2api/main.go).

## [0.3.3] - 2023-05-26

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ for use in servers and clients of the Senzing engine.
1. Set these environment variable values:

```console
export GIT_ACCOUNT=senzing
export GIT_ACCOUNT=senzing-garage
export GIT_REPOSITORY=g2-sdk-proto
export GIT_ACCOUNT_DIR=~/${GIT_ACCOUNT}.git
export GIT_REPOSITORY_DIR="${GIT_ACCOUNT_DIR}/${GIT_REPOSITORY}"
Expand Down
9 changes: 5 additions & 4 deletions example_generated_source_code/cpp/g2config/g2config.pb.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions example_generated_source_code/cpp/g2engine/g2engine.pb.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions example_generated_source_code/cpp/g2hasher/g2hasher.pb.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions example_generated_source_code/cpp/g2product/g2product.pb.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions example_generated_source_code/cpp/g2ssadm/g2ssadm.pb.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit d02d3be

Please sign in to comment.