Skip to content
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.

Commit

Permalink
Merge pull request #247 from wmde/readme-300
Browse files Browse the repository at this point in the history
Prepare Phragile 3.0.0 release
  • Loading branch information
manicki committed May 26, 2016
2 parents 16f9609 + 14cc96a commit e8dab5a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ For more information see the [product backlog](https://github.com/wmde/phragile/
### Preparation

* [Install Phabricator](https://secure.phabricator.com/book/phabricator/article/installation_guide/)
Phragile >=2.0.0 requires Phabricator release from 2016 Week 8 or newer

Phragile >= 3.0.0 requires Phabricator release 2016 Week 15 or newer.

* [Activate Phabricator OAuth](https://github.com/wmde/phragile/wiki/Activating-Phabricator-OAuth)
* Add a custom field for story points to http://yourphabricator/config/edit/maniphest.custom-field-definitions/
e.g.: ```{ "yourcompany:story_points": { "name": "Story Points", "type": "int" } }```

**OR** [Install the sprint extension](https://github.com/wikimedia/phabricator-extensions-Sprint)

### Installation
Expand Down
10 changes: 8 additions & 2 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Phragile release notes

## Version 3.0.0 (2016-05-24)
* Added support for Phabricator release 2016 Week 15 or newer
* Task and transaction data for snapshots is now stored in Phragile's own format which will make future upgrades easier
* Provided a migration script for snapshots
* Fixed a bug with priority filtering

## Version 2.0.0 (2016-03-29)
* Phragile requires Phabricator >=2016 Week 8
* Support Phabricator Projects v3
Expand All @@ -12,7 +18,7 @@
* Possibility to delete a sprint
* Setting for making story points optional
* Page to create sprints that exist on Phabricator but not on Phragile
* Possibility to export snapshot data
* Possibility to export snapshot data
* Project statistics page
* Direct links to burnup or burndown charts
* Support for large projects
Expand All @@ -26,7 +32,7 @@
* create new sprint projects directly from Phragile
* display sprint backlog with priority, storypoints, assignee and status
* sort and filter tasks by priority, storypoints, assignee and status
* display closed points per day
* display closed points per day
* generate burndown chart
* display ideal sprint progress in burndown chart
* display burnup chart with scope line
Expand Down
2 changes: 1 addition & 1 deletion UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To support newer versions of Phabricator, Phragile uses manifest.search instead

## From 1.0 release to 1.1

Phragile 1.1. starts using Conduit API Tokens instead of the deprecated Conduit API Certificate.
Phragile 1.1. starts using Conduit API Tokens instead of the deprecated Conduit API Certificate.

* The setting for the Phragile bot user needs to be updated in the `.env` file. Use `PHRAGILE_BOT_API_TOKEN=` instead of `PHRAGILE_BOT_CERTIFICATE=`
* When running browser tests corresponding changes have to be done in the `behat_custom.yml` file. Use `conduit_api_token:` instead of `conduit_certificate:`

0 comments on commit e8dab5a

Please sign in to comment.