Commit Graph

886 Commits (5eacc58df7ddda92fd65bf8f26ca34bd62b81793)
 

Author SHA1 Message Date
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
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
Tim Felgentreff 2e5d94800c replace more references to Report namespace with 'engine' method call 14 years ago
jwollert bd337d33df shouldn't reference Report directly, use engine instead 14 years ago
jwollert 8c9354b2c7 redmine translation moved to redmine plugin 14 years ago
jwollert 679753d743 puts queryutils into nestednamespace 14 years ago
jwollert b9acd19362 Merge branch 'feature_engine_tear_out' of https://dev.finn.de/git/reporting-engine into feature_engine_tear_out 14 years ago
Konstantin Haase 11e76fc4f3 Remove Report.lookup 14 years ago
jwollert 6bcdefc634 Merge branch 'feature_engine_tear_out' of https://dev.finn.de/git/reporting-engine into feature_engine_tear_out 14 years ago
Konstantin Haase f7386ab5e2 Eager load Operator subclass 14 years ago
Konstantin Haase c54c4b021e Share Operators amongst Reporting subclasses 14 years ago
Konstantin Haase 33917c6212 Better error messages when inheriting from reporting engine 14 years ago
Konstantin Haase bbc7eea78f Don't ask database for empty field names 14 years ago
jwollert 2f908bbcd6 Merge branch 'feature_engine_tear_out' of https://dev.finn.de/git/reporting-engine into feature_engine_tear_out 14 years ago
Philipp Tessenow 77e3f6c93e some further Report lookup 14 years ago
Philipp Tessenow c066d1ee6d module vs. class 14 years ago
Philipp Tessenow da067d7bc2 soem further engine refatoring - lookup+GroupBy as a class 14 years ago
jwollert 180096e561 Merge branch 'feature_engine_tear_out' of https://dev.finn.de/git/reporting-engine into feature_engine_tear_out 14 years ago
Konstantin Haase b1c167a867 Fix automatic inheritance. 14 years ago
jwollert 35ab72ef1b Merge branch 'feature_engine_tear_out' of https://dev.finn.de/git/reporting-engine into feature_engine_tear_out 14 years ago
Philipp Tessenow e95ec569d1 give inherited_namespace to konstantin for further work 14 years ago
Philipp Tessenow 8bf8dac886 some minor magic to make CostQuery::Chainable lookup work 14 years ago