Releases: Codeminer42/cm42-central
Releases · Codeminer42/cm42-central
[1.10.0] 2017-09-13
Fixed
- Allowed params to update project via API
- Fix central manage login and logout bugs
Added
- Don't show projects to guests that he's not member of
- Disallow guests to make changes on projects
[1.9.0] 2017-09-11
Changed
- Changing
webpack-rails
gem to newwebpacker
gem
[1.8.0] 2017-09-06
Added
- Action into API to update project
- ENV variable to check if the captcha is enable
Changed
- Adjust ESLint config and solve issues
[1.7.0] 2017-09-04
Added
- Enables rubocop Metrics/AbcSize
- Enabled PerceivedComplexity rubocop metric
- Enabled CyclomaticComplexity rubocop metric
- Added flag to mail reports
- Enabled AndOr rubocop style
- Enabled BlockNesting rubocop metric
- Enabled RedundantReturn rubocop style
Changed
- Move users/form from projects to teams
[1.6.0] 2017-08-22
Added
- Discord integration
Changed
- Story tasks to react components
- Story attachments input to react component
- Story description to react component
- Updated central-support gem to enable discord webhook integration support
Fixed
- Fixing compatibility of docker-composer with webpack
- Fixing 'stop loading when save' javascript spec
[1.5.0] 2017-06-23
Added
- Story History is now able to listen for changes on the story
- Codeclimate file with engines and removed files from analysis
Changed
- Story type select to react component
- Story state select into react component
- Story requested_by select to react component
- Move select components to renderSelects function
- Story owned_by select to react component
- Alter route button Manage Members Team and associate user in team
- Story notes into react components
- Story labels to react component
Fixed
- Story History bug when story actions where triggered
- Ticket not being reassigned to current user when state change to "started"
[1.4.2] - 2017-05-24
Removed
- YARN temporarily
[1.4.1] - 2017-05-24
Fixed
- Move "babel-preset-airbnb" outside devDependencies in package.json
[1.4.0] - 2017-05-23
Added
- tag group form
- Added First time tour.
- Basic style for Labels
- Slack Support
- Release date to Story
- Project now uses yarn
Changed
- Story id, location and history input-form-group into a react component
- Story estimate select into a react component
- The attributes of a release story when creating or editing
Fixed
- Remove the API module used in
using
params into Project Entity - Clean up DatabaseCleaner config
- Admin assignment
- 'Velocity per member' report title translation
- Disable registration using enviroment variable
DISABLE_REGISTRATION
- Display of throbber animated gif when adding a note or a task
- Labels autocomplete overflow
[1.3.0] - 2017-04-25
Added
- The option to each project has its own tag group
- Links to stories within the same project can be added to a story description.
Fixed
- Docker setup for development env.
- User list refreshing when adding or removing team members