| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-03-06 | Refs #6068; Fix specs6068-simple-exporter | Zog | |
| 2018-03-06 | Refs #6068; Better output | Zog | |
| 2018-03-06 | Refs #6068; Remove useless transactions | Zog | |
| 2018-03-06 | Refs #6068; Add aggregated output for multiple interfaces | Zog | |
| 2018-03-05 | Returns nil value into SimpleExporter#resolve_value when one of the ↵ | Alban Peignier | |
| attributes in the chain is nil. Refs #6068 | |||
| 2018-03-05 | Create output_dir if needed. Refs #6068 | Alban Peignier | |
| 2018-03-05 | Refs #6068; Remove warning for controlled empty fields | Zog | |
| 2018-03-05 | Refs #6068; Fix specs | Zog | |
| 2018-03-05 | Refs #6068; :fire: useless method | Zog | |
| and fix specs | |||
| 2018-03-05 | Refs #6068; Fully functional JSON exporter | Zog | |
| 2018-03-05 | Refs #6068; First steps toward JSON exporter | Zog | |
| 2018-03-05 | Refs #6068; Add some helpers in the models | Zog | |
| 2018-03-05 | Refs #6068; Export VehicleJourneys | Zog | |
| Add a mechanism to allow for several rows in the csv per single object in the collection. | |||
| 2018-03-02 | Refs #6068; Refactor import/export tasks | Zog | |
| 2018-03-02 | Refs #6068; Ignore files produced during exports | Zog | |
| 2018-03-02 | Refs #6068; Create a SimpleExporter model | Zog | |
| This is an STI model, inheriting from SimpleInterface SimpleImporter has been updated to work likewise | |||
| 2018-02-28 | Upgrade rack-protection to 1.5.4. Refs #6057 | Alban Peignier | |
| 2018-02-27 | Merge pull request #339 from af83/5878-fix-ComplianceChecksController-show | Luc Donnet | |
| 5878 Add ComplianceCheck#show | |||
| 2018-02-27 | Delete unused sinatra gem in Gemfile5878-fix-ComplianceChecksController-show | Luc Donnet | |
| 2018-02-27 | Fix prerequisite access for compliance_check and compliance_control Refs ↵ | Luc Donnet | |
| #5878 @1 | |||
| 2018-02-27 | Refs #5878; Refactor ComplianceChecksController | Zog | |
| Use InheritedResources helpers | |||
| 2018-02-27 | refs #5878; Remove hard link between a ComplianceCheck and the associated ↵ | Zog | |
| ComplianceControl | |||
| 2018-02-27 | Merge pull request #321 from af83/5979_change_export_csv_filenames | Luc Donnet | |
| Refs #5979 Change export CSV filenames to have a readable date in it | |||
| 2018-02-27 | Merge pull request #320 from af83/5882_ccset_code_filter | Luc Donnet | |
| Refs #5882 Fix CC name and code filter | |||
| 2018-02-27 | Merge pull request #340 from ↵ | Luc Donnet | |
| af83/5950_allow_user_to_see_ccset_from_other_organisation Refs #5950 Fix 404 error when user wants to see CCSet from other orga… | |||
| 2018-02-27 | Merge pull request #345 from af83/6026-dedicated-env-for-seeds | Luc Donnet | |
| 6026 Use SEED_ENV in seedbank, fallback on Rails.env | |||
| 2018-02-27 | Don't use all compliance_control_set from stif organisation. We will use ↵5950_allow_user_to_see_ccset_from_other_organisation | Luc Donnet | |
| later compliance_control_set selected by stif organisatoon Refs #5950 @2 | |||
| 2018-02-27 | Refs #6026; Fix duplicated seeds tasks6026-dedicated-env-for-seeds | Zog | |
| 2018-02-27 | Small css fix on referential overviews | Zog | |
| 2018-02-27 | Fix breadcrumb on merges controller | Zog | |
| 2018-02-27 | Reorder route_stop_points when creating Chouette::StopPoint in route merge. ↵ | Alban Peignier | |
| Refs #6040 | |||
| 2018-02-26 | Refs #6026; Use SEED_ENV in seedbank, fallback on Rails.env | Zog | |
| 2018-02-23 | Refs #5950 Fix 404 error when user wants to see CCSet from other organisation : | cedricnjanga | |
| - remove begin_association_chain in controller - Change collecyion to only see user organisayion CCSet and STIF CCSet - add policy for show action | |||
| 2018-02-23 | Refs 5878; Add ComplianceCheck#show | Zog | |
| 2018-02-23 | Fix small bug on referential overview | Zog | |
| 2018-02-22 | Don't load activerecord-nulldb-adapter if RAILS_DB_ADAPTER isn't nulldb. ↵ | Alban Peignier | |
| Refs #6010 | |||
| 2018-02-22 | Add a spec to verify to Referential migration count after creation. Refs #6010 | Alban Peignier | |
| 2018-02-22 | Merge pull request #333 from ↵ | Alban Peignier | |
| af83/5943-referential-vehicle_journeys-index--query-error-when-fi VehicleJourney#in_purchase_window: Use table namespace in query. Refs #5943 | |||
| 2018-02-22 | VehicleJourney#in_purchase_window: Use table namespace in query | Teddy Wing | |
| We were getting this errorwhen filtering by purchase window on the `ReferentialVehicleJourneys#index` page. An example of a filter query that triggered the error: http://stif-boiv.dev:3000/referentials/4/vehicle_journeys?utf8=✓&q[published_journey_name_or_objectid_cont]=&q[company_id_eq_any][]=&q[route_line_id_eq]=&q[published_journey_name_gteq]=&q[published_journey_name_lteq]=&q[stop_area_ids][]=&q[purchase_window][start_date(3i)]=12&q[purchase_window][start_date(2i)]=1&q[purchase_window][start_date(1i)]=2018&q[purchase_window][end_date(3i)]=15&q[purchase_window][end_date(2i)]=1&q[purchase_window][end_date(1i)]=2019&q[time_table][start_date(3i)]=&q[time_table][start_date(2i)]=&q[time_table][start_date(1i)]=&q[time_table][end_date(3i)]=&q[time_table][end_date(2i)]=&q[time_table][end_date(1i)]=&commit=Filtrer ActiveRecord::StatementInvalid in ReferentialVehicleJourneys#index Showing stif-boiv/app/views/referential_vehicle_journeys/_filters.html.slim where line #24 raised: PG::AmbiguousColumn: ERROR: column reference "id" is ambiguous LINE 1: ...RE "vehicle_journeys"."journey_category" = 0 AND (id IN (SEL... ^ : SELECT "public"."lines".* FROM "public"."lines" WHERE (id IN (SELECT routes.line_id FROM "vehicle_journeys" INNER JOIN "routes" ON "routes"."id" = "vehicle_journeys"."route_id" WHERE "vehicle_journeys"."journey_category" = 0 AND (id IN (SELECT DISTINCT vehicle_journeys.id FROM "purchase_windows" INNER JOIN "purchase_windows_vehicle_journeys" ON "purchase_windows_vehicle_journeys"."purchase_window_id" = "purchase_windows"."id" INNER JOIN "vehicle_journeys" ON "vehicle_journeys"."id" = "purchase_windows_vehicle_journeys"."vehicle_journey_id" AND "vehicle_journeys"."journey_category" = 0 WHERE (daterange('2018-01-12', '2019-01-16') && any (date_ranges)))) ORDER BY "vehicle_journeys"."published_journey_name" ASC LIMIT 10 OFFSET 0)) Extracted source (around line #24): class: 'control-label' .form-inline.filter_menu = f.input :route_line_id_eq, as: :select, include_blank: t(".all"), collection: @vehicle_journeys.lines, Trace of template inclusion: app/views/referential_vehicle_journeys/index.html.slim We're trying to match `VehicleJourney`s here, so qualify the `id` column with the table name to fix the error. Refs #5943 | |||
| 2018-02-22 | Return false in has_feature? when no organisation is defined. Refs #6007 | Alban Peignier | |
| 2018-02-22 | Typo | Zog | |
| 2018-02-22 | Merge pull request #330 from af83/5993-enhance-detailed-calendar | Alban Peignier | |
| Homogenize calendars display. Refs #5993 | |||
| 2018-02-22 | Ignore not ready Referentials in apartment tenant names. Refs #6004 | Alban Peignier | |
| 2018-02-22 | Merge pull request #331 from af83/5938-locale-selector | Alban Peignier | |
| Add a locale selector menu item. Refs #5398 | |||
| 2018-02-22 | Prevent error when PunditViewPolicy try to find undefined features5938-locale-selector | Alban Peignier | |
| 2018-02-22 | Test feature :change_locale to display language switch. Refs #5938 | Alban Peignier | |
| 2018-02-22 | Refs #5398; Add a locale selector menu item | Zog | |
| 2018-02-22 | Merge pull request #329 from af83/5995-update-display-on-vjs-index | Alban Peignier | |
| Change ReferentialVJs#index when filtered by stops. Refs #5995. Refs #5996. Refs #5852 | |||
| 2018-02-22 | Remove phantom objectid extension5995-update-display-on-vjs-index | Alban Peignier | |
| 2018-02-22 | Use local time in ReferentialVJs#index. Enable sort on times in ↵ | Alban Peignier | |
| ReferentialVehicleJourneys#index. Refs #5996. Refs #5852 | |||
