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

Feature/#11 display processing errors #17

Merged
merged 55 commits into from
Nov 14, 2016

Conversation

malaskowski
Copy link
Contributor

This code is for #11 - processing errors are now displayed on report tabs.


I hereby agree to the terms of the AET Contributor License Agreement.

var service = {
getMetadata: getMetadata,
saveMetadata: saveMetadata
},
requestParams = requestParametersService.get(),
configParams = configService.getConfig();
getEndpointUrl = endpointConfiguration.getEndpointUrl();
Copy link
Contributor

Choose a reason for hiding this comment

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

Could we rename getEndpointUrl variable? To sth like

  • metadataUrl
  • endpoint
  • ??

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Renamed.

'use strict';
angularAMD.factory('endpointConfiguration', function () {
return {
getEndpointUrl: function () {
Copy link
Contributor

Choose a reason for hiding this comment

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

As service is called endpointConfiguration~maybe method could be renmd togetUrl` ?
What do you think?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, this is good idea - I renamed method to getEndpoint and production to getUrl.

wiiitek and others added 24 commits October 15, 2016 21:51
…-performance-report

fix for client side performance report
…atterns

fix for accepting patterns on localhost:9000
…mment-popover

fix for included comment popover
…or-filtering

Status filter renamed and fix for filtering
@wiiitek
Copy link
Contributor

wiiitek commented Oct 26, 2016

For the source comparator there is a JavaScript error as Angular expects JSON object but artifactId is a HTML source. This should probably be investigated...

@malaskowski malaskowski merged commit 78fa3da into master Nov 14, 2016
@malaskowski malaskowski deleted the feature/#11-display-processing-errors branch November 14, 2016 10:15
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.

3 participants