Open
Conversation
Fluxo completo (developer experience) Desenvolva localmente → commit. Git tag v1.0.0 → push. GitHub Actions dispara → TODAS as lojas são atualizadas em < 15 min. GitHub Release criada com AppImage, deb, exe, dmg. Dry-run? Abra PR com tag v0-dry → pipeline roda sem publicar (usa if: github.event.ref != 'refs/tags/v0-dry'). 🔐 Segredos a cadastrar (Settings → Secrets) Table Copy Segredo Conteúdo (base64 quando .pfx/.p12) GOOGLE_PLAY_SA_JSON service-account JSON Google Play ANDROID_KEYSTORE_PWD senha do keystore ANDROID_KEY_ALIAS alias do cert ANDROID_KEY_PWD senha da chave FASTLANE_PASSWORD Apple ID senha FASTLANE_SESSION Apple 2FA session MATCH_PASSWORD passphrase do repositório de certificados WINDOWS_PFX_BASE64 certificado EV Windows (.pfx) WINDOWS_CERT_PWD senha do certificado MAC_CERT_BASE64 Developer ID Application (.p12) MAC_CERT_PWD senha do cert macOS 🚀 Resultado 1 git push origin v1.0.0 → ✅ Google Play (produção) ✅ TestFlight (iOS) ✅ Windows Store (MSIX assinado) ✅ Snapcraft (edge → stable) ✅ GitHub Release (AppImage, deb, dmg, exe) Ciclo completo de desenvolvimento → lojas em 1 push.
- Created the basic directory structure for the project. - Implemented the ZAdaptiveController and LTIPlant models. - Added performance metrics calculation. - Set up a CI pipeline with linting and testing. - Added a demo script to run the simulation.
- Created the project structure for the AO Research Controller. - Implemented the AO Controller, a web interface, and project documentation. - Added a requirements.txt file for managing dependencies.
Author
|
feat: Initial setup for AO Research Controller
|
- Created the project structure for the Eubio MVP. - Implemented a Flask backend with a placeholder scikit-learn model. - Created a single-page frontend with HTML, CSS, and JavaScript. - Added a requirements.txt file for managing dependencies. - Added a .gitignore file.
Author
|
feat: Initial setup for Eubio MVP
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat: Initial setup for Tier-0 DeSci project