datawareforge/cmd
Marcos A. Lucas 5ca5c774ae
Some checks failed
Integration tests for the release process / release-simulation (push) Has been cancelled
feat(white-label): Atualização de referências para DATAWARE Forge / Update branding references to DATAWARE Forge
**[PT-BR]**
- Atualiza o Makefile para alterar mensagens de requisitos de Go, Git LFS e Node.js, substituindo "Forgejo" por "DATAWARE Forge".
- Modifica scripts e comandos (ex.: merge de locales, ações, certificados, documentação e CLI) para refletir a nova identidade, mudando nomes e descrições de "Forgejo" para "DATAWARE Forge".
- Altera mensagens de log, headers, textos de erro e avisos em vários módulos (actions, hooks, keys, doctor, web, etc.) para garantir consistência com a marca DATAWARE.
- Atualiza templates e arquivos de configuração (ex.: app.example.ini, init scripts, etc.) para usar "DATAWARE Forge" em textos, placeholders e URLs.
- Ajusta testes e mensagens em módulos de autenticação, webhook, indexador, banco de dados e outros, substituindo referências a "Forgejo" por "DATAWARE Forge".

Estas alterações consolidam o rebranding white-label para DATAWARE Forge, mantendo a integridade do código original e preparando o sistema para uso interno e posterior distribuição.

**[EN]**
- Updated the Makefile to change messages regarding Go, Git LFS, and Node.js requirements, replacing "Forgejo" with "DATAWARE Forge".
- Modified scripts and commands (e.g., locale merge, actions, certificate generation, documentation, and CLI) to reflect the new identity by renaming and updating descriptions from "Forgejo" to "DATAWARE Forge".
- Changed log messages, headers, error texts, and warnings in various modules (actions, hooks, keys, doctor, web, etc.) to ensure consistency with the DATAWARE brand.
- Updated templates and configuration files (e.g., app.example.ini, init scripts, etc.) to use "DATAWARE Forge" in texts, placeholders, and URLs.
- Adjusted tests and messages in modules for authentication, webhooks, indexing, database, and others, replacing references from "Forgejo" to "DATAWARE Forge".

These changes consolidate the white-label rebranding for DATAWARE Forge, preserving the original code integrity while preparing the system for internal use and future distribution.

Marcos A. Lucas <mlucas@dataware.com.br>
2025-03-09 07:22:26 -03:00
..
forgejo feat(white-label): Atualização de referências para DATAWARE Forge / Update branding references to DATAWARE Forge 2025-03-09 07:22:26 -03:00
actions.go feat(white-label): Atualização de referências para DATAWARE Forge / Update branding references to DATAWARE Forge 2025-03-09 07:22:26 -03:00
admin.go Simplify how git repositories are opened (#28937) 2024-01-27 21:09:51 +01:00
admin_auth.go chore: use errors.New to replace fmt.Errorf with no parameters will much better (#30621) 2024-04-28 15:39:00 +02:00
admin_auth_ldap.go chore: fix some function names in comment (#32300) 2024-10-27 10:35:48 +01:00
admin_auth_ldap_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
admin_auth_oauth.go chore: use errors.New to replace fmt.Errorf with no parameters will much better (#30621) 2024-04-28 15:39:00 +02:00
admin_auth_stmp.go chore: use errors.New to replace fmt.Errorf with no parameters will much better (#30621) 2024-04-28 15:39:00 +02:00
admin_regenerate.go Revert "[BUG] Initalize Git for hook regeneration" 2024-02-26 22:30:25 +01:00
admin_user.go Refactor to use urfave/cli/v2 (#25959) 2023-07-21 17:28:19 +08:00
admin_user_change_password.go Improve "must-change-password" logic and document (#30472) 2024-04-21 11:29:08 +02:00
admin_user_create.go fix(cli): admin user create first user never require a password change 2024-04-24 15:43:27 +02:00
admin_user_delete.go chore: use errors.New to replace fmt.Errorf with no parameters will much better (#30621) 2024-04-28 15:39:00 +02:00
admin_user_generate_access_token.go chore: use errors.New to replace fmt.Errorf with no parameters will much better (#30621) 2024-04-28 15:39:00 +02:00
admin_user_list.go Reduce usage of db.DefaultContext (#27073) 2023-09-14 17:09:32 +00:00
admin_user_must_change_password.go Refactor to use urfave/cli/v2 (#25959) 2023-07-21 17:28:19 +08:00
cert.go feat(white-label): Atualização de referências para DATAWARE Forge / Update branding references to DATAWARE Forge 2025-03-09 07:22:26 -03:00
cmd.go Refactor to use urfave/cli/v2 (#25959) 2023-07-21 17:28:19 +08:00
docs.go feat(white-label): Atualização de referências para DATAWARE Forge / Update branding references to DATAWARE Forge 2025-03-09 07:22:26 -03:00
doctor.go feat(white-label): Atualização de referências para DATAWARE Forge / Update branding references to DATAWARE Forge 2025-03-09 07:22:26 -03:00
doctor_convert.go [CHORE] Remove Microsoft SQL Server Support 2024-04-05 23:37:36 +02:00
doctor_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
dump.go feat: Customização white-label para DATAWARE Forge e ajustes diversos 2025-03-09 05:02:32 -03:00
dump_repo.go Refactor to use urfave/cli/v2 (#25959) 2023-07-21 17:28:19 +08:00
dump_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
embedded.go chore: use errors.New to replace fmt.Errorf with no parameters will much better (#30621) 2024-04-28 15:39:00 +02:00
generate.go feat: Rebranding adicional de Gitea para DATAWARE Forge e ajustes em containers, Makefile, e integração 2025-03-09 06:22:45 -03:00
hook.go feat(white-label): Atualização de referências para DATAWARE Forge / Update branding references to DATAWARE Forge 2025-03-09 07:22:26 -03:00
hook_test.go [FEAT] Don't allow modification to internal reference 2024-10-02 20:50:06 +02:00
keys.go feat(white-label): Atualização de referências para DATAWARE Forge / Update branding references to DATAWARE Forge 2025-03-09 07:22:26 -03:00
mailer.go Return responseText instead of string in some functions (#28836) 2024-01-19 10:45:23 +08:00
main.go feat(white-label): Atualização de referências para DATAWARE Forge / Update branding references to DATAWARE Forge 2025-03-09 07:22:26 -03:00
main_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
manager.go [BRANDING] cosmetic s/Gitea/Forgejo/ in logs, messages, etc. 2024-02-05 16:02:14 +01:00
manager_logging.go feat(white-label): Atualização de referências para DATAWARE Forge / Update branding references to DATAWARE Forge 2025-03-09 07:22:26 -03:00
migrate.go Fix for #6194 2024-12-07 16:57:49 +01:00
migrate_storage.go tests(cmd): add coverage for migrateActionsArtifacts 2024-06-09 16:02:31 +02:00
migrate_storage_test.go fix(tests): Fix TestMigrateActionsArtifacts() 2024-11-05 09:39:24 +01:00
restore_repo.go Refactor to use urfave/cli/v2 (#25959) 2023-07-21 17:28:19 +08:00
serv.go feat: Customização white-label para DATAWARE Forge e ajustes diversos 2025-03-09 05:02:32 -03:00
web.go feat(white-label): Atualização de referências para DATAWARE Forge / Update branding references to DATAWARE Forge 2025-03-09 07:22:26 -03:00
web_acme.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
web_graceful.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
web_https.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00