• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

adventurerscodex / adventurerscodex / 1482
71%

Build:
DEFAULT BRANCH: develop
Ran 22 Feb 2017 06:36AM UTC
Jobs 1
Files 238
Run time 12s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
1482

push

travis-ci

web-flow
Version 1.3 (#1222)

* Added new footer icons and made them open in a new tab when clicked. (#1098)

* Adds auto-ignore to all models and fixes tests. (#1094)

* Add magic damage types to options list for weapons (#1109)

* Add backgrounds to wizard (#1111)

* Fixed feed.xml (#1120)

* Update copyright (#1124)

* Change new link to new/import (#1122)

* DM Tools model tests (#1099)

* Added tests to models in DM tools

* Tested all DM models

* AC should not show in the label if there is no AC (#1104)

* AC should not show in the label if there is no AC

* Remove erroneous comment

* Remove unnecessary acLabel reference and add new test

* Remove trim funciton and replace with regex

* Trim acLabel result

* Fix tests

* Remove regex to trim whitespace

* Add dm screen to dm tools (#1103)

* Add dm screen to dm tools

* Fix typos, add hotkey, remove hover on tables, add subtitles, change formatting to table headers.

* Remove duplicate spaces and unnecessary table sub titles

* Removed unnecissary date (#1131)

* Convert trashcans and plus icons to font awesome for consistency (#1129)

* Convert trashcans and plus icons to font awesome for consistency

* Add class to make trash cans white for notes section

* Remove unused glyphicon hover class

* Truncation changes (#1132)

* Changed how and when strings get truncated. Added a new convenience method to reduce boilerplate.

* Updated tests.

* Remove min from proficiency bonus adjustment element (#1139)

* Minor UI changes (#1102)

* Minor UI changes to make tablet UI less bad.

* Reverted notes fix and added CSS for daily features name overflow.

* Fixed various screens for mobile.

* Adds new inspired status line component for players. (#1130)

* Adds new inspired status line component for players.

- Refactors status line vm to present a nicer sentence.

* Fixes status line sentence for single statuses.

* Fixes linter issue.

* Fixes grammar for 2 items.

* Add popovers for auto calc info (#1134)

* Add binding for popovers

* Add popovers for auto-calculations

* Remove popovers

* Add documentation for popover binding.

* Add link to stack overflow where code was used from

* Add passive score to skills table (#1135)

* Add passive score to skills table

* Change UI for skills table

* Change column order on skills view table

* Add custom class for ability score for skills table

* Add tests

* Added cost label to card and table. Also fixed weight label logic for various other models. (#1142)

* Set min to 0 for spell level (#1158)

* Added monster pre population, OGL disclaimer, cancel button to add monster modal. (#1143)

* Update ps queries (#1152)

* Fixed a couple models

* Removed PS queries from all models, added new PS queries to VMs, fixed bug with status line, created new PS query for querying on more than one property.

* Renamed new persistence service query, created Predicate object for queries, implemented guard statement in inspiration_component.

* Added semi-colons.

* Changed predicate object and updated related VMs.

* toastr (#1161)

* Added toastr. Need to document use and fix tests.

* Fixed tests.

* Added comments, removed preventDuplicate flag, remved subscriptions from init.

* Spell slots field focus (#1167)

* Changed initial modal focus to max slots in add/edit.
Somewhat fixed "auto-spell-slot-level-calculation."
Removed default value from maxSlot, since it would always get overwritten anyway.
Added short/long rest icons to spell slots.

* Fixed tests.

* Remove passive wisdom (#1168)

* Removed calculation and field in the view. Re-ordered the fields in stats to fill the hole.

* Fixed test.

* Removed other references of passive wisdom.

* Deprecate init (#1154)

* Removed init successfully from character app, but still working on DM app.

* Fixed issue with DM init process. Fixed tests that had init.

* Fixed status line issue and unsubscribed from all notifications that used to be in init.

* Merged v1.3 in and fixed conflicts.

* Removed anonymous functions that were subscribed.

* DM Tools Tests (#1176)

* rebasing

* Added tests for encounter section VMs.

* Increases test coverage even more.

* Proficiency and language (#1175)

* Added proficiencies and languages. Pre-pop is available for all items in OGL. Need to write tests. Can't merge until PS and deprecate init PRs are merged in.

* Changed size of modal.

* Added some tests.

* Added vm tests.

* Untracked folder

* Add to hit modifier to UI and total bonus calculation. (#1178)

* Add to hit modifier to UI and total bonus calculation.

* Add to hit modifier label and add to preview card.

* Add to hit modifier to export

* Add comma to weapons heading

* Fix UI on Spell Slots to match Tracked Features (#1174)

* Change UI for spell slots to match tracked features

* Clean up template file

* Add test for resetting 1 slot

* Add reset slot method

* UI tweaks for mobile

* Resize columns

* Add always prepared functionality for spells module (#1173)

* Add always prepared functionality

* Add always prepared functionality

* Change popover text, add disabled checkbox

* Add tests, spell prepared  html, and only show prepared checkboxes if spell is not a cantrip

* Col tweaks, disable popover on xs, move fixtures to view model

* Add semicolon

* Modal edit update (#1177)

* Proof of concept of modal edit.

* Finished separating items that are being edited and the ones being displayed in all modals. Also various fixes.

* Added utility method for updating an element in an array.

* Removed duplicate file

* Added global hooks file for testing. Fixed tests.

* Fixed bug with prepared spells. (#1188)

* Adds feats (#1187)

* Add model, view model for tracked and feats

* Wire up UI and pre-population

* Added tracked component to add/edit modal. Added tests. Added new edit paradigm.

* Added tooltip to explain tracked feats

* Fixed issues with adding and editing feats.

* Adds Tooltips (#1190)

* Moved view code out of other_stats model.
Added popover for proficiency.

* Adds initiative popover

* Implemented tooltip, but addon won't update anymore.

* Fixed labels

* Removed vscode directory

* Fixed tests.

* Changed order of labels. Added CSS class to override bootstrap CSS.

* Add traits functionality (#1193)

* Add traits functionality

* Change popover text

* Fix weight label (#1198)

* Fix weight label

* Fix weight label

* Return 0 pounds if empty string

* Add race to traits (#1200)

* Add race to traits

* Fix modal focus data bindings

* Add features functionality (#1195)

* Add features functionality

* Add level and character class

* Add prepop for features

* Adds new shared service manager for more easily creating services. (#1202)

* Adds proficiency service (#1209)

* Adds proficiency service

* Changed variable name and clarified calculation

* Adds Tracker (#1206)

* Added tracker. Need to fix tests and do more clean up.

* Tracker finished. Still need tests.

* Added files

* Finished with UI. Need to make tests.

* Worked on tests

* Finished adding tests

* Minor UI fix

* Fixed issue with parent remembering a deleted trackedId

* Makes skills tab look better (#1216)

* Adds armor class service calculations. (#1204)

* Adds armor class service calculations.

* Fixes the fact that tests werent running. Tests are now broken.

* Fixes 1 test. So there.

* Fixes issues addressed in code review.

* Redoes all jim's work.

* Fixes issue with shared service manager setting non-overridable state.

* Remove unnecessary semicolon

* Add tests for armor class service

* Add test for equipArmorHandler

* Add handling for Heavy armor type and add dex bonus when no armor is worn

* Fixes linting issue

* Fixes testing issues with AC Service and Armors.

* fix layout (#1217)

* Change armor-heading to remind users to don armor and shields (#1218)

* Add number type to weight modals for add and edit (#1219)

* Fixes (#1220)

* Various fixes

* Adds periods

* v1.3 migrations (#1212)

* Added shield migration

* Added migration for feats, features, proficiencies, and daily features

* adds files

* Adds resource

* Adds migration for armor and feats, features, daily features

* Tests the new Feats, Features, Traits migrations.

* Adds deletion to migration.

* Fixed linter issues

* Update CHANGELOG.md

* Updated app version

* Fixes issue with delete during migration

* Added filter for license (#1221)

* Update package.json

* Update jebeddo_data.js

10509 of 12173 relevant lines covered (86.33%)

7.31 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1482.1 22 Feb 2017 06:36AM UTC 0
86.33
Travis Job 1482.1
Source Files on build 1482
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1482
  • 97c6b7e9 on github
  • Prev Build on develop (#1291)
  • Next Build on develop (#1715)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc