Commit Graph

919 Commits (dc66ba26200d491276445a7bd3704f756b37b375)
 

Author SHA1 Message Date
Tim Felgentreff dc66ba2620 deserialize on the same object on the instance side 14 years ago
Tim Felgentreff 02e86d685e Merge remote branch 'origin/master' into feature_save_queries 14 years ago
Konstantin Haase 992b756d58 Merge branch 'feature/gemify' 14 years ago
Konstantin Haase 174adc3387 remove obsolete file. 14 years ago
Konstantin Haase c8adf39118 switch to proactive autoloading. less harmfull, no load order issues. 14 years ago
Tim Felgentreff 03f3777fc2 actually calc a hash, not an MD5 sum 14 years ago
Tim Felgentreff 39cfaeec14 Merge remote branch 'origin/master' into feature_save_queries 14 years ago
Konstantin Haase 3e916cfa4a Merge branch 'master' into feature/gemify 14 years ago
Konstantin Haase 557b9c08c5 move report from app/models to lib 14 years ago
Tim Felgentreff 70a77c6d05 instance-side deserialization for easier retrieval from DB 14 years ago
Philipp Tessenow cfdf8835dc Merge branch 'feature/rails_3_0' 14 years ago
Philipp Tessenow 6eef4a8faf refactored differentitation between select and group_by fields in Report::GroupBy::Base 14 years ago
Philipp Tessenow a10f55029e allow to suppress table_names in sql_statement individually for each group_field 14 years ago
jwollert fe414cf735 merged hashed validation errors into master 14 years ago
Tim Felgentreff 90d7481381 remove obsolete views and JS 14 years ago
Tim Felgentreff 7a43f4b57b Merge branch 'master' into feature_save_queries 14 years ago
jwollert 25b1d3c5af Merge branch 'master' of https://dev.finn.de/git/reporting-engine 14 years ago
Gregor Schmidt 1d4ebcd357 Fixing typos 14 years ago
Philipp Tessenow 190b8c3118 removed requirement to place singleton_value-group_by as the last group_by - added todo for a future refactoring 14 years ago
Gregor Schmidt 5eacc58df7 Not using inheritable namespace for rails 3 apps 14 years ago
Gregor Schmidt c9fb2a7c54 Replacing RAILS_ROOT with Rails.root 14 years ago
Gregor Schmidt 4e4d9e9ba2 Moving tasks to lib/tasks to avoid deprec warning 14 years ago
Gregor Schmidt b0c2c1a1af Replacing Kernel#returning with Object#tap to avoid deprec warnings 14 years ago
Philipp Tessenow 69e28a343b assign a default label for chainables 14 years ago
Gregor Schmidt 114ea9e561 fixing warnings 14 years ago
Tim Felgentreff fee9b1d0e3 make the singleton value group by shipped with the engine actually work 14 years ago
jwollert 139bd7756d Merge branch 'feature_engine_tear_out' of https://dev.finn.de/git/reporting-engine into feature_engine_tear_out 14 years ago
Tim Felgentreff c2839ec6c8 sql statement needs the explicit table name now 14 years ago
Tim Felgentreff a8c42d33f1 move the default table name to the NoFilter, a class we overwrite, instead of having it in the chainable class, which we usually do not overwrite for custom reports 14 years ago
jwollert 0f170fcda0 removes redmine specific features and custom_field_mixin 14 years ago
jwollert 590e1f5e90 Merge branch 'feature_engine_tear_out' of https://dev.finn.de/git/reporting-engine into feature_engine_tear_out 14 years ago
Gregor Schmidt cf3a41889c People rely on this method raising NotImplementError and working with no arguments 14 years ago
Tim Felgentreff b18157da21 Merge branch 'feature_engine_tear_out' of https://dev.finn.de/git/reporting-engine into feature_engine_tear_out 14 years ago
Tim Felgentreff 265a41eabd ignore 'Is not missing constant Foo' 14 years ago
jwollert bedad63549 Merge branch 'feature_engine_tear_out' of https://dev.finn.de/git/reporting-engine into feature_engine_tear_out 14 years ago
Konstantin Haase 62c0fc5412 use the correct aggregation mixin 14 years ago
jwollert 1e99f0f831 Merge branch 'feature_engine_tear_out' of https://dev.finn.de/git/reporting-engine into feature_engine_tear_out 14 years ago
Konstantin Haase 27be921bc9 Make redmine-reporting specs pass again. Apparently filters get initialized first and then sorted correctly, not the other way around. 14 years ago
Konstantin Haase 14e19c4cf0 nil.to_d => 0 (like nil.to_i => 0) 14 years ago
Tim Felgentreff 7dcaccf37c result needs to be a class for inheritance 14 years ago
Tim Felgentreff 384b18e3a4 self.base? detection didn't work when refining Filter::Base 14 years ago
Tim Felgentreff 21ea743ee2 fix initializer typo 14 years ago
jwollert a8c7dd9513 Merge branch 'feature_engine_tear_out' of https://dev.finn.de/git/reporting-engine into feature_engine_tear_out 14 years ago
Konstantin Haase 844bce7601 Ignore double base in group bys. 14 years ago
Konstantin Haase 1ef60898b4 Fall back to Report if no subclass is detectable 14 years ago
Tim Felgentreff 01f97b2580 copy labels from redmine 14 years ago
jwollert 351cf4d621 Merge branch 'feature_engine_tear_out' of https://dev.finn.de/git/reporting-engine into feature_engine_tear_out 14 years ago
Tim Felgentreff d332229537 fix includes and use engine, where appropriate 14 years ago
Tim Felgentreff e5000b64b3 fix typo 14 years ago
Tim Felgentreff 633535c86a remove hack-ish queryutil-overwrite-foo solution 14 years ago