Commit graph

3877 commits

Author SHA1 Message Date
dependabot-preview[bot]
1ea380247a
Merge pull request #2311 from TracksApp/dependabot/bundler/bullet-6.1.0 2020-01-01 00:25:26 +00:00
dependabot-preview[bot]
f1eca9f9d8
Bump bullet from 6.0.1 to 6.1.0
Bumps [bullet](https://github.com/flyerhzm/bullet) from 6.0.1 to 6.1.0.
- [Release notes](https://github.com/flyerhzm/bullet/releases)
- [Changelog](https://github.com/flyerhzm/bullet/blob/master/CHANGELOG.md)
- [Commits](https://github.com/flyerhzm/bullet/compare/6.0.1...6.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-01 00:02:15 +00:00
dependabot-preview[bot]
399eee04f1
Merge pull request #2289 from TracksApp/dependabot/bundler/rubyzip-1.3.0 2020-01-01 00:00:34 +00:00
dependabot-preview[bot]
fdba432827
[Security] Bump rubyzip from 1.2.4 to 1.3.0
Bumps [rubyzip](https://github.com/rubyzip/rubyzip) from 1.2.4 to 1.3.0. **This update includes a security fix.**
- [Release notes](https://github.com/rubyzip/rubyzip/releases)
- [Changelog](https://github.com/rubyzip/rubyzip/blob/master/Changelog.md)
- [Commits](https://github.com/rubyzip/rubyzip/compare/v1.2.4...v1.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-24 15:34:36 +00:00
Matt Rogers
b01f027d8d
Merge pull request #2302 from jyruzicka/fix-2220
#2220: Use @original_item over other @original_item like instance variables
2019-12-22 10:14:17 -06:00
Jan-Yves Ruzicka
4ea94152c4 Remove @original_item_due_id
Remove one last @original_item_due_id from app/views/todos/destroy.js.erb
2019-12-22 12:33:02 +13:00
dependabot-preview[bot]
51c5e261ec
Merge pull request #2310 from TracksApp/dependabot/bundler/rack-2.0.8 2019-12-18 19:43:27 +00:00
dependabot-preview[bot]
5bafae0816
[Security] Bump rack from 2.0.7 to 2.0.8
Bumps [rack](https://github.com/rack/rack) from 2.0.7 to 2.0.8. **This update includes a security fix.**
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rack/rack/compare/2.0.7...2.0.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-18 19:32:30 +00:00
Matt Rogers
4a78bc0b60
Merge pull request #2308 from TracksApp/increase-sidebar-textbox-sizes
Restyle the new todo forms
2019-12-12 17:49:32 -06:00
Matt Rogers
7eb5f43a7f
Restyle the new multiple todos form as well 2019-12-07 09:05:17 -06:00
Matt Rogers
40e3aa298c
Restyle the new todo form
This makes use of bootstrap and provides more space for the individual
fields to use.
2019-12-07 08:55:50 -06:00
dependabot-preview[bot]
e62b5a4559
Merge pull request #2307 from TracksApp/dependabot/bundler/puma-4.3.1 2019-12-05 19:52:09 +00:00
dependabot-preview[bot]
3ca8154044
[Security] Bump puma from 4.1.1 to 4.3.1
Bumps [puma](https://github.com/puma/puma) from 4.1.1 to 4.3.1. **This update includes a security fix.**
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](https://github.com/puma/puma/compare/v4.1.1...v4.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-05 19:44:10 +00:00
dependabot-preview[bot]
80654aebe1
Merge pull request #2306 from TracksApp/dependabot/bundler/nokogiri-1.10.6 2019-12-04 14:55:48 +00:00
dependabot-preview[bot]
163644b854
[Security] Bump nokogiri from 1.10.4 to 1.10.6
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.4 to 1.10.6. **This update includes a security fix.**
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.4...v1.10.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-04 05:16:28 +00:00
Matt Rogers
3f095eb675
Allow bootstrap based styling to be used in on this form 2019-11-26 15:27:57 -06:00
Matt Rogers
eb5c2484a9
Remove a useless variable assignment
We can shortcut the assignment that was in the partial by naming the
object directly.
2019-11-26 15:27:19 -06:00
Jan-Yves Ruzicka
c66ce02cb6 Refactor todos_controller and todos_helper to use @original_item
Project uses properties of @original_item over a number of similar-named
variables (eg. @original_item_description, @original_item_was_pending, etc.)

Have left in @original_item_due_date and @original_completed_period as these
are more complex, and not simply properties of the todo item.
2019-11-17 16:03:40 +13:00
Matt Rogers
09a380a475
Merge pull request #2260 from ZeiP/bug/#2259_charts_quality
#2259: Use a Chartjs-ror version with airblade/chartjs-ror#57 applied…
2019-11-13 15:59:19 -06:00
Jyri-Petteri Paloposki
2d4a3625c3 #2259: Try without the type limits for CI 2019-11-13 21:23:09 +02:00
Jyri-Petteri Paloposki
bc7404714c #2259: Perhaps just run the CI once 2019-11-13 21:04:30 +02:00
Jyri-Petteri Paloposki
7f45f748b3 #2259: Trying without the branch 2019-11-13 19:33:11 +02:00
Jyri-Petteri Paloposki
f7bad05dad Merge remote-tracking branch 'origin/master' into bug/#2259_charts_quality 2019-11-13 13:58:26 +02:00
Matt Rogers
d4f542f733
Merge pull request #2299 from ZeiP/readme_fix
Fix the contributors file location in README
2019-11-07 10:27:23 -06:00
Jyri-Petteri Paloposki
db199b68df Fix the contributors file location in README 2019-11-07 18:06:30 +02:00
Jyri-Petteri Paloposki
3bdb34a87e
Merge pull request #2298 from ZeiP/version2.4.1
Version 2.4.1
2019-11-07 17:59:25 +02:00
Jyri-Petteri Paloposki
ab6d51081a Version 2.4.1 2019-11-06 23:27:13 +02:00
Matt Rogers
b5ff9a1bb8
Merge pull request #2296 from ZeiP/tags_migration_bug
#2295: Fix for the migration bug in MySQL
2019-11-06 08:45:41 -06:00
Matt Rogers
5d28482f3d
Do builds on push and pull request 2019-11-05 20:34:21 -06:00
Jyri-Petteri Paloposki
b94f2cdcfd #2295: Fix for the migration bug in MySQL 2019-11-06 01:32:46 +02:00
Matt Rogers
6ab14e6d3c
Merge pull request #2294 from dnrce/github_actions
Migrate CI to GitHub Actions
2019-10-30 20:36:11 -05:00
Dan Rice
79ac907346 Migrate CI to GitHub Actions 2019-10-30 21:24:15 -04:00
dependabot-preview[bot]
59f243c831
Merge pull request #2293 from TracksApp/dependabot/bundler/loofah-2.3.1 2019-10-24 14:11:10 +00:00
dependabot-preview[bot]
9f3d181fdc
[Security] Bump loofah from 2.2.3 to 2.3.1
Bumps [loofah](https://github.com/flavorjones/loofah) from 2.2.3 to 2.3.1. **This update includes a security fix.**
- [Release notes](https://github.com/flavorjones/loofah/releases)
- [Changelog](https://github.com/flavorjones/loofah/blob/master/CHANGELOG.md)
- [Commits](https://github.com/flavorjones/loofah/compare/v2.2.3...v2.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-24 03:01:54 +00:00
Matt Rogers
d7c11a664c
Merge pull request #2292 from TracksApp/release-2.4
Version 2.4.0
2019-10-09 15:07:44 -05:00
Matt Rogers
ec550ae8f6
Version 2.4.0 2019-10-08 09:39:41 -05:00
Matt Rogers
2dac3f82d8
Merge pull request #2278 from C-Otto/fix-2277
Fix 2277: Adapt migration script for PostgreSQL
2019-09-16 08:44:07 -05:00
dependabot-preview[bot]
2415a85cba
Merge pull request #2239 from TracksApp/dependabot/bundler/tolk-3.2.1 2019-09-15 17:37:12 +00:00
dependabot-preview[bot]
36caeda287
Bump tolk from 3.1.0 to 3.2.1
Bumps [tolk](https://github.com/tolk/tolk) from 3.1.0 to 3.2.1.
- [Release notes](https://github.com/tolk/tolk/releases)
- [Changelog](https://github.com/tolk/tolk/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tolk/tolk/compare/v3.1.0...v3.2.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-09-15 17:24:36 +00:00
dependabot-preview[bot]
e642f2ed07
Merge pull request #2270 from TracksApp/dependabot/bundler/rubocop-0.74.0 2019-09-15 17:23:33 +00:00
dependabot-preview[bot]
d6256bb45d
Merge pull request #2275 from TracksApp/dependabot/bundler/will_paginate-3.1.8 2019-09-15 17:23:29 +00:00
dependabot-preview[bot]
82e483c1fe
Merge pull request #2280 from TracksApp/dependabot/bundler/selenium-webdriver-3.142.4 2019-09-15 17:23:15 +00:00
dependabot-preview[bot]
b2333ec30e
Bump selenium-webdriver from 3.142.3 to 3.142.4
Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 3.142.3 to 3.142.4.
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Changelog](https://github.com/SeleniumHQ/selenium/blob/master/rb/CHANGES)
- [Commits](https://github.com/SeleniumHQ/selenium/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-11 05:18:39 +00:00
dependabot-preview[bot]
3ba612a1d2
Merge pull request #2279 from TracksApp/dependabot/bundler/puma-4.1.1 2019-09-10 13:26:01 +00:00
dependabot-preview[bot]
70d9f41868
Bump puma from 4.0.1 to 4.1.1
Bumps [puma](https://github.com/puma/puma) from 4.0.1 to 4.1.1.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](https://github.com/puma/puma/compare/v4.0.1...v4.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-10 05:20:08 +00:00
Carsten Otto
be68737572 fix for Postgres: replace " by ', use row['colname'] instead of row[n]
fixes #2277
2019-09-07 11:40:18 +02:00
dependabot-preview[bot]
0639b8e485
Merge pull request #2272 from TracksApp/dependabot/bundler/nokogiri-1.10.4 2019-08-26 20:10:42 +00:00
dependabot-preview[bot]
d7d64e03ad
Bump will_paginate from 3.1.7 to 3.1.8
Bumps [will_paginate](https://github.com/mislav/will_paginate) from 3.1.7 to 3.1.8.
- [Release notes](https://github.com/mislav/will_paginate/releases)
- [Commits](https://github.com/mislav/will_paginate/compare/v3.1.7...v3.1.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-20 05:25:17 +00:00
dependabot-preview[bot]
f4653f35d7
[Security] Bump nokogiri from 1.10.3 to 1.10.4
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.3 to 1.10.4. **This update includes a security fix.**
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.3...v1.10.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-11 21:23:31 +00:00
Matt Rogers
3ac8702a5e
Merge pull request #2255 from ZeiP/feature/#1955_user_tags
#1955: Migrate tags to belong to named users for enhanced privacy.
2019-08-02 09:38:52 -05:00