Releases: alejandro5042/azdo-userscripts
Releases · alejandro5042/azdo-userscripts
v2.19.0: Make the PR dashboard more resilient for 50+ PR listings (#4)
- Putting all PRs in sections instead of relying on background color (allows better prioritization of blocking PRs)
- Disabling the expando button on the overall PR dashboard to avoid duplicating PRs when toggled
- All sections are now ordered by date, correctly, via CSS flexbox instead of jQuery DOM manipulation
- More stability with large PR dashboards
Changes:
- e23a80b Make the PR dashboard more resilient for 50+ PR listings (#4)
- ed16b9a Commenting on how we arrived at sleep(300ms)
- 90fae12 A better comment on why I have a sleep(300)
- 5de0b01 Make the PR dashboard more resilient for 50+ PR listings
- b5e9948 Remove linebreak eslint rule (let git handle it)
- 608fef8 Merge branch 'master' of https://github.com/alejandro5042/azdo-userscripts
- 27a1238 Minor refactor / type safety fixes
This list of changes was auto generated.
v2.18.2
Changes:
- 67b470a Update azdo-pr-dashboard.user.js
- 6567e59 Merge branch 'master' of https://github.com/alejandro5042/azdo-userscripts
- 6281933 Added
npm run build
to contrib
This list of changes was auto generated.
v2.18.1
Changes:
- 7cdaed5 Change back to create action for GH releases
- cce41ce Set the GH release process to create or edit
- 1fcf676 Always attempt to create a release
- 72896c2 Flatten the CopyFiles output
- 4e8dbfc Fixed copy files task
- 9cd9911 Update pipeline to copy correct file
- 19cbd25 Added GH release creation to pipeline
- 0a767df Merge pull request #1 from alejandro5042/add-azure-pipelines
- d935ab6 Add status badge
- ce47bbd Set up CI with Azure Pipelines
See more
- b90ed2a npm setup now has build/lint scripts
- f47d821 Simplify getting started steps
- 3675d54 Update FUNDING.yml
- fef706f Added SUPPORT.md
- 275e3c2 Typo fix
- 4c06fdc Added my name to userscript author metadata
- 8d69795 Refactor to use jquery funcs to create elements instead of string ops
- 9241d0e Changed line endings to LF
- f1d462a Reduce our usage of pageData
- 85023f0 Better getting started docs in the README
- b9b440e Updated README
- 6dea00f Rev the version again
- a253543 Updated lscache bucket name to something more general & shorter
- ed62fcd Switch from using page data for PR iteration info to using the AzDO API
- d4fed01 Updated README with latest features (more needed)
- 1c581e7 Version bump
- 7586cc3 Add try/catch to getPageData for further resilience
- 0ba1796 Rev the version for the last bugfix
- 0e71b1e Quick fix to make sure page data has expected data, or loop until it does (up to 10 times)
- 2149188 Refactor/cleanup from in-person code review
- e36802a Refactor/cleanup
- 27d6ab2 Rev the version to include the new base selector merge base option
- 14c43d9 Refactor/cleanup
- 0be16e4 Added an option to select the merge base as the diff base
- 03ecc6b Refactor/cleanup
- dd295f9 Rev the version to include the checkboxes
- 5bd093d Move support functions to the end of the file
- aa4b837 Just remove highlighting old checkboxes
- 70a45db eslint cleanup
- 6360110 Disable coloring for PRs checked in an old iteration
- 20cece1 Color files that were reviewed in an older iteration + refactoring
- 919ff22 Add checkboxes before base selector (checkboxes are more useful)
- 03e6a60 Store only one value per PR instead of one value per checkbox
- 2849116 Initial file checkbox support on PR diffs
- 3b77e4d Require await if func is async
- 547dafb Refactor/cleanup
- 141ff76 Whitespace cleanup
- abb817a Bug fix: Refactor broke current user assignment
- bebf786 Added a base update selector to the PR diff page
- 8870f90 Added
use strict
and wrapped script in anon func - c3e8d2b Changed userscript name and minor refactor
- f3edc23 Upgrading eslint to Airbnb rules
- 8f3d2d4 Added eslint to repo
- 47de8a2 Minor comment refactor
- c216c4b Stability improvements
- 1de68d7 CSS refactor in dashboard
- b7583be Refactor/cleanup
- e860b26 Refactoring file counting
- 2ca104d Refactoring/cleanup
- b8fc1e7 Refactors
- f79522b Use async/await when possible
- 2c6c2a8 Simplify calculating AzDO REST API apiUrlPrefix
- d844dc8 Use lscache for local storage
- c9fbfa6 Handle big PRs in dashboard w/o errors
- 6b33e4d Migrate to jquery-once
- 4a57e8c Fix: Comment edge cases
- f3f3b5e Better use of console.* functions
- 18d3427 Top-level event handler refactor
- e415ad9 User total files if owner file count == 0
- 9fff877 Update README.md
- 4016a12 Show the # of files to review in the PR row
- 3f5626e Create FUNDING.yml
- 14cb54c Create SECURITY.md
- d5f39bf Fix: Make sure the row is displayed if unmoved
- a1b1ed2 Renamed 'notable updates' to 'notable activity'
- 4cf7c47 Update notable thread word limit to 300 (from 400)
- db0fce5 Update README.md to contain text about notable PRs
- 682ec93 Add a section for notable PRs after approval
- b8c48f9 Bumping debounce to accommodate dozens of PRs
- 08b79fd Don't stop row animation before showing
- b25632e Fix subsections not closing based on localStorage
- a7f652b Faster row sorting
- 4170bc9 Make @supportURL go to GitHub repo home
- 94c9b5b Updates to metadata for Greasy Fork
- 068fb2f Added alt text for the dashboard image
- d9ba143 Adding a homepage link
- 7b720e3 Update bug_report.md
- 7950eaf Update issue templates
- c0fc5f7 Create CONTRIBUTING.md
- 61a46a9 Update README.md
- d124d15 Update README.md
- 9860476 Remember if the section is open or closed
- fb1dacb Remove a debugging console.log call
- ae524ea Merge branch 'master' of https://github.com/alejandro5042/azdo-userscripts
- 6bd6002 Adding draft support and removing avatar resorting
- 32b6646 Update README.md
- 638cedb Update README.md
- 21a45f6 Fix typo in README.md
- ff9075b Update README.md
- d3995cf Updated extension name/description
- 6cfec0c Update azdo-pr-dashboard-example.png
- afec71b Add update URL redirector
- a6ba7f9 Initial commit with the script
This list of changes was auto generated.