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 v3 APIs from API modules #1061

Merged
merged 2 commits into from
Aug 18, 2021

Conversation

nedelcho-delchev-tues
Copy link
Contributor

@nedelcho-delchev-tues nedelcho-delchev-tues commented Aug 18, 2021

What does this PR do?

Removes all v3 APIs from the api modules

What issues does this PR fix or reference?

fixes #1055

Comment on lines 24 to 25
var DIRIGIBLE_BRANDING_ICON_DEFAULT = '/services/v4/web/resources/images/favicon.png';
var DIRIGIBLE_BRANDING_WELCOME_PAGE_DEFAULT = '/services/v4/web/ide/welcome.html';
var DIRIGIBLE_BRANDING_ICON_DEFAULT = '../../../../services/v4/web/resources/images/favicon.png';
var DIRIGIBLE_BRANDING_WELCOME_PAGE_DEFAULT = '../../../../services/v4/web/ide/welcome.html';
Copy link
Contributor

Choose a reason for hiding this comment

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

@nedelcho-delchev-tues could you update the ide/ui/ide-branding/src/main/resources/META-INF/dirigible/ide-branding/api/branding.js here, so that there are no relative paths:

  • '../../../../services/v4/web/resources/images/favicon.png' -> '/services/v4/web/resources/images/favicon.png'
  • '../../../../services/v4/web/ide/welcome.html' -> '/services/v4/web/ide/welcome.html'

Copy link
Contributor

@ThuF ThuF left a comment

Choose a reason for hiding this comment

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

Some minor feedback to be fixed first :)
It seems that changes were made and submitted in Dirigible, without making them in the corresponding DirigibleLabs repo.

Copy link
Contributor

@ThuF ThuF left a comment

Choose a reason for hiding this comment

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

+1

@ThuF ThuF merged commit 431089c into eclipse-dirigible:master Aug 18, 2021
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.

[API] Remove v3 APIs from API modules
2 participants