punchcard

The Punchcard CMS

APACHE-2.0 License

Downloads
584
Stars
31
Committers
8

Bot releases are hidden (Show)

punchcard - v2.32.0

Published by Snugug almost 8 years ago

2.32.0

November 28, 2016

New

  • 🆕 auto-login after account create (commit)
  • 🆕 remove setting for '/create-admin' (commit)
  • 🆕 landing redirects to create now (commit)
  • 🆕 adds user and redirects (commit)
  • 🆕 create-admin route works (commit)
  • 🆕 create user setup (commit)
  • 🆕 create new user model (commit)

Changed

  • 🐛 add uses pw required (commit)
  • 👕 adjust jsdoc (commit)
  • 🐛 proper capitals (commit)
  • ✅ testing route with zero users (commit)
  • ✅ check having users redirects (commit)
  • 😒 merge with user-routes (commit)
punchcard - v2.31.0

Published by Snugug almost 8 years ago

2.31.0

November 18, 2016

New

  • 🆕 remove user redirect to user (commit)
  • 🆕 adding route init (commit)
  • 🔒 Update yarn lock (commit)
  • 🆕 save user route dun (commit)
  • 🆕 add and one routes (commit)
  • 🆕 updated add html (commit)
  • 🆕 express/node application fixtures (commit)

Changed

punchcard - v2.30.2

Published by Snugug almost 8 years ago

2.30.2

November 15, 2016

Changed

punchcard - v2.30.1

Published by Snugug almost 8 years ago

2.30.1

November 15, 2016

Changed

punchcard - v2.30.0

Published by Snugug almost 8 years ago

2.30.0

November 15, 2016

New

  • 🆕 route-level action check (commit)
  • 🆕 model and middleware set up (commit)
  • 🆕 basic middleware setup (commit)

Changed

  • 🐛 check no more than 5 apps (commit)
  • 📝 Add Deploy to Heroku button (commit)
    • It… it deploys. IT DEPLOYS!
  • 🔥 clean require (commit)
  • 🔥 remove old users (commit)
  • ✅ fix tests for less code (commit)
  • 🔥 clean out extra files (commit)
  • 🔥 remove incorrectly added (commit)
  • ✅ tests confirm id check (commit)
  • 🐛 Input Plugin Text moved to be full dependency (commit)
  • 👕 cleanup (commit)
  • 😒 merge with master (commit)
  • ✅ middleware tests (commit)
punchcard - v2.29.0

Published by Snugug almost 8 years ago

2.29.0

November 11, 2016

New

  • 🆕 add error handling (commit)
  • 🆕 all works, with merge (commit)
  • 🆕 return recurse (commit)
  • 🆕 latest test fixes (commit)
  • 🆕 api depth works as expected (commit)
  • 🆕 depth of attributes now working and tested (commit)
  • 🆕 reference func (commit)

Changed

  • 🐛 remove id from single-input repeatable (commit)
  • 🐛 depth correctly found (commit)
  • 🐛 fix null bug (commit)
  • 😒 merge with master (commit)
  • 🐛 check for type (commit)
  • 🔮 all with depth 2 gets knex trx err (commit)
  • ✅ test function update (commit)
  • 🔮 api tests run serially (commit)
  • ✅ compensates for content-types issue (commit)
  • 😒 re-point to validation (commit)
  • ✅ Update tests (commit)
  • 🐛 Fix attribute recursion (commit)
  • 🎨 Split fixture types and values out (commit)
  • 🎨 Rename _utils to index (commit)
  • 🔮 swallows the promise (commit)
  • 🔮 stopping place (commit)
  • 😒 merging with master (commit)
  • 👕 cleanup (commit)
punchcard - v2.28.0

Published by Snugug almost 8 years ago

2.28.0

November 10, 2016

New

  • 🆕 Add File Get config (commit)
  • 🆕 Add rel property to Vinyl objects (commit)
  • 🆕 Add config for storage (commit)
  • 🆕 Add Vinyl based file put (commit)
  • 🆕 Account for files in content save validation (commit)

Changed

  • 📝 Document all functions and functionality (commit)
  • 📝 Fix test description (commit)
  • 👕 Fix use strict lint errors in fixtures (commit)
  • 🔥 Remove buffertools dependecy (commit)
  • 👕 Fix remaining lint issues (commit)
  • ✅ Add get tests (commit)
  • ✅ Add saved file fixtures (commit)
  • 🐛 Fix get return (commit)
  • 🐛 Fix rel bug in Vinyl file (commit)
  • 👕 Add missing semicolon (commit)
  • 🔥 Removed File Save/Load (commit)
  • 👕 Fix Storage test lint issues (commit)
  • 👕 Fix path lint error (commit)
  • 👕 Lint Fixtures correctly (commit)
    • Conflicts:

    • tests/fixtures/applications/objects/model-merged.js

  • ✅ Add Storage tests (commit)
  • 🐛 Fix Put so it now works (commit)
  • 🔥 Remove old comment (commit)
  • 😒 Add Del and Buffertools devdeps (commit)
  • 🔮 Save files object to on save (commit)
  • 😒 Make test files repeatable (commit)
  • 🎨 Fix File styling (commit)
  • 😒 Add File plugin as dev dependency (commit)
punchcard - v2.27.0

Published by Snugug almost 8 years ago

2.27.0

November 09, 2016

New

  • 🆕 gazillion tests on depth (commit)
  • 🆕 return recurse (commit)
  • 🆕 testables function (commit)
  • 🆕 tests for api depth (commit)

Changed

punchcard - v2.26.0

Published by Snugug almost 8 years ago

2.26.0

November 04, 2016

New

  • 🆕 wrapped trx (commit)
  • 🆕 adding transaction to follow (commit)

Changed

punchcard - v2.25.0

Published by Snugug almost 8 years ago

2.25.0

October 31, 2016

New

Changed

  • 😒 Revert to Yarn recommendation (commit)
  • 🔮 Speed up Yarn install (commit)
  • 😒 Don't install Node (already using) (commit)
  • 💚 Add Gulp as direct dev dependency (commit)
  • 💚 Use Yarn to run tests (commit)
  • 💚 Add Node to Before Install (commit)
  • 💚 We do need sudo (commit)
  • 😒 Bump quote plugin version (commit)
punchcard - v2.24.1

Published by Snugug almost 8 years ago

2.24.1

October 26, 2016

Changed

  • 💚 Fix Travis application failure (commit)
  • ✅ Only test one if there are items (commit)
  • 📝 Fix typo (commit)
  • ✅ Add test to ensure not only empty (commit)
  • 🐛 Fix types on endpoints (commit)
  • 💚 Fix wrong return code (commit)
    • Clean up after itself
punchcard - v2.24.0

Published by Snugug almost 8 years ago

2.24.0

October 25, 2016

New

  • 🐎 Use transaction for all of the queries (commit)
  • 🆕 Use Follow for content listing routes (commit)
  • 🆕 Add Follow function (commit)
    • Follow calls 'one' API to fill an content object

Changed

  • 🎨 Use req.content.types to get CTs (commit)
  • 👕 Fix linting issue (commit)
  • 📝 Add JSDocs (commit)
  • ✅ Add Follow tests (commit)
  • 💚 Clean up after API tests (commit)
  • 💚 Clean up after Schedule test (commit)
    • Prevents other tests from failing randomly
  • 🐛 Fix undefined content type and type-slug (commit)
  • 🎨 Move One functionality to API utility (commit)
  • 🐛 Export follow function (commit)
  • 🎨 Clean find statements (commit)
  • 🐛 Fix Random Number generation bug (commit)
    • Would cause random failures
punchcard - v2.23.6

Published by Snugug almost 8 years ago

2.23.6

October 25, 2016

Changed

punchcard - v2.23.5

Published by Snugug almost 8 years ago

2.23.5

October 23, 2016

Changed

punchcard - v2.23.4

Published by Snugug almost 8 years ago

2.23.4

October 23, 2016

Changed

punchcard - v2.23.3

Published by Snugug almost 8 years ago

2.23.3

October 23, 2016

Changed

punchcard - v2.23.2

Published by Snugug almost 8 years ago

2.23.2

October 23, 2016

Changed

punchcard - v2.23.1

Published by Snugug almost 8 years ago

2.23.1

October 23, 2016

Changed

punchcard - v2.23.0

Published by Snugug about 8 years ago

2.23.0

October 18, 2016

New

  • 🆕 testing generated fixtures (commit)
  • 🆕 attributes tested (commit)

Changed

  • 🐛 sometimes no good (commit)
  • ✅ remove bad test (commit)
  • 🔥 remove old fixtures (commit)
  • ✅ remove test data from db (commit)
  • 👕 rearrange for linting (commit)
  • 👕 testing linting (commit)
  • 🐛 fixing and turning on api tests (commit)
punchcard - v2.22.5

Published by Snugug about 8 years ago

2.22.5

October 17, 2016

Changed

  • 🎨 Remove unused ESLint disable (commit)
  • 👕 Fix linting error (commit)
  • 🐛💚 Fix linting config (commit)
  • 😒 Bump Node version (commit)
  • 📝 Add 200 LOC change to Great PRs (commit)
Package Rankings
Top 7.11% on Npmjs.org
Badges
Extracted from project README
Build Status Coverage Status Code Climate Deploy
Related Projects