Commit Graph

86 Commits (bd3440bf3c4acdbfc6fc4015e8bb8acca24e4238)

Author SHA1 Message Date
Chaim Lev-Ari 42c2a52a6b
fix(ci): prevent tests from running twice [EE-6728] (#11197) 2024-02-29 08:11:49 +02:00
Steven Kang 43e56bf1c0
fix: pre-release build only after merging (#11097) 2024-02-09 15:26:43 +13:00
Steven Kang a93344386c
Pre-release as part of the CI (#11066)
* feat: add pre-release
* feat: add extension
* feat: fix typo
2024-02-05 18:24:16 +13:00
Prabhat Khera 9615e678e6
chore(golang): version upgrade to 1.21.6 [EE-6634] (#11036) 2024-01-31 06:28:53 +13:00
Chaim Lev-Ari 4a10c2bb07
feat(version): show git commit and env [EE-6021] (#10748) 2024-01-25 07:41:33 +02:00
Chaim Lev-Ari 69c06bc756
feat(ci): replace jest with vitest [EE-6504] (#10997) 2024-01-23 08:42:52 +02:00
Prabhat Khera e412958dcc
chore(build): exclude draft PRs [EE-5872] (#9987)
* exclude draft PRs
2024-01-03 08:25:35 +13:00
Chaim Lev-Ari 82951093b5
chore(ci): run lint and test on all pkgs [EE-6201] (#10481) 2024-01-02 10:59:49 +07:00
Matt Hook ebac0b9da2
upgrade golang and other dependant binaries (#10888) 2023-12-27 10:42:35 +13:00
James Carppe 1d279428a7
Update bug template for 2.19.4 (#10763) 2023-12-06 12:05:53 +13:00
James Carppe 936a71ee00
Update bug template for 2.19.3 (#10674) 2023-11-22 14:25:22 +13:00
James Carppe 66635ba6b1
Updated versions in bug report template (#10620)
LGTM
2023-11-13 07:07:44 +05:30
Oscar Zhou 4ffeefd267
feat(security): add docker scout pr github action flow (#10557) 2023-11-02 09:34:24 +13:00
Matt Hook 8ee718f808
chore(binaries): upgrade binaries [EE-6253] (#10529) 2023-10-27 15:40:06 +13:00
Chaim Lev-Ari 09f9c09706
chore(ci): separate tests from CI (#10524) 2023-10-25 07:52:04 +03:00
Steven Kang 08fdebfbd9
feat(ci): introduce GH Actions for Portainer CE (#10419)
Co-authored-by: Chaim Lev-Ari <chaim.levi-ari@portainer.io>
2023-10-24 13:30:33 +03:00
Chaim Lev-Ari 20823a7f27
chore(deps): upgrade golangci [EE-5685] (#10410) 2023-10-04 08:50:59 +03:00
James Carppe a5f60c64ef
Added 2.19.1 to list of versions in bug report template (#10338) 2023-09-20 07:48:35 +05:30
Oscar Zhou 0f1e77a6d5
fix(security): update dependency and binary version [EE-5798] (#10192) 2023-09-05 17:23:12 +12:00
James Carppe 490e4ec655
Add 2.19.0 to bug report template (#10239) 2023-09-04 10:20:55 +05:30
Chaim Lev-Ari 531f88b947
chore(tests): clean tests output [EE-5758] (#9215) 2023-08-27 12:30:45 +02:00
James Carppe 883ef2578f
fix indentation in bug report template (#9944) 2023-07-28 13:05:43 +12:00
James Carppe 4c425a7af8
Discussions updates (#9730)
* Update bug template: versions to dropdown, add license types to editions, set render on command used

* Update docs URL in help template
2023-07-27 10:27:32 +05:30
samdulam 4a90b8a3f7
Fix links in Discussions and Issues Templates (#9258)
* Fix Links

* Fix links for discussions
2023-07-26 12:34:15 +05:30
samdulam 43ad3face2
Fix Links (#9257) 2023-07-26 12:11:06 +05:30
samdulam 69e61be474
file type changes (#9256) 2023-07-26 12:07:06 +05:30
samdulam c5ecf8a66d
Change Issues so we can move to discussions 2023-07-26 12:00:41 +05:30
samdulam c2c0631495
Add Discussion Templates (#9254)
* Discussions Enabled and Templates

* Discussions - Ideas Template
2023-07-26 11:57:59 +05:30
samdulam 4ff3cee72e
Add workflow_dispatch so we can run manually (#9253) 2023-07-26 09:33:54 +05:30
samdulam 86ec058347
Change stabot action version as it stopped working (#9246) 2023-07-25 14:47:07 +05:30
James Carppe 01b9c64216
Update 5NF references to 3NF, updated documentation links (#9201) 2023-07-13 11:46:37 +12:00
Chaim Lev-Ari 020ecb740a
chore(ci): run test in github action [EE-3014] (#9187) 2023-07-12 09:27:33 +03:00
Chaim Lev-Ari f799dd86c3
chore(deps): upgrade babel [EE-5219] (#9034) 2023-06-11 08:44:20 +07:00
Matt Hook 0c5a0eb3a0
fix golint version (#9030) 2023-06-02 17:10:21 +12:00
Matt Hook 3cd0409184
fix(build) cleanup build process [EE-5555] (#9026)
* improve makefile and related files

* update wording for build-all target
2023-06-01 13:50:34 +12:00
Matt Hook 1b041a029e
increase timeout (#9023) 2023-05-31 18:11:34 +12:00
Matt Hook f092b85f55
feat(makefile): improvements to the makefile and use gotestsum [EE-5439] (#8906)
* makefile improvements. use gotestsum

* increase timeout
2023-05-05 14:35:32 +12:00
Matt Hook 334eee0c8c
fix(errors): wrap db errors, improve error handling (#8859)
* use error check func, wrap db object not found

* add errorlint and fix all the linting errors

* add exportloopref linter and fix errors

* fix incorrect error details returned on an api

* fix new errors

* increase linter timeout

* increase timeout to 10minutes

* increase timeout to 10minutes

* rebase and fix new lint errors

* make CE match EE

* fix govet issue
2023-05-05 12:19:47 +12:00
Chaim Lev-Ari f20d3e72b9
chore(build): remove grunt and add makefile [EE-4824] (#8125) 2023-05-02 10:13:37 +07:00
Oscar Zhou a7404e00d1
fix(ci/security): intepret matrix summary as string not shell command (#8836) 2023-04-24 13:21:35 +12:00
Oscar Zhou bf9dc8c2d0
feat(ci/security): remove deprecated github action command alert [EE-3059] (#8795) 2023-04-21 10:57:38 +12:00
Oscar Zhou afe6cd6df0
fix(code/security): vcs status error [EE-5062] (#8510) 2023-02-22 10:40:09 +13:00
Oscar Zhou c9aae27b29
fix(ci/security): update the node and golang version (#8387) 2023-01-24 14:41:00 +13:00
Prabhat Khera 8dec95c2cd
chore(lint): add golangci linter to GitHub workflow EE-4872 (#8366) 2023-01-23 18:31:15 +13:00
Oscar Zhou f7780cecb3
feat(ci/security): add code dependency security scan and docker image vulnerability scan [EE-2537] (#6853)
This PR supports to scan code security of js and golang dependencies and image vulnerability of locally built docker image
2022-05-02 12:09:45 +12:00
Chaim Lev-Ari 842044e759
chore(app): add typescript check and fix errors [EE-3014] (#6822) 2022-04-27 14:10:20 +03:00
Chaim Lev-Ari 0f3c7b1424
refactor(home): migrate view to react [EE-1810] (#6314)
* refactor(http): parse axios errors (#6325)

* refactor(home): use endpoint-list as react component [EE-1814] (#6060)

* refactor(home): use endpoint-list as react component

fix(home): add missing features and refactors

- kubebutton
- group name
- poll when endpoint is off
- state management

refactor(endpoints): use stat component

fix(endpoints): add space between items

refactor(endpoints): move stats to components

refactor(endpoints): fetch time

refactor(home): move logic

refactor(home): move fe render logic

refactor(settings): use vanilla js for publicSettings

refactor(kube): remove angular from kube config service

feat(home): add kubeconfig button

feat(home): send analytics when opening kubeconfig modal

fix(home): memoize footer

refactor(home): use react-query for loading

fix(home): show correct control for kubeconfig modal

refactor(home): use debounce

refactor(home): use new components

refactor(home): replace endpoints with environments

refactor(home): move endpoint-list component to home

fix(home): show group name

refactor(home): use switch for environment icon

fix(kubeconfig): fix default case

refactor(axios): use parse axios error

refactor(home): use link components for navigate

fix(home): align azure icon

refactor(home): refactor stats

refactor(home): export envstatusbadge

refactor(home): remove unused bindings

* chore(home): write tests for edge indicator

* chore(home): basic stories for environment item

* style(settings): reformat

* fix(environments): add publicurl

* refactor(home): use table components

* refactor(datatables): merge useSearchBarState

* refactor(home): fetch group in env item

* chore(tests): basic tests

* chore(home): test when no envs

* refactor(tags): use axios for tagService

* refactor(env-groups): use axios for getGroups

* feat(app): ui-state context provider

* refactor(home): create MotdPanel

* refactor(app): create InformationPanel

* feat(endpoints): fetch number of total endpoints

* refactor(app): merge hooks

* refactor(home): migrate view to react [EE-1810]

fixes [EE-1810]

refactor(home): wip use react view

feat(home): show message if no endpoints

refactor(home): show endpoint list

refactor(home): don't use home to manage link

refactor(home): move state

refactor(home): check if edge using util

refactor(home): move inf panels

chore(home): tests

refactor(home): load groups and tags in env-item

refactor(settings): revert publicSettings change

refactor(home): move confirm snapshot method

* fix(home): show tags

* fix(environments): handle missing snapshots

* fix(kube/volumes): fetch pesistent volume claims

* refactor(kube): remove use of endpointProvider

* refactor(endpoints): set current endpoint

* chore(home): add data-cy for tests

* chore(tests): mock axios-progress-bar

* refactor(home): move use env list to env module

* feat(app): sync home view changes with ee

* fix(home): sort page header

* fix(app): fix tests

* chore(github): use yarn cache

* refactor(environments): load list of groups

* chore(babel): remove auto 18n keys extraction

* chore(environments): fix tests

* refactor(k8s/application): use current endpoint

* fix(app/header): add margin to header

* refactor(app): remove unused types

* refactor(app): use rq onError handler

* refactor(home): wrap element with button
2022-03-08 14:14:23 +02:00
LP B 5de7ecb5f0
chore(deps): freeze lockfile on Github Actions (#6570) 2022-02-16 18:20:15 +01:00
Chaim Lev-Ari fa208c7f2a
docs(github): fix slack link [EE-2438] (#6541)
Co-authored-by: cheloRydel <marcelorydel26@gmail.com>
2022-02-11 10:07:14 -03:00
Dmitry Salakhov dfb0ba9efe
Add PR template (#4837)
* Add PR template

* add link to Jira

* use jira syntax to esteblish a link

* ask to reference jira in PR title
2022-01-27 11:54:43 +13:00