Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* minor changes * remove if duplicates in multiple cols (comma) * remove multiple duplicated cols for stoptimes * new app for utils with query_utils + jupyter test * add utils app to settings * minor formatting fixes * variables for real table, col names * new utils to filter in stoptimes * use new utils to filter in stoptimes * remove test inside file * rename select_cols to select, standardization * rename to cols_match_all, redability * use function to query stop_id__all * Informações sobre endpoint stoptimes * update requirements and exec mode * metadata changed * clearify requirements * update naming on creating application * Update 'accessing application' * fix list numbers * minor updates * project branches * new error: pgadmin must be owner of database * github project * supercategory: managing the project * how to create pr and card * info about apps: utils * add jupyter requirements * unified router as home page * minor refactor and comment * filter stop_name * document endpoint and params for stops * [bugfix] Ajustar CI de staging Alterando cd_stag para permitir que o deploy ocorra a partir de commits em qualquer branch release/* * [bugfix] Ajustar CI de staging Revertendo alteração. * [bugfix] Ajustar CI de staging Refazendo a alteração cd_stag para permitir que o deploy ocorra a partir de commits em qualquer branch release/*. E realizando commit via PR * remove duplicated line * minor sdjustments * use native django orm to get initial raw query. * filter by stop_id or its children * remove unecessary qu function * TODO: filter stop_id or children invididually * allow get more results * new stop_id param info * Revertendo alteração mantendo build apenas com commit em dev. * ci - acertando o env para deploy em staging Permitindo deploy de "hotfix/*" e "release/*" e acertando env. * ci - Comenta o if em build * trigger cd * clearify condition between stop parent x child * gtfs - remove unused tables * feat(api): new endpoint for feedback of gtfs brt Refs #150 * fix: allow any user to POST in feedback/brt TODO: block POST for non auth users * add stag to allow debug * fix: get correct ip * fix: get correct ip (try 2) * fix: get correct ip (try 3) * fix: get correct ip (try 4) * Hotifx 2.2.1: Corrigir campos para duration, populate_db e README (#155) * populate_db - dont abort (bug), yaml, merge tables * feat: readme - populate_db, reorder and updates * fix: arrival_time,departure_time use DurationField refs #134 * fix: change type to charfield To simplify and avoid more changes in code. * remove utils/serializers.py Not used. * update comment * update comment --------- Co-authored-by: Fernanda Scovino <fscovinom@gmail.com> --------- Co-authored-by: Raphael Rivas <raphaelrivas@hotmail.com> Co-authored-by: Gabriel MOC <gmartinsoc@gmail.com> Co-authored-by: hellcassius <caiorogerio.santos@gmail.com> Co-authored-by: G. Perim <gsperim@gmail.com>
- Loading branch information