-
Notifications
You must be signed in to change notification settings - Fork 66
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
Added rq for widget preview #191
Merged
Merged
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
Codecov Report
@@ Coverage Diff @@
## develop #191 +/- ##
=============================================
+ Coverage 70.94% 71.08% +0.14%
- Complexity 1615 1617 +2
=============================================
Files 286 286
Lines 7289 7301 +12
Branches 621 622 +1
=============================================
+ Hits 5171 5190 +19
+ Misses 1726 1718 -8
- Partials 392 393 +1
Continue to review full report at Codecov.
|
…into widget-preview # Conflicts: # build.gradle
avarabyeu
approved these changes
Sep 8, 2017
avarabyeu
added a commit
that referenced
this pull request
Sep 25, 2017
* Activities (#181) * Properties (#139) * Implemented unique identifier for each test item. Generates on item's start. Added base for splitting description and params in agents. * Fixed updating identifier after merge. * Instance (#140) * add instanceID on server side * finish EPMRPP-26021 - Hash for unique instance generating by server * Added possibility to send custom unique id with rq * Added project name to unique id * Added secret to unique id * Upd generation unique id after merge * Null check added * added check of changing launch name * Upsa (#144) * upd dependencies * Debug mode for import * fix unit tests * Added bad import rq handler * Renamed junit to xunit * update dependencies * Update changelog * Description (#146) * Added description on the finish * Added tags on the finish * Optimize checks * Params (#148) * Update parameters representation * Update dependencies * Refactor checks * Refactor checks * Fixed decoding uniqueId Added unit test on uniqueId validation * Added utf-8 charset * removed toString call * Merge branches 'develop' and 'v3.2' of https://github.com/reportportal/service-api into v3.2 # Conflicts: # build.gradle # src/main/java/com/epam/ta/reportportal/demo_data/StepBasedDemoDataFacade.java # src/main/java/com/epam/ta/reportportal/demo_data/TestBasedDemoDataFacade.java * Latest (#157) * Merge branch 'develop' of https://github.com/reportportal/service-api into latest # Conflicts: # build.gradle # src/main/java/com/epam/ta/reportportal/demo_data/StepBasedDemoDataFacade.java # src/main/java/com/epam/ta/reportportal/demo_data/TestBasedDemoDataFacade.java * Added controller for latest launches * fix issue with in progress launches * Latest (#159) * Merge branch 'develop' of https://github.com/reportportal/service-api into latest # Conflicts: # build.gradle # src/main/java/com/epam/ta/reportportal/demo_data/StepBasedDemoDataFacade.java # src/main/java/com/epam/ta/reportportal/demo_data/TestBasedDemoDataFacade.java * Added controller for latest launches * fix issue with in progress launches * upd dependencies * upd dependencies * update changelog * upd dependencies * Implemented latest view for overall statistics widget * Getting allowable issue types method from external system * some unit tests * upd changelog * Some readable refactor * Optimized imports * Implemented latest view for widgets * update dependencies * Remove unnecessary latest from some widgets * update dependencies * Update test * update gradle settings * disable container-based env in travis * fix problem with memory using by tests * minor upd * Added crud activities for widgets * Added crud activities for dashboards and filters * Merge branch 'develop' of https://github.com/reportportal/service-api into activities # Conflicts: # CHANGELOG.md # build.gradle * Fixed issue with paging in latest launches * Upd dependencies * Mark Builder deprecated since decided do not have it in context. Refactored activity builder * Update event types enum * Created enum that contains all allowed activities object types * Added methods for getting activity events and object names * Update methods for getting activity events and object names * Update methods for getting activity events and object names * fix tests * Update scripts for activities history embedded collection. Now it is presented as array of key, values * Added api method for activities. * Update api method for activities. * Update change script * Merge branch 'develop' of https://github.com/reportportal/service-api into activities # Conflicts: # src/main/java/com/epam/ta/reportportal/ws/controller/impl/LaunchController.java * Pre activity (#176) * add project-level activity GET * update URL * move enums to dao layer * change migration version * minor upd * Method for updating empty widget * Update activities according to new db migration * Added activities and object types in contributor * Update empty widgets * Added widgetOptions for demo data widgets * Added widgetOptions for demo data widgets * upd request method * upd request method * upd request method * Update empty widgets * Update changelog * Update bootstrap.yaml (#182) * Update bootstrap.yaml * Remove javafx lib * changed build with get * Product status (#185) * [Gradle Release Plugin] - pre tag commit: '3.2.0-RC-1'. * [Gradle Release Plugin] - new version commit: '3.2.0-SNAPSHOT'. * Remove resource for empty widget * changed build with get * update dep * Fix issue with time formats in import * Fix issue with converters * Fixes (#183) * changed build with get * update dep * Fix issue with time formats in import * Fix issue with converters * update DAO with bugfixes * [Gradle Release Plugin] - pre tag commit: '3.2.0-RC-2'. * [Gradle Release Plugin] - new version commit: '3.2.0-SNAPSHOT'. * Divided logic of widgets creating and updating. Depends on widget type. * Update dependencies * fix line ending in changelog * Refactored activities, update script for old activities (#186) * Refactored activities, update script for old activities * Refactor action types for widget * update to the latest DAO * fix filters by collections * if NPE if user has no proposed role * fix unused imports * remove is_negative * remove is_negative * update project depth * Refactor action types for widget (#188) * Refactor action types for widget * Immutable lists replaced with singletone lists. Refactored creating some activity fields. * Added object name on ticket activities * upd dependencies * replace deepmergerq with merge (#189) * More activities (#190) * Some filter events improvements * More actions for widgets * Fix possible NPE * add nettols to api container * fix issue with invite user by project manager * Added rq for widget preview (#191) * Added rq for widget preview * Rename filter id field * upd dependencies * Implement cumulative trend chart (#194) * Implement cumulative trend chart * Reformat * unit tests * unit tests * More unit tests * Trend chart (#196) * Implement cumulative trend chart * Reformat * unit tests * unit tests * More unit tests * Fix issue with custom deffect types * upd deps * No redis (#195) * fix issue with invite user by project manager (#193) * [Gradle Release Plugin] - pre tag commit: '3.2.1'. * [Gradle Release Plugin] - new version commit: '3.2.2-SNAPSHOT'. * drop redis support. Introduce project-level authorities to avoid additional calls to database * drop redis support. Introduce project-level authorities to avoid additional calls to database * add unit test for project authority * More activities (#192) * Some filter events improvements * More actions for widgets * Fix possible NPE * More actions for importing * action on updated filter parameters * Unit tests for import event * Remove transferring file * Revert "Remove transferring file" This reverts commit 47eff3f. * More fixes * Merge branches 'develop' and 'more-activities' of https://github.com/reportportal/service-api into more-activities # Conflicts: # build.gradle * Replaced put with post * fixed tests * extend test * remove redis autoconfiguration * update dependencies * Sort issue (#198) * fix issue with sorting cumulative chart * upd deps, changelog * update dependencies * Chart fix (#199) * Fixed not fully matched tag prefix * Update dependencies * fix docker server url (#200) * fix possible issue with create user handler * Generate (#202) * Update script for generate id * Optimize generating unique id logic * More documentation * Formatted * update dao version * Widget fix (#203) * Fix issue with widget trend charts sorting * fix unit tests * Fixed more trend charts * Some null checks * Generate (#204) * Update script for generate id * Optimize generating unique id logic * More documentation * Formatted * fixed issue with test items without launches * Generate (#205) * Update script for generate id * Optimize generating unique id logic * More documentation * Formatted * fixed issue with test items without launches * optimize updating script * fix count percentage * moved to local variables * start update only once * update dependencies * Generate (#206) * Update script for generate id * Optimize generating unique id logic * More documentation * Formatted * fixed issue with test items without launches * optimize updating script * fix count percentage * moved to local variables * beautiful logs * returned missed code
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.