Skip to content

Latest commit

 

History

History
65 lines (41 loc) · 2.4 KB

ROADMAP.md

File metadata and controls

65 lines (41 loc) · 2.4 KB

Upcoming Releases

1.5

  • Multiple sub-jobs (need to work out nomenclature) - allowing testing in different environments
  • Refactor models into an API rather than relying on mongo queries everywhere.
  • Easier theming (theme plugin type)
  • Make strider a class - no more global shared scope
  • Auth plugins

Changelog / Past releases

1.4.3 - milestone

Bugfix release for 1.4. No major new features.

Fixes include:

  • #286 strider crash on large github webhook post body

1.4.2 - milestone

Bugfix release for 1.4. No major new features.

Fixes include:

  • #296 encoding / LOCALE issues
  • #289 / #281 getTime() crash
  • #287 unable to add environment variables

1.4.1 - milestone

Bugfix release for 1.4. No major new features.

Fixes include:

  • #210 collaborator acces level issue
  • #278 failed to load plugins when running as non-root user
  • #280 move plugin aggregation to dynamic route
  • #274 error when promoting user to admin
  • #284 safari displays logged-in cache of / despite logout

Released Nov 16th 2013

Major refactor, almost everything has changed:

  • Pluggable VCS providers enable:

    • Git
    • Github Enterprise
    • BitBucket
    • Generic Git
    • 3rd party projects working on Gitlab
  • Per-branch repos and config. E.g. "release" branch can have different config from "master" branch.

  • Testing of Pull Requests.

  • Per-projet plugin configuration. Plugins can be ordered and configured entirely through the web UI.

  • This seems like ages ago...
  • Records are blurry back here - look at the git log for information.