loggable_activity 0.5.4 → 0.5.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.rubocop.yml +10 -0
- data/CHANGELOG.md +12 -3
- data/GETTING-STARTED.md +61 -0
- data/README.md +4 -7
- data/app/views/loggable_activity/activities/_activities.html.slim +6 -6
- data/docker-compose.yml +27 -0
- data/docs/CHANGELOG_md.html +318 -0
- data/docs/CHEAT_SHEET_md.html +168 -0
- data/docs/CODE_OF_CONDUCT_md.html +250 -0
- data/docs/CreateLoggableActivities.html +175 -0
- data/docs/CreateLoggableActivityTables.html +173 -0
- data/docs/GETTING-STARTED_md.html +211 -0
- data/docs/Gemfile.html +153 -0
- data/docs/Gemfile_lock.html +438 -0
- data/docs/LoggableActivity/ActivitiesController.html +160 -0
- data/docs/LoggableActivity/ActivitiesHelper.html +158 -0
- data/docs/LoggableActivity/Activity.html +565 -0
- data/docs/LoggableActivity/ApplicationController.html +97 -0
- data/docs/LoggableActivity/ApplicationHelper.html +91 -0
- data/docs/LoggableActivity/ApplicationJob.html +97 -0
- data/docs/LoggableActivity/ApplicationMailer.html +97 -0
- data/docs/LoggableActivity/ApplicationRecord.html +97 -0
- data/docs/LoggableActivity/Configuration.html +237 -0
- data/docs/LoggableActivity/ConfigurationError.html +142 -0
- data/docs/LoggableActivity/CurrentActor.html +166 -0
- data/docs/LoggableActivity/DataOwner.html +138 -0
- data/docs/LoggableActivity/Encryption.html +321 -0
- data/docs/LoggableActivity/EncryptionError.html +142 -0
- data/docs/LoggableActivity/EncryptionKey.html +399 -0
- data/docs/LoggableActivity/Engine.html +108 -0
- data/docs/LoggableActivity/Error.html +142 -0
- data/docs/LoggableActivity/Generators/InstallGenerator.html +212 -0
- data/docs/LoggableActivity/Generators.html +91 -0
- data/docs/LoggableActivity/Hooks.html +841 -0
- data/docs/LoggableActivity/Payload.html +430 -0
- data/docs/LoggableActivity/Sanitizer.html +134 -0
- data/docs/LoggableActivity/Services/BasePayloadsBuilder.html +472 -0
- data/docs/LoggableActivity/Services/CustomPayloadsBuilder.html +225 -0
- data/docs/LoggableActivity/Services/DestroyPayloadsBuilder.html +396 -0
- data/docs/LoggableActivity/Services/PayloadsBuilder.html +348 -0
- data/docs/LoggableActivity/Services/UpdatePayloadsBuilder.html +540 -0
- data/docs/LoggableActivity/Services.html +93 -0
- data/docs/LoggableActivity.html +173 -0
- data/docs/MIT-LICENSE.html +132 -0
- data/docs/Object.html +110 -0
- data/docs/README_md.html +186 -0
- data/docs/Rakefile.html +134 -0
- data/docs/app/assets/config/loggable_activity_manifest_js.html +126 -0
- data/docs/app/assets/javascripts/loggable_activity/application_js.html +124 -0
- data/docs/app/assets/stylesheets/loggable_activity/activities_scss.html +154 -0
- data/docs/app/assets/stylesheets/loggable_activity/application_scss.html +142 -0
- data/docs/app/views/layouts/loggable_activity/application_html_slim.html +145 -0
- data/docs/app/views/loggable_activity/activities/_activities_html_slim.html +159 -0
- data/docs/created.rid +74 -0
- data/docs/css/fonts.css +167 -0
- data/docs/css/rdoc.css +687 -0
- data/docs/fonts/Lato-Light.ttf +0 -0
- data/docs/fonts/Lato-LightItalic.ttf +0 -0
- data/docs/fonts/Lato-Regular.ttf +0 -0
- data/docs/fonts/Lato-RegularItalic.ttf +0 -0
- data/docs/fonts/SourceCodePro-Bold.ttf +0 -0
- data/docs/fonts/SourceCodePro-Regular.ttf +0 -0
- data/docs/git-org/HEAD.html +126 -0
- data/docs/git-org/config.html +128 -0
- data/docs/git-org/description.html +126 -0
- data/docs/git-org/hooks/applypatch-msg_sample.html +128 -0
- data/docs/git-org/hooks/commit-msg_sample.html +138 -0
- data/docs/git-org/hooks/fsmonitor-watchman_sample.html +302 -0
- data/docs/git-org/hooks/post-update_sample.html +128 -0
- data/docs/git-org/hooks/pre-applypatch_sample.html +128 -0
- data/docs/git-org/hooks/pre-commit_sample.html +174 -0
- data/docs/git-org/hooks/pre-merge-commit_sample.html +133 -0
- data/docs/git-org/hooks/pre-push_sample.html +161 -0
- data/docs/git-org/hooks/pre-rebase_sample.html +282 -0
- data/docs/git-org/hooks/pre-receive_sample.html +144 -0
- data/docs/git-org/hooks/prepare-commit-msg_sample.html +136 -0
- data/docs/git-org/hooks/push-to-checkout_sample.html +178 -0
- data/docs/git-org/hooks/update_sample.html +226 -0
- data/docs/git-org/info/exclude.html +126 -0
- data/docs/images/add.png +0 -0
- data/docs/images/arrow_up.png +0 -0
- data/docs/images/brick.png +0 -0
- data/docs/images/brick_link.png +0 -0
- data/docs/images/bug.png +0 -0
- data/docs/images/bullet_black.png +0 -0
- data/docs/images/bullet_toggle_minus.png +0 -0
- data/docs/images/bullet_toggle_plus.png +0 -0
- data/docs/images/date.png +0 -0
- data/docs/images/delete.png +0 -0
- data/docs/images/find.png +0 -0
- data/docs/images/loadingAnimation.gif +0 -0
- data/docs/images/macFFBgHack.png +0 -0
- data/docs/images/package.png +0 -0
- data/docs/images/page_green.png +0 -0
- data/docs/images/page_white_text.png +0 -0
- data/docs/images/page_white_width.png +0 -0
- data/docs/images/plugin.png +0 -0
- data/docs/images/ruby.png +0 -0
- data/docs/images/tag_blue.png +0 -0
- data/docs/images/tag_green.png +0 -0
- data/docs/images/transparent.png +0 -0
- data/docs/images/wrench.png +0 -0
- data/docs/images/wrench_orange.png +0 -0
- data/docs/images/zoom.png +0 -0
- data/docs/index.html +166 -0
- data/docs/js/darkfish.js +97 -0
- data/docs/js/navigation.js +105 -0
- data/docs/js/navigation.js.gz +0 -0
- data/docs/js/search.js +110 -0
- data/docs/js/search_index.js +1 -0
- data/docs/js/search_index.js.gz +0 -0
- data/docs/js/searcher.js +229 -0
- data/docs/js/searcher.js.gz +0 -0
- data/docs/lib/loggable_activity/config_schema_json.html +205 -0
- data/docs/lib/tasks/loggable_activity_tasks_rake.html +128 -0
- data/docs/table_of_contents.html +954 -0
- data/lib/generators/loggable_activity/install/install_generator.rb +68 -0
- data/lib/generators/loggable_activity/install/templates/create_loggable_activities.rb +45 -0
- data/lib/generators/loggable_activity/install/templates/loggable_activity.en.yml +32 -0
- data/lib/generators/loggable_activity/install/templates/loggable_activity.rb +27 -0
- data/lib/generators/loggable_activity/install/templates/loggable_activity.yml +103 -0
- data/lib/loggable_activity/activity.rb +4 -4
- data/lib/loggable_activity/concerns/current_actor.rb +25 -0
- data/lib/loggable_activity/config_schema.json +2 -13
- data/lib/loggable_activity/configuration.rb +0 -10
- data/lib/loggable_activity/encryption.rb +33 -12
- data/lib/loggable_activity/encryption_key.rb +1 -1
- data/lib/loggable_activity/error.rb +3 -3
- data/lib/loggable_activity/hooks.rb +74 -18
- data/lib/loggable_activity/payload.rb +6 -4
- data/lib/loggable_activity/services/base_payloads_builder.rb +2 -1
- data/lib/loggable_activity/services/custom_payloads_builder.rb +55 -0
- data/lib/loggable_activity/version.rb +1 -1
- data/lib/loggable_activity.rb +5 -2
- metadata +121 -111
- data/lib/loggable_activity/concerns/current_user.rb +0 -26
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2e7775d5a84feda7f0746a8021f806705c71ec1587ad71386d16be783af5e34b
|
|
4
|
+
data.tar.gz: e5914078c6a98d263c585d76b45c43d0f5cd012f9d889e8893763eb27f2d3e02
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6c4ba19072bde63b5084fd199f1161b457b12df26bac0adc56273c0b37b78e1ce234bc4cc9f2ed8cab8aca0858e22682b44a04bd8badfb78f28ff80ce7114bb3
|
|
7
|
+
data.tar.gz: c75dabf4e3426be90014d8aa7bf7a702a27af018bc9f90035de74972c4eb2ea4c51f86df01f33e778d1973763c29e91f4f281a7783d21e67e09c4881de49a320
|
data/.rubocop.yml
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
AllCops:
|
|
2
|
+
NewCops: enable
|
|
2
3
|
Exclude:
|
|
3
4
|
- 'db/migrate/20240702092648_create_loggable_activity_tables.rb'
|
|
4
5
|
Layout/LineLength:
|
|
@@ -9,6 +10,8 @@ Layout/LineLength:
|
|
|
9
10
|
Metrics/AbcSize:
|
|
10
11
|
Exclude:
|
|
11
12
|
- 'lib/loggable_activity/encryption.rb'
|
|
13
|
+
- 'lib/loggable_activity/services/update_payloads_builder.rb'
|
|
14
|
+
- 'lib/generators/loggable_activity/install/templates/create_loggable_activities.rb'
|
|
12
15
|
Metrics/BlockLength:
|
|
13
16
|
Exclude:
|
|
14
17
|
- 'test/dummy/config/environments/development.rb'
|
|
@@ -18,6 +21,7 @@ Metrics/ClassLength:
|
|
|
18
21
|
Exclude:
|
|
19
22
|
- 'lib/loggable_activity/services/update_payloads_builder.rb'
|
|
20
23
|
Metrics/MethodLength:
|
|
24
|
+
Enabled: true
|
|
21
25
|
Exclude:
|
|
22
26
|
- 'lib/loggable_activity/services/update_payloads_builder.rb'
|
|
23
27
|
- 'lib/loggable_activity/services/destroy_payloads_builder.rb'
|
|
@@ -27,6 +31,9 @@ Metrics/MethodLength:
|
|
|
27
31
|
- 'lib/loggable_activity/activity.rb'
|
|
28
32
|
- 'lib/loggable_activity/services/payloads_builder.rb'
|
|
29
33
|
- 'lib/loggable_activity/hooks.rb'
|
|
34
|
+
- 'test/dummy/db/migrate/20240629154538_create_users.rb'
|
|
35
|
+
- 'lib/loggable_activity/services/custom_payloads_builder.rb'
|
|
36
|
+
- 'lib/generators/loggable_activity/install/templates/create_loggable_activities.rb'
|
|
30
37
|
Metrics/ModuleLength:
|
|
31
38
|
Exclude:
|
|
32
39
|
- 'lib/loggable_activity/hooks.rb'
|
|
@@ -36,3 +43,6 @@ Style/Documentation:
|
|
|
36
43
|
- 'app/models/loggable_activity/application_record.rb'
|
|
37
44
|
- 'app/mailers/loggable_activity/application_mailer.rb'
|
|
38
45
|
- 'app/helpers/loggable_activity/application_helper.rb'
|
|
46
|
+
Metrics/CyclomaticComplexity:
|
|
47
|
+
Exclude:
|
|
48
|
+
- 'lib/loggable_activity/hooks.rb'
|
data/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,19 @@
|
|
|
1
|
-
## [0.5.
|
|
1
|
+
## [0.5.7] - 2024-07-21
|
|
2
|
+
- Config file is optional
|
|
3
|
+
|
|
4
|
+
## [0.5.6] - 2024-07-18
|
|
5
|
+
- Documentation updated
|
|
6
|
+
- Generator updated
|
|
7
|
+
|
|
8
|
+
## [0.5.5] - 2024-07-16
|
|
9
|
+
- Custom attrs added
|
|
2
10
|
### Breaking change
|
|
3
|
-
- Styling changed to bootstrap
|
|
4
11
|
- Configuration.yml changed
|
|
5
12
|
|
|
13
|
+
## [0.5.4] - 2024-03-21
|
|
14
|
+
- Styling with bootstrap css
|
|
15
|
+
|
|
6
16
|
## [0.5.2] - 2024-03-21
|
|
7
|
-
### Breaking change
|
|
8
17
|
- Styling with pico css
|
|
9
18
|
- Public attrs added
|
|
10
19
|
|
data/GETTING-STARTED.md
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
# Getting started
|
|
2
|
+
This document should you getting started with `LoggableActivity`
|
|
3
|
+
|
|
4
|
+
## Prerequisite
|
|
5
|
+
1 A running Rails Application<br/>
|
|
6
|
+
2 An authorization system where a current user or similar is available.
|
|
7
|
+
|
|
8
|
+
## Installation
|
|
9
|
+
Add the loggable_activity gem to the Gemfile `gem 'loggable_activity', '~> 0.5.4` and then<br/>
|
|
10
|
+
Remember to check for the latest version number
|
|
11
|
+
```
|
|
12
|
+
$ bundle install
|
|
13
|
+
```
|
|
14
|
+
Then we have to generate some migrations and execute them<br/>
|
|
15
|
+
```
|
|
16
|
+
$ bin/rails generate loggable_activity:install
|
|
17
|
+
$ bin/rails db:migrate
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
## Add hoks to models
|
|
21
|
+
```
|
|
22
|
+
class User < ApplicationRecord
|
|
23
|
+
include LoggableActivity::Hooks
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
## Configuration
|
|
27
|
+
Update `config/initializers/loggable_activity.rb` documentation is in the file.
|
|
28
|
+
|
|
29
|
+
## loggable_activity.yaml
|
|
30
|
+
You have to update the configuration file installed inside the `config/loggable_activity.yaml`
|
|
31
|
+
This file defines how data are logged.
|
|
32
|
+
|
|
33
|
+
## Automatically log show from controllers
|
|
34
|
+
This assumes that there is a current_user. E.g provided by the Devise gem</br>
|
|
35
|
+
Add a this to the application_controller.rb if you want automatically log show
|
|
36
|
+
```
|
|
37
|
+
class ApplicationController < ActionController::Base
|
|
38
|
+
include LoggableActivity::CurrentUser
|
|
39
|
+
```
|
|
40
|
+
Otherwise you might create `app/controllers/concerns/current_user.rb` and alter it .
|
|
41
|
+
|
|
42
|
+
## Manually log show from controllers
|
|
43
|
+
If you want to log the show action you can add this to your controllers show method
|
|
44
|
+
```
|
|
45
|
+
def show
|
|
46
|
+
@user.log(:show)
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
## For developers and contributors
|
|
50
|
+
You can download and play around with a demo app
|
|
51
|
+
- 1 Download the project from [github](https://github.com/LoggableActivity/LoggableActivity)
|
|
52
|
+
- 1 Download the demo application from [github](https://github.com/LoggableActivity/LoggableActivityDemoApp)
|
|
53
|
+
- 2 Update the Gemfile in the demo project so it points to your localhost.
|
|
54
|
+
```
|
|
55
|
+
Gemfile
|
|
56
|
+
|
|
57
|
+
gem 'loggable_activity', '~> VERSION', path: '/PATH_TO_PROJECT/LoggableActivityEngine/LoggableActivityEngine'
|
|
58
|
+
# gem 'loggable_activity', '~> VERSION'
|
|
59
|
+
```
|
|
60
|
+
*VERSION is the version number found in the gemfile*<br/>
|
|
61
|
+
*PATH_TO_PROJECT* is where you have stored the project on your local drive
|
data/README.md
CHANGED
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
# Loggable Activity 🌟
|
|
2
|
-
|
|
3
|
-
-
|
|
4
|
-
-
|
|
5
|
-
-
|
|
6
|
-
- Handles activities that involves more than one table in the DB.
|
|
7
|
-
- Encrypt data stored in the activity log
|
|
8
|
-
- Support binary_ids
|
|
2
|
+
Super easy to use activity log with views out of the box
|
|
3
|
+
- Just add the gem and mount the engine and you have a cool looking activity log.
|
|
4
|
+
- Easy and simple to customize and configure
|
|
5
|
+
- All data are encrypted, and
|
|
9
6
|
|
|
10
7
|
### Important!
|
|
11
8
|
This project is under development and not ready for production. There might be breaking changes, so please consult the CHANGELOG.md
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
|
|
2
2
|
.row
|
|
3
3
|
.col-3
|
|
4
|
-
b.text-secondary
|
|
4
|
+
b.text-secondary = t('loggable_activity.activity.action')
|
|
5
5
|
.col-3
|
|
6
|
-
b.text-secondary
|
|
6
|
+
b.text-secondary = t('loggable_activity.activity.record')
|
|
7
7
|
.col-3
|
|
8
|
-
b.text-secondary
|
|
8
|
+
b.text-secondary = t('loggable_activity.activity.actor')
|
|
9
9
|
.col-3
|
|
10
|
-
b.text-secondary
|
|
10
|
+
b.text-secondary = t('loggable_activity.activity.created_at')
|
|
11
11
|
|
|
12
12
|
- @activities.each do |activity|
|
|
13
13
|
.activity.activity-info[type="button" data-bs-toggle="collapse" data-bs-target="#activity_#{activity.id}" aria-expanded="false" aria-controls="collapseExample"]
|
|
@@ -15,9 +15,9 @@
|
|
|
15
15
|
.col-3
|
|
16
16
|
= activity_action(activity)
|
|
17
17
|
.col-3
|
|
18
|
-
=
|
|
18
|
+
= activity.record_display_name
|
|
19
19
|
.col-3
|
|
20
|
-
=
|
|
20
|
+
= activity.actor_display_name
|
|
21
21
|
.col-3
|
|
22
22
|
= l(activity.created_at, format: :long)
|
|
23
23
|
.collapse id="activity_#{activity.id}"
|
data/docker-compose.yml
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
version: "3.2"
|
|
2
|
+
services:
|
|
3
|
+
rabbitmq:
|
|
4
|
+
image: rabbitmq:3-management-alpine
|
|
5
|
+
container_name: 'rabbitmq'
|
|
6
|
+
ports:
|
|
7
|
+
- 5672:5672
|
|
8
|
+
- 15672:15672
|
|
9
|
+
volumes:
|
|
10
|
+
- ~/.docker-conf/rabbitmq/data/:/var/lib/rabbitmq/
|
|
11
|
+
- ~/.docker-conf/rabbitmq/log/:/var/log/rabbitmq
|
|
12
|
+
|
|
13
|
+
postgres:
|
|
14
|
+
image: postgres:13
|
|
15
|
+
container_name: 'postgres'
|
|
16
|
+
environment:
|
|
17
|
+
POSTGRES_USER: postgres
|
|
18
|
+
POSTGRES_PASSWORD: postgres
|
|
19
|
+
POSTGRES_DB: loggable_activity_dev
|
|
20
|
+
ports:
|
|
21
|
+
- 5432:5432
|
|
22
|
+
volumes:
|
|
23
|
+
- pgdata:/var/lib/postgresql/data
|
|
24
|
+
|
|
25
|
+
volumes:
|
|
26
|
+
pgdata:
|
|
27
|
+
driver: local
|
|
@@ -0,0 +1,318 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
|
|
3
|
+
<html>
|
|
4
|
+
<head>
|
|
5
|
+
<meta charset="UTF-8">
|
|
6
|
+
|
|
7
|
+
<title>CHANGELOG - RDoc Documentation</title>
|
|
8
|
+
|
|
9
|
+
<script type="text/javascript">
|
|
10
|
+
var rdoc_rel_prefix = "./";
|
|
11
|
+
var index_rel_prefix = "./";
|
|
12
|
+
</script>
|
|
13
|
+
|
|
14
|
+
<script src="./js/navigation.js" defer></script>
|
|
15
|
+
<script src="./js/search.js" defer></script>
|
|
16
|
+
<script src="./js/search_index.js" defer></script>
|
|
17
|
+
<script src="./js/searcher.js" defer></script>
|
|
18
|
+
<script src="./js/darkfish.js" defer></script>
|
|
19
|
+
|
|
20
|
+
<link href="./css/fonts.css" rel="stylesheet">
|
|
21
|
+
<link href="./css/rdoc.css" rel="stylesheet">
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
<body id="top" role="document" class="file">
|
|
25
|
+
<nav role="navigation">
|
|
26
|
+
<div id="project-navigation">
|
|
27
|
+
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
|
28
|
+
<h2>
|
|
29
|
+
<a href="./index.html" rel="home">Home</a>
|
|
30
|
+
</h2>
|
|
31
|
+
|
|
32
|
+
<div id="table-of-contents-navigation">
|
|
33
|
+
<a href="./table_of_contents.html#pages">Pages</a>
|
|
34
|
+
<a href="./table_of_contents.html#classes">Classes</a>
|
|
35
|
+
<a href="./table_of_contents.html#methods">Methods</a>
|
|
36
|
+
</div>
|
|
37
|
+
</div>
|
|
38
|
+
|
|
39
|
+
<div id="search-section" role="search" class="project-section initially-hidden">
|
|
40
|
+
<form action="#" method="get" accept-charset="utf-8">
|
|
41
|
+
<div id="search-field-wrapper">
|
|
42
|
+
<input id="search-field" role="combobox" aria-label="Search"
|
|
43
|
+
aria-autocomplete="list" aria-controls="search-results"
|
|
44
|
+
type="text" name="search" placeholder="Search (/) for a class, method, ..." spellcheck="false"
|
|
45
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
|
46
|
+
</div>
|
|
47
|
+
|
|
48
|
+
<ul id="search-results" aria-label="Search Results"
|
|
49
|
+
aria-busy="false" aria-expanded="false"
|
|
50
|
+
aria-atomic="false" class="initially-hidden"></ul>
|
|
51
|
+
</form>
|
|
52
|
+
</div>
|
|
53
|
+
|
|
54
|
+
</div>
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
<div class="nav-section">
|
|
58
|
+
<h3>Table of Contents</h3>
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
<ul class="link-list" role="directory">
|
|
63
|
+
<li> <a href="#label-5B0.5.6-5D+-+2024-07-18">[0.5.6] - 2024-07-18</a>
|
|
64
|
+
<li>
|
|
65
|
+
<details open>
|
|
66
|
+
<summary> <a href="#label-5B0.5.5-5D+-+2024-07-16">[0.5.5] - 2024-07-16</a>
|
|
67
|
+
</summary>
|
|
68
|
+
<ul class="link-list" role="directory">
|
|
69
|
+
<li> <a href="#label-Breaking+change">Breaking change</a>
|
|
70
|
+
|
|
71
|
+
</ul>
|
|
72
|
+
</details>
|
|
73
|
+
</li>
|
|
74
|
+
<li> <a href="#label-5B0.5.4-5D+-+2024-03-21">[0.5.4] - 2024-03-21</a>
|
|
75
|
+
<li> <a href="#label-5B0.5.2-5D+-+2024-03-21">[0.5.2] - 2024-03-21</a>
|
|
76
|
+
<li> <a href="#label-5B0.2.0-5D+-+2024-07-03">[0.2.0] - 2024-07-03</a>
|
|
77
|
+
<li>
|
|
78
|
+
<details open>
|
|
79
|
+
<summary> <a href="#label-5B0.1.58-5D+-+2024-03-21">[0.1.58] - 2024-03-21</a>
|
|
80
|
+
</summary>
|
|
81
|
+
<ul class="link-list" role="directory">
|
|
82
|
+
<li> <a href="#label-Breaking+change">Breaking change</a>
|
|
83
|
+
|
|
84
|
+
</ul>
|
|
85
|
+
</details>
|
|
86
|
+
</li>
|
|
87
|
+
<li>
|
|
88
|
+
<details open>
|
|
89
|
+
<summary> <a href="#label-5B0.1.56-5D+-+2024-03-04">[0.1.56] - 2024-03-04</a>
|
|
90
|
+
</summary>
|
|
91
|
+
<ul class="link-list" role="directory">
|
|
92
|
+
<li> <a href="#label-Breaking+change">Breaking change</a>
|
|
93
|
+
|
|
94
|
+
</ul>
|
|
95
|
+
</details>
|
|
96
|
+
</li>
|
|
97
|
+
<li> <a href="#label-5B0.1.54-5D+-+2024-02-24">[0.1.54] - 2024-02-24</a>
|
|
98
|
+
<li> <a href="#label-5B0.1.53-5D+-+2024-02-22">[0.1.53] - 2024-02-22</a>
|
|
99
|
+
<li> <a href="#label-5B0.1.52-5D+-+2024-02-20">[0.1.52] - 2024-02-20</a>
|
|
100
|
+
<li> <a href="#label-5B0.1.51-5D+-+2024-02-19">[0.1.51] - 2024-02-19</a>
|
|
101
|
+
<li> <a href="#label-5B0.1.49-5D+-+2024-02-18">[0.1.49] - 2024-02-18</a>
|
|
102
|
+
<li>
|
|
103
|
+
<details open>
|
|
104
|
+
<summary> <a href="#label-5B0.1.48-5D+-+2024-02-16">[0.1.48] - 2024-02-16</a>
|
|
105
|
+
</summary>
|
|
106
|
+
<ul class="link-list" role="directory">
|
|
107
|
+
<li> <a href="#label-Breaking+change">Breaking change</a>
|
|
108
|
+
|
|
109
|
+
</ul>
|
|
110
|
+
</details>
|
|
111
|
+
</li>
|
|
112
|
+
<li> <a href="#label-5B0.1.46-5D+-+2024-02-16">[0.1.46] - 2024-02-16</a>
|
|
113
|
+
<li> <a href="#label-5B0.1.43-5D+-+2024-02-15">[0.1.43] - 2024-02-15</a>
|
|
114
|
+
<li> <a href="#label-5B0.1.39-5D+-+2024-02-12">[0.1.39] - 2024-02-12</a>
|
|
115
|
+
<li> <a href="#label-5B0.1.38-5D+-+2024-02-12">[0.1.38] - 2024-02-12</a>
|
|
116
|
+
<li> <a href="#label-5B0.1.35-5D+-+2024-02-11">[0.1.35] - 2024-02-11</a>
|
|
117
|
+
|
|
118
|
+
</ul>
|
|
119
|
+
</div>
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
<div id="project-metadata">
|
|
123
|
+
|
|
124
|
+
<div id="fileindex-section" class="nav-section">
|
|
125
|
+
<h3>Pages</h3>
|
|
126
|
+
|
|
127
|
+
<ul class="link-list">
|
|
128
|
+
<li><a href="./CHANGELOG_md.html">CHANGELOG</a>
|
|
129
|
+
<li><a href="./CHEAT_SHEET_md.html">CHEAT_SHEET</a>
|
|
130
|
+
<li><a href="./CODE_OF_CONDUCT_md.html">CODE_OF_CONDUCT</a>
|
|
131
|
+
<li><a href="./GETTING-STARTED_md.html">GETTING-STARTED</a>
|
|
132
|
+
<li><a href="./Gemfile.html">Gemfile</a>
|
|
133
|
+
<li><a href="./Gemfile_lock.html">Gemfile.lock</a>
|
|
134
|
+
<li><a href="./MIT-LICENSE.html">MIT-LICENSE</a>
|
|
135
|
+
<li><a href="./README_md.html">README</a>
|
|
136
|
+
<li><a href="./Rakefile.html">Rakefile</a>
|
|
137
|
+
<li><details><summary>app</summary>
|
|
138
|
+
<ul class="link-list">
|
|
139
|
+
<li><a href="./app/assets/config/loggable_activity_manifest_js.html">loggable_activity_manifest.js</a>
|
|
140
|
+
<li><a href="./app/assets/javascripts/loggable_activity/application_js.html">application.js</a>
|
|
141
|
+
<li><a href="./app/assets/stylesheets/loggable_activity/activities_scss.html">activities.scss</a>
|
|
142
|
+
<li><a href="./app/assets/stylesheets/loggable_activity/application_scss.html">application.scss</a>
|
|
143
|
+
<li><a href="./app/views/layouts/loggable_activity/application_html_slim.html">application.html.slim</a>
|
|
144
|
+
<li><a href="./app/views/loggable_activity/activities/_activities_html_slim.html">_activities.html.slim</a>
|
|
145
|
+
</ul></details>
|
|
146
|
+
<li><details><summary>git-org</summary>
|
|
147
|
+
<ul class="link-list">
|
|
148
|
+
<li><a href="./git-org/HEAD.html">HEAD</a>
|
|
149
|
+
<li><a href="./git-org/config.html">config</a>
|
|
150
|
+
<li><a href="./git-org/description.html">description</a>
|
|
151
|
+
<li><a href="./git-org/hooks/applypatch-msg_sample.html">applypatch-msg.sample</a>
|
|
152
|
+
<li><a href="./git-org/hooks/commit-msg_sample.html">commit-msg.sample</a>
|
|
153
|
+
<li><a href="./git-org/hooks/fsmonitor-watchman_sample.html">fsmonitor-watchman.sample</a>
|
|
154
|
+
<li><a href="./git-org/hooks/post-update_sample.html">post-update.sample</a>
|
|
155
|
+
<li><a href="./git-org/hooks/pre-applypatch_sample.html">pre-applypatch.sample</a>
|
|
156
|
+
<li><a href="./git-org/hooks/pre-commit_sample.html">pre-commit.sample</a>
|
|
157
|
+
<li><a href="./git-org/hooks/pre-merge-commit_sample.html">pre-merge-commit.sample</a>
|
|
158
|
+
<li><a href="./git-org/hooks/pre-push_sample.html">pre-push.sample</a>
|
|
159
|
+
<li><a href="./git-org/hooks/pre-rebase_sample.html">pre-rebase.sample</a>
|
|
160
|
+
<li><a href="./git-org/hooks/pre-receive_sample.html">pre-receive.sample</a>
|
|
161
|
+
<li><a href="./git-org/hooks/prepare-commit-msg_sample.html">prepare-commit-msg.sample</a>
|
|
162
|
+
<li><a href="./git-org/hooks/push-to-checkout_sample.html">push-to-checkout.sample</a>
|
|
163
|
+
<li><a href="./git-org/hooks/update_sample.html">update.sample</a>
|
|
164
|
+
<li><a href="./git-org/info/exclude.html">exclude</a>
|
|
165
|
+
</ul></details>
|
|
166
|
+
<li><details><summary>lib</summary>
|
|
167
|
+
<ul class="link-list">
|
|
168
|
+
<li><a href="./lib/loggable_activity/config_schema_json.html">config_schema.json</a>
|
|
169
|
+
<li><a href="./lib/tasks/loggable_activity_tasks_rake.html">loggable_activity_tasks.rake</a>
|
|
170
|
+
</ul></details>
|
|
171
|
+
</ul>
|
|
172
|
+
</div>
|
|
173
|
+
|
|
174
|
+
</div>
|
|
175
|
+
</nav>
|
|
176
|
+
|
|
177
|
+
<main role="main" aria-label="Page CHANGELOG.md">
|
|
178
|
+
|
|
179
|
+
<h2 id="label-5B0.5.6-5D+-+2024-07-18">[0.5.6] - 2024-07-18<span><a href="#label-5B0.5.6-5D+-+2024-07-18">¶</a> <a href="#top">↑</a></span></h2>
|
|
180
|
+
<ul><li>
|
|
181
|
+
<p>Documentation updated</p>
|
|
182
|
+
</li><li>
|
|
183
|
+
<p>Generator updated</p>
|
|
184
|
+
</li></ul>
|
|
185
|
+
|
|
186
|
+
<h2 id="label-5B0.5.5-5D+-+2024-07-16">[0.5.5] - 2024-07-16<span><a href="#label-5B0.5.5-5D+-+2024-07-16">¶</a> <a href="#top">↑</a></span></h2>
|
|
187
|
+
<ul><li>
|
|
188
|
+
<p>Custom attrs added</p>
|
|
189
|
+
|
|
190
|
+
<h3 id="label-Breaking+change">Breaking change<span><a href="#label-Breaking+change">¶</a> <a href="#top">↑</a></span></h3>
|
|
191
|
+
</li><li>
|
|
192
|
+
<p>Configuration.yml changed</p>
|
|
193
|
+
</li></ul>
|
|
194
|
+
|
|
195
|
+
<h2 id="label-5B0.5.4-5D+-+2024-03-21">[0.5.4] - 2024-03-21<span><a href="#label-5B0.5.4-5D+-+2024-03-21">¶</a> <a href="#top">↑</a></span></h2>
|
|
196
|
+
<ul><li>
|
|
197
|
+
<p>Styling with bootstrap css</p>
|
|
198
|
+
</li></ul>
|
|
199
|
+
|
|
200
|
+
<h2 id="label-5B0.5.2-5D+-+2024-03-21">[0.5.2] - 2024-03-21<span><a href="#label-5B0.5.2-5D+-+2024-03-21">¶</a> <a href="#top">↑</a></span></h2>
|
|
201
|
+
<ul><li>
|
|
202
|
+
<p>Styling with pico css</p>
|
|
203
|
+
</li><li>
|
|
204
|
+
<p>Public attrs added</p>
|
|
205
|
+
</li></ul>
|
|
206
|
+
|
|
207
|
+
<h2 id="label-5B0.2.0-5D+-+2024-07-03">[0.2.0] - 2024-07-03<span><a href="#label-5B0.2.0-5D+-+2024-07-03">¶</a> <a href="#top">↑</a></span></h2>
|
|
208
|
+
<ul><li>
|
|
209
|
+
<p>Keys kan be kept until <a href="LoggableActivity/Sanitizer.html#method-c-run"><code>LoggableActivity::Sanitizer.run</code></a> is called</p>
|
|
210
|
+
</li></ul>
|
|
211
|
+
|
|
212
|
+
<h2 id="label-5B0.1.58-5D+-+2024-03-21">[0.1.58] - 2024-03-21<span><a href="#label-5B0.1.58-5D+-+2024-03-21">¶</a> <a href="#top">↑</a></span></h2>
|
|
213
|
+
|
|
214
|
+
<h3 id="label-Breaking+change">Breaking change<span><a href="#label-Breaking+change">¶</a> <a href="#top">↑</a></span></h3>
|
|
215
|
+
<ul><li>
|
|
216
|
+
<p>All presentations generators are removed</p>
|
|
217
|
+
</li><li>
|
|
218
|
+
<p>Service modules for building of payloads</p>
|
|
219
|
+
</li><li>
|
|
220
|
+
<p>Schema validation of configuration file</p>
|
|
221
|
+
</li><li>
|
|
222
|
+
<p>Schema validation in tests of generated attrs</p>
|
|
223
|
+
</li><li>
|
|
224
|
+
<p>Support for UUID’s hanging, tbd</p>
|
|
225
|
+
</li><li>
|
|
226
|
+
<p>100 pct test coverage</p>
|
|
227
|
+
</li></ul>
|
|
228
|
+
|
|
229
|
+
<h2 id="label-5B0.1.56-5D+-+2024-03-04">[0.1.56] - 2024-03-04<span><a href="#label-5B0.1.56-5D+-+2024-03-04">¶</a> <a href="#top">↑</a></span></h2>
|
|
230
|
+
|
|
231
|
+
<h3 id="label-Breaking+change">Breaking change<span><a href="#label-Breaking+change">¶</a> <a href="#top">↑</a></span></h3>
|
|
232
|
+
<ul><li>
|
|
233
|
+
<p>Generate links in helpers</p>
|
|
234
|
+
</li></ul>
|
|
235
|
+
|
|
236
|
+
<h2 id="label-5B0.1.54-5D+-+2024-02-24">[0.1.54] - 2024-02-24<span><a href="#label-5B0.1.54-5D+-+2024-02-24">¶</a> <a href="#top">↑</a></span></h2>
|
|
237
|
+
<ul><li>
|
|
238
|
+
<p>Support for BinaryID’s</p>
|
|
239
|
+
</li><li>
|
|
240
|
+
<p>Updated <a href="README_md.html">README.md</a></p>
|
|
241
|
+
</li><li>
|
|
242
|
+
<p>Quick start guid in terminal after installations</p>
|
|
243
|
+
</li><li>
|
|
244
|
+
<p>Support for slim</p>
|
|
245
|
+
</li></ul>
|
|
246
|
+
|
|
247
|
+
<h2 id="label-5B0.1.53-5D+-+2024-02-22">[0.1.53] - 2024-02-22<span><a href="#label-5B0.1.53-5D+-+2024-02-22">¶</a> <a href="#top">↑</a></span></h2>
|
|
248
|
+
<ul><li>
|
|
249
|
+
<p>Generator for presentation layer</p>
|
|
250
|
+
</li><li>
|
|
251
|
+
<p><a href="GETTING-STARTED_md.html">GETTING-STARTED.md</a> guide</p>
|
|
252
|
+
</li></ul>
|
|
253
|
+
|
|
254
|
+
<h2 id="label-5B0.1.52-5D+-+2024-02-20">[0.1.52] - 2024-02-20<span><a href="#label-5B0.1.52-5D+-+2024-02-20">¶</a> <a href="#top">↑</a></span></h2>
|
|
255
|
+
<ul><li>
|
|
256
|
+
<p>Support for has_many relations</p>
|
|
257
|
+
</li></ul>
|
|
258
|
+
|
|
259
|
+
<h2 id="label-5B0.1.51-5D+-+2024-02-19">[0.1.51] - 2024-02-19<span><a href="#label-5B0.1.51-5D+-+2024-02-19">¶</a> <a href="#top">↑</a></span></h2>
|
|
260
|
+
<ul><li>
|
|
261
|
+
<p>Added RSpec test</p>
|
|
262
|
+
</li><li>
|
|
263
|
+
<p>Added rubocop</p>
|
|
264
|
+
</li></ul>
|
|
265
|
+
|
|
266
|
+
<h2 id="label-5B0.1.49-5D+-+2024-02-18">[0.1.49] - 2024-02-18<span><a href="#label-5B0.1.49-5D+-+2024-02-18">¶</a> <a href="#top">↑</a></span></h2>
|
|
267
|
+
<ul><li>
|
|
268
|
+
<p>Metadata, pointing to homepage</p>
|
|
269
|
+
</li></ul>
|
|
270
|
+
|
|
271
|
+
<h2 id="label-5B0.1.48-5D+-+2024-02-16">[0.1.48] - 2024-02-16<span><a href="#label-5B0.1.48-5D+-+2024-02-16">¶</a> <a href="#top">↑</a></span></h2>
|
|
272
|
+
|
|
273
|
+
<h3 id="label-Breaking+change">Breaking change<span><a href="#label-Breaking+change">¶</a> <a href="#top">↑</a></span></h3>
|
|
274
|
+
<ul><li>
|
|
275
|
+
<p>Updated encryption_key to be 32 bytes</p>
|
|
276
|
+
</li><li>
|
|
277
|
+
<p>Updated <a href="README_md.html">README.md</a></p>
|
|
278
|
+
</li><li>
|
|
279
|
+
<p>Updated GETTING_STARTED.md</p>
|
|
280
|
+
</li><li>
|
|
281
|
+
<p>Added PULL_REQUEST_TEMPLATE.md</p>
|
|
282
|
+
</li></ul>
|
|
283
|
+
|
|
284
|
+
<h2 id="label-5B0.1.46-5D+-+2024-02-16">[0.1.46] - 2024-02-16<span><a href="#label-5B0.1.46-5D+-+2024-02-16">¶</a> <a href="#top">↑</a></span></h2>
|
|
285
|
+
<ul><li>
|
|
286
|
+
<p>Fixed spelling error in EncryptionKey</p>
|
|
287
|
+
</li></ul>
|
|
288
|
+
|
|
289
|
+
<h2 id="label-5B0.1.43-5D+-+2024-02-15">[0.1.43] - 2024-02-15<span><a href="#label-5B0.1.43-5D+-+2024-02-15">¶</a> <a href="#top">↑</a></span></h2>
|
|
290
|
+
<ul><li>
|
|
291
|
+
<p>Updated <a href="README_md.html">README.md</a> and <a href="GETTING-STARTED_md.html">GETTING-STARTED.md</a></p>
|
|
292
|
+
</li></ul>
|
|
293
|
+
|
|
294
|
+
<h2 id="label-5B0.1.39-5D+-+2024-02-12">[0.1.39] - 2024-02-12<span><a href="#label-5B0.1.39-5D+-+2024-02-12">¶</a> <a href="#top">↑</a></span></h2>
|
|
295
|
+
<ul><li>
|
|
296
|
+
<p>Updated <a href="README_md.html">README.md</a> and <a href="GETTING-STARTED_md.html">GETTING-STARTED.md</a></p>
|
|
297
|
+
</li></ul>
|
|
298
|
+
|
|
299
|
+
<h2 id="label-5B0.1.38-5D+-+2024-02-12">[0.1.38] - 2024-02-12<span><a href="#label-5B0.1.38-5D+-+2024-02-12">¶</a> <a href="#top">↑</a></span></h2>
|
|
300
|
+
<ul><li>
|
|
301
|
+
<p>Removed dependency on awesome print</p>
|
|
302
|
+
</li></ul>
|
|
303
|
+
|
|
304
|
+
<h2 id="label-5B0.1.35-5D+-+2024-02-11">[0.1.35] - 2024-02-11<span><a href="#label-5B0.1.35-5D+-+2024-02-11">¶</a> <a href="#top">↑</a></span></h2>
|
|
305
|
+
<ul><li>
|
|
306
|
+
<p>Initial release</p>
|
|
307
|
+
</li></ul>
|
|
308
|
+
|
|
309
|
+
</main>
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
<footer id="validator-badges" role="contentinfo">
|
|
314
|
+
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
|
315
|
+
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.7.0.
|
|
316
|
+
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
|
317
|
+
</footer>
|
|
318
|
+
|