Skip to content

Commit d7956f7

Browse files
committed
Change Repository Owner
1 parent d1c3378 commit d7956f7

38 files changed

+84
-84
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ builds:
1212
main: ./server/main.go
1313
binary: pocketblocks
1414
ldflags:
15-
- -s -w -X github.com/internoapp/pocketblocks.Version={{ .Version }}
15+
- -s -w -X github.com/pedrozadotdev/pocketblocks.Version={{ .Version }}
1616
env:
1717
- CGO_ENABLED=1
1818
goos:
@@ -24,7 +24,7 @@ builds:
2424
main: ./server/main.go
2525
binary: pocketblocks
2626
ldflags:
27-
- -s -w -X github.com/internoapp/pocketblocks.Version={{ .Version }}
27+
- -s -w -X github.com/pedrozadotdev/pocketblocks.Version={{ .Version }}
2828
env:
2929
- CGO_ENABLED=0
3030
goos:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apk add --no-cache \
1010
zip \
1111
zlib-dev
1212

13-
RUN wget https://github.com/internoapp/pocketblocks/releases/download/${PBL_VERSION}/pocketblocks_$(echo "${PBL_VERSION}" | cut -c 2-)_linux_amd64.zip \
13+
RUN wget https://github.com/pedrozadotdev/pocketblocks/releases/download/${PBL_VERSION}/pocketblocks_$(echo "${PBL_VERSION}" | cut -c 2-)_linux_amd64.zip \
1414
&& unzip pocketblocks_$(echo "${PBL_VERSION}" | cut -c 2-)_linux_amd64.zip
1515

1616
FROM alpine:3

client/packages/openblocks/src/i18n/locales/en.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1608,7 +1608,7 @@ export const en = {
16081608
phoneColumn: "Phone",
16091609
subTitle: "Title",
16101610
linkLabel: "Link",
1611-
linkUrl: "pocketblocks.interno.app",
1611+
linkUrl: "pocketblocks.pedroza.dev",
16121612
progressLabel: "Progress",
16131613
sliderLabel: "Slider",
16141614
radioLabel: "Radio",
@@ -1952,7 +1952,7 @@ export const en = {
19521952
jsLibraryInstallSuccess: "JavaScript library installed successfully",
19531953
jsLibraryInstallFailed: "JavaScript library installation failed",
19541954
jsLibraryInstallFailedCloud:
1955-
"Perhaps the library is not available in the sandbox, [Documentation](https://pocketblocks.interno.app/build-apps/write-javascript/use-third-party-libraries#manually-import-third-party-libraries)\n{message}",
1955+
"Perhaps the library is not available in the sandbox, [Documentation](https://pocketblocks.pedroza.dev/build-apps/write-javascript/use-third-party-libraries#manually-import-third-party-libraries)\n{message}",
19561956
jsLibraryInstallFailedHost: "{message}",
19571957
add: "Add New",
19581958
jsHelpText: "Add a global method or variable to the current application.",
@@ -2104,7 +2104,7 @@ export const en = {
21042104
showBorder: "Show border",
21052105
},
21062106
docUrls: {
2107-
docHome: "https://pocketblocks.interno.app/",
2107+
docHome: "https://pocketblocks.pedroza.dev/",
21082108
components: "",
21092109
module: "",
21102110
optionList: "",
@@ -2113,12 +2113,12 @@ export const en = {
21132113
aboutUs: "",
21142114
changeLog: "",
21152115
introVideo: "",
2116-
devNpmPlugin: "https://pocketblocks.interno.app/build-plugins/build-plugins",
2116+
devNpmPlugin: "https://pocketblocks.pedroza.dev/build-plugins/build-plugins",
21172117
devNpmPluginText: "How to develop npm plugin",
21182118
useHost: "",
21192119
eventHandlerSlowdown:
2120-
"https://pocketblocks.interno.app/build-apps/event-handlers#debounce-and-throttle",
2121-
thirdLib: "https://pocketblocks.interno.app/build-apps/write-javascript/use-third-party-libraries",
2120+
"https://pocketblocks.pedroza.dev/build-apps/event-handlers#debounce-and-throttle",
2121+
thirdLib: "https://pocketblocks.pedroza.dev/build-apps/write-javascript/use-third-party-libraries",
21222122
thirdLibUrlText: "Use third-party libraries",
21232123
},
21242124
datasourceTutorial: {
@@ -2132,8 +2132,8 @@ export const en = {
21322132
},
21332133
queryTutorial: {
21342134
js: "",
2135-
transformer: "https://pocketblocks.interno.app/build-apps/write-javascript/transformers",
2136-
tempState: "https://pocketblocks.interno.app/build-apps/write-javascript/temporary-state",
2135+
transformer: "https://pocketblocks.pedroza.dev/build-apps/write-javascript/transformers",
2136+
tempState: "https://pocketblocks.pedroza.dev/build-apps/write-javascript/temporary-state",
21372137
},
21382138
customComponent: {
21392139
entryUrl: "{host}/cc",
@@ -2142,7 +2142,7 @@ export const en = {
21422142
cloneUrl: "/apps/template-import/",
21432143
},
21442144
openBlocksUrl: {
2145-
createIssue: "https://github.com/internoapp/pocketblocks/issues",
2145+
createIssue: "https://github.com/pedrozadotdev/pocketblocks/issues",
21462146
discord: "",
21472147
},
21482148
componentDoc: {

client/packages/openblocks/src/i18n/locales/pt.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1656,7 +1656,7 @@ export const pt = {
16561656
phoneColumn: "Telefone",
16571657
subTitle: "Título",
16581658
linkLabel: "Link",
1659-
linkUrl: "pocketblocks.interno.app",
1659+
linkUrl: "pocketblocks.pedroza.dev",
16601660
progressLabel: "Progresso",
16611661
sliderLabel: "Slider",
16621662
radioLabel: "Rádio",
@@ -2003,7 +2003,7 @@ export const pt = {
20032003
jsLibraryInstallSuccess: "Biblioteca JavaScript instalada com sucesso",
20042004
jsLibraryInstallFailed: "Falha ao Instalar de biblioteca JavaScript",
20052005
jsLibraryInstallFailedCloud:
2006-
"Talvez a biblioteca não esteja disponível na sandbox, [Documentation](https://pocketblocks.interno.app/build-apps/write-javascript/use-third-party-libraries#manually-import-third-party-libraries)\n{message}",
2006+
"Talvez a biblioteca não esteja disponível na sandbox, [Documentation](https://pocketblocks.pedroza.dev/build-apps/write-javascript/use-third-party-libraries#manually-import-third-party-libraries)\n{message}",
20072007
jsLibraryInstallFailedHost: "{message}",
20082008
add: "Adicionar",
20092009
jsHelpText: "Adicione um método global ou variável ao aplicativo atual.",
@@ -2161,7 +2161,7 @@ export const pt = {
21612161
showBorder: "Mostrar bordas",
21622162
},
21632163
docUrls: {
2164-
docHome: "https://pocketblocks.interno.app/",
2164+
docHome: "https://pocketblocks.pedroza.dev/",
21652165
components: "",
21662166
module: "",
21672167
optionList: "",
@@ -2171,13 +2171,13 @@ export const pt = {
21712171
changeLog: "",
21722172
introVideo: "",
21732173
devNpmPlugin:
2174-
"https://pocketblocks.interno.app/build-plugins/build-plugins",
2174+
"https://pocketblocks.pedroza.dev/build-plugins/build-plugins",
21752175
devNpmPluginText: "Como desenvolver plugins npm",
21762176
useHost: "",
21772177
eventHandlerSlowdown:
2178-
"https://pocketblocks.interno.app/build-apps/event-handlers#debounce-and-throttle",
2178+
"https://pocketblocks.pedroza.dev/build-apps/event-handlers#debounce-and-throttle",
21792179
thirdLib:
2180-
"https://pocketblocks.interno.app/build-apps/write-javascript/use-third-party-libraries",
2180+
"https://pocketblocks.pedroza.dev/build-apps/write-javascript/use-third-party-libraries",
21812181
thirdLibUrlText: "Como usar biblioteca de terceiros",
21822182
},
21832183
datasourceTutorial: {
@@ -2192,16 +2192,16 @@ export const pt = {
21922192
queryTutorial: {
21932193
js: "",
21942194
transformer:
2195-
"https://pocketblocks.interno.app/build-apps/write-javascript/transformers",
2195+
"https://pocketblocks.pedroza.dev/build-apps/write-javascript/transformers",
21962196
tempState:
2197-
"https://pocketblocks.interno.app/build-apps/write-javascript/temporary-state",
2197+
"https://pocketblocks.pedroza.dev/build-apps/write-javascript/temporary-state",
21982198
},
21992199
customComponent: {
22002200
entryUrl: "{host}/cc",
22012201
},
22022202
template: { cloneUrl: "/apps/template-import/" },
22032203
openBlocksUrl: {
2204-
createIssue: "https://github.com/internoapp/pocketblocks/issues",
2204+
createIssue: "https://github.com/pedrozadotdev/pocketblocks/issues",
22052205
discord: "",
22062206
},
22072207
componentDoc: {

docker-build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
#Build Image
4-
docker build -t ghcr.io/internoapp/pocketblocks:${PBL_VERSION} -t ghcr.io/internoapp/pocketblocks:latest --build-arg PBL_VERSION .
4+
docker build -t ghcr.io/pedrozadotdev/pocketblocks:${PBL_VERSION} -t ghcr.io/pedrozadotdev/pocketblocks:latest --build-arg PBL_VERSION .
55
if [ $? -ne 0 ]
66
then
77
echo "Build Fail. Aborting!"
@@ -10,4 +10,4 @@ fi
1010

1111
#Publish Image
1212
sh -c "docker login ghcr.io -u ${GH_USER} --password ${GH_TOKEN}"
13-
sh -c "docker push -a ghcr.io/internoapp/pocketblocks"
13+
sh -c "docker push -a ghcr.io/pedrozadotdev/pocketblocks"

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3"
22

33
services:
44
pocketblocks:
5-
image: ghcr.io/internoapp/pocketblocks:latest
5+
image: ghcr.io/pedrozadotdev/pocketblocks:latest
66
restart: always
77
ports:
88
- 8080:8080

docs/en/build-apps/component-guides/charts-and-graphs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ Apart from the built-in charts and graphs, you can also plot your data with [Apa
8585

8686
<figure><img src="../../.gitbook/assets/build-apps/component-guides/charts-and-graphs/07.png" alt=""><figcaption></figcaption></figure>
8787

88-
If you need more configuration options for charts, create a issue on [Github](https://github.com/internoapp/pocketblocks/issues).
88+
If you need more configuration options for charts, create a issue on [Github](https://github.com/pedrozadotdev/pocketblocks/issues).

docs/en/build-apps/component-guides/use-markdown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ All Markdown syntax is valid in PocketBlocks.
2424
- **Lists**: Use hyphen (-), asterisk (∗), or plus sign (+) followed by a whitespace to create an unordered list, and use numbers followed by a period (.) to create an ordered list.
2525
- **Code**: Use backticks (\`) before and after code to denote `` `code` `` in plain text, and three backticks (\`\`\`) to present ` ```code block``` `.
2626
- **Horizontal rules**: Use at least three asterisks (∗∗∗), hyphens (---), or underscores (\_ \_ \_) at the beginning of a line to create a horizontal rule.
27-
- **Links**: Use square brackets (\[]) for the display text and parenthesis (()) for the link address. Note that no space should be inbetween. For example, `[PocketBlocks](https://github.com/internoapp/pocketblocks)`.
27+
- **Links**: Use square brackets (\[]) for the display text and parenthesis (()) for the link address. Note that no space should be inbetween. For example, `[PocketBlocks](https://github.com/pedrozadotdev/pocketblocks)`.
2828
- **Images**: Use an exclamation mark (!) to start an image shiinsertion, and then use square bracket (\[]) for the alternative text and parenthesis (()) for the link address or source path. The caption can follow the parentheses or start at a new line.
2929
- **Escaping characters**: Use backslash (\\) to display the special symbols that Markdown uses. For instance, to print ` `` ` in plain text, you should use `` \`\` `` in Markdown.&#x20;
3030

docs/en/build-apps/write-javascript/javascript-query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,4 @@ In **JavaScript** tab, you can add preloaded JavaScript code to define global me
120120

121121
## &#x20;Restrictions
122122

123-
For security reasons, several global variables and functions of **window** are disabled in PocketBlocks. Please report to our [GitHub](https://github.com/internoapp/pocketblocks) if you encounter any issues.
123+
For security reasons, several global variables and functions of **window** are disabled in PocketBlocks. Please report to our [GitHub](https://github.com/pedrozadotdev/pocketblocks) if you encounter any issues.

docs/en/build-plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ https://www.npmjs.com/package/my-plugin
9696

9797
## Code demo
9898

99-
For code demo, refer to PocketBlocks [Github](https://github.com/internoapp/pocketblocks/tree/main/client/packages/openblocks-plugin-demo).
99+
For code demo, refer to PocketBlocks [Github](https://github.com/pedrozadotdev/pocketblocks/tree/main/client/packages/openblocks-plugin-demo).

0 commit comments

Comments
 (0)