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

Feat/MDD-189: Improved 2.4.103 MISP Server Image #34

Merged
merged 48 commits into from Mar 20, 2019
Merged

Feat/MDD-189: Improved 2.4.103 MISP Server Image #34

merged 48 commits into from Mar 20, 2019

Conversation

8ear
Copy link
Contributor

@8ear 8ear commented Mar 20, 2019

Feat/MDD-189: Improved 2.4.103 MISP Server Image

Update Information

Features of the release:

  • This MISP server 2.4.103 release has an improved mechanism to sync the different start scripts. First start Redis and DB and after this start apache2. Then all other scripts.

General Changes

Besides the modified MISP version (2.4.103), no general changes were made.

Fixes and Improvements

  • Changed license file
  • Added "entrypoint.sh" script for supervisord
  • Removed entrypoint_monitoring.sh
  • Removed entrypoint_syslog-ng.sh
  • Added "entrypoint_worker.sh"
  • Changed misp_cron.sh and misp_update.sh
  • Changed Dockerfile for 2.4.103 to fit to the official MISP documentation
  • Added enviroment variables
  • Changed all entrypoint scripts to support green colored start output tag

Detailed Changes

  • Changed License file
    Added current year to License file
  • Added "entrypoint.sh" script for supervisord
  • Removed entrypoint_monitoring.sh
    It is not more needed.
  • Removed entrypoint_syslog-ng.sh
    It is not more needed.
  • Added "entrypoint_worker.sh"
    MISP workers get an own entrypoint_worker.sh start script
  • Changed misp_cron.sh and misp_update.sh
    Improved misp_cron.sh script and misp_update.sh script at the way how the get their AUTH token from DB
  • Changed Dockerfile for 2.4.103 to fit to the official MISP documentation
  • Added environent variables:
    • PHP_MEMORY_LIMIT="512M"
    • PHP_MAX_EXECUTION_TIME="600"
    • PHP_UPLOAD_MAX_FILESIZE="50M"
    • PHP_POST_MAX_SIZE="50M"

8ear and others added 30 commits February 15, 2019 17:11
- Rewritten init_pgp, init_smime
- Removed keyword function
- Rewritten setup_via_cake
- Changed check_mysql function
## Feat/MDD-172: Added MISP Version 2.4.102
### Update Information
Features of the release:
- Added MISP server container for MISP release 2.4.102.
  For more information, please have a look at the official changelog at https://github.com/MISP/MISP/releases/tag/v2.4.102.
- Added improved CI scripts
### General Changes
Besides the new MISP version, we improved the CI scripts for Gitlab and Travis CI.
### Fixes and Improvements
- Added MISP server container with MISP Version 2.4.102
- Added improved CI scripts
### Detailed Changes
- Added new MISP server 2.4.102 on base of 2.4.97.
## Feat/MDD-173: Added MISP Version 2.4.103
### Update Information
Features of the release:
- Added MISP server container for MISP release 2.4.103.
  For more information, please have a look at the official changelog at https://github.com/MISP/MISP/releases/tag/v2.4.103.
### General Changes
Besides the new MISP version, we improved the CI scripts for Gitlab and Travis CI.
### Fixes and Improvements
- Added MISP server container with MISP Version 2.4.103
### Detailed Changes
- Added new MISP server 2.4.103 on base of 2.4.97.
@8ear 8ear self-assigned this Mar 20, 2019
@8ear 8ear added bug Something isn't working enhancement New feature or request labels Mar 20, 2019
* Add 2.4.102 in test

* Fixed non-able tagging bug

* Added version 2.4.103

* Activate all for Master

* Cleanup

* Extend logging capabilities at healthcheck

* Spellchecker

* Replace wait for db function + Spellchecker

* Added PHP variables and more:
- Rewritten init_pgp, init_smime
- Removed keyword function
- Rewritten setup_via_cake
- Changed check_mysql function

* Rewritten redis entrypoint

* change default cmd for redis

* Repair 2.4.99 server

* Test 2.4.103

* Increase DB retry

* Add pid file for entrypoint scripts

* Deactivate syslog config

* Delete unused entrypoints

* Fix mariadb entrypoint script

* Rename MISP update script

* Rewrite cron job and related entrypoint script

* Fix entrypoint_local_mariadb

* Change CI Files

* Fixing Dockerfile

* chmod +x

* Replace locales

* Fixing cron

* fixing healtchecl

* fixing mariadb entrypoint

* fixing redis entrypoint

* fixing apache entrypoint

* Change supervisord to an entrypoint script

* Changed misp_cron and misp_update scripts

* Added an fixed worker script

* Changed Entrypoint scripts

* Changed Healthcheck

* Changed entrypoint_worker

* Changed entrypoint_apache

* Changed Dockerfile

* Fixing 2.4.93

* Fixing Gitlab CI

* Change version gitlab-ci file

* Change PHP Vars

* Undo changes which are not made at 2.4.93

* Undow changes from 2.4.103

* Undo changes from 2.4.103

* Prepare .gitlab-ci.yml file for master

* Undo changes
@8ear 8ear merged commit dd5bf6f into master Mar 20, 2019
@8ear 8ear deleted the feat/MDD-189 branch March 20, 2019 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant