-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2 #8
Open
cb1kenobi
wants to merge
40
commits into
tidev:master
Choose a base branch
from
cb1kenobi:v2
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
v2 #8
Conversation
This file contains 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
feat: Added project service handler. feat: Added new command placeholder. chore: Updated deps.
Added new command prompting and verbiage.
refactor: Unified prompting. style: Cleaned up logging methods to use appcd.logger.
style: Added terminal size debug logging to prompt.
feat(sdk): Added 'find' endpoint to SDK service to get info about an installed Titanium SDK. feat(sdk): Added progress bars during SDK installation. feat(cli:sdk): Added aliases to sdk commands (i, ls, rm). feat(project): Added legacy Titanium CLI command bootstrap. chore: Updated deps.
doc: Added legacy CLI readme. feat(cli): Added --platform alias to clean command. style(cli:sdk:install): Improved progress bar rendering. fix(project): Properly pass in the appcd config. fix(prompt): Handle line returns when printing response. fix(prompt): Forward request headers when trying call() during prompt loop. fix(project:legacy:bootstrap): Initialize colors and tunnel. fix(project:legacy:bootstrap): Move IPC tunnel logic to its own file. feat(project:legacy:cli): Bare bones legacy CLI runner. feat(project:legacy:tunnel): Added debug logging and telemetry support. fix(project): Improved IPC tunnel communication protocol. feat(sdk): Added find endpoint. chore: Updated npm dependencies.
doc: Added missing JSDoc. fix: Added missing option validation code.
refactor(legacy): Moved Legacy CLI out of project dir, then broken up into smaller files. feat(cli): Added Android and iOS build options to build/run commands.
chore: Updated deps.
chore: Updated deps.
…ke the legacy CLI instead of using the prompt loop and going through the project service. refactor(legacy:hooks): Move App Preview CLI options config to legacy CLI hook to improve consistency and user experience. feat(legacy:hooks): Add LiveView legacy CLI hook to define CLI options. fix(legacy:cli): Improved hook error handling. chore: Updated deps.
feat: Wired up prompting to the legacy CLI. chore: Updated deps.
… of the actual one in the LiveView plugin, but still group it. refactor(run-legacy): Normalize build/run commands. refactor(legacy:cli): Redesign the prompting workflow and wire up to the validate step. fix(legacy:cli): Correctly set the function hook result. fix(legacy:cli): Redirect all trace and debug logging to appcd debug log instead of stdout. fix(legacy:context): Correctly normalize --platform option. fix(legacy:context): Use actual platform name when prompting. doc: Add missing JSDoc.
fix(legacy): Fixed hook callback execution. fix(legacy): Fixed hooks not firing. fix(legacy): Re-enabled command execution.
…has disconnected. fix(legacy): Fixed log calls with no arguments. fix(legacy): Added tick/debounce when waiting for the clean command to finish.
fix: Moved ioslib.simulator.findSimulators into the ioslib patch. fix: Fixed bug with getting and setting config values. fix: Fixed bug with hook context being shared across hook executions.
feat: Remove ciruclar refs from tunnel payloads. fix(legacy): Fixed hook firing. fix(ios): Fixed iOS simulator handling and Xcode EULA check. refactor(build): Centralized loading build command options from SDK to be used by help and parsing. feat(legacy:hook): Added appc hook. chore: Updated deps.
feat(app-preview): Add App Preview hook. chore: Updated deps.
feat(module): Added automatic checking of new Titanium module downloads.
feat(module): Added install service endpoint.
feat(aca): Added ACA hook.
style: Improved readability of 'ti info'. feat(aca): Wired up pre-compile hook. fix(legacy): Paritially fixed option validation.
fix(legacy-ios): Fixed provisioning profile and cert patches. fix(legacy-fields): Translated fields options into enquirer options for prompting. fix(legacy-appc): Fixed app updating. chore: Fixed a few eslint issues. feat(aca): Finished ACA hook.
chore: Updated deps.
… require API version 2.0, which was initially introduced in appcd@4.0.0. feat: Added HTTP proxy support. feat: Adopted appcd 4.x new 'appcd.config.*'. feat(amplify): Upgraded from AMPLIFY appcd plugin v1.x to v2.x. chore: Removed 'source-map-support' as 'appcd-plugin' already hooks it up. chore: Updated npm deps.
feat(add): Added add component/service endpoint. chore: Removed unused prompts package. fix(prompt): Added error handling for PromptErrors.
fix: Hid config and logout aliases.
chore: Updated dependencies.
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.
No description provided.