This repository has been archived by the owner on Mar 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 86
Rearrage search repository blackbox tests #2322
Merged
jarifibrahim
merged 1 commit into
fabric8-services:master
from
jarifibrahim:move-fulltextsearch-tests
Oct 23, 2018
Merged
Rearrage search repository blackbox tests #2322
jarifibrahim
merged 1 commit into
fabric8-services:master
from
jarifibrahim:move-fulltextsearch-tests
Oct 23, 2018
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 @@
## master #2322 +/- ##
==========================================
+ Coverage 69.99% 70.04% +0.04%
==========================================
Files 171 171
Lines 16610 16610
==========================================
+ Hits 11626 11634 +8
+ Misses 3861 3853 -8
Partials 1123 1123
Continue to review full report at Codecov.
|
baijum
approved these changes
Oct 22, 2018
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.
LGTM
kwk
pushed a commit
to openshiftio/saas-openshiftio
that referenced
this pull request
Oct 30, 2018
# Changes **Commit:** fabric8-services/fabric8-wit@11904c7 **Author:** Konrad Kleine (193408+kwk@users.noreply.github.com) **Date:** 2018-10-10T13:49:39+02:00 Assign number to new areas/iterations and allow searching by it (fabric8-services/fabric8-wit#2311) ---- **Commit:** fabric8-services/fabric8-wit@8674b7b **Author:** Konrad Kleine (193408+kwk@users.noreply.github.com) **Date:** 2018-10-10T16:58:17+02:00 update number for existing iterations (fabric8-services/fabric8-wit#2314) ---- **Commit:** fabric8-services/fabric8-wit@e67b5e2 **Author:** nurali-techie (nurali.techie@gmail.com) **Date:** 2018-10-15T14:00:33+05:30 stop calling analytics api for cve scan reg/de-reg (fabric8-services/fabric8-wit#2316) ---- **Commit:** fabric8-services/fabric8-wit@37a913a **Author:** Baiju Muthukadan (baiju.m.mail@gmail.com) **Date:** 2018-10-15T17:07:20+05:30 Include fabric8-common as a dependency (fabric8-services/fabric8-wit#2318) ---- **Commit:** fabric8-services/fabric8-wit@e09b805 **Author:** Konrad Kleine (193408+kwk@users.noreply.github.com) **Date:** 2018-10-15T14:44:35+02:00 Use Postgres CTE to update iteration numbers (fabric8-services/fabric8-wit#2319) ---- **Commit:** fabric8-services/fabric8-wit@1724c15 **Author:** Ibrahim Jarif (jarifibrahim@gmail.com) **Date:** 2018-10-23T10:12:56+05:30 Rearrage search repository blackbox tests (fabric8-services/fabric8-wit#2322) ---- **Commit:** fabric8-services/fabric8-wit@7fda6af **Author:** Ibrahim Jarif (jarifibrahim@gmail.com) **Date:** 2018-10-23T13:49:11+05:30 Make agile default template for space creation (fabric8-services/fabric8-wit#2323) ---- **Commit:** fabric8-services/fabric8-wit@7b78cf6 **Author:** Konrad Kleine (193408+kwk@users.noreply.github.com) **Date:** 2018-10-23T11:54:01+02:00 Postpone iteration number update (fabric8-services/fabric8-wit#2325) ---- **Commit:** fabric8-services/fabric8-wit@22e3d5d **Author:** Dhriti Shikhar (dhriti.shikhar.rokz@gmail.com) **Date:** 2018-10-23T16:06:35+05:30 Enable the delete workitem endpoint (fabric8-services/fabric8-wit#2305) ---- **Commit:** fabric8-services/fabric8-wit@3d163c7 **Author:** Ibrahim Jarif (jarifibrahim@gmail.com) **Date:** 2018-10-23T17:45:11+05:30 Increase deployment timeout to 2X (fabric8-services/fabric8-wit#2327) ---- **Commit:** fabric8-services/fabric8-wit@9879836 **Author:** Ibrahim Jarif (jarifibrahim@gmail.com) **Date:** 2018-10-24T11:30:20+05:30 Do not throw 500 on invalid value type in search API (fabric8-services/fabric8-wit#2321) ---- **Commit:** fabric8-services/fabric8-wit@44739f8 **Author:** Ibrahim Jarif (jarifibrahim@gmail.com) **Date:** 2018-10-25T10:57:03+05:30 Remove redundant code and fix typo (fabric8-services/fabric8-wit#2329)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This PR
TestSearch.*
toTestFilter.*
because those tests are for filter and not search.TestFilter
andTestFullTextSearch
. Earlier they are all mixed up.NOTE - This PR does not add/remove any test. This PR only renames and rearranges tests.