Skip to content

Latest commit

 

History

History
219 lines (161 loc) · 8.45 KB

CHANGELOG.md

File metadata and controls

219 lines (161 loc) · 8.45 KB

Changelog / Past releases

1.9.2 - 2016-09-13

  • [BUGFIX] HAve server us it's own version of ansi.js, see (#991)

1.9.1 - 2016-09-09

  • [BUGFIX] Fix collaborator router returning 404, see (#990)
  • [UI] Build Metadata: Move progress bar to the bottom
  • [UI] History Row: Hide took and / in certain states
  • [DEV] Build client scripts on prepublish

1.9.0 - 2016-09-07

The biggest change in this release is that Strider expects to be run with Node.js version greater or equal to 4.2.

Range: https://github.com/Strider-CD/strider/compare/b211c45...fd0cd66

  • Expect Node >= 4.2
  • Update dependencies
  • Fix tests
  • Fix config merge behavior
  • Fix express deprecations
  • Order plugins alphabetically
  • Convert more routes to express router syntax
  • Don't create default config for runner plugins
  • Fix duplicate job listings
  • Jade to Pug deprecation fix
  • Improved logging, use DEBUG=strider* env
  • Dashboard & Build Page UI refresh (#988)

1.8.0 - 2016-07-20

Range: https://github.com/Strider-CD/strider/compare/4ed868a6be4411507c6c1b75b2ae6fd242d08f58...f5051ab79fda22043773b19ac2713d8b10ab0f32

  • Update moment again for security
  • Remove Heroku XHR polling (#920)
  • Document concurrent jobs env
  • Fix login redirects (#923)
  • Add plugin blocks for login form (#924)
  • Cleanup travis config
  • Lock in Angular version
  • Update plugin dependencies
  • Set name of local plugins (#932)
  • Add SMTP_SECURE config (#933)
  • Fix dev.sh script (#943)
  • Fix performance issues when viewing failed builds (#952)
  • Fix hard-coded admin notification email address (#951)
  • Fix ESLint usage (#954)
  • Fix footer being scrolled out of view
  • Go to hash-targetted tab
  • Add IntelliJ code style definition
  • Replace ssh-keypair with native JS solution (win support)
  • Allow strider.json to set runner
  • Add more debug instances for logging
  • Replace Makefile with npm scripts

1.7.7 - 2016-02-12

  • Update moment to a secure version
  • Add option to disable deploy on PR (#908)
  • Update everypaas
  • Update github provider
  • Fix strider.json fetch for Github provider (#914)

1.7.6 - 2016-01-29

  • Update dependencies
  • Delete unused dependencies and files
  • Add strider-gitlab as dep
  • Invite code checks email
  • Update angular and router
  • Fix module usage for ecosystem client
  • Case-sensitive emails
  • Fix provider accounts title
  • Fix tab switching error
  • Project branch cloning
  • Github config more explicit
  • Fix accesslevel for new projects with no jobs
  • Error on malformed projects
  • Fix codemirror refresh
  • Add save button to branch settings page
  • Sort build history by created date

1.7.5 - 2015-10-2

  • Client fixes in config and job pages

1.7.4 - 2015-08-31

  • Add missing client build

1.7.3 - 2015-08-31

  • Update strider dependencies
  • ANSI fixes (#848)
  • Fix job aborting if strider.json not found (#849)
  • Fix job model location (#847)
  • Fix crash if plugin missing (#845)
  • Update fonts and styles
  • Cleanup of main.js, move to utils

1.7.2 - 2015-08-11

  • Test fixes for travis (#843)
  • Fix invite code render (#842)
  • Project access levels for sockets (#839)
  • Dropdown fix and new plugin blocks (#841)
  • Fix user invite email (#840)
  • Update jquery to 2.x
  • JSHint updates

1.7.1 - 2015-08-03

  • Fix plugin template registration (#838)

1.7.0 - 2015-07-23

  • Upgrade all plugins (#671)
  • Fix config in Firefox (#717)
  • Easier install (no bower issues) (#764)
  • Many more bugs fixed, see the diff 2e3106a4...402c1d6

1.6.5 - 2015-03-27

  • [FEATURE] Corporate Proxy Support (#741)
  • [ENHANCEMENT] io.js support (commit)
  • [ENHANCEMENT] Make configure button more obvious on build page (commit)
  • [BUGFIX] mongoose version issues (#752)
  • [BUGFIX] Fix issue with mission critical routes (#748)
  • Readme updates

1.6.0 - 2015-01-10

  • Docker support in core.
  • Bring back password reset.
  • addUser retry if email taken.
  • strider addUser -f for overwritting user.
  • New project config page layout, see #629
  • Plugin manager
  • Invite revoke
  • Layout/Style fixes
  • Plugin dependency updates
  • Bug fixes
  • Modular client-side (browserify)
  • Major cleanup of client-side code
  • strider-cli moved out
  • etc..

1.5.0 - 2014-08-18

1.4.5

Bugfix release for 1.4. Fixes bugs in email notifications, github and bitbucket.

1.4.4

Bugfix release for 1.4. Adds Windows support, many fixes and small improvements.

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.