-
Notifications
You must be signed in to change notification settings - Fork 7
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
Ui configs #82
Open
artbez
wants to merge
84
commits into
master
Choose a base branch
from
ui-configs
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
Ui configs #82
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
1. Add spring framework support 2. Add Opener and Auther services 3. Add PropertySourcesPlaceholderConfigurer 4. Add some auth and open page tests
1. Create Scene service 2. Create Pallete service 3. Add dragAndDrop test
1. Add remove method 2. Add move method 3. Test them 4. Add getPosition method 5. Add JavaDoc
1. Add logging to Scene 2. Add logging to Pallete
1. Now scene can link two elements 2. Add test for it 3. Add JavaDoc
1. Add setProperty 2. Add getProperty 3. Add test of them
1. Add SceneWindow class which describes part of the scene that user see 2. Add moveElement test
1. Code refactor 2. Add moveToCell method in Scene 3. Add focus method in Scene 4. Add tests
1. Add test with 3 nodes and 2 links 2. Add Exception for authorization
1. Fix movement bug 2. Fix remove element bug
1. Change names of nodes to string values, which are shown in browser 2. Add moveSomeNodes test
1. Make checkbox property working 2. Add fillProperty test 3. Removed unused package
1. Add clickToDashboard functional 2. Add newDiagram functional 3. Add corresponding tests
# Conflicts: # ui-testing/src/main/java/com/qreal/wmp/uitesting/PageFactory.java # ui-testing/src/main/java/com/qreal/wmp/uitesting/PageLoader.java # ui-testing/src/main/java/com/qreal/wmp/uitesting/dia/scene/DefaultScene.java # ui-testing/src/main/java/com/qreal/wmp/uitesting/pages/editor/EditorPageFacade.java # ui-testing/ui-testing.iml
artbez
force-pushed
the
ui-configs
branch
12 times, most recently
from
May 7, 2017 20:10
6cbdeb5
to
a0d08ca
Compare
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.
Add configs for GUI testing