aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix bundle upload pathDan Engelbrecht2022-06-021-6/+6
|
* trigger validation build on push to mainDan Engelbrecht2022-06-021-0/+2
|
* Bump version and update changelogDan Engelbrecht2022-06-022-4/+17
|
* Merge pull request #105 from EpicGames/de/new-release-flowDan Engelbrecht2022-06-024-140/+210
|\ | | | | GitHub Actions release flow
| * read part of changelog allowing us to keep historyDan Engelbrecht2022-06-022-2/+9
| |
| * enable windows bundle in validateDan Engelbrecht2022-06-021-13/+13
| |
| * re-enable windows bundleDan Engelbrecht2022-06-021-17/+17
| |
| * make sure cancel old builds runs firstDan Engelbrecht2022-06-021-0/+3
| |
| * remove windows bundleDan Engelbrecht2022-06-021-13/+24
| | | | | | | | cancel previous validate for same branch (not main)
| * go back to skipping windows bundle on releaseDan Engelbrecht2022-06-022-22/+24
| |
| * show pathDan Engelbrecht2022-06-021-0/+2
| |
| * remove clear build folderDan Engelbrecht2022-06-021-6/+0
| |
| * clear build folder with Powershell - temp disable validateDan Engelbrecht2022-06-022-2/+2
| |
| * clear build folderDan Engelbrecht2022-06-021-4/+4
| |
| * clear xmake cache take 2Dan Engelbrecht2022-06-021-6/+6
| |
| * clear xmake cacheDan Engelbrecht2022-06-021-0/+6
| |
| * re-enable windows bundle on create releaseDan Engelbrecht2022-06-021-51/+49
| |
| * fix bracketsDan Engelbrecht2022-06-021-4/+4
| |
| * use tagging as trigger for creating releaseDan Engelbrecht2022-06-022-134/+0
| |
| * bundle if we are on main branchDan Engelbrecht2022-06-021-4/+32
| |
| * cleanupDan Engelbrecht2022-06-021-4/+4
| |
| * check out repo to get to CHANGELOG.mdDan Engelbrecht2022-06-021-0/+2
| |
| * Update CHANGELOG.mdDan Engelbrecht2022-06-021-0/+8
| |
| * read release changelog from CHANGELOG.mdDan Engelbrecht2022-06-021-7/+10
| |
| * get artifact target name is a directoryDan Engelbrecht2022-06-021-4/+4
| |
| * remove quotesDan Engelbrecht2022-06-021-4/+5
| |
| * absolute pathsDan Engelbrecht2022-06-021-4/+4
| |
| * no wildcardsDan Engelbrecht2022-06-021-1/+3
| |
| * artifact pathDan Engelbrecht2022-06-021-1/+1
| |
| * find downloaded artifactsDan Engelbrecht2022-06-021-0/+3
| |
| * fix path to release artifacts uploadDan Engelbrecht2022-06-021-1/+1
| |
| * skip windows until we can run 7zDan Engelbrecht2022-06-021-52/+48
| |
| * 7z pathDan Engelbrecht2022-06-021-4/+5
| |
| * bad 7zip pathDan Engelbrecht2022-06-021-1/+1
| |
| * fix create-release dependencyDan Engelbrecht2022-06-021-1/+1
| |
| * fix 7zip and create release reading from CHANGELOG.mdDan Engelbrecht2022-06-022-26/+51
| |
| * create_release.ymlDan Engelbrecht2022-06-021-0/+112
|/
* Merge pull request #118 from EpicGames/de/keep-zen-upstream-responseDan Engelbrecht2022-06-022-9/+21
|\ | | | | keep "reason" from upstream response
| * add timeout on pr validationDan Engelbrecht2022-06-021-0/+2
| |
| * keep "reason" from upstream response so we can present it even if the ↵Dan Engelbrecht2022-06-011-9/+19
|/ | | | request fails without outright error
* Merge pull request #117 from EpicGames/de/configurable-gc-monitor-intervallDan Engelbrecht2022-06-013-6/+16
|\ | | | | Make it possible to configure GC monitoring interval
| * option descriptionDan Engelbrecht2022-06-011-1/+1
| |
| * Make it possible to configure GC monitoring intervalDan Engelbrecht2022-06-013-6/+16
|/ | | | | command line: --gc-monitor-interval-seconds lua: monitorintervalseconds
* Merge pull request #115 from EpicGames/de/block-gc-of-current-write-blockDan Engelbrecht2022-06-011-0/+4
|\ | | | | Always block GC of current write block
| * Always block GC of current write blockDan Engelbrecht2022-05-311-0/+4
|/
* Merge pull request #114 from ↵Dan Engelbrecht2022-05-311-23/+24
|\ | | | | | | | | EpicGames/de/fix-legacy-upstream-without-namespace-support Remove namespace from HTTP URI style request in upstream
| * remove unused parameterDan Engelbrecht2022-05-311-7/+4
| |
| * Remove namespace from HTTP URI style request in upstream until shared ↵Dan Engelbrecht2022-05-311-16/+20
|/ | | | instances are deployed with version that support si
* Merge pull request #112 from EpicGames/de/fix-cache-overwrite-when-openDan Engelbrecht2022-05-303-111/+105
|\ | | | | Enable FILE_SHARE_DELETE on standalone files in disk buckets
| * fix argument order in IoBufferBuilder::MakeFromFileWithSharedDeleteDan Engelbrecht2022-05-301-1/+1
| |