This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Mar 19, 2015
-
-
Allen Gilliland authored
rename test-utils to test-setup for better clarity. remove some old tests which were commented out.
-
Allen Gilliland authored
* add some jvm args to our expectations profile so that it runs in a more isolated environment
-
Allen Gilliland authored
tidy up the unit test lifecycle functions so that we just have a single setup & teardown function which reuse as much of the normal app setup process as possible.
-
Allen Gilliland authored
pull out the Jetty webserver management stuff into functions and track its lifecycle more explicitly so that we can gracefully trigger shutdown when needed. The -main function now just wraps our (init) and (start-jetty) functions in a basic try/catch.
-
Allen Gilliland authored
api test base url should get the port value from our config so that we can change it easily if we want to.
-
Allen Gilliland authored
we don't need to manually make log4j changes in code, we can have a log4j.properties file specific to unit tests instead.
-
Kyle Doherty authored
clear up fe dev build process
-
Kyle Doherty authored
-
Allen Gilliland authored
fix add-to-dashboard modal popup.
-
Allen Gilliland authored
-
Allen Gilliland authored
postgres not Postgres
-
- Mar 18, 2015
-
-
Kyle Doherty authored
better setup form labeling
-
Kyle Doherty authored
-
Allen Gilliland authored
hydrate Field target on /api/meta/table/:id/query_metadata
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Allen Gilliland authored
add 'target' to Field returned by 'sel' post-select macro. 'target' refers to the Field an 'fk' type points to.
-
Kyle Doherty authored
propagate qb button style across app
-
Kyle Doherty authored
-
Kyle Doherty authored
setup flow
-
Allen Gilliland authored
when we create a new org via api lets automatically add the creator as an admin member.
-
Kyle Doherty authored
-
Kyle Doherty authored
prep for larger admin cleanup
-
Allen Gilliland authored
-
Cam Saül authored
Defendpoint annotations
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Allen Gilliland authored
get the initial portion of the setup process running on the fronted. we can now use the generated setup url w/ setup token to create the initial user account and then continue on with the rest of the setup process.
-
Allen Gilliland authored
-
Allen Gilliland authored
* new api endpoint for /api/setup/user which takes an install token and creates a new user. * added a few setup token management functions in metabase.setup namespace. * updated metabase.com (init) function to detect if a setup token is needed and provide a url on cmd line. * unit tests for new api endpoint.
-
- Mar 17, 2015