You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user of the skuid push command, it would be helpful if, with the --verbose flag enabled, the command displayed the names of all pages that were going to be pushed, so that I could know exactly which pages Skuid CLI is going to attempt to push.
The text was updated successfully, but these errors were encountered:
…r codebase
This commit started with the goal of improving logging (skuid#220) to help aid with identifying when outcomes were not as expected due to the many issues currently present in the CLI and on the server-side. During the course of improving the logging which required going through essentially every line of code in the codebase, many new issues were identified and fixes for nearly all of them implemented. Additionally,validations of all steps in the CLI were improved to and logs emitted with the results. Lastly, the code was significnatly refactored in many areas to improve code maintainability (skuid#230).
Due to the size of this commit, there is too much to explain in detail in a commit message. See forthcoming comment in skuid#205 for full details of this commit.
Resolvesskuid#59Resolvesskuid#165Resolvesskuid#199Resolvesskuid#218Resolvesskuid#220Resolvesskuid#221Resolvesskuid#222Resolvesskuid#223Resolvesskuid#224Resolvesskuid#228Resolvesskuid#230Resolvesskuid#231
When --log-level debug (or greater) is specified, logging of all entities sent/received during a deploy/retrieve has been added in PR #205. Additionally, when --diag is specified, the logs contain fields which can easily be extracted - see the "Logging" and "Log Files" section for details in this comment.
As a user of the
skuid push
command, it would be helpful if, with the--verbose
flag enabled, the command displayed the names of all pages that were going to be pushed, so that I could know exactly which pages Skuid CLI is going to attempt to push.The text was updated successfully, but these errors were encountered: