Skip to content
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

Remove DDF feature repos temporarily #251

Merged
merged 1 commit into from
Jun 17, 2019

Conversation

brjeter
Copy link
Contributor

@brjeter brjeter commented Jun 17, 2019

What does this PR do?

Removes DDF feature repos and disables the feature itests until we can upgrade Karaf. See #246 for details.

Who is reviewing it (please choose AT LEAST two reviewers that need to approve the PR before it can get merged)?

@peterhuffer @blen-desta

How should this be tested? (List steps with links to updated documentation)

CI
Hero steps:

  • Build admin-console on this PR
  • Point downstream project to admin-console version 1.3.1-SNAPSHOT and ddf version 2.16.0-SNAPSHOT
  • Build the downstream project
  • Run and install the downstream project.
  • Either tail the logs are do a list -t 0 -s | grep -i ddf every once in awhile, and make sure no 2.15.0 versioned DDF bundles are starting up.

Any background context you want to provide?

Screenshots (if appropriate)

Checklist:

  • Documentation Updated
  • Update / Add Unit Tests
  • Update / Add Integration Tests

<repository>mvn:ddf.features/admin/${ddf.version}/xml/features</repository>
<repository>mvn:ddf.features/security/${ddf.version}/xml/features</repository>
<repository>mvn:ddf.catalog/catalog-app/${ddf.version}/xml/features</repository>
<!-- Uncomment and put in version ranges once https://github.com/connexta/admin-console/issues/246 is complete. -->
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❓ How does the features still being used in the commented out feature files get found by this feature file?
❓ Should we add TODO to all these comments to make them easily searchable?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can add the TODO. The features files will need to be already included in the running Karaf instance in order for these features to be installed (this is the way the 1.2.x branch of admin-console works).

@brjeter brjeter force-pushed the removeFeatureRepos branch from 4bd5d30 to fb02cc7 Compare June 17, 2019 18:45
@brjeter
Copy link
Contributor Author

brjeter commented Jun 17, 2019

build now

@brjeter brjeter force-pushed the removeFeatureRepos branch from fb02cc7 to da1c580 Compare June 17, 2019 18:53
@ahoffer
Copy link

ahoffer commented Jun 17, 2019

Tested per the instruction. Ingested a files, search for it successfully.
Grepped through the log and found no instances of the string "2.15.0".

@brjeter
Copy link
Contributor Author

brjeter commented Jun 17, 2019

build now

@brjeter
Copy link
Contributor Author

brjeter commented Jun 17, 2019

@brjeter brjeter merged commit 6aca314 into connexta:master Jun 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants