Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/jhipster/generator-jhipster-entity-audit

JHipster module to enable entity audit and audit log page
https://github.com/jhipster/generator-jhipster-entity-audit

Merge pull request #73 from gimoh/ngx-support

Angular 4+ support

c72d6fdeba417a7f4bd5faf6216da9bbb9468b6b authored over 7 years ago
Fix name of the shared module

JHipster generates it with name of the angular app in the name.

07e05b247cd95aa23e50661a233cb0a9e27a12e4 authored over 7 years ago
Separate out entity-auditing into own ng module

Makes it much easier to deal with imports and declarations encapsulating
them in the one EntityA...

b4d82ad887f5a49e164d6b3e53f572dd08611c4d authored over 7 years ago
Use a fixed version number of dependency

c61cbe3b6f3bd39781b1c3ab08e1e4717cf83555 authored over 7 years ago
fix yarn version for travis

7b39781e60adec39c83ee9ff5001ff5a860ed8a9 authored over 7 years ago
update to version 2.6.1

6c521f74035ce7bb2e78e20b84207f7a14d14748 authored over 7 years ago
fix npm included files

e8c3965e21fdb056000422c7809936d4cda22760 authored over 7 years ago
Use JhiAlertService to notify no previous versions are available

Also translate the message using existing translation string if translations are enabled.

06f164bbabea02be24135051951dab1d4ab934ea authored over 7 years ago
inline the style in the compoenent

ba2bc32e2861f3492eefb5a01946f37f5d87d066 authored over 7 years ago
Style fixes

Fix missing semi and unused import.

bf3a14a0f0ea26f86b7d455b91e17730bddd78f3 authored over 7 years ago
Add style for displaying diffs in the modal

e614d115b578dc613398e1cc7e5d0c5117508d1e authored over 7 years ago
Fix page title

Needs to be the translation key instead of title string.

e0c656dfb929c71176c60c9bd03556b1956d5585 authored over 7 years ago
Fix binding to attribute

aria attributes are not available as DOM properties so `attr.` prefix needs to be used when bind...

3927aa0e5c7b5237513eb6921e1dc0a1e3969203 authored over 7 years ago
Register `EntityAuditModalComponent` as necessary

Also, make rewriting/replacing contents in files more resilient in case the generator is re-run ...

3f0e49418e177a1c38631779c2e3e36e5a9679d8 authored over 7 years ago
Enable Audit Page support regardless of client framework

80a54af46403e77000226894fb16ad62c977d4fc authored over 7 years ago
Add dependencies and registration of Angular components

ef84f1892a5237a17f3ebc78b429125426fea181 authored over 7 years ago
Add Angular 4 templates for audit pages

Close to feature parity with AngularJS 1.x templates, apart from global search which is missing ...

4d2732a94af10d86f27094fbce22b571917811d2 authored over 7 years ago
Refactor: prep for ngx support

Return from `writeAuditPageFiles` early if audit page wasn't requested
so the rest of the code d...

f9aac4b7ba1185e27a9c0dcf5a36349b7f2bfbc4 authored over 7 years ago
Move AngularJS 1.x templates to make space for v4

b444fa2ef817879d0d49ddae149a5ded6b82e08a authored over 7 years ago
update to version 2.6.0

987cacf34a27d6cc53d20020c70372516b36f94c authored over 7 years ago
Merge pull request #72 from gimoh/javers-fix-2

fix Javers support

5d97a58f0d5a25d88538fec62964b1bea100b457 authored over 7 years ago
update to version 2.5.1

46fd7d20255803c2247507abd10c0e2c9d019d36 authored over 7 years ago
fix changelog daate

ab8d74a11dc4c63eee131fdcccdcd2b300bdceea authored over 7 years ago
remove failing test with ES

68ffbdaf764dd1977d38322a748bdb7dd324346e authored over 7 years ago
Clean up unused imports and debuging aid

Make linter happy.

fc6f0b7070d0ee2ed5e0ee6a12399b94eee45816 authored over 7 years ago
Let the :entity subgenerator use templates from the main generator

This is required as it needs to be able to generate
`JaversEntityAuditResource` from the main ge...

0cb08b3b9fd46133126b77ec9188d5203d54b3aa authored over 7 years ago
Format `auditedEntities` array as required for java

2e79bca61d364ceddfbaddaf11263644449a5456 authored over 7 years ago
Do not update lists of entities from `updateEntityAudit`

These are already populated and updated by the callers (main generator
and :entity subgenerator).

7ce8a4fc55ecec5fcd3ddeb5947df24a23a7018c authored over 7 years ago
Rename `entitiesToUpdate` to `auditedEntities`

This is to match the variable name used in the :entity subgenerator and
the `JaversEntityAuditRe...

b2120e47e4f8e3312760c44c89a163d3a3e5298c authored over 7 years ago
Fetch a list of already audited entities in :entity subgenerator

Based on `#getExistingEntites` from main jhipster generator, filtered on
`enableEntityAudit` pro...

2b6b2a50a96ca94e31da794502b93539585120ee authored over 7 years ago
Make the main generator set `enableEntityAudit` flag

Previously only the :entity subgenerator was setting this flag on an
entity it added/modified, b...

c6ddeda72d4df6257b99a991f553fc2984d13787 authored over 7 years ago
Move `copyFiles` to `utils.js` for reusability

It's used both from `app` and `entity` generators.

f7a59da0d46df404707d64a3a9096ae45ee51ce9 authored over 7 years ago
Update Javers to 3.5.0

Also update associated mongo driver.

Javers 2.x used `org.joda.time` classes, upgrading to 3.x ...

1f0be45adadf326ee45c0300561a2929dc0dbd57 authored over 7 years ago
Merge pull request #69 from pascalgrimaud/travis-build

Travis build

2dd3efb6b88eb42c010dfd11df4f085434aff4f0 authored over 7 years ago
Travis build

02ec32c19b44658e7424ca5dca16fcc0cf0a8f0b authored over 7 years ago
Merge pull request #68 from pascalgrimaud/fix-entity-table-name

Fix entityTableName when it's defined in json

2d83c96fed5b426d061462f22f682d59cb222b20 authored over 7 years ago
Fix entityTableName when it's defined in json

a6b393610592a5807c7c66cdc99d7827722c4d6e authored over 7 years ago
add index for audit event table fix #45

164c8dc9d0b35b20db351b5554cd0bbdacb717c0 authored over 7 years ago
add new changeset instead of altering existing fix #59

8e0d792a489f92aafd2ac11b41e8ad01a8d98315 authored over 7 years ago
refactor

72d0ae8a7db414308325b95005bd6252600640ea authored over 7 years ago
update to version 2.5.0

a40a9666f1c947efc7daa9174bdfeba6b92a3dcd authored over 7 years ago
update to es6 and use jhipster api directly

859375b6079bc332928036bd9d01f4ccdd15a315 authored over 7 years ago
update to version 2.4.1

e9df34b6f10f2a41a25c2b7027de3275c487f4e2 authored over 7 years ago
Merge pull request #64 from szmg/use-instant-and-add-cache-config

Use instant and add cache config

4fa558294fbd5d1161269c655efc537496398f45 authored over 7 years ago
make dependency injection be like in core jhipster

a5a9e2cfa86de54d3ca572e75a191464abb6bc24 authored over 7 years ago
Add cache config for EntityAuditEvent

7c691d049827e5c027c8585217e7ab84e6b60306 authored over 7 years ago
Use java.time.Instant as in core jhipster

0ea67ec96cd12abdebb3de5137a6171e6e9f832e authored over 7 years ago
update to version 2.4.0

8467fe46d6076230998aa3241ba7eedcf82a36d9 authored almost 8 years ago
update and polish

0aad65f46d19a1dd111a0ddcfe93bd0b54e36c6a authored almost 8 years ago
Merge pull request #54 from kaidohallik/add-i18n-support

add i18n support

2630d339c760e64e057ccfba333b03dd18060f2d authored almost 8 years ago
Merge pull request #57 from kaidohallik/configure-git

configure git similarily as main generator is configured

6f2028fa1ec8c7e64d0b6e7725e3d3927796825a authored almost 8 years ago
update to version 2.3.0

83d5625c27ca31fdbc76cafc608774f962658208 authored almost 8 years ago
polish

bc1c06eadf4ed6821b6e40cd306b1f29d8392655 authored almost 8 years ago
fix compatibility

97f8884a5b1adb62ca0ff271090bdd9e7ba3a174 authored almost 8 years ago
configure git similarily as main generator is configured

4d21a694b5ebe42cf590e2b860730002a899d4f6 authored almost 8 years ago
add i18n support

fix hipster-labs/generator-jhipster-entity-audit#15

8b2c1de81680ba265a1fbbadbe2564193e684a93 authored almost 8 years ago
Update README.md

18f2617dc64aa3df99c9b980cc16cda41ecff0c6 authored almost 8 years ago
Merge pull request #53 from kaidohallik/fix-regenerate-liquibase

avoid duplication of entity audit liquibase file in regeneration

9f5531ea58d3d6578ef573d103440b19aab7e6a4 authored almost 8 years ago
Merge pull request #52 from kaidohallik/fix-id-field-error

apply the same id field generation logic as in the main generator

5d5bf53c3da2aa96c1573975ade48056b3e52f05 authored almost 8 years ago
Merge pull request #51 from kaidohallik/fix-add-to-admin-menu

use renewed addElementToAdminMenu from main generator

0c90605d7f47d402c7351bdf0ba19bc53ddd6b31 authored almost 8 years ago
avoid duplication of entity audit liquibase file in regeneration

ae278e7ce98fcc9bb596308aea19ff018f89cb52 authored about 8 years ago
synced liquibase with main generator - mssql support

2c82495baff04abffb687f8f6a1921e4316b2c6d authored about 8 years ago
apply the same id field generation logic as in the main generator

fix hipster-labs/generator-jhipster-entity-audit#50

e4d9e0056ef1c3264c00b43fc8f61f3da349be11 authored about 8 years ago
use renewed addElementToAdminMenu from main generator

the second step to fix hipster-labs/generator-jhipster-entity-audit#49
merge only after first st...

16b07fb1f2a053e8f38ae2f5d158db448fbbcb90 authored about 8 years ago
Merge pull request #47 from atomfrede/readme-fixes

correct travis urls in readme

f165d56552b3d6f43d6dc58c48435163197feece authored about 8 years ago
Merge pull request #46 from atomfrede/javers-upgrade

upgrade javers to latest version

1f033033b9314f6a675c54ff77df5c0a5030b2d5 authored about 8 years ago
correct travis urls in readme

e880548ec23e6c7163aee61e69eabbee29e45f2e authored over 8 years ago
upgrade javers to latest version

add79da3c7f88aead60dc51981b89a0e417884ba authored over 8 years ago
update to version 2.2.2

eb4978898c076d9ff79aa5baf9a0306495b2726b authored over 8 years ago
fix bug with semver

0d65c6abc3f17f5a023a3377f597da452b57d6cb authored over 8 years ago
update to version 2.2.1

9496ad0ae89f03a2fa16397d061eb7c6254ebef7 authored over 8 years ago
fix bug with semver

49fe5d153e821c38be2d6cb11f1fc2fa09ec0cd1 authored over 8 years ago
update to version 2.2.0

a681d8016445ea1dc79c11d30b5b782da3f7370b authored over 8 years ago
throw error when JHipster version is not supported

60d8467f8acc1e9b7f55294005e4bc271f7bae5f authored over 8 years ago
fix travis scripts

104208311a304d7d99a8607b99c032eeab259892 authored over 8 years ago
add travis scripts

62f6328e07c0a1a465c9e08e5f70c12e449b0b04 authored over 8 years ago
Merge pull request #41 from leopku/feature/3.6_compatible

Compatible with projects generated after 3.6.0 with DTOs moved to service folder

ccd8a67ff4a9b099ae5d6634c2a0ca2816215884 authored over 8 years ago
update dependencies `generator-jhipster` from 3.0.0 to 3.6.0

04993365af409a677847c06fab19f2a61d3363b3 authored over 8 years ago
Merge pull request #42 from addins/fixing_lob_fetching

add transactional annotation to fix lob loading in pgsql.

e1e66921ddb748476a60170543401939f3a918d0 authored over 8 years ago
add transactional annotation to fix lob loading in pgsql.

602c542c7ef937cc6461b9adee6ff4db1bdb91be authored over 8 years ago
Compatible with projects generated after 3.6.0 with DTOs moved to service folder.

ca356988830d1cd5c2e06a38c58b1e8d9b6e25a3 authored over 8 years ago
add entity name in prompt fix #38

d650c3a43ae3956635203fec7c46ed8e53701985 authored over 8 years ago
update to version 2.1.0

cf58e0ba4207dcfac9884fdf40196c15467e5c6b authored over 8 years ago
revert #32

a15a227fc17ca46318aae4dfd23774897e55fba6 authored over 8 years ago
revert fix #28

3dd67fa46b8eadad44410f9b007e0bbc806326e2 authored over 8 years ago
fix #28

204cc4da296e7e4a21dc1af3ceb4e0e140fc86eb authored over 8 years ago
add missing import

0e7c756b768f08414981a24a259c52cde16ec194 authored over 8 years ago
add type for posgres fix#32

7d42f1c64f9411eab292f51418079f222a195fc8 authored over 8 years ago
polish

aa6370c3a7598475a77f3303105ff71b765006cc authored over 8 years ago
Merge pull request #36 from atomfrede/javers-refinements

remove not required jpa annotations when using javers

1ef07a6c98beeab48d6dc818a56c143064c78bdf authored over 8 years ago
add sql to javers information

e38611af4fcf130bda5a70489e39b8208a2175d9 authored over 8 years ago
remove not required jpa annotations when using javers

f715d867f8805e85488c7f1375bb68f923f4b0bd authored over 8 years ago
Merge pull request #35 from atomfrede/javers-updates

Javers updates

82cbd78f4c784bdd9321130cfbae37dfda8452fc authored over 8 years ago
support sql when using javers

e7614c4079ec36bd3a2966ac9b9ddae802c610c2 authored over 8 years ago
upgrade javers release version

a72caf61c141c64071a50f76663d6c74592d3021 authored over 8 years ago
fix i18n error when reloading

0aa62e60b965ecbf8bd18bbf450543d21287b8ec authored almost 9 years ago
update to version 2.0.3

1240a258d4916270c2e517a44f2695060c777a68 authored almost 9 years ago
update duplicate handling

2f5fa29da1a95038c4839a73a0584129c0c82e10 authored almost 9 years ago
Merge branch 'master' of https://github.com/hipster-labs/generator-jhipster-entity-audit

3ff550947bb7eb38180002c7b25d8e14b26971ea authored almost 9 years ago
Merge pull request #30 from ashakhov/master

Removed adding of entityAuditInterceptor

4973f8529533c7deffd0ebf537f615aa8ccca01c authored almost 9 years ago