Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
jafin committed Oct 2, 2022
2 parents 0d2a1e7 + 698f0be commit 51a1ff4
Show file tree
Hide file tree
Showing 664 changed files with 17,865 additions and 174,015 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: .NET

on:
push:
# branches: [ "master","" ]
pull_request:
# branches: [ "master" ]

jobs:
build:

runs-on: windows-latest

steps:
- uses: actions/checkout@v3
with:
#fetch depth 0 or gitversion breaks since it can't obtain the required tags etc.
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
- name: Build
run: |
./build.ps1 publish
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: app
path: artifacts/
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,17 @@ catalog-example-angular.zip
*.ncrunchproject
*.ncrunchsolution
src/.vs/config/applicationhost.config
/src/.vs/cde/v15/Server/sqlite3/*
/src/cdeLibSpec/x64/lz4X64.dll
/src/cdeLibSpec/x86/lz4X86.dll
/src/.vs/cde/*
/src/.vs/*
/dist/*
/tools/Cake/*
/tools/*

/src/cdeLibTest/Test2/*
/publish/*
/artifacts/*
/build/bin/*
**/Properties/launchSettings.json
116 changes: 116 additions & 0 deletions .nuke/build.schema.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Build Schema",
"$ref": "#/definitions/build",
"definitions": {
"build": {
"type": "object",
"properties": {
"Configuration": {
"type": "string",
"description": "Configuration to build - Default is 'Debug' (local) or 'Release' (server)",
"enum": [
"Debug",
"Release"
]
},
"Continue": {
"type": "boolean",
"description": "Indicates to continue a previously failed build attempt"
},
"Help": {
"type": "boolean",
"description": "Shows the help text for this build assembly"
},
"Host": {
"type": "string",
"description": "Host for execution. Default is 'automatic'",
"enum": [
"AppVeyor",
"AzurePipelines",
"Bamboo",
"Bitbucket",
"Bitrise",
"GitHubActions",
"GitLab",
"Jenkins",
"Rider",
"SpaceAutomation",
"TeamCity",
"Terminal",
"TravisCI",
"VisualStudio",
"VSCode"
]
},
"NoLogo": {
"type": "boolean",
"description": "Disables displaying the NUKE logo"
},
"Partition": {
"type": "string",
"description": "Partition to use on CI"
},
"Plan": {
"type": "boolean",
"description": "Shows the execution plan (HTML)"
},
"Profile": {
"type": "array",
"description": "Defines the profiles to load",
"items": {
"type": "string"
}
},
"Root": {
"type": "string",
"description": "Root directory during build execution"
},
"Skip": {
"type": "array",
"description": "List of targets to be skipped. Empty list skips all dependencies",
"items": {
"type": "string",
"enum": [
"Clean",
"Compile",
"Pack",
"Publish",
"Restore",
"Test"
]
}
},
"Solution": {
"type": "string",
"description": "Path to a solution file that is automatically loaded"
},
"Target": {
"type": "array",
"description": "List of targets to be invoked. Default is '{default_target}'",
"items": {
"type": "string",
"enum": [
"Clean",
"Compile",
"Pack",
"Publish",
"Restore",
"Test"
]
}
},
"Verbosity": {
"type": "string",
"description": "Logging verbosity during build execution. Default is 'Normal'",
"enum": [
"Minimal",
"Normal",
"Quiet",
"Verbose"
]
}
}
}
}
}
4 changes: 4 additions & 0 deletions .nuke/parameters.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "./build.schema.json",
"Solution": "src/cde.sln"
}
105 changes: 0 additions & 105 deletions Build.cmd

This file was deleted.

110 changes: 110 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
# Changelog

## 2022- vNEXT

- improvement: Reduce filesize a bit
- improvement (CDE): Tidy up help commands
- improvement (CDE): Better display of progress
- fix (CDEWin): Fix error on close.

## 2017/06/04 11:42 cdeWin v1.7.1.0, cde v1.7.1.0

- Fixed bug in cdeWin explore to file/folder.

## 2016/06/19 20:22 cdeWin v1.6.0.0, cde v1.6

- Clean up.
- Added populousfolders.

## 2014/12/19 08:13 cdeWin v1.5.0.0, cde v1.5

- Updated VS.
- Updated to latest AlphaFS can now hash files with names could not open before.
- example. files with a trailing "fullstop" or "hash" in file name or folder path.
- Bumped version.

## 2014/08/18 xx:xx cdeWin v1.4.0.0, cde v1.4

- Updated AlphaFS library to 1.6Dev to address filestream open problem discovered.

## 2014/08/17 19:48 cdeWin v1.2.8.0, cde v1.3

- Fixed bug in duplicate file finding, likely many large files were not found as duplicates.

## 2013/12/17 17:42 v1.2.8.0

- Modified progress reporting, search button turns pinkish while searching now as well.

## 2013/11/11 16:03 v1.2.7.0

- No longer focuses pattern search box whenever window activated. Was to annoying.
- Now sorts Directory Tab list view columns consistently.

## 2013/02/01 23:48 v.1.2.6.0

- Added Right Click Context Copy Full path to clipboard for selected items in Search Result Pane.
- Also shortcut to ctrl-c.

## 2013/02/01 13:20 v.1.2.5.0

- Fixed a bug catalogs were not sorted at first level directory. (old bug)

## 2012/09/12 15:13 v1.2.4.0

- Fixing sorty by column For columns > 6 in Catalog tab.
- Added new column to Catalog tab for Scan Duration.
- Fixed a thrown exception in contact author in about box if mailto: was setup.
- Added a Reload catalogs button to the Catalog tab. It will use more ram using it.

## 2012/07/16 20:35 v1.2.3.0

- Renamed the Space and Used columns in catalog list view to "Available" "Size".
- Added a Used Column which shows Size of catalog.
- These fields previously were previously miss labelled.

## 2012/07/13 cdeWin v1.2.2.0

- Directory Tree view now has context menu.
- Context menus dont appear unless an item is under cursor now.
- Fixed NPE starting cdeWin with no profile config.

##2012/07/11 cdeWin v1.2.1.0

- Shows column sort order arrows now, really bugged me I didnt have them.

## 2012/07/11 cdeWin v1.2.0.0

- Much much improved auto complete on the Pattern entry field.
- up down arrow now navigates back/forward through history, drop down arrow now shows history.
- It limits itself to remembering 50 patterns

##2012/07/09 cdeWin v1.1.0.0

- About box, contact link.
- Loader window at startup, with logging.

## 2012/03/13 cdeWin

- Read lock cde files.
- Fixed build for .Net 4 references even with .Net 4.5 installed.
- Icon.
- Load cde files one directory down as well as current dir.

## 2012/01/15 cdeWin

- Fixed a redraw problem in Directory pane list view.

## 2012/01/04 cdeWin

- Added advanced search
- Moved configuration file to profile storage.
- Loads catalogs from current dir and profile dir.

## 2011/12/30 cdeWin

- Fixed list view render crashes in caching.

##2011/12/26 cdeWin

- Initial gui viewer version.

Loading

0 comments on commit 51a1ff4

Please sign in to comment.