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
4 changes: 2 additions & 2 deletions COPYRIGHT
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Copyright (C) 2022 Indoc Research
Copyright (C) 2022 Indoc Systems

Contact Indoc Research for any questions regarding the use of this source code.
Contact Indoc Systems for any questions regarding the use of this source code.
4 changes: 2 additions & 2 deletions app/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (C) 2022-2023 Indoc Research
# Copyright (C) 2022-2023 Indoc Systems
#
# Contact Indoc Research for any questions regarding the use of this source code.
# Contact Indoc Systems for any questions regarding the use of this source code.
4 changes: 2 additions & 2 deletions app/commands/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (C) 2022-2023 Indoc Research
# Copyright (C) 2022-2023 Indoc Systems
#
# Contact Indoc Research for any questions regarding the use of this source code.
# Contact Indoc Systems for any questions regarding the use of this source code.
4 changes: 2 additions & 2 deletions app/commands/container_registry.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2022-2023 Indoc Research
# Copyright (C) 2022-2023 Indoc Systems
#
# Contact Indoc Research for any questions regarding the use of this source code.
# Contact Indoc Systems for any questions regarding the use of this source code.

import click

Expand Down
4 changes: 2 additions & 2 deletions app/commands/dataset.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2022-2023 Indoc Research
# Copyright (C) 2022-2023 Indoc Systems
#
# Contact Indoc Research for any questions regarding the use of this source code.
# Contact Indoc Systems for any questions regarding the use of this source code.

import click
import questionary
Expand Down
4 changes: 2 additions & 2 deletions app/commands/entry_point.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2022-2023 Indoc Research
# Copyright (C) 2022-2023 Indoc Systems
#
# Contact Indoc Research for any questions regarding the use of this source code.
# Contact Indoc Systems for any questions regarding the use of this source code.

import os

Expand Down
4 changes: 2 additions & 2 deletions app/commands/file.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2022-2023 Indoc Research
# Copyright (C) 2022-2023 Indoc Systems
#
# Contact Indoc Research for any questions regarding the use of this source code.
# Contact Indoc Systems for any questions regarding the use of this source code.

import json
import os
Expand Down
4 changes: 2 additions & 2 deletions app/commands/project.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2022-2023 Indoc Research
# Copyright (C) 2022-2023 Indoc Systems
#
# Contact Indoc Research for any questions regarding the use of this source code.
# Contact Indoc Systems for any questions regarding the use of this source code.

import click
import questionary
Expand Down
4 changes: 2 additions & 2 deletions app/commands/user.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2022-2023 Indoc Research
# Copyright (C) 2022-2023 Indoc Systems
#
# Contact Indoc Research for any questions regarding the use of this source code.
# Contact Indoc Systems for any questions regarding the use of this source code.

from typing import Union

Expand Down
4 changes: 2 additions & 2 deletions app/configs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (C) 2022-2023 Indoc Research
# Copyright (C) 2022-2023 Indoc Systems
#
# Contact Indoc Research for any questions regarding the use of this source code.
# Contact Indoc Systems for any questions regarding the use of this source code.
4 changes: 2 additions & 2 deletions app/configs/app_config.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2022-2023 Indoc Research
# Copyright (C) 2022-2023 Indoc Systems
#
# Contact Indoc Research for any questions regarding the use of this source code.
# Contact Indoc Systems for any questions regarding the use of this source code.

from app.configs.config import ConfigClass

Expand Down
4 changes: 2 additions & 2 deletions app/configs/config.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2022-2023 Indoc Research
# Copyright (C) 2022-2023 Indoc Systems
#
# Contact Indoc Research for any questions regarding the use of this source code.
# Contact Indoc Systems for any questions regarding the use of this source code.

from functools import lru_cache
from pathlib import Path
Expand Down
4 changes: 2 additions & 2 deletions app/configs/user_config.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2022-2023 Indoc Research
# Copyright (C) 2022-2023 Indoc Systems
#
# Contact Indoc Research for any questions regarding the use of this source code.
# Contact Indoc Systems for any questions regarding the use of this source code.

import configparser
import os
Expand Down
4 changes: 2 additions & 2 deletions app/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (C) 2022-2023 Indoc Research
# Copyright (C) 2022-2023 Indoc Systems
#
# Contact Indoc Research for any questions regarding the use of this source code.
# Contact Indoc Systems for any questions regarding the use of this source code.
4 changes: 2 additions & 2 deletions app/models/enums.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2023 Indoc Research
# Copyright (C) 2023 Indoc Systems
#
# Contact Indoc Research for any questions regarding the use of this source code.
# Contact Indoc Systems for any questions regarding the use of this source code.

from enum import Enum

Expand Down
4 changes: 2 additions & 2 deletions app/models/service_meta_class.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2022-2023 Indoc Research
# Copyright (C) 2022-2023 Indoc Systems
#
# Contact Indoc Research for any questions regarding the use of this source code.
# Contact Indoc Systems for any questions regarding the use of this source code.


class MetaService(type):
Expand Down
4 changes: 2 additions & 2 deletions app/models/singleton.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2022-2023 Indoc Research
# Copyright (C) 2022-2023 Indoc Systems
#
# Contact Indoc Research for any questions regarding the use of this source code.
# Contact Indoc Systems for any questions regarding the use of this source code.


class Singleton(type):
Expand Down
4 changes: 2 additions & 2 deletions app/models/upload_form.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2022-2023 Indoc Research
# Copyright (C) 2022-2023 Indoc Systems
#
# Contact Indoc Research for any questions regarding the use of this source code.
# Contact Indoc Systems for any questions regarding the use of this source code.

from app.services.file_manager.file_upload.models import FileObject

Expand Down
4 changes: 2 additions & 2 deletions app/pilotcli.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2022-2023 Indoc Research
# Copyright (C) 2022-2023 Indoc Systems
#
# Contact Indoc Research for any questions regarding the use of this source code.
# Contact Indoc Systems for any questions regarding the use of this source code.

import click
import requests
Expand Down
4 changes: 2 additions & 2 deletions app/resources/custom_error.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2022-2023 Indoc Research
# Copyright (C) 2022-2023 Indoc Systems
#
# Contact Indoc Research for any questions regarding the use of this source code.
# Contact Indoc Systems for any questions regarding the use of this source code.


class Error:
Expand Down
4 changes: 2 additions & 2 deletions app/resources/custom_help.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2022-2023 Indoc Research
# Copyright (C) 2022-2023 Indoc Systems
#
# Contact Indoc Research for any questions regarding the use of this source code.
# Contact Indoc Systems for any questions regarding the use of this source code.


class HelpPage:
Expand Down
4 changes: 2 additions & 2 deletions app/services/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (C) 2022-2023 Indoc Research
# Copyright (C) 2022-2023 Indoc Systems
#
# Contact Indoc Research for any questions regarding the use of this source code.
# Contact Indoc Systems for any questions regarding the use of this source code.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2022-2023 Indoc Research
# Copyright (C) 2022-2023 Indoc Systems
#
# Contact Indoc Research for any questions regarding the use of this source code.
# Contact Indoc Systems for any questions regarding the use of this source code.

from json import loads

Expand Down
4 changes: 2 additions & 2 deletions app/services/crypto/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (C) 2022-2023 Indoc Research
# Copyright (C) 2022-2023 Indoc Systems
#
# Contact Indoc Research for any questions regarding the use of this source code.
# Contact Indoc Systems for any questions regarding the use of this source code.
4 changes: 2 additions & 2 deletions app/services/crypto/crypto.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2022-2023 Indoc Research
# Copyright (C) 2022-2023 Indoc Systems
#
# Contact Indoc Research for any questions regarding the use of this source code.
# Contact Indoc Systems for any questions regarding the use of this source code.

import base64
import os
Expand Down
4 changes: 2 additions & 2 deletions app/services/dataset_manager/dataset_detail.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2022-2023 Indoc Research
# Copyright (C) 2022-2023 Indoc Systems
#
# Contact Indoc Research for any questions regarding the use of this source code.
# Contact Indoc Systems for any questions regarding the use of this source code.

import requests

Expand Down
4 changes: 2 additions & 2 deletions app/services/dataset_manager/dataset_download.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2022-2023 Indoc Research
# Copyright (C) 2022-2023 Indoc Systems
#
# Contact Indoc Research for any questions regarding the use of this source code.
# Contact Indoc Systems for any questions regarding the use of this source code.

import datetime
import os
Expand Down
4 changes: 2 additions & 2 deletions app/services/dataset_manager/dataset_list.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2022-2023 Indoc Research
# Copyright (C) 2022-2023 Indoc Systems
#
# Contact Indoc Research for any questions regarding the use of this source code.
# Contact Indoc Systems for any questions regarding the use of this source code.

from app.configs.app_config import AppConfig
from app.configs.user_config import UserConfig
Expand Down
4 changes: 2 additions & 2 deletions app/services/dataset_manager/model.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2022-2023 Indoc Research
# Copyright (C) 2022-2023 Indoc Systems
#
# Contact Indoc Research for any questions regarding the use of this source code.
# Contact Indoc Systems for any questions regarding the use of this source code.

from enum import Enum

Expand Down
4 changes: 2 additions & 2 deletions app/services/file_manager/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (C) 2022-2023 Indoc Research
# Copyright (C) 2022-2023 Indoc Systems
#
# Contact Indoc Research for any questions regarding the use of this source code.
# Contact Indoc Systems for any questions regarding the use of this source code.
4 changes: 2 additions & 2 deletions app/services/file_manager/file_download/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (C) 2022-2023 Indoc Research
# Copyright (C) 2022-2023 Indoc Systems
#
# Contact Indoc Research for any questions regarding the use of this source code.
# Contact Indoc Systems for any questions regarding the use of this source code.
4 changes: 2 additions & 2 deletions app/services/file_manager/file_download/download_client.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2022-2023 Indoc Research
# Copyright (C) 2022-2023 Indoc Systems
#
# Contact Indoc Research for any questions regarding the use of this source code.
# Contact Indoc Systems for any questions regarding the use of this source code.

import concurrent.futures
import os
Expand Down
4 changes: 2 additions & 2 deletions app/services/file_manager/file_download/model.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2022-2023 Indoc Research
# Copyright (C) 2022-2023 Indoc Systems
#
# Contact Indoc Research for any questions regarding the use of this source code.
# Contact Indoc Systems for any questions regarding the use of this source code.

from enum import Enum

Expand Down
4 changes: 2 additions & 2 deletions app/services/file_manager/file_list.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2022-2023 Indoc Research
# Copyright (C) 2022-2023 Indoc Systems
#
# Contact Indoc Research for any questions regarding the use of this source code.
# Contact Indoc Systems for any questions regarding the use of this source code.

import click
import questionary
Expand Down
4 changes: 2 additions & 2 deletions app/services/file_manager/file_manifests.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2022-2023 Indoc Research
# Copyright (C) 2022-2023 Indoc Systems
#
# Contact Indoc Research for any questions regarding the use of this source code.
# Contact Indoc Systems for any questions regarding the use of this source code.

import json

Expand Down
4 changes: 2 additions & 2 deletions app/services/file_manager/file_tag.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2022-2023 Indoc Research
# Copyright (C) 2022-2023 Indoc Systems
#
# Contact Indoc Research for any questions regarding the use of this source code.
# Contact Indoc Systems for any questions regarding the use of this source code.

import re

Expand Down
4 changes: 2 additions & 2 deletions app/services/file_manager/file_upload/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (C) 2022-2023 Indoc Research
# Copyright (C) 2022-2023 Indoc Systems
#
# Contact Indoc Research for any questions regarding the use of this source code.
# Contact Indoc Systems for any questions regarding the use of this source code.
4 changes: 2 additions & 2 deletions app/services/file_manager/file_upload/exception.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2022-2023 Indoc Research
# Copyright (C) 2022-2023 Indoc Systems
#
# Contact Indoc Research for any questions regarding the use of this source code.
# Contact Indoc Systems for any questions regarding the use of this source code.


class INVALID_CHUNK_ETAG(Exception):
Expand Down
4 changes: 2 additions & 2 deletions app/services/file_manager/file_upload/file_upload.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2022-2023 Indoc Research
# Copyright (C) 2022-2023 Indoc Systems
#
# Contact Indoc Research for any questions regarding the use of this source code.
# Contact Indoc Systems for any questions regarding the use of this source code.

import math
import os
Expand Down
4 changes: 2 additions & 2 deletions app/services/file_manager/file_upload/models.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2022-2023 Indoc Research
# Copyright (C) 2022-2023 Indoc Systems
#
# Contact Indoc Research for any questions regarding the use of this source code.
# Contact Indoc Systems for any questions regarding the use of this source code.

import math
from enum import Enum
Expand Down
4 changes: 2 additions & 2 deletions app/services/file_manager/file_upload/upload_client.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2022-2023 Indoc Research
# Copyright (C) 2022-2023 Indoc Systems
#
# Contact Indoc Research for any questions regarding the use of this source code.
# Contact Indoc Systems for any questions regarding the use of this source code.

import hashlib
import json
Expand Down
4 changes: 2 additions & 2 deletions app/services/file_manager/file_upload/upload_validator.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2022-2023 Indoc Research
# Copyright (C) 2022-2023 Indoc Systems
#
# Contact Indoc Research for any questions regarding the use of this source code.
# Contact Indoc Systems for any questions regarding the use of this source code.

import os

Expand Down
4 changes: 2 additions & 2 deletions app/services/logger_services/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (C) 2022-2023 Indoc Research
# Copyright (C) 2022-2023 Indoc Systems
#
# Contact Indoc Research for any questions regarding the use of this source code.
# Contact Indoc Systems for any questions regarding the use of this source code.
4 changes: 2 additions & 2 deletions app/services/logger_services/log_functions.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2022-2023 Indoc Research
# Copyright (C) 2022-2023 Indoc Systems
#
# Contact Indoc Research for any questions regarding the use of this source code.
# Contact Indoc Systems for any questions regarding the use of this source code.

import click

Expand Down
4 changes: 2 additions & 2 deletions app/services/output_manager/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (C) 2022-2023 Indoc Research
# Copyright (C) 2022-2023 Indoc Systems
#
# Contact Indoc Research for any questions regarding the use of this source code.
# Contact Indoc Systems for any questions regarding the use of this source code.
4 changes: 2 additions & 2 deletions app/services/output_manager/error_handler.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2022-2023 Indoc Research
# Copyright (C) 2022-2023 Indoc Systems
#
# Contact Indoc Research for any questions regarding the use of this source code.
# Contact Indoc Systems for any questions regarding the use of this source code.

import enum
import sys
Expand Down
4 changes: 2 additions & 2 deletions app/services/output_manager/help_page.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2022-2023 Indoc Research
# Copyright (C) 2022-2023 Indoc Systems
#
# Contact Indoc Research for any questions regarding the use of this source code.
# Contact Indoc Systems for any questions regarding the use of this source code.

import enum

Expand Down
4 changes: 2 additions & 2 deletions app/services/output_manager/message_handler.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (C) 2022-2023 Indoc Research
# Copyright (C) 2022-2023 Indoc Systems
#
# Contact Indoc Research for any questions regarding the use of this source code.
# Contact Indoc Systems for any questions regarding the use of this source code.

import io

Expand Down
Loading