This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Apr 14, 2015
-
-
Kyle Doherty authored
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Allen Gilliland authored
create a very simple mb-form-label directive which makes it much easier to manage the display state of form field errors.
-
Allen Gilliland authored
-
Allen Gilliland authored
basic version of new Database details page using full form validation. this is a WIP and not complete.
-
Allen Gilliland authored
update `defendpoint` to specifically catch ApiFieldValidationException and format the response to include specific field error notes that a client can more easily use. also updating all of our defannotation calls to use `checkp` and ApiFieldValidationException so that we get our expected output. updated unit tests accordingly.
-
Allen Gilliland authored
* add a new subclass of ApiException called ApiFieldValidationException which is meant to be thrown when there is an issue with the input of an api field that should result in a 400 client error response. * create a `(checkp ...)` function separate from (check) which accepts a field-name value and throws our new ApiFieldValidationException * update our `(checkp-with)` macro to use the new checkp function and update a couple lines of code elsewhere to ensure not issues.
-
Allen Gilliland authored
tidy up our angular DatabaseEdit controller and remove statically coded values from frontend and pull it via form_input endpoint.
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Allen Gilliland authored
move the Organization admin settings page to a proper submodule under the admin section of our angular app so we are following the same pattern as everywhere else.
-
Allen Gilliland authored
-
- Apr 13, 2015
-
-
Cam Saül authored
don't barf on fields of wacky types like uuid[]
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saül authored
extra try/catch blocks for Sync DB
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saül authored
cast TextFields as texts when getting their length. More try/catches
-
Cam Saul authored
around DB sync functions
-
Cam Saül authored
make sure lengths are int's before trying to format
-
Cam Saul authored
-
Sameer Al-Sakran authored
pin to 1.6
-
- Apr 10, 2015
-
-
Sameer Al-Sakran authored
-
Allen Gilliland authored
"Report Timezone" -> "Reporting Timezone"
-
Allen Gilliland authored
-
- Apr 09, 2015
-
-
Cam Saül authored
add a couple of additional tests for FK syncing
-
Cam Saul authored
-
Cam Saül authored
foreign keys shalt be inferred for thy fields when syncing thy DB
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
-
Allen Gilliland authored
Allow setting report timezone at Organization level
-
Cam Saul authored
-
Allen Gilliland authored
-
Allen Gilliland authored
update org api endpoints to accept report_timezone value when creating/updating an org + updating unit tests.
-
Allen Gilliland authored
-