-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
- Migrates repository from the personal space to an organization. - Will be released as `v3`. - Files moved to the root of repository, so `/backstage` suffix is no longer required in the `imports`.
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
* text=auto eol=lf | ||
|
||
go.sum linguist-generated=true | ||
backstage/testdata/ linguist-generated=true | ||
go.sum linguist-generated=true | ||
testdata/* linguist-generated=true | ||
.cspell/custom-dictionary.txt linguist-generated=true |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
* @tdabasinskas | ||
* @datolabs-io/go-backstage-maintainers |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"version": "0.2", | ||
"ignorePaths": [], | ||
"dictionaryDefinitions": [ | ||
{ | ||
"name": "custom-dictionary", | ||
"path": "./.cspell/custom-dictionary.txt", | ||
"addWords": true | ||
} | ||
], | ||
"dictionaries": [ | ||
"custom-dictionary" | ||
], | ||
"words": [], | ||
"ignoreWords": [], | ||
"import": [] | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
module exampleentities | ||
|
||
go 1.22 | ||
go 1.23 | ||
|
||
replace github.com/tdabasinskas/go-backstage/v2 => ../.. | ||
replace github.com/datolabs-io/go-backstage/v3 => ../.. | ||
|
||
require github.com/tdabasinskas/go-backstage/v2 v2.0.0-preview.2 | ||
require github.com/datolabs-io/go-backstage/v3 v3.0.0-00010101000000-000000000000 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
module examplelocations | ||
|
||
go 1.22 | ||
go 1.23 | ||
|
||
replace github.com/tdabasinskas/go-backstage/v2 => ../.. | ||
replace github.com/datolabs-io/go-backstage/v3 => ../.. | ||
|
||
require github.com/tdabasinskas/go-backstage/v2 v2.0.0-preview.2 | ||
require github.com/datolabs-io/go-backstage/v3 v3.0.0-00010101000000-000000000000 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module github.com/tdabasinskas/go-backstage/v2 | ||
module github.com/datolabs-io/go-backstage/v3 | ||
|
||
go 1.23 | ||
|
||
|
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.