-
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
More activities #192
More activities #192
Conversation
…into more-activities # Conflicts: # src/main/java/com/epam/ta/reportportal/events/handler/UserFilterActivityHandler.java
Codecov Report
@@ Coverage Diff @@
## develop #192 +/- ##
==========================================
Coverage ? 71.15%
Complexity ? 1634
==========================================
Files ? 291
Lines ? 7373
Branches ? 625
==========================================
Hits ? 5246
Misses ? 1731
Partials ? 396
Continue to review full report at Codecov.
|
return new OperationCompletionRS("Launch with id = " + launch + " is successfully imported."); | ||
} | ||
|
||
private File transferToTempFile(MultipartFile file) { |
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.
why do we transfer to separate file?
This reverts commit 47eff3f.
…reportportal/service-api into more-activities # Conflicts: # build.gradle
…reportportal/service-api into more-activities # Conflicts: # build.gradle
* 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
No description provided.