Skip to content

Commit bc60d4e

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/dev'
2 parents 2e2168d + 6074042 commit bc60d4e

16 files changed

+55291
-536
lines changed
File renamed without changes.
File renamed without changes.

Diff for: Documentation/Development/ReleaseProcess.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@ Well, useful is probably the wrong word. More like entertaining. Here we go.
1818

1919
* Make sure all issues in the milestone are closed - click Issues, Milestones, and it'll show the percent complete. If there's any issues you want to bump to the next round, add the next round's milestone and tag the issues with it.
2020
* When enough PRs are in dev, do a round of code testing in 2008-2016 in the cloud lab.
21-
* Copy all newly synced scripts to each VM and install in master
21+
* Merge scripts into two files:
22+
* copy /b /y sp_Blitz*.sql Install_Core_Blitz.sql
23+
* copy /b /y *.sql Install-All-Procs.sql
24+
* The easiest way to get a command prompt to the folder location is to navigate there with Windows Explorer and then type 'cmd' in the address bar.
25+
* These get moved to AWS for testing
2226
* Run _TestBed.sql: this has stored proc calls with common parameters. May have to add in new scenarios if new features are added.
2327
* If it passes, bump all the version numbers inside the scripts.
2428
* sp_foreachdb (no version number yet)
25-
* sp_BlitzTrace (no version number yet)
26-
* sp-BlitzRS (no version number yet)
2729
* sp_BlitzWho @Version and @VersionDate
2830
* sp_BlitzIndex @Version and @VersionDate
2931
* sp_BlitzFirst @VersionDate (no version)
@@ -32,6 +34,8 @@ Well, useful is probably the wrong word. More like entertaining. Here we go.
3234
* sp_DatabaseRestore @Version and @VersionDate
3335
* sp_BlitzBackups @Version and @VersionDate
3436
* sp_BlitzQueryStore @Version and @VersionDate
37+
* sp_AllNightLog @Version and @VersionDate
38+
* sp_AllNightLog_Setup @Version and @VersionDate
3539

3640
## Push to Master
3741

0 commit comments

Comments
 (0)