Skip to content
This repository was archived by the owner on Mar 11, 2024. It is now read-only.

Commit 467eeb7

Browse files
michaeljohnbennettxhulzNikolaiSchacuarica
authored
2.4.0 Release from master (#171)
* feat: saving the progress * feat: saving the progress * feat: saving the progress * Started the cleanup of eslint and pre-commit hooks. Will enforce line style in next commit. * Enforcing line indents to 2. 💥 * Adding some files to trigger a husky preHook. * More husky config. * Enforcing line indents to 2. Formatting test. 💥 * come on husky... you can do it. * chore: linting * chore: 🚨 linting. * fixing the prettier/eslint configs and removing conflicts. * chore: fixing all the quotes to single quote. Yeah it's a thing. * chore: removing inferrable types. * chore: fixing no-unused-vars. Made _vars ignored. All other instances have been fixed. 🩹 * chore: fixing namespace/module issue. * chore: Removing some more rules we turned off. * chore: Removing type rules that were disabling a few checks. * feat: Dashboard box has been implemented * feat: Tree view implementation has changed from AZTreeView to TreeView * feat: The Dashboard Service has removed from Networks box * test: The dashboard test suite has implemented * fix: Code tweaks * fix: Network view has moved to the top * test: More tests have added to simulate deployment via dashboard * fix: Dashboard processes (sometimes) was not being removed from output channel * fix: Code for the refactoring of the truffle config readers. * chore: adding in deleted file. * fix: The mnemonic. nemoonik, mnemonoomic. What a word. Random fact, Keanu Reeves starred as Johnny Mnemonic in the movie of the same name. 🤖 📝 His brain could hold 80Gigs of data. Pitiful. He should have used his iphone or iCloud instead. (There are other cloud options for storing your private data in...) * fix: final changes to get tests working! * fix: The issue from debug a project inside a subdirectory was fixed * fix: Tests issues have fixed * chore: Some functions name has changed. The truffleWorkspace has chenged to WorkspaceFolder. Put the option to Debug a transaction ocontract menu * fix: rolled backed to TruffleWorkspace because workspace folder is not working with windows volume mapping * fix: final bits of config. * fix: adding commitlint This checks the syntax of our commits. adding some constancy to the process of commiting with a decent message. A rod for my own back. * chore: fixing the docs Adding more info in the CONTRIBUTING.md file for the correct syntax. 📝 * fix: Maximum version of apps was set on required apps page * renamed from explorer - truffle to contract explorer issue #121 * fix: webpack config changes This will repair the webpack folder issues we were seeing on builds. * chore: changes was made in order to follow the code review suggestions * feat(explorer): added createContract fix(commands): fixed typo "Plataform" => "Platform" * fix(createContract): refresh explorer after createContract * fix: updating changelog bumping to 2.3.5 in package.json and testing local vsix. * fix: added new PR checks This adds in new CI tasks for PR checks. Ensures our code quality/formatting standards are met. :alembic: * fix: added new PR checks/renamed on develop Had to commit here as it won't run on a feature branch. This adds in new CI tasks for PR checks. Ensures our code quality/formatting standards are met. :alembic: Also renamed the main.yml to publish.yml and enabled into release action . * chore: fixing a few things Prettier was upset about some changes. :rotating_light: * chore: windowz and prettier fixes eol/linefeeds. :construction_worker: * chore: hacks reintroduced The ts-patch code needs to be added in the beginning to allow us to patch imports. * fix: ci fixes Problems with the way CI sends variables into the action. Fixing the variable names. * fix: hdwallet npm package has updated to truffle/hdwallet-provider * fix: trying to get the paths correct Pre-Release/Release fixes. * fix: error with GitHub action * fix: make action trigger-able * fix: look at changelog code Adding this action in to test changelog generation. * chore: prettifying all the things * fix: reworking CI Files making reusable workflows. Testing out the triggers for actions. * fix: fixing paths Disabling the changelog.yml file for the moment. * fix: auto load has implemented * refactor: remove unused code that checks whether Python is installed * fix: start ganache command when invoked from the command palette (#142) * fix: activationEvents list commands has reverted (#167) * fix: activationEvents list commands has reverted * fix: more events has added to the list * fix: fork network is working with deploy (#146) * Draft: Required app was validating NPM local packages (#164) * fix: npm local version validation has removed from truffle and ganache * fix: rollbacking the activationEvents list * feat: required app page fix Added in the action and link for the requirements page right now. Stops a random error appearing otherwise. Found this while testing. Co-authored-by: MB <[email protected]> * fix: enabling the action for changelog Adding in the ability to manually trigger the changelog action so we can use it as part of the release process. * chore: updating changelog * chore: removing metadata Somehow we generated metadata into the package.json file which mucks up pre-release versions. * fix: bumping released version Adding in new Version to changelog diff v2.4.0 This will be the published version from master. * fix: making preRelease true Making the flag true by default. There is some kind of issue herex I needed to fix to make pre-release builds work again. Thanks VSCode for silently updating things and not telling me why. * fix: add new tasks to publish The CI task needs to force these flags to ensure the builds are going to be correctly configured for the marketplace. * fix: adjust ignore file * Fixes the Debug Transaction command (#174) * fix: revert some changes from #119 to fix debugger * fix: remove duplicated types * Dashboard link has added to dashboard view panel (#172) feat: dashboard link has added to dashboard view panel Co-authored-by: xhulz <[email protected]> Co-authored-by: Nikolai <[email protected]> Co-authored-by: Marcos Schulz <[email protected]> Co-authored-by: Luis Mastrangelo <[email protected]> Co-authored-by: Luis Mastrangelo <[email protected]>
1 parent d3ee36e commit 467eeb7

File tree

270 files changed

+9016
-9410
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

270 files changed

+9016
-9410
lines changed

.eslintingore .eslintignore

+3
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,6 @@ jspm_packages/
3636
resources/drizzle/
3737

3838
ui-test/
39+
40+
### We ignore the config file to stop issues.
41+
# .eslintrc.js

.eslintrc.js

+42-114
Original file line numberDiff line numberDiff line change
@@ -1,125 +1,53 @@
1-
/*
2-
👋 Hi! This file was autogenerated by tslint-to-eslint-config.
3-
https://github.com/typescript-eslint/tslint-to-eslint-config
4-
5-
It represents the closest reasonable ESLint configuration to this
6-
project's original TSLint configuration.
7-
8-
We recommend eventually switching this configuration to extend from
9-
the recommended rulesets in typescript-eslint.
10-
https://github.com/typescript-eslint/tslint-to-eslint-config/blob/master/docs/FAQs.md
11-
12-
Happy linting! 💖
13-
14-
TODO: remove this eventually...
15-
✨ 119 rules replaced with their ESLint equivalents. ✨
16-
17-
❗ 7 ESLint rules behave differently from their TSLint counterparts ❗
18-
Check ./tslint-to-eslint-config.log for details.
19-
20-
❓ 3 rules are not known by tslint-to-eslint-config to have ESLint equivalents. ❓
21-
The "@typescript-eslint/tslint/config" section of ./.eslintrc.js configures eslint-plugin-tslint to run them in TSLint within ESLint.
22-
Check ./tslint-to-eslint-config.log for details.
23-
24-
⚡ 1 new package is required for this ESLint configuration. ⚡
25-
yarn add eslint-config-prettier --dev
26-
27-
♻ Consider using --comments to replace TSLint comment directives in your source files. ♻
28-
29-
✅ All is well! ✅
30-
31-
*/
321
module.exports = {
332
env: {
343
browser: true,
35-
es6: true,
4+
es2021: true,
365
node: true,
376
mocha: true,
387
},
39-
parser: "@typescript-eslint/parser",
8+
extends: [
9+
'eslint:recommended',
10+
'plugin:@typescript-eslint/recommended',
11+
// Adding this in future would be good but its problematic.
12+
// "plugin:@typescript-eslint/recommended-requiring-type-checking",
13+
'prettier',
14+
],
15+
ignorePatterns: ['ui-test/**/*.ts', '.eslintrc.js', 'webpack*.js'],
16+
parser: '@typescript-eslint/parser',
4017
parserOptions: {
41-
project: ["./tsconfig.json"],
18+
ecmaVersion: 'latest',
19+
sourceType: 'module',
20+
project: ['./tsconfig.json'],
4221
},
43-
overrides: [
44-
{
45-
files: ["*.ts"],
46-
parserOptions: {
47-
project: ["./tsconfig.json"],
48-
},
49-
},
50-
],
51-
extends: ["plugin:@typescript-eslint/recommended", "eslint:recommended", "prettier"],
52-
plugins: ["prettier", "@typescript-eslint"],
53-
ignorePatterns: ["ui-test/**/*.ts"],
22+
plugins: ['@typescript-eslint'],
5423
rules: {
55-
// FIXME: rework this eventually. Tech-debt
56-
"@typescript-eslint/ban-ts-comment": "off",
57-
// FIXME: rework this eventually. Tech-debt
58-
"@typescript-eslint/ban-types": [
59-
"off",
60-
{
61-
types: {
62-
Object: {
63-
message: "Avoid using the `Object` type. Did you mean `object`?",
64-
},
65-
Function: {
66-
message: "Avoid using the `Function` type. Prefer a specific function type, like `() => void`.",
67-
},
68-
Boolean: {
69-
message: "Avoid using the `Boolean` type. Did you mean `boolean`?",
70-
},
71-
Number: {
72-
message: "Avoid using the `Number` type. Did you mean `number`?",
73-
},
74-
String: {
75-
message: "Avoid using the `String` type. Did you mean `string`?",
76-
},
77-
Symbol: {
78-
message: "Avoid using the `Symbol` type. Did you mean `symbol`?",
79-
},
80-
},
81-
},
82-
],
83-
"@typescript-eslint/dot-notation": "warn",
84-
// FIXME: rework this eventually. Tech-debt
85-
"@typescript-eslint/no-empty-interface": "off",
86-
// FIXME: rework this eventually. Tech-debt
87-
"@typescript-eslint/no-explicit-any": "off",
88-
// FIXME: rework this eventually. Tech-debt
89-
"@typescript-eslint/no-inferrable-types": "off",
90-
// FIXME: rework this eventually. Tech-debt
91-
"@typescript-eslint/no-namespace": "off",
92-
// FIXME: rework this eventually. Tech-debt
93-
"@typescript-eslint/no-non-null-assertion": "off",
94-
"@typescript-eslint/no-unused-vars": "off",
95-
"@typescript-eslint/no-use-before-define": "off",
96-
// FIXME: rework this eventually. Tech-debt
97-
"@typescript-eslint/no-var-requires": "off",
98-
// FIXME: rework this eventually. Tech-debt
99-
"@typescript-eslint/prefer-namespace-keyword": "off",
100-
"@typescript-eslint/triple-slash-reference": [
101-
"warn",
102-
{
103-
path: "always",
104-
types: "prefer-import",
105-
lib: "always",
106-
},
107-
],
108-
"dot-notation": "warn",
109-
110-
"no-constant-condition": ["error", { checkLoops: false }],
111-
// FIXME: tech-debt.
112-
"no-extra-boolean-cast": "off",
113-
// FIXME: rework this eventually. Tech-debt
114-
"no-inner-declarations": "off",
115-
// FIXME: rework this eventually. Tech-debt
116-
"no-prototype-builtins": "off",
117-
// FIXME: This needs removed. Tech-Debt
118-
"no-undef": "off",
119-
"no-unused-vars": "off",
120-
"no-useless-escape": "off",
121-
"no-use-before-define": "off",
122-
// FIXME: rework this eventually. Tech-debt
123-
"no-var": "off",
24+
'dot-notation': 'off',
25+
'@typescript-eslint/dot-notation': ['error'],
26+
27+
// We can ignore vars in overridden methods with this rule.
28+
'no-unused-vars': 'off',
29+
'@typescript-eslint/no-unused-vars': ['error', {argsIgnorePattern: '^_'}],
30+
31+
// need this as we have a few while(true) loops.
32+
'no-constant-condition': ['error', {checkLoops: false}],
33+
34+
// FIXME: rework this eventually. Tech-debt - 200+ warnings right now.
35+
'@typescript-eslint/no-explicit-any': 'off',
36+
37+
// FIXME: rework this eventually. Tech-debt - 24 Issues. Prob quite complex rework.
38+
'@typescript-eslint/no-namespace': 'off',
39+
40+
// FIXME: rework this eventually. Tech-debt - 70 Warnings
41+
'@typescript-eslint/no-non-null-assertion': 'off',
42+
// FIXME: rework this eventually. Tech-debt - cant enable this - some require code/voodoo hacks.
43+
'@typescript-eslint/no-var-requires': 'off',
44+
// FIXME: rework this eventually. Tech-debt - 55 Errors
45+
'no-inner-declarations': 'off',
46+
// FIXME: rework this eventually. Tech-debt - 4 hasOwnProperty Errors
47+
'no-prototype-builtins': 'off',
48+
// FIXME: This needs removed. Tech-Debt - 1 error for web3 in a voodoo JS script.
49+
'no-undef': 'off',
50+
// FIXME: rework this eventually. Tech-debt - 8 Errors right now. Needs investigation.
51+
// '@typescript-eslint/ban-ts-comment': 'off',
12452
},
12553
};

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto eol=lf

.github/workflows/changelog.yml

+59
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
name: Changelog Test
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
build:
8+
name: '✏️ Changelog generation'
9+
runs-on: ubuntu-18.04
10+
steps:
11+
- name: '📥 Check-out'
12+
uses: actions/checkout@v2
13+
# explicitly specify ${{ github.head_ref }} in the checkout Action.
14+
# This is required in order to work with the pull_request event (or any other non-push event).
15+
with:
16+
ref: ${{ github.head_ref }}
17+
18+
- name: '✏️ Generate full changelog'
19+
id: generate-full-changelog
20+
# https://github.com/heinrichreimer/action-github-changelog-generator
21+
uses: heinrichreimer/[email protected]
22+
with:
23+
token: ${{ secrets.GITHUB_TOKEN }}
24+
headerLabel: '# 📑 Changelog'
25+
breakingLabel: '### 💥 Breaking'
26+
enhancementLabel: '### 🚀 Enhancements'
27+
bugsLabel: '### 🐛 Bug fixes'
28+
deprecatedLabel: '### ⚠️ Deprecations'
29+
removedLabel: '### 🔥 Removals'
30+
securityLabel: '### 🛡️ Security'
31+
issuesLabel: '### 📁 Other issues'
32+
prLabel: '### 📁 Other pull requests'
33+
addSections: '{"documentation":{"prefix":"### 📖 Documentation","labels":["documentation"]},"tests":{"prefix":"### ✅ Testing","labels":["tests"]}}'
34+
issues: true
35+
issuesWoLabels: true
36+
pullRequests: true
37+
prWoLabels: true
38+
author: true
39+
unreleased: true
40+
compareLink: true
41+
stripGeneratorNotice: true
42+
verbose: true
43+
- name: '🖨️ Print changelog to console'
44+
run: cat CHANGELOG.md
45+
46+
# TODO - look at using autocommit here:
47+
# - name: Commit updated CHANGELOG
48+
# uses: stefanzweifel/git-auto-commit-action@v4
49+
# with:
50+
# branch: ${{ github.event.release.target_commitish }}
51+
# commit_message: Update CHANGELOG
52+
# commit_options: '--no-verify'
53+
# file_pattern: CHANGELOG.md
54+
55+
- name: '📤 Upload changelog'
56+
uses: actions/[email protected]
57+
with:
58+
name: 'Changelog'
59+
path: CHANGELOG.md

.github/workflows/core-ci-checks.yml

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: Core CI Checks
2+
3+
on:
4+
workflow_call:
5+
6+
jobs:
7+
core-checks:
8+
runs-on: windows-latest
9+
steps:
10+
- name: Checkout
11+
uses: actions/checkout@v2
12+
13+
- name: Setup Node
14+
uses: actions/setup-node@v2
15+
with:
16+
node-version: lts/*
17+
cache: 'yarn'
18+
19+
- name: Clean install dependencies. Fail on lockfile Changes.
20+
run: yarn install --immutable --immutable-cache --check-cache --non-interactive
21+
22+
- name: Prettier
23+
run: yarn prettier
24+
25+
- name: ESLint
26+
run: yarn eslint
27+
28+
- name: Tests
29+
run: yarn test

.github/workflows/main.yml

+6-109
Original file line numberDiff line numberDiff line change
@@ -1,118 +1,15 @@
1-
name: CI
1+
name: Main Branch Checks
22

33
on:
44
push:
55
branches:
66
- develop
77
- master
88
paths-ignore: # dont run when changes made to these folders
9-
- ".vscode/**"
9+
- '.vscode/**'
1010

1111
jobs:
12-
cicd:
13-
name: cicd
14-
runs-on: windows-latest
15-
env:
16-
VSCE_FLAGS: ''
17-
steps:
18-
- name: checkout repo
19-
uses: actions/checkout@v2
20-
21-
- name: fetch all history and tags from all branches for gitversion
22-
run: git fetch --prune --unshallow
23-
24-
- name: install gitversion tool
25-
uses: gittools/actions/gitversion/[email protected]
26-
with:
27-
versionSpec: "5.x"
28-
29-
- name: execute gitversion
30-
id: gitversion # step id used as reference for output values
31-
uses: gittools/actions/gitversion/[email protected]
32-
33-
- name: getPackageName
34-
id: packageJson
35-
uses: myrotvorets/[email protected]
36-
37-
- name: print Details
38-
run: |
39-
echo "::Major: ${{ steps.gitversion.outputs.major }}::"
40-
echo "::Minor: ${{ steps.gitversion.outputs.minor }}::"
41-
echo "::Patch: ${{ steps.gitversion.outputs.patch }}::"
42-
echo "::MajorMinorPatch: ${{ steps.gitversion.outputs.majorMinorPatch }}::"
43-
echo "::PreRelease: ${{ steps.gitversion.outputs.preReleaseTag }}::"
44-
echo "::SemVer: ${{ steps.gitversion.outputs.semVer }}::"
45-
echo "::PackageName: ${{steps.packageJson.outputs.packageName}} ::"
46-
47-
- name: setup node
48-
uses: actions/setup-node@v2
49-
with:
50-
node-version: "16.4.x"
51-
cache: "yarn"
52-
53-
- name: clean install dependencies. Fail on lockfile Changes.
54-
run: yarn install --immutable --immutable-cache --check-cache
55-
56-
- name: run tests
57-
run: yarn test
58-
59-
- name: update metadata in package.json
60-
uses: onlyutkarsh/[email protected]
61-
with:
62-
files: "${{github.workspace}}/package.json"
63-
patch-syntax: |
64-
= /version => "${{ steps.gitversion.outputs.majorMinorPatch }}"
65-
= /aiKey => "${{ secrets.AIKEY }}"
66-
67-
- name: add version in CHANGELOG.md
68-
uses: cschleiden/[email protected]
69-
with:
70-
files: "${{github.workspace}}/CHANGELOG.md"
71-
env:
72-
VERSION: "${{ steps.gitversion.outputs.majorMinorPatch }}"
73-
74-
- name: configure package flags
75-
id: package_flags
76-
if: ${{ steps.gitversion.outputs.preReleaseTag != '' }}
77-
run: |
78-
echo "VSCE_FLAGS=--pre-release --yarn " | Out-File -FilePath $env:GITHUB_ENV -Append
79-
echo "flags_set=true" | Out-File -FilePath $env:GITHUB_ENV -Append
80-
81-
- name: compile and create vsix MASTER Release
82-
if: github.ref == 'refs/heads/master'
83-
run: |
84-
echo ":: Packaging VSIX VSCE_FLAGS=${{ env.VSCE_FLAGS }}, ${{ env.flags_set }} ::"
85-
yarn package
86-
echo "vsix_path=${{steps.packageJson.outputs.packageName}}-${{steps.gitversion.outputs.majorMinorPatch}}" | Out-File -FilePath $env:GITHUB_ENV -Append
87-
echo "vsix_type=-RELEASE" | Out-File -FilePath $env:GITHUB_ENV -Append
88-
89-
- name: compile and create vsix Develop PreRelease
90-
if: github.ref == 'refs/heads/develop'
91-
run: |
92-
echo ":: Packaging VSIX VSCE_FLAGS=${{ env.VSCE_FLAGS }}, ${{ env.flags_set }} :: $GITHUB_ENV"
93-
yarn package ${{ env.VSCE_FLAGS }}
94-
echo "vsix_path=${{steps.packageJson.outputs.packageName}}-${{steps.gitversion.outputs.majorMinorPatch}}" | Out-File -FilePath $env:GITHUB_ENV -Append
95-
echo "vsix_type=-PRE_RELEASE" | Out-File -FilePath $env:GITHUB_ENV -Append
96-
97-
- name: print vsix path
98-
run: |
99-
echo "::VSIX Path: ${{ env.vsix_path }}:: TYPE: ${{ env.vsix_type }}"
100-
101-
- name: upload vsix as artifact
102-
uses: actions/upload-artifact@v1
103-
with:
104-
path: ${{ github.workspace }}/${{ env.vsix_path }}.vsix
105-
name: ${{ env.vsix_path }}${{ env.vsix_type }}.vsix
106-
107-
# - name: publish to marketplace
108-
# if: github.ref == 'refs/heads/master'
109-
# run: npm run deploy ${{ env.PAT }}
110-
#
111-
# - name: create a release
112-
# if: github.ref == 'refs/heads/master'
113-
# uses: actions/create-release@v1
114-
# env:
115-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
116-
# with:
117-
# tag_name: v${{ steps.gitversion.outputs.semVer }}
118-
# release_name: v${{ steps.gitversion.outputs.semVer }}
12+
checks:
13+
name: Core Checks - Workflow Call
14+
uses: ./.github/workflows/core-ci-checks.yml
15+
secrets: inherit

0 commit comments

Comments
 (0)