Skip to content

Commit

Permalink
🔖(major) first major release 1.0.0
Browse files Browse the repository at this point in the history
Added:

- Implement base CLI commands (list, extract, fetch & push) for supported
  backends
- Support for ElasticSearch database backend
- Support for LDP storage backend
- Support for FS storage backend
- Parse (gzipped) tracking logs in GELF format
- Support for application's configuration file
- Add optional sentry integration
- Distribute Arnold's tray to deploy Ralph in a k8s cluster as cronjobs
  • Loading branch information
jmaupetit committed Jan 13, 2021
1 parent 1ca36e8 commit d8b282a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.0.0] - 2021-01-13

### Added

- Implement base CLI commands (list, extract, fetch & push) for supported
Expand All @@ -20,4 +22,5 @@ Versioning](https://semver.org/spec/v2.0.0.html).
- Add optional sentry integration
- Distribute Arnold's tray to deploy Ralph in a k8s cluster as cronjobs

[unreleased]: https://github.com/openfun/ralph
[unreleased]: https://github.com/openfun/v1.0.0...master
[1.0.0]: https://github.com/openfun/ashley/compare/3d03d85...v1.0.0
5 changes: 2 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;;
[metadata]
name = ralph-malph
version = 0.0.1
version = 1.0.0
description = An OpenEdx's tracking logs processor to feed your LRS
long_description = file:README.md
long_description_content_type = text/markdown
Expand All @@ -13,12 +13,11 @@ url = https://github.com/openfun/ralph
license = MIT
keywords = Open edX, Analytics, xAPI, LRS
classifiers =
Development Status :: 4 - Beta
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Natural Language :: English
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
[options]
Expand Down

0 comments on commit d8b282a

Please sign in to comment.