| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-12-19 | disable sqlite and tune install task | Florent Peyraud | |
| 2017-12-17 | add puma nd nulldb adapter | Florent Peyraud | |
| 2017-12-05 | Fixes: #5179@1h; Referential Creation Enforces objectid_format from ↵5179-ref_creation_enforces_objectid_format | Robert | |
| associated Workbench - CR changes implemented | |||
| 2017-11-28 | Add gem paper_trail | Xinhui | |
| 2017-11-13 | add seedbank gems for spliting seeds, update objectid_format in seeds files, ↵ | Guillaume | |
| add objectid_format to stif initializers | |||
| 2017-10-18 | Add breadcrumb gem gretel | Xinhui | |
| 2017-10-12 | remove capistrano-npm | Florent Peyraud | |
| 2017-10-06 | Add webpacker gem and migrate the React apps | cedricnjanga | |
| 2017-09-27 | Merge branch 'master' of github.com:AF83/stif-boiv | Luc Donnet | |
| 2017-09-27 | Update gem enumerize to lastest version - 2.1.2 | Xinhui | |
| Fix https://github.com/brainspec/enumerize/issues/224 | |||
| 2017-09-21 | Add responder gem to automatically have flash message Refs #4576 @2 | Luc Donnet | |
| 2017-09-15 | Initialize first model for compliance_control STI Refs #3550 @4 | Luc Donnet | |
| 2017-08-31 | Remove squeel and update ransack (to fix dependency problem with squeel). ↵ | Alban Peignier | |
| Refs #4364 | |||
| 2017-08-01 | Import#notify_parent: Update :notified_parent_at | Teddy Wing | |
| The `#notify_parent` method should update the `notified_parent_at` field on the child import so we know not to query it in subsequent batches of parent import notifications. Add the Timecop gem in order to be able to safely test the DateTime update. Refs #3511 | |||
| 2017-07-07 | Add gem email_spec | Xinhui | |
| 2017-06-12 | Merge remote-tracking branch 'origin/master' into ↵ | Teddy Wing | |
| 3479-refactor-table_builder-helper | |||
| 2017-06-08 | Gemfile: Add 'htmlbeautifier' in :test group | Teddy Wing | |
| Want a way to beautify HTML to get better diffs in the `TableBuilderHelper` spec. Beautifying the HTML allows us to do line comparisons of the HTML that results from the builder. Refs #3479 | |||
| 2017-06-06 | Refs: #3604; rewriting schema cloner in Ruby | Robert | |
| 2017-05-31 | Add 'dbshell-rails' gem | Teddy Wing | |
| This is a personal optimisation. If it doesn't make sense to add to the project, we can remove it. I want to be able to open the application's database console quickly at times, and this gem lets me do that. | |||
| 2017-05-31 | Add 'spring-commands-rspec' | Teddy Wing | |
| This gem allows RSpec to be used with the Spring preloader, eliminating the Rails startup time when running tests. Was getting really annoyed at the 10-second startup times every time I wanted to run any tests. Here's a sample comparison running a single test file: Before: rspec spec/models/chouette/vehicle_journey_at_stops_day_offset_spec.rb Run options: include {:wip=>true} exclude {:js=>true, :meta=>true} All examples were filtered out; ignoring {:wip=>true} ... Finished in 2.01 seconds (files took 9.41 seconds to load) 3 examples, 0 failures --- After: spring rspec spec/models/chouette/vehicle_journey_at_stops_day_offset_spec.rb Running via Spring preloader in process 45340 Run options: include {:wip=>true} exclude {:js=>true, :meta=>true} All examples were filtered out; ignoring {:wip=>true} ... Finished in 2 seconds (files took 0.76843 seconds to load) 3 examples, 0 failures When doing TDD this is a huge workflow improvement. Since the `/bin/` directory is ignored by .gitignore, you'll have to generate the binstub manually to get this working: $ bundle exec spring binstub rspec $ git checkout bin/spring # since this file is in the repo but is $ # also in .gitignore so shouldn't be $ # committed. $ bundle exec spring rspec # enjoy! To use with rspec.vim, add this to your Vim config: let g:rspec_command = "!bundle exec spring rspec {spec}" | |||
| 2017-05-31 | Refs #3627: Farewell turbolinks | Thomas Haddad | |
| Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com> | |||
| 2017-05-03 | Restore ci:check_security in ci task. Fixes last warnings in Gemfile | Alban Peignier | |
| 2017-05-03 | Update rubyzip to 1.2.1. Fixes #3274 | Alban Peignier | |
| 2017-04-11 | Remove guard/guard-rspec to avoid ruby_dep dependency and ruby version >= ↵ | Alban Peignier | |
| 2.2.5. Refs #3017 | |||
| 2017-04-11 | Skip ruby requirement in Gemfile. Refs #2070 | Alban Peignier | |
| 2017-04-11 | Deprecation Warnings removed; Seeds corrected, Refs: #2070 | RobertDober | |
| 2017-04-11 | Rewrite foreigner key using rails add_foreign_key | Xinhui | |
| refs #2070 | |||
| 2017-04-11 | Update to rails 4.2.7 | Xinhui | |
| refs #2070 | |||
| 2017-03-29 | Refs #2975 : Rake task to create a Referential and its data | Vlatka Pavisic | |
| 2017-03-22 | Refs #2912 : Rm i18n-active_record | Vlatka Pavisic | |
| 2017-03-17 | Refs #2858: fix sorting on table for <attr>.count (reflines#show) | jpl | |
| 2017-03-16 | Massive JS gardening, removing old & unused (bis) | jpl | |
| 2017-03-09 | Merge branch '2498_vehicle_journeys' | Thomas Haddad | |
| 2017-03-06 | updating font-awesome gem, adding custom 'sboiv' icon font | jpl | |
| 2017-02-22 | Merge branch 'refactoring_import' | Xinhui | |
| 2017-02-14 | fixing i18n issues, updating pagination helper | jpl | |
| 2016-12-27 | Gem carrierwave | Xinhui | |
| 2016-12-09 | removing morris & raphael js libs (update gemfile) | jpl | |
| 2016-12-09 | removing morris & raphael js libs (unused) | jpl | |
| 2016-11-30 | Refs #2071 : Upgrade Devise | vlatka pavisic | |
| 2016-11-30 | Refs #2072 : Upgrade RedCloth | vlatka pavisic | |
| 2016-11-28 | Merge branch 'metadata_multiple_periods' | Alban Peignier | |
| 2016-11-27 | Integrate bundle-audit. Add ci:check_security. Refs #2068 | Alban Peignier | |
| 2016-11-25 | Add LicenseFinder with MIT in whitelist. Refs #2057 | Alban Peignier | |
| 2016-11-22 | Manage several ReferentialMetadata::Periods in ReferentialMetadata. Refs #2035 | Alban Peignier | |
| 2016-11-20 | Add an observer to manage opposite_route on other routes. Refs #1999 | Alban Peignier | |
| 2016-11-18 | Complete ReferentialMetadata model and specs. Refs #1782 | Alban Peignier | |
| 2016-11-15 | Merge branch 'itineraries_test' | Thomas Haddad | |
| 2016-11-15 | add select2 for rails | jpl | |
| 2016-11-14 | Move test deps into different group | Thomas Haddad | |
| Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com> | |||
