Skip to content

Commit

Permalink
resolve merge conflicts (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: sonali623 <[email protected]>
  • Loading branch information
sonali623 and sonali623 authored Dec 13, 2024
1 parent 5187cc9 commit 31f7445
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ module.exports = function(grunt) {
'copy:dist_img',
'copy:dist_statics'
]);
};
};
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2024 Patel, Sonali [Engineering]
Copyright 2024 Goldman Sachs

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -198,4 +198,4 @@
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ Pulse Telemetry API Plugin

Copyright 2024 Goldman Sachs

The project is licensed under the Apache License.
The project is licensed under the Apache License.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@
"ts-node": "^10.7.0",
"typescript": "^2.9.2"
}
}
}
2 changes: 1 addition & 1 deletion specs/datasource.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ describe('Datasource', function () {
sinon.assert.match(actualAutoInterval, expectedAutoInterval);
});

});
});
2 changes: 1 addition & 1 deletion src/config_ctrl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ export class ApiConfigCtrl {

constructor($scope) {
}
}
}
2 changes: 1 addition & 1 deletion src/datasource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -535,4 +535,4 @@ export default class TimeseriesApiDatasource {
return 'just now';
}

}
}
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ export {
ApiConfigCtrl as ConfigCtrl,
ApiQueryOptionsCtrl as QueryOptionsCtrl,
ApiAnnotationsQueryCtrl as AnnotationsQueryCtrl
};
};
4 changes: 1 addition & 3 deletions src/partials/annotations.editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,4 @@ <h5 class="section-heading">Query</h5>
<div class="gf-form">
<input type="text" class="gf-form-input" ng-model='ctrl.annotation.query' placeholder=""></input>
</div>
</div>


</div>
2 changes: 1 addition & 1 deletion src/partials/config.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ <h3 class="page-heading">Extra Fields Needed For This Plugin</h3>
</info-popover>
</div>
</div>
</div>
</div>
2 changes: 1 addition & 1 deletion src/partials/query.editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@


</div>
</query-editor-row>
</query-editor-row>
2 changes: 1 addition & 1 deletion src/partials/query.options.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
<section class="grafana-metric-options" >
<div class="gf-form">
</div>
</section>
</section>
2 changes: 1 addition & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
"version": "1.0.0",
"updated": "2024-05-22"
}
}
}
2 changes: 1 addition & 1 deletion src/query_ctrl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,4 @@ export class ApiDatasourceQueryCtrl extends QueryCtrl {
// This closes the dropdown
this.addTagMode = false;
}
}
}
2 changes: 1 addition & 1 deletion src/suggestion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -313,4 +313,4 @@ export default class Suggestion {
removeWhitespace(string) {
return string.replace(/\s/g, "");
}
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
"esm": true,
"experimentalSpecifierResolution": "node"
}
}
}

0 comments on commit 31f7445

Please sign in to comment.