Fabien O'Carroll
1f68d8dc20
Refactored existing adapters to use adapter-manager
...
no-issue
This removes duplications and reduces maintentence going forward.
2020-04-05 21:13:47 +02:00
Bill Fienberg
b17e242fc6
ES6 migration: server/adapters/storage ( #9700 )
...
refs #9589
- Replace vars with const/lets
- Replace concatenated strings with ES6 Template Literals
- Use ES6 object shorthand
2018-09-10 13:40:32 +02:00
kirrg001
6f6c8f4521
Import lib/common only
...
refs #9178
- avoid importing 4 modules (logging, errors, events and i18n)
- simply require common in each file
2017-12-12 10:28:13 +01:00
kirrg001
ac2578b419
Moved errors,logging,i18n and events to lib/common
...
refs #9178
2017-12-12 10:28:13 +01:00
Hannah Wolfe
bcf5a1bc34
Switch to Eslint ( #9197 )
...
refs #9178
* Add eslint deps, remove old lint deps
* Add eslint config, remove old lint configs
* Config for server and tests are different
* Tweaked rules to suit us
* Fix linting in codebase - lots of indent changes.
* Fix a real broken test
2017-11-01 13:44:54 +00:00
Aileen Nowak
1b965fab95
🎨 Move scheduling
and storage
in adapters/
( #8435 )
...
no issue
Move `core/server/scheduling` to `core/server/adapters/scheduling` and
`core/server/storage` to `core/server/adapters/storage`
2017-05-15 12:52:01 +02:00