-
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
Save open dia test #76
base: master
Are you sure you want to change the base?
Conversation
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
1. Change editor uri to editor/robots 2. Add auth test to editor/bpmn 3. Code refactor
1. Add enum page 2. Add page factory class
1. Add Block and Link providers 2. Add Focus and Move helpers
1. Fix bug with movement 2. Add scrolling by movement on the client side 3. Code refactor
# Conflicts: # ui-testing/src/main/java/com/qreal/wmp/uitesting/dia/Scene.java # ui-testing/src/test/java/com/qreal/wmp/uitesting/innertests/DiaTest.java
# Conflicts: # editor-core/src/main/webapp/app/core/editorCore/controller/SceneController.ts # ui-testing/ui-testing.iml
# Conflicts: # editor-core/src/main/webapp/app/core/editorCore/controller/SceneController.ts # ui-testing/ui-testing.iml
# Conflicts: # editor-core/src/main/webapp/app/core/editorCore/controller/SceneController.ts # ui-testing/ui-testing.iml
dd04798
to
4aee01d
Compare
4aee01d
to
989fb6f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes requested. See another review. One more review needed.
@@ -0,0 +1,47 @@ | |||
#!/bin/bash | |||
iter=1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same comments as in another review.
lastKnownKey = key; | ||
} | ||
|
||
/** Key is the last knownKey. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use standard docs style here
# Conflicts: # .travis.yml # editor-core/src/main/webapp/app/core/editorCore/controller/SceneController.ts # ui-testing/src/main/java/com/qreal/wmp/uitesting/Page.java # 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/palette/Palette.java # ui-testing/src/main/java/com/qreal/wmp/uitesting/dia/palette/PaletteImpl.java # ui-testing/src/main/java/com/qreal/wmp/uitesting/dia/pallete/PalleteElement.java # ui-testing/src/main/java/com/qreal/wmp/uitesting/dia/property/PropertyEditor.java # ui-testing/src/main/java/com/qreal/wmp/uitesting/dia/scene/Coordinate.java # ui-testing/src/main/java/com/qreal/wmp/uitesting/dia/scene/Scene.java # ui-testing/src/main/java/com/qreal/wmp/uitesting/dia/scene/SceneImpl.java # ui-testing/src/main/java/com/qreal/wmp/uitesting/dia/scene/elements/Block.java # ui-testing/src/main/java/com/qreal/wmp/uitesting/dia/scene/elements/SceneElementImpl.java # ui-testing/src/main/java/com/qreal/wmp/uitesting/dia/scene/providers/BlockProvider.java # ui-testing/src/main/java/com/qreal/wmp/uitesting/pages/AuthPage.java # ui-testing/src/main/java/com/qreal/wmp/uitesting/pages/DashboardPage.java # ui-testing/src/main/java/com/qreal/wmp/uitesting/pages/EditorPage.java # ui-testing/ui-testing.iml
Add interfaces for ui-testing folders.
Add interfaces for ui-testing save and open diagram functionality.