-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SR-1397] Incorporate unused 0.8.2 improvements #11
base: 0-8-stable
Are you sure you want to change the base?
[SR-1397] Incorporate unused 0.8.2 improvements #11
Commits on Oct 19, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 81788e0 - Browse repository at this point
Copy the full SHA 81788e0View commit details -
Resolution attempt for issues bokmann#36, bokmann#45 and bokmann#83. …
…Ensure we wind to beginning of business day when using business_hours before/after methods
Configuration menu - View commit details
-
Copy full SHA for 812482e - Browse repository at this point
Copy the full SHA 812482eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99cdb1e - Browse repository at this point
Copy the full SHA 99cdb1eView commit details
Commits on Oct 20, 2015
-
Configuration menu - View commit details
-
Copy full SHA for ed889d9 - Browse repository at this point
Copy the full SHA ed889d9View commit details
Commits on Nov 15, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 0f40a40 - Browse repository at this point
Copy the full SHA 0f40a40View commit details
Commits on Dec 10, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 35aaacb - Browse repository at this point
Copy the full SHA 35aaacbView commit details
Commits on Jan 15, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 96191e3 - Browse repository at this point
Copy the full SHA 96191e3View commit details
Commits on Jan 27, 2016
-
Kenta Suzuki committed
Jan 27, 2016 Configuration menu - View commit details
-
Copy full SHA for 95e1010 - Browse repository at this point
Copy the full SHA 95e1010View commit details
Commits on Feb 3, 2016
-
Merge pull request bokmann#120 from dugjason/feature/issue-83
Fixes for issues bokmann#36, bokmann#45 and bokmann#83 (bug in business_days.before/after)
Configuration menu - View commit details
-
Copy full SHA for 731dac8 - Browse repository at this point
Copy the full SHA 731dac8View commit details -
Merge pull request bokmann#122 from aelogica/readme_workday
Add examples for `#workday?`
Configuration menu - View commit details
-
Copy full SHA for a07a0ac - Browse repository at this point
Copy the full SHA a07a0acView commit details -
Merge pull request bokmann#123 from crowdworks/fix_bundler
Update bundler before travis builds
Configuration menu - View commit details
-
Copy full SHA for 791fc05 - Browse repository at this point
Copy the full SHA 791fc05View commit details -
Merge pull request bokmann#121 from dugjason/feature/inclusive-busine…
…ss_days_until Adds support for inclusive results from business_days_until() method
Configuration menu - View commit details
-
Copy full SHA for 11095ec - Browse repository at this point
Copy the full SHA 11095ecView commit details
Commits on Mar 10, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 43f637f - Browse repository at this point
Copy the full SHA 43f637fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7488cc3 - Browse repository at this point
Copy the full SHA 7488cc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26afba9 - Browse repository at this point
Copy the full SHA 26afba9View commit details -
Adds the gitmessage to the repo.
I love this feature! Why didn't I know this existed before?
Configuration menu - View commit details
-
Copy full SHA for dfb7cd7 - Browse repository at this point
Copy the full SHA dfb7cd7View commit details
Commits on Mar 22, 2016
-
Revises the copyright dates in the license
I didn't really need to do this, but it served as a useful example.
Configuration menu - View commit details
-
Copy full SHA for 4c468bd - Browse repository at this point
Copy the full SHA 4c468bdView commit details
Commits on Apr 5, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 0351d3d - Browse repository at this point
Copy the full SHA 0351d3dView commit details -
Really, I'm just testing to see if the git status hooks actually do something useful.
Configuration menu - View commit details
-
Copy full SHA for fb4cab3 - Browse repository at this point
Copy the full SHA fb4cab3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a866119 - Browse repository at this point
Copy the full SHA a866119View commit details -
Merge pull request bokmann#127 from bokmann/feature/copyright_update
Updates Activesupport version and internal version prepping for release.
Configuration menu - View commit details
-
Copy full SHA for 6a8a483 - Browse repository at this point
Copy the full SHA 6a8a483View commit details
Commits on Jun 9, 2016
-
When you use Time.parse, you get a Time object back; when you use Time.zone.parse, you get a TimeWithZone. The code should preserve the timezone _on this time object_, not re-apply Time.zone, which can change independently of time objects. Added to the misnamed business_time_until_eastern test to demonstrate that timezone is preserved in both Time and TimeWithZone objects; fixed a failing test in test_calculating_business_duration that wrongly assumed that Time.parse objects should follow Time.zone.
Brian Ewins committedJun 9, 2016 Configuration menu - View commit details
-
Copy full SHA for 5e799df - Browse repository at this point
Copy the full SHA 5e799dfView commit details -
Merge pull request bokmann#134 from bazzargh/tzfix
Fix timezone inconsistencies
Configuration menu - View commit details
-
Copy full SHA for 700fa15 - Browse repository at this point
Copy the full SHA 700fa15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a38817 - Browse repository at this point
Copy the full SHA 6a38817View commit details -
Configuration menu - View commit details
-
Copy full SHA for c16e018 - Browse repository at this point
Copy the full SHA c16e018View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7f1b04 - Browse repository at this point
Copy the full SHA a7f1b04View commit details
Commits on Aug 2, 2016
-
Merge commit 'a7f1b04adb2542593a4c29421c397f00e5c5bf60' into feature/…
…PT-3440-merge-official-develop Conflicts: Gemfile.lock business_time.gemspec lib/business_time/business_days.rb lib/business_time/core_ext/date.rb lib/business_time/version.rb test/test_business_time_until_eastern.rb
Configuration menu - View commit details
-
Copy full SHA for 040ca0b - Browse repository at this point
Copy the full SHA 040ca0bView commit details
Commits on Aug 4, 2016
-
Configuration menu - View commit details
-
Copy full SHA for e2ffff2 - Browse repository at this point
Copy the full SHA e2ffff2View commit details
Commits on Aug 8, 2016
-
Merge pull request #4 from kantox/feature/PT-3440-merge-official-develop
Feature/pt 3440 merge official develop
Configuration menu - View commit details
-
Copy full SHA for 0789e87 - Browse repository at this point
Copy the full SHA 0789e87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 560b2e3 - Browse repository at this point
Copy the full SHA 560b2e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fde2be - Browse repository at this point
Copy the full SHA 6fde2beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 484ef39 - Browse repository at this point
Copy the full SHA 484ef39View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8f241c - Browse repository at this point
Copy the full SHA e8f241cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dddf1d - Browse repository at this point
Copy the full SHA 8dddf1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d668ad - Browse repository at this point
Copy the full SHA 3d668adView commit details -
Merge pull request #3 from kantox/feature/PT-3440-parse-holidays-on-l…
…oading Parse holidays on config loading
Configuration menu - View commit details
-
Copy full SHA for e8f0113 - Browse repository at this point
Copy the full SHA e8f0113View commit details -
Configuration menu - View commit details
-
Copy full SHA for 644c684 - Browse repository at this point
Copy the full SHA 644c684View commit details
Commits on Jun 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 793d82a - Browse repository at this point
Copy the full SHA 793d82aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76286f3 - Browse repository at this point
Copy the full SHA 76286f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ff8faa - Browse repository at this point
Copy the full SHA 2ff8faaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c7ba24 - Browse repository at this point
Copy the full SHA 3c7ba24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e8b85c - Browse repository at this point
Copy the full SHA 9e8b85cView commit details -
Merge branch 'feature/SR-1396-add-ci-and-loosen-activesupport-require…
…ment' into feature/SR-0000-incorporate-0.8-2-improvements
Configuration menu - View commit details
-
Copy full SHA for b3f4d11 - Browse repository at this point
Copy the full SHA b3f4d11View commit details