-
Notifications
You must be signed in to change notification settings - Fork 589
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
Get processing timeline events #3241
base: master
Are you sure you want to change the base?
Get processing timeline events #3241
Commits on Dec 3, 2024
-
Remove yarn.lock from frontend-ng
The yarn.lock file speed-ups an initial set-up but freezes the registry URL, which can be different in the ~/.npmrc file when developing in a company.
Configuration menu - View commit details
-
Copy full SHA for a5a1654 - Browse repository at this point
Copy the full SHA a5a1654View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91d6ebd - Browse repository at this point
Copy the full SHA 91d6ebdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fa3124 - Browse repository at this point
Copy the full SHA 1fa3124View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f8b400 - Browse repository at this point
Copy the full SHA 9f8b400View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bc11c7 - Browse repository at this point
Copy the full SHA 2bc11c7View commit details -
Makes the repository handle file line endings. This helps to make it cross-platform, asserting some files are Unix-ended.
Configuration menu - View commit details
-
Copy full SHA for dba8284 - Browse repository at this point
Copy the full SHA dba8284View commit details -
Rename the development Compose file
Uses the prefeed name of the Compose specification.
Configuration menu - View commit details
-
Copy full SHA for 4cdba0d - Browse repository at this point
Copy the full SHA 4cdba0dView commit details -
Enhance the development Compose file
Changes: - Removes the deprecated "version" field, - Adds a toplevel "name" field (prefix of container names nad network), - Adds a toplevel "network" field, with a common "timesketch-dev" network, - Removes container names (depends on and toplevel name and service names), - Do not bind to the 127.0.0.1 interface only (0.0.0.0), - Removes useless "links" (common network), - Refactors environment variables to don't use a YAML array, - Removes "restart" fields to detect undesired crashes in development, - Binds ports of other services to the host (opensearch, redis).
Configuration menu - View commit details
-
Copy full SHA for 23029ce - Browse repository at this point
Copy the full SHA 23029ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a96545 - Browse repository at this point
Copy the full SHA 3a96545View commit details -
Adds .gitignore files. Dramatically improves an image build in a development context.
Configuration menu - View commit details
-
Copy full SHA for 4a5e4cd - Browse repository at this point
Copy the full SHA 4a5e4cdView commit details -
Updates development sigma rules
Adapts the list to the latest version of the repository: - Fixes moved ones, - Deletes removed ones.
Configuration menu - View commit details
-
Copy full SHA for 35e6143 - Browse repository at this point
Copy the full SHA 35e6143View commit details -
Enhance the Compose development set-up
Changes are: - Allows Docker image builds in a restricted company context (limited access to remote Ubuntu, Python or Node repositories) using variables, - Centralizes variables in a .env file (not versioned), - Adds a .env.template file as .env template with predefined variables, - Use a distinct directory for every service dependencies, - Use named volumes to avoid anonymous ones (PostgreSQL, Redis and Prometheus), - Use a per-service environment file, - Simplifies how development configuration files are transferred to Timesketch, - Simplifies manipulation of containers using Compose CLI instead of the Docker one, - Simplify and optimizes the Timesketch entrypoint, - Updates the Bash scripts to start frontend-ng, - Updates related documentation. Use named volumes in Compose development PostgreSQL, Redis and Prometheus declare volumes in their Dockerfile. This leads to anonymous volume creations if they are not declared in Compose.
Configuration menu - View commit details
-
Copy full SHA for 3f8cf2b - Browse repository at this point
Copy the full SHA 3f8cf2bView commit details -
Use a virtualenv in the development Docker image
Avoids using the system environment.
Configuration menu - View commit details
-
Copy full SHA for 08e8de9 - Browse repository at this point
Copy the full SHA 08e8de9View commit details
Commits on Dec 5, 2024
-
WIP Allow showing processing timeline events
For now, there is no setting to switch with previous behaviour.
Configuration menu - View commit details
-
Copy full SHA for de22d67 - Browse repository at this point
Copy the full SHA de22d67View commit details