-
Notifications
You must be signed in to change notification settings - Fork 8
Final adjusts v0.1.0 #19
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
Merged
Merged
Conversation
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
Improvements in the git.js done to accept 'A' files returned in git status -sb as NEW files.
Improved git clone to perform a clone process recursively
Changed tooltip for title until the tooltip style get stable
The li element was showed even if no repository was selected
The header information wasn't cleared after remove a repo
Paths treated for windows replacing '\' to '\\'
Treated char ["] that if inserted in the message or description commit brokes the app
Conflicts: app/core/updater/windows
Now GitPie recognize files tagged as "A" and shows it as added files in the changes tab.
To "ADDED" files was added a "Unstage file" context menu action
The application will be refresh the items of changes tab ever time the it get focus.
The push operation freezes the app because it was executing a sync operation
When just the pull command was executed, the callback was never invoked
Hide button when a repository is removed fixed
- Improve JSDoc for some methods - Created a global callback invoker function
Is useful since we do not need to install grunt-cli as global package
- Created stash button on the header of the app to create new stashs; - Created a stash list menu
Implemeted action on buttons "Remove" and "Pop" on "Stash list" menu. TODO: Consider just non untracked files and refresh stash list and stash button on the event focus of the app
A event called "apprefreshed" is emitted ever time a file(s) is (are) changed on: - Discart Change - Discart all selected - The application get focus
In the `git stash list --pretty='...'` command the quotes were breaking the return for windows.
Grunt scripts
This feature will allow users visualize the changed files and make a diff in then. TODO: Improve the UX when the page is refreshed and implement the diff.
Now with GitPie the user can: - Make a stash - Pop a stash - Drop a stash - View stash files - View the diff of stash files
Created css class to delimitate the max height of ul lists on headers menus
When a repository was removed even if it was not selected the app refreshed and broke the UI
TODO: Fix ENOENT spawn error
The syncStatus was not refreshed when the windows was focused. If the syncStatus.ahead change, the commit history is now refreshed too
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.
v0.1.0