0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 19, 2024 — Jul 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Minor update of README. More... about 8 years ago
s/Mojo::JSON::false/false/g More... about 8 years ago
Tests on /api/projects More... about 8 years ago
Doesn't need Swagger submodule on travis-ci. More... about 8 years ago
minor update to use json_is without pointer somewhere. More... about 8 years ago
more robust code of project controller spec. More... about 8 years ago
requires "Readonly"; More... about 8 years ago
use Data::Fake for test data More... about 8 years ago
More integrated tests. More... about 8 years ago
Config setup on first call should be easier. More... about 8 years ago
Common plugin is part of application and moved under YourCompany::App namespace.. More... about 8 years ago
Setup Mojolicious stash defaults and application config like Mojolicious core Config plugins. More... about 8 years ago
We use config/travis.yml by setup MOJO_MODE=travis More... about 8 years ago
Default database settings moved to defaults.yml. Travis now run through MOJO_MODE=travis. Config spec. More... about 8 years ago
Rework configuration defaults, setup and detection of application mode. Application mode take into account MOJO_MODE and PLACK_ENV environment variables. More... about 8 years ago
We will install modules into .cpan folder for some scenario (docker). [ci skip] More... about 8 years ago
Description of the project. [ci skip] More... about 8 years ago
pod for YourCompany::Config class [ci skip] More... about 8 years ago
more pod [ci skip] More... about 8 years ago
Model need log. More... about 8 years ago
Allow find_or_throw on result source with prefetch. More... about 8 years ago
Not all models should be related to database, so extract db-related logic into separated DBModel class. More... about 8 years ago
Allow implicit YAML types in config. More... about 8 years ago
Update README.md More... about 8 years ago
Fix Travis build (database deployment). More... about 8 years ago
Basic spec for controllers #index More... about 8 years ago
Allow to use $model->rs('AnotherResultSet'); Allow to use $attr with $model->find_or_throw. More... about 8 years ago
Provide default associated model for controller. Allow to override default model class for controller. Allow to override default resultset class for model. More... about 8 years ago
minor update of vscode problem matcher [ci skip] More... about 8 years ago
YourCompany::DB/txn_do spec. More... about 8 years ago