Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
117 changes: 0 additions & 117 deletions Framework/Backend/db/mysql.js

This file was deleted.

3 changes: 0 additions & 3 deletions Framework/Backend/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const O2TokenService = require('./services/O2TokenService.js');
const { LogLevel } = require('./log/LogLevel.js');
const { LogSeverity } = require('./log/LogSeverity.js');
const { LogManager, Log } = require('./log/LogManager.js');
const MySQL = require('./db/mysql.js');
const NotificationService = require('./services/notification.js');
const WebSocket = require('./websocket/server.js');
const WebSocketMessage = require('./websocket/message.js');
Expand Down Expand Up @@ -69,8 +68,6 @@ exports.LogLevel = LogLevel;

exports.LogSeverity = LogSeverity;

exports.MySQL = MySQL;

exports.NotificationService = NotificationService;

exports.WebSocket = WebSocket;
Expand Down
173 changes: 0 additions & 173 deletions Framework/Backend/test/mocha-mysql.js

This file was deleted.

5 changes: 2 additions & 3 deletions Framework/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![codecov](https://codecov.io/gh/AliceO2Group/WebUi/branch/dev/graph/badge.svg?flag=framework)](https://codecov.io/gh/AliceO2Group/WebUi)
[![JIRA](https://img.shields.io/badge/JIRA-issues-blue.svg)](https://alice.its.cern.ch/jira/projects/OGUI)

- [ALICE O<sup>2</sup> Web UI Framework](#alice-osup2sup-web-ui-framework)
- [ALICE O2 Web UI Framework](#alice-o2-web-ui-framework)
- [Overview](#overview)
- [Server-side features](#server-side-features)
- [Client-side features](#client-side-features)
Expand All @@ -28,7 +28,7 @@ The goal of this UI framework is to identify library and framework sets, provide
- REST and WebSocket API
- Authentication via CERN SSO (OpenID Connect), authorization using CERN e-groups
- Communication integrity ensured by JSON Web Tokens
- External resource access: MySQL, gRPC, Consul
- External resource access: gRPC, Consul

#### Client-side features
- User interface CSS building blocks in accordance with ALICE standards
Expand Down Expand Up @@ -69,7 +69,6 @@ npm install --save @aliceo2/web-ui
* [Logging](./docs/guide/logging.md) - Stores log messages in a file or pushes them to InfoLogger service
* [SSO - OpenID Connect](./docs/guide/openid.md) - Provides authentication using CERN SSO via OpenID Connect
* [WebSocket server](./docs/guide/websockets.md) - Provides bi-directional communication between browsers and server using WebSocket protocol
* [MySQL](./docs/guide/mysql.md) - MySQL client with simple CRUD queries
* [Consul](./docs/guide/consul.md) - Consul service with simple Read queries
* [JIRA](./docs/guide/jira.md) - Create JIRA issues
* [Notification service](./docs/guide/notification.md) - Trigger and receive notification using Kafka cluster
Expand Down
54 changes: 0 additions & 54 deletions Framework/docs/guide/mysql.md

This file was deleted.

Loading
Loading