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

4.0-7.10 Backend organization #2781

Merged
merged 7 commits into from
Jan 14, 2021
Merged

4.0-7.10 Backend organization #2781

merged 7 commits into from
Jan 14, 2021

Commits on Jan 14, 2021

  1. organize(backend): Cleaning and organize backend

      - Removed not used files (.old)
      - Renamed .js files to .ts
      - Renamed /util to /common
      - Moved /server/reporting to /server/lib/reporting
      - Moved /server/jobs/queue to /server/start/queue
      - Moved /server/logger to /server/lib/logger
      - Moved files in /util to /server/lib
      - Adapted imports in backend and frontend
      - Created index files for each backend job
    Desvelao committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    0127001 View commit details
    Browse the repository at this point in the history
  2. organize(backend): Removed not used backend endpoints and some files

      - Removed endpoints:
        - /api/pci/{requirement}
        - /api/gdpr/{requirement}
        - /api/nist/{requirement}
        - /api/tsc/{requirement}
        - /api/hipaa/{requirement}
        - /api/monitoring
        - /api/agents
        - /elastic/index-patterns
      - Renamed endpoint /elastic/esAlerts to /elastic/alerts
      - Removed files:
        - /server/lib/elastic-wrapper.ts
        - /server/lib/api-helper.js
        - /server/lib/get-path.ts
    Desvelao committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    05fac04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb01f74 View commit details
    Browse the repository at this point in the history
  4. fix(backend): fix relative import of assets (fontas and logo) for rep…

    …orts using __dirname in printer
    Desvelao committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    a609928 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c0f2ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8c9f103 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    05e70b2 View commit details
    Browse the repository at this point in the history