Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Angular upgrade #46

Merged
merged 39 commits into from
Apr 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
233c98d
Bump semver from 5.7.1 to 5.7.2
dependabot[bot] Jul 13, 2023
9ea92b3
build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4
dependabot[bot] Jul 20, 2023
ecd8179
Bump semver from 5.7.1 to 5.7.2 in /ngx-flow
dependabot[bot] Jul 26, 2023
70a0864
Updated to angular 16
AlexeyOplachko Nov 28, 2023
ba29ba1
chore: update gitignore to ignore webpack stuff
AlexeyOplachko Dec 1, 2023
dc27fed
fix: build command
AlexeyOplachko Dec 11, 2023
e14d555
chore: updated version
AlexeyOplachko Dec 11, 2023
f040952
Merge branch 'main' into angular-upgrade
AlexeyOplachko Jan 12, 2024
8b7cf74
fix: copy from a flow popup
AlexeyOplachko Feb 7, 2024
891970a
fix: host label transparency
AlexeyOplachko Feb 7, 2024
777ef51
chore: cleanup
AlexeyOplachko Feb 7, 2024
f725ffc
fix: enabled virtual scroll for non-safari browsers
AlexeyOplachko Feb 7, 2024
524b75b
fix: build script
AlexeyOplachko Feb 8, 2024
fa50541
fix: disable analytics
AlexeyOplachko Feb 8, 2024
3649d8a
chore: cleanup
AlexeyOplachko Feb 8, 2024
7cb6081
Merge branch 'angular-upgrade' into alexey-dev
AlexeyOplachko Feb 8, 2024
1c0adec
fix: copy from a flow popup
AlexeyOplachko Feb 9, 2024
d82f576
feat: export as txt and as png
AlexeyOplachko Feb 15, 2024
95fae97
feat: export as pcap
AlexeyOplachko Feb 27, 2024
d3af92e
fix: export as pcap
AlexeyOplachko Mar 19, 2024
782ca47
Merge pull request #52 from metrico/alexey-dev
AlexeyOplachko Mar 19, 2024
8a457ad
Revert "Alexey dev"
AlexeyOplachko Mar 19, 2024
e04e3f1
Merge pull request #53 from metrico/revert-52-alexey-dev
AlexeyOplachko Mar 19, 2024
0c577fb
Merge branch 'dependabot/npm_and_yarn/semver-5.7.2' into angular-upgrade
AlexeyOplachko Mar 19, 2024
72ef1c6
Merge branch 'dependabot/npm_and_yarn/ngx-flow/semver-5.7.2' into ang…
AlexeyOplachko Mar 19, 2024
10b4284
chore: update zone and ts
AlexeyOplachko Mar 27, 2024
f17a3a6
chore: update angular to 17
AlexeyOplachko Mar 27, 2024
63a8823
chore: update remaining packages for angular 17
AlexeyOplachko Mar 27, 2024
162c1cc
fix: legacy Angular material
AlexeyOplachko Mar 27, 2024
f794d9c
fix: msToTime function
AlexeyOplachko Mar 27, 2024
9828326
Merge branch 'feat/export' into angular-upgrade
AlexeyOplachko Mar 27, 2024
3626621
chore: update package-lock
AlexeyOplachko Mar 27, 2024
9336a31
Merge branch 'main' into angular-upgrade
AlexeyOplachko Mar 27, 2024
d73f0f7
chore: update angular/material
AlexeyOplachko Mar 27, 2024
236d3a6
chore: update package-lock
AlexeyOplachko Mar 27, 2024
10182e4
chore: update peer dependencies of ngx-flow lib
AlexeyOplachko Mar 27, 2024
50d356d
chore: update node version in workflows
AlexeyOplachko Mar 27, 2024
059fe93
Merge branch 'dependabot/npm_and_yarn/word-wrap-1.2.4' into angular-u…
AlexeyOplachko Mar 28, 2024
779299d
chore: update @angular-builders/custom-webpack to 16.0.1
AlexeyOplachko Mar 27, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
# cache: 'npm'

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
cache: 'npm'

- name: Setup Go environment
Expand Down
17 changes: 0 additions & 17 deletions ngx-flow/.browserslistrc

This file was deleted.

1 change: 1 addition & 0 deletions ngx-flow/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ npm-debug.log
yarn-error.log
testem.log
/typings
.angular

# System Files
.DS_Store
Expand Down
16 changes: 9 additions & 7 deletions ngx-flow/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,18 @@
"builder": "@angular-devkit/build-angular:dev-server",
"configurations": {
"production": {
"browserTarget": "lib-flow:build:production"
"buildTarget": "lib-flow:build:production"
},
"development": {
"browserTarget": "lib-flow:build:development"
"buildTarget": "lib-flow:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "lib-flow:build"
"buildTarget": "lib-flow:build"
}
},
"test": {
Expand Down Expand Up @@ -183,18 +183,18 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "elements:build"
"buildTarget": "elements:build"
},
"configurations": {
"production": {
"browserTarget": "elements:build:production"
"buildTarget": "elements:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "elements:build"
"buildTarget": "elements:build"
}
},
"lint": {
Expand All @@ -207,5 +207,7 @@
}
}
},
"defaultProject": "lib-flow"
"cli": {
"analytics": false
}
}
Loading
Loading