Skip to content

Commit

Permalink
Criteria templates (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimdalen authored Aug 25, 2022
1 parent 642aec9 commit d8c319a
Show file tree
Hide file tree
Showing 86 changed files with 3,631 additions and 1,008 deletions.
14 changes: 14 additions & 0 deletions .azext/changelog-cache.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"issues": [
{
"id": 1268285775,
"number": 37,
"submitter": "joachimdalen",
"title": "Criteria templates",
"url": "https://github.com/joachimdalen/azdevops-acceptance-criterias/issues/37"
},
{
"id": 1244048801,
"number": 33,
Expand Down Expand Up @@ -65,6 +72,13 @@
}
],
"pullRequests": [
{
"id": 1032906062,
"number": 41,
"submitter": "joachimdalen",
"title": "Criteria templates",
"url": "https://github.com/joachimdalen/azdevops-acceptance-criterias/pull/41"
},
{
"id": 943501754,
"number": 34,
Expand Down
63 changes: 63 additions & 0 deletions .azext/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,67 @@
[
{
"publishDate": "2022-08-XX",
"version": "1.3.0",
"modules": [
{
"name": "admin-hub",
"version": "1.2.0",
"changes": [
{
"type": "enhancement",
"description": "Redesigned the configuration view. Moved from tabs to dedicated pages.",
"pullRequest": 41
},
{
"type": "feature",
"description": "Added support for creating templates",
"pullRequest": 41,
"issue": 37
}
]
},
{
"name": "criteria-panel",
"version": "1.3.0",
"changes": [
{
"type": "enhancement",
"description": "Moved the type dropdown to the top of the panel",
"pullRequest": 41
},
{
"type": "maint",
"description": "Internal refactoring to improve flows",
"pullRequest": 41
}
]
},
{
"name": "criteria-template-panel",
"version": "1.0.0",
"changes": [
{
"type": "feature",
"description": "Added panel for creating templates",
"pullRequest": 41,
"issue": 37
}
]
},
{
"name": "wi-control",
"version": "1.1.0",
"changes": [
{
"type": "feature",
"description": "Added support for creating criterias from a template",
"pullRequest": 41,
"issue": 37
}
]
}
]
},
{
"publishDate": "2022-05-22",
"version": "1.2.0",
Expand Down
137 changes: 90 additions & 47 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,89 @@
# Changelog

## 1.2.0 (2022-05-22)
## 1.3.0 (2022-08-XX)

### 📝 Documentation (1)
### 📣 Enhancements (2)

- Update README with correct features
- Changed in [PR#23 - Update readme with correct features](https://github.com/joachimdalen/azdevops-acceptance-criterias/pull/23)
#### `admin-hub@1.2.0`

- Redesigned the configuration view. Moved from tabs to dedicated pages.
- Improved in [PR#41 - Criteria templates](https://github.com/joachimdalen/azdevops-acceptance-criterias/pull/41)

#### `criteria-panel@1.3.0`

- Moved the type dropdown to the top of the panel
- Improved in [PR#41 - Criteria templates](https://github.com/joachimdalen/azdevops-acceptance-criterias/pull/41)

### 🚀 Features (3)

#### `admin-hub@1.2.0`

- Added support for creating templates
- Suggested in [GH#37 - Criteria templates](https://github.com/joachimdalen/azdevops-acceptance-criterias/issues/37)
- Added in [PR#41 - Criteria templates](https://github.com/joachimdalen/azdevops-acceptance-criterias/pull/41)

#### `criteria-template-panel@1.0.0`

- Added panel for creating templates
- Suggested in [GH#37 - Criteria templates](https://github.com/joachimdalen/azdevops-acceptance-criterias/issues/37)
- Added in [PR#41 - Criteria templates](https://github.com/joachimdalen/azdevops-acceptance-criterias/pull/41)

#### `wi-control@1.1.0`

- Added support for creating criterias from a template
- Suggested in [GH#37 - Criteria templates](https://github.com/joachimdalen/azdevops-acceptance-criterias/issues/37)
- Added in [PR#41 - Criteria templates](https://github.com/joachimdalen/azdevops-acceptance-criterias/pull/41)

### 🛠️ Maintenance (1)

#### `criteria-panel@1.3.0`

- Internal refactoring to improve flows
- Changed in [PR#41 - Criteria templates](https://github.com/joachimdalen/azdevops-acceptance-criterias/pull/41)

---

## 1.2.0 (2022-05-22)

### 🛠️ Maintenance (1)

- Fix ci pipeline setting the wrong extension version
- Scheduled in [GH#22 - Build sets the wrong extension version in scripts when setting the version manually](https://github.com/joachimdalen/azdevops-acceptance-criterias/issues/22)
- Changed in [PR#24 - Fix pipeline setting wrong extension version when defined manually](https://github.com/joachimdalen/azdevops-acceptance-criterias/pull/24)

### 📝 Documentation (1)

- Update README with correct features
- Changed in [PR#23 - Update readme with correct features](https://github.com/joachimdalen/azdevops-acceptance-criterias/pull/23)

## 📦 Module changes

### 📣 Enhancements (1)

#### `admin-hub@1.1.0`

- Redesigned and cleaned up the configuration view
- Suggested in [GH#30 - Reset all settings does not reset the admin view](https://github.com/joachimdalen/azdevops-acceptance-criterias/issues/30)
- Improved in [PR#32 - Redesign and fixes to Admin Hub](https://github.com/joachimdalen/azdevops-acceptance-criterias/pull/32)

### 🚀 Features (3)

#### `criteria-panel@1.2.0`

- Add key board shortcuts. See the [documentation](https://devops-extensions.dev/docs/extensions/acceptance-criterias/shortcuts) for details.
- Suggested in [GH#25 - Add keyboard shortcuts for improved navigation and UX](https://github.com/joachimdalen/azdevops-acceptance-criterias/issues/25)
- Added in [PR#29 - Add keyboard shortcuts](https://github.com/joachimdalen/azdevops-acceptance-criterias/pull/29)

#### `admin-hub@1.1.0`

- Update documentation urls
- Added in [PR#29 - Add keyboard shortcuts](https://github.com/joachimdalen/azdevops-acceptance-criterias/pull/29)

#### `work-hub@1.1.0`

- Add buttons to open documentation
- Added in [PR#29 - Add keyboard shortcuts](https://github.com/joachimdalen/azdevops-acceptance-criterias/pull/29)

### 🐛 Fixes (6)

#### `criteria-panel@1.2.0`
Expand Down Expand Up @@ -50,32 +119,6 @@
- Reported in [GH#33 - Filter should be case-insensitive](https://github.com/joachimdalen/azdevops-acceptance-criterias/issues/33)
- Fixed in [PR#34 - Fix filter issues](https://github.com/joachimdalen/azdevops-acceptance-criterias/pull/34)

### 🚀 Features (3)

#### `criteria-panel@1.2.0`

- Add key board shortcuts. See the [documentation](https://devops-extensions.dev/docs/extensions/acceptance-criterias/shortcuts) for details.
- Suggested in [GH#25 - Add keyboard shortcuts for improved navigation and UX](https://github.com/joachimdalen/azdevops-acceptance-criterias/issues/25)
- Added in [PR#29 - Add keyboard shortcuts](https://github.com/joachimdalen/azdevops-acceptance-criterias/pull/29)

#### `admin-hub@1.1.0`

- Update documentation urls
- Added in [PR#29 - Add keyboard shortcuts](https://github.com/joachimdalen/azdevops-acceptance-criterias/pull/29)

#### `work-hub@1.1.0`

- Add buttons to open documentation
- Added in [PR#29 - Add keyboard shortcuts](https://github.com/joachimdalen/azdevops-acceptance-criterias/pull/29)

### 📣 Enhancements (1)

#### `admin-hub@1.1.0`

- Redesigned and cleaned up the configuration view
- Suggested in [GH#30 - Reset all settings does not reset the admin view](https://github.com/joachimdalen/azdevops-acceptance-criterias/issues/30)
- Improved in [PR#32 - Redesign and fixes to Admin Hub](https://github.com/joachimdalen/azdevops-acceptance-criterias/pull/32)

## 🌟 Contributors

Thank you to the following for contributing to the latest release
Expand All @@ -93,12 +136,18 @@ Thank you to the following for contributing to the latest release

## 📦 Module changes

### 📝 Documentation (1)
### 🚀 Features (2)

#### `admin-hub@1.0.1`
#### `criteria-panel@1.1.0`

- Update documentation url
- Changed in [PR#19 - Refactor and introduce base history](https://github.com/joachimdalen/azdevops-acceptance-criterias/pull/19)
- Added processing history. See [history](https://devops-extensions.dev/docs/extensions/acceptance-criterias/processing/history)

- Suggested in [GH#3 - Processing history](https://github.com/joachimdalen/azdevops-acceptance-criterias/issues/3)
- Added in [PR#19 - Refactor and introduce base history](https://github.com/joachimdalen/azdevops-acceptance-criterias/pull/19)

- Added processing comments. See [approvals and rejections](https://devops-extensions.dev/docs/extensions/acceptance-criterias/processing#approvals-and-rejections)
- Suggested in [GH#4 - Approval / Rejection comments](https://github.com/joachimdalen/azdevops-acceptance-criterias/issues/4)
- Added in [PR#21 - Add processing comment](https://github.com/joachimdalen/azdevops-acceptance-criterias/pull/21)

### 🛠️ Maintenance (2)

Expand All @@ -112,6 +161,13 @@ Thank you to the following for contributing to the latest release
- Remove unused code
- Changed in [PR#19 - Refactor and introduce base history](https://github.com/joachimdalen/azdevops-acceptance-criterias/pull/19)

### 📝 Documentation (1)

#### `admin-hub@1.0.1`

- Update documentation url
- Changed in [PR#19 - Refactor and introduce base history](https://github.com/joachimdalen/azdevops-acceptance-criterias/pull/19)

### 🐛 Fixes (2)

#### `criteria-panel@1.1.0`
Expand All @@ -123,19 +179,6 @@ Thank you to the following for contributing to the latest release
- Fixed an issue where the checklist would be out of sync when performing multiple processing actions without closing the panel
- Fixed in [PR#19 - Refactor and introduce base history](https://github.com/joachimdalen/azdevops-acceptance-criterias/pull/19)

### 🚀 Features (2)

#### `criteria-panel@1.1.0`

- Added processing history. See [history](https://devops-extensions.dev/docs/extensions/acceptance-criterias/processing/history)

- Suggested in [GH#3 - Processing history](https://github.com/joachimdalen/azdevops-acceptance-criterias/issues/3)
- Added in [PR#19 - Refactor and introduce base history](https://github.com/joachimdalen/azdevops-acceptance-criterias/pull/19)

- Added processing comments. See [approvals and rejections](https://devops-extensions.dev/docs/extensions/acceptance-criterias/processing#approvals-and-rejections)
- Suggested in [GH#4 - Approval / Rejection comments](https://github.com/joachimdalen/azdevops-acceptance-criterias/issues/4)
- Added in [PR#21 - Add processing comment](https://github.com/joachimdalen/azdevops-acceptance-criterias/pull/21)

---

## 1.0.2 (2022-05-01)
Expand Down
6 changes: 6 additions & 0 deletions build-scripts/entry-points.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ const modules = [
{ source: './hub-group-icon.png', dest: 'assets/hub-group-icon.png' }
]
},
{
name: 'criteria-template-panel',
entry: './src/criteria-template-panel/module',
root: 'criteria-template-panel-container',
generate: true
},
{
name: 'criteria-panel',
entry: './src/criteria-panel/module',
Expand Down
Loading

0 comments on commit d8c319a

Please sign in to comment.