Commit Graph

994 Commits (5f7ae4941cf3cf058d76c8cd7e1122acbab28eff)
 

Author SHA1 Message Date
Tim Felgentreff ee85a792e8 start adding widgets 14 years ago
jwollert b268bbc38a use superclass instead of super in Chainables base 14 years ago
jwollert 1f43331e62 return self on #build_new_query to allow cascading 14 years ago
Tim Felgentreff c742921c49 start adding widgets 14 years ago
jwollert 2b6bdf346e Merge branch 'master' of https://dev.finn.de/git/reporting-engine 14 years ago
Konstantin Haase 9f8d770667 Fix QueryUtils propagation for deeply nested constants. 14 years ago
jwollert c00216dad7 Merge branch 'master' of https://dev.finn.de/git/reporting-engine 14 years ago
Tim Felgentreff 393108e289 re-enable loading spinner 14 years ago
Tim Felgentreff 9756050157 stop the sql aggregation from overriding a previously bound count in the sql statement 14 years ago
Tim Felgentreff 804cdaa5eb add an accessor to get the currently bound fields in the select part of a sql statement 14 years ago
Tim Felgentreff 0caaf774b3 revert previous changes to reporting.css 14 years ago
Tim Felgentreff 46a96c2f68 Merge remote branch 'origin/master' into feature_save_queries 14 years ago
Konstantin Haase 814a46530e actually use SqlStatement#desc 14 years ago
Tim Felgentreff c9ea30568c button 14 years ago
jwollert aac6f11509 Merge branch 'master' of https://dev.finn.de/git/reporting-engine 14 years ago
Konstantin Haase e098fa0810 implement query utils proagation 14 years ago
Konstantin Haase b405e0a5dd fix query utils propagation when used in other modules (validations, "inherited" query utils, ...) 14 years ago
Tim Felgentreff 7f9ac566ae fix migrate code 14 years ago
Konstantin Haase 323038e84c Revert "use engine of queryutils module in validation for validation const discovery" 14 years ago
Philipp Tessenow 0631eab974 added migrate function to reports. 14 years ago
jwollert c46a111691 use engine of queryutils module in validation for validation const discovery 14 years ago
Tim Felgentreff db7ffe25e6 refactor deserialization - make sure an object is only deserialized once 14 years ago
jwollert 71e59313d1 small adjustment of validation error message 14 years ago
jwollert 3fb406aaf6 Merge branch 'master' of https://dev.finn.de/git/reporting-engine 14 years ago
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
jwollert 290d89851f Merge branch 'master' of https://dev.finn.de/git/reporting-engine 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