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

Release to Production #2887

Merged
merged 330 commits into from
Dec 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
330 commits
Select commit Hold shift + click to select a range
9b3dfe7
fix(agent): fix cmd options for streaming.
Oct 24, 2023
c1511c8
fix(orb-ui): Table checkboxes adjustments (#2779)
joao-mendonca-encora Oct 24, 2023
bb96507
fix(agent): fixed receiver host and port for now.
Oct 24, 2023
4aa0d36
fix(fleet): rename.
Oct 25, 2023
1cd60d2
fix(agent): make the agent wait until the receiver start to apply pol…
Oct 25, 2023
ab153e2
fix(agent): create a backend ready for comms creation in parallel.
Oct 25, 2023
49659bf
fix(agent): create a backend ready for comms creation in parallel.
Oct 25, 2023
fe6946b
fix(agent): remove custom endpoints.
Oct 25, 2023
a83edae
feat(orb-ui): New filter component V1 (#2781)
joao-mendonca-encora Oct 27, 2023
6fee26c
fix(orb-ui): duplicated filters being added (#2782)
joao-mendonca-encora Oct 27, 2023
8bef75a
improvements(orb-ui): Filter component, checkboxes states & agent ver…
joao-mendonca-encora Oct 30, 2023
ed08170
fix(agent): fix connection between otel-backend and orb-agent.
Oct 31, 2023
e534c71
fix(agent): fix connection between otel-backend and orb-agent.
Oct 31, 2023
104e663
fix(orb-ui): Filter component bugs (#2788)
joao-mendonca-encora Oct 31, 2023
ca2e1e0
fix(agent): fix mqtt connection.
Oct 31, 2023
cfb4bf3
fix(agent): change 0.0.0.0 to localhost which limits the interface.
Oct 31, 2023
e2b3422
feat(agent): change policyName to instead of being to scope.Name(), t…
Oct 31, 2023
eb1c5b5
feat(agent): WIP
Oct 31, 2023
a72bbd1
feat(agent): add struct parse to otel configuration.
Nov 1, 2023
9d9829f
feat(agent): add test.
Nov 1, 2023
2b5bb7b
feat(agent): add piece to call the builder to merge with default struct.
Nov 1, 2023
84c30be
feat(agent): add correct metrics and scope attributes to pass policy-…
Nov 2, 2023
960b4e1
feat(agent): fix unit tests.
Nov 2, 2023
11a4c67
feat(agent): add missing libs.
Nov 2, 2023
be1b752
fix: bump ciso8601 from 2.3.0 to 2.3.1
dependabot[bot] Oct 30, 2023
ff09a03
fix: bump jsonschema from 4.18.4 to 4.19.2
dependabot[bot] Oct 30, 2023
f53c178
fix: bump mkdocs-material from 9.1.21 to 9.4.7
dependabot[bot] Oct 30, 2023
7bcec00
fix: bump pyhamcrest from 2.0.4 to 2.1.0
dependabot[bot] Oct 23, 2023
a036504
chore(go.mod): update several dependencies.
dependabot[bot] Oct 23, 2023
7d9eeb9
fix: bump k8s.io/api from 0.26.3 to 0.28.3
dependabot[bot] Oct 23, 2023
5521937
fix: bump selenium from 4.11.0 to 4.14.0
dependabot[bot] Oct 16, 2023
8f2578e
fix: bump psutil from 5.9.5 to 5.9.6
dependabot[bot] Oct 16, 2023
5c145a2
fix: bump golang.org/x/tools from 0.7.0 to 0.14.0
dependabot[bot] Oct 9, 2023
cc10591
chore(go.mod): update several dependencies.
Nov 3, 2023
0520fbe
chore(go.mod): update several dependencies.
Nov 3, 2023
6bfe5ec
chore(requirements.txt): update several dependencies.
dependabot[bot] Sep 25, 2023
2abf730
chore(requirements.txt): update several dependencies.
Nov 3, 2023
af15181
fix: bump docker/setup-buildx-action from 2 to 3
dependabot[bot] Sep 18, 2023
ea6423a
fix: bump docker/build-push-action from 4 to 5
dependabot[bot] Sep 18, 2023
068472b
fix: bump docker/login-action from 2 to 3
dependabot[bot] Sep 18, 2023
19dce78
fix: bump docker/setup-qemu-action from 2 to 3
dependabot[bot] Sep 18, 2023
8e4a441
fix: bump actions/checkout from 3 to 4
dependabot[bot] Sep 4, 2023
2ad0d98
fix: bump behavex from 2.0.1 to 3.0.0
dependabot[bot] Aug 14, 2023
22b27d5
feat(orb-ui): New active filters list (#2789)
joao-mendonca-encora Nov 6, 2023
87ab911
fix(orb-ui): #1463 Update Config File (#2791)
joao-mendonca-encora Nov 6, 2023
e1437fe
fix(agent): fix agent id on reset.
Nov 7, 2023
4dce958
fix(agent): fix agent id on reset.
Nov 8, 2023
d3a1dd5
fix(agent): standardize the env var naming.
Nov 8, 2023
d2a303f
fix(agent): clean up.
Nov 8, 2023
011ce30
Update policies/backend/otel/otel.go
lpegoraro Nov 8, 2023
b952254
improvement(orb-ui): Ui tables, better resizeable cells width (#2793)
joao-mendonca-encora Nov 8, 2023
740bb6f
hotfix(orb-ui): Change buttons position (#2792)
joao-mendonca-encora Nov 8, 2023
474e174
feat(orb-ui): #1465 Url state for tabs in agent view and policy view …
joao-mendonca-encora Nov 8, 2023
e802f4c
fix(orb-ui): Sink tags not being expose in filter suggestion (#2795)
joao-mendonca-encora Nov 8, 2023
e10efe2
fix(orb-ui): Apply filter on ENTER (#2796)
joao-mendonca-encora Nov 8, 2023
3f59085
fix(orb-ui): Active filters list overflow (#2798)
joao-mendonca-encora Nov 10, 2023
ad7e7b7
fix(orb-ui): # 1411 Expose pattern errors (#2797)
joao-mendonca-encora Nov 10, 2023
5752bfc
Block sink config while backend not selected (#2799)
joao-mendonca-encora Nov 10, 2023
7809bf6
fix(fleet): clean up.
Nov 13, 2023
e2ee4a7
:Merge branch 'eng-1056-orb-policies-opentelemetry-configuration' of …
Nov 13, 2023
cfe5291
fix(agent): clean up and fix order of startup.
Nov 14, 2023
25b1232
fix(agent): clean up.
Nov 14, 2023
a990fe3
fix(agent): clean up.
Nov 14, 2023
561f207
fix(agent): rollback fullreset as it was before fixing reset.
Nov 14, 2023
ea2b9ff
fix(agent): attempt to fix communication between reset from orb agent…
Nov 14, 2023
e0a88c6
fix(agent): add more scrape info on opentelemetry to fix reset action…
Nov 14, 2023
0aa7afb
fix(agent): add run configuration and fix version change on otlprecei…
Nov 15, 2023
3fc0fdf
fix(agent): inverted boolean return to improve readability.
Nov 15, 2023
abb162c
fix(agent): inverted boolean return to improve readability.
Nov 15, 2023
113db6d
fix(agent): fixed nil function reference error.
Nov 15, 2023
6ed419c
fix(agent): fixed nil function reference error.
Nov 15, 2023
042548e
[pktvisor] add missing ReportComponentStatus
mfiedorowicz Nov 15, 2023
25dc98d
Merge remote-tracking branch 'origin/eng-1056-orb-policies-openteleme…
mfiedorowicz Nov 15, 2023
489906a
Update agent/backend/otel/otel.go
lpegoraro Nov 15, 2023
ebebf95
fix(agent): fix indentation.
Nov 15, 2023
b0a8f14
fix(agent): moved the heartbeat to correct order on reset.
Nov 15, 2023
894eff2
fix(agent): fix otlpmqtt exporter traces, metrics, logs.
Nov 16, 2023
c348e7c
[pktvisor] re-add pktvisor backend defaults
mfiedorowicz Nov 16, 2023
9ed019a
fix(agent): remove logs and traces and focus on metrics for now.
Nov 16, 2023
aee6a5e
fix(agent): replace defaults in pktvisor to instead of setting the de…
Nov 16, 2023
1d3d96b
fix(agent): add mechanism to enable multiple policies, because teleme…
Nov 16, 2023
6d1679f
fix(agent): add mechanism to enable multiple policies, because teleme…
Nov 16, 2023
6896f39
fix(agent): add mechanism to enable multiple policies, because teleme…
Nov 16, 2023
7f021c2
fix(agent): fix unit test.
Nov 16, 2023
323c5a6
Update agent/backend/otel/policy.go
lpegoraro Nov 16, 2023
1fa1718
fix(agent): fix url build.
Nov 16, 2023
9a08d79
fix(agent): readd debug.
Nov 16, 2023
1b3de08
Apply suggestions from code review
lpegoraro Nov 16, 2023
6b2556e
fix(agent): err scope.
Nov 16, 2023
e02b92a
Apply suggestions from code review
lpegoraro Nov 16, 2023
3056bbd
fix(agent): apply code review changes.
Nov 16, 2023
5b17f69
fix(agent): fix err scope.
Nov 16, 2023
35f4efd
fix(agent): fix import err.
Nov 16, 2023
6faf954
feat(orb-ui): Multi Select option for tag filters (#2800)
joao-mendonca-encora Nov 16, 2023
ca04d9d
fix download of otelcol-contrib
mfiedorowicz Nov 17, 2023
ac169e5
Merge pull request #2790 from lpegoraro/chore/update_dependencies
lpegoraro Nov 17, 2023
9584351
simplify/minimise Dockerfile.full
mfiedorowicz Nov 17, 2023
b45e3b9
chore(mod): update and merge dependencies.
Nov 17, 2023
02078db
Merge branch 'develop' into eng-1056-orb-policies-opentelemetry-confi…
Nov 17, 2023
39a654b
Merge pull request #2780 from lpegoraro/eng-1056-orb-policies-opentel…
lpegoraro Nov 17, 2023
5f9cf1c
mkdocs-material 9.4.7 depends on mkdocs 1.5.3
mfiedorowicz Nov 20, 2023
5f50641
Merge pull request #2801 from orb-community/chore-bump-mkdocs
mfiedorowicz Nov 20, 2023
dc06a20
feat(orb-ui): Otel backend UI updates (#2805)
joao-mendonca-encora Nov 20, 2023
83f4298
fix(agent): remove telemetry from agent.
Nov 21, 2023
0f063a4
fix(agent): fix name of telemetry parameter.
Nov 21, 2023
116c20a
fix(agent): fix correct log parameter.
Nov 21, 2023
d947d11
fix(agent): fix parse of config.
Nov 21, 2023
a8e7d3f
fix(agent): fix parameter name.
Nov 21, 2023
45d9322
fix(agent): fix metrics level to none disabling telemetry allowing mu…
Nov 21, 2023
2e598c1
fix(agent): fix unit test.
Nov 21, 2023
ce8014e
fix(agent): fix removal of policy.
Nov 21, 2023
d4b8298
fix(agent): rolling agent debug mqtt logs back.
Nov 21, 2023
79965dc
fix(agent): fixing port overriding if not set unless always setting.
Nov 21, 2023
bbd14e0
Merge branch 'develop' into update-otlp-http-string
joao-mendonca-encora Nov 21, 2023
72508e4
fix(orb-ui): Tags polling conflict in edit mode (#2819)
joao-mendonca-encora Nov 21, 2023
0e2716e
Merge pull request #2818 from lpegoraro/fix/multiple_policies_agent
lpegoraro Nov 21, 2023
b582295
Merge pull request #2770 from orb-community/update-otlp-http-string
lpegoraro Nov 22, 2023
d0bf328
fix(orb-ui): small fixes (#2822)
joao-mendonca-encora Nov 22, 2023
a5bcf6e
fix(agent): add static method for each backend to register default va…
Nov 22, 2023
b2b7e3c
fix(orb-ui): Expose HTTP error name (#2823)
joao-mendonca-encora Nov 22, 2023
f1ef303
fix(agent): fix message level.
Nov 23, 2023
b2d897b
fix(tests): changed expected log messages.
Nov 23, 2023
e94b9cb
fix(orb-ui): remove opentelemetry field & make backend required (#2824)
joao-mendonca-encora Nov 23, 2023
5cd6c05
Merge pull request #2820 from lpegoraro/fix/pktvisor_integration_test…
lpegoraro Nov 23, 2023
237b47e
fix(tests): add nil safe check for running status.
Nov 24, 2023
71d7698
Merge pull request #2826 from lpegoraro/fix/nil_safe_pktvisor_running…
lpegoraro Nov 24, 2023
8bc5998
fix(orb-ui): Include empty diode config schema (#2825)
joao-mendonca-encora Nov 24, 2023
e7dd46d
fix(orb-ui): User not able to log in after token being expired (#2828)
joao-mendonca-encora Nov 24, 2023
4210d16
fix(agent): default backend variables
mfiedorowicz Nov 27, 2023
531b830
Merge pull request #2829 from orb-community/fix-agent-defaults
lpegoraro Nov 27, 2023
b875851
fix agent default backend variables
mfiedorowicz Nov 27, 2023
0d0e404
fix(agent): add port logs.
Nov 27, 2023
044bbc5
Merge pull request #2830 from lpegoraro/fix/log_port_error
lpegoraro Nov 27, 2023
c2badc3
fix scraping metrics from pktvisor + simplify logic
mfiedorowicz Nov 27, 2023
a860f3a
tidy up otel backend
mfiedorowicz Nov 27, 2023
dadc539
Merge branch 'develop' into fix-agent-pktvisor-backend
mfiedorowicz Nov 27, 2023
717874f
Merge pull request #2831 from orb-community/fix-agent-pktvisor-backend
mfiedorowicz Nov 27, 2023
1ee1a7d
fix: bump golang.org/x/tools from 0.14.0 to 0.16.0
dependabot[bot] Nov 27, 2023
c5f1823
temp mute remotely restart scenario (#2836)
manrodrigues Nov 28, 2023
b8ec62d
eng-1632-temp-mute-2-agents-same-port (#2837)
manrodrigues Nov 28, 2023
6ca3d64
connect_failures - counters (#2838)
manrodrigues Nov 29, 2023
a58512f
feat(agent): fix policy removal error.
Dec 1, 2023
c634739
feat(fleet): add logs to dataset consumer.
Dec 1, 2023
bb12da6
feat(fleet): fix dataset create receiving message.
Dec 1, 2023
0720a1d
fix: bump deepdiff from 6.6.1 to 6.7.1 (#2803)
dependabot[bot] Dec 4, 2023
ea7bcd8
fix: bump mkdocs from 1.5.1 to 1.5.3 (#2654)
dependabot[bot] Dec 4, 2023
b86cb5e
fix: bump webdriver-manager from 3.9.1 to 4.0.1 (#2651)
dependabot[bot] Dec 4, 2023
bee8b1e
bump test pkg versions (#2842)
manrodrigues Dec 4, 2023
44769be
feat(fleet): add format to RetrievePolicy/PolicyRes and clean up.
Dec 4, 2023
1ce772d
feat(policies): add format to RetrievePolicy/PolicyRes and clean up.
Dec 4, 2023
00c7e43
feat(policies): fix format in fleet and policies.
Dec 4, 2023
6572cbf
feat(policies): fix format not being sent over.
Dec 4, 2023
e3f97c5
feat(fleet): fix format not being sent over.
Dec 4, 2023
cba1378
feat(fleet): add logs.
Dec 4, 2023
56bc8ca
feat(policies): add logs.
Dec 4, 2023
900ab45
feat(policies): fix format not being sent.
Dec 4, 2023
87e0255
fix(all): remove debug logs.
Dec 4, 2023
69c64d3
fix: bump actions/labeler from 4 to 5
dependabot[bot] Dec 4, 2023
effa350
Merge pull request #2841 from lpegoraro/eng-1668-orb-agent-with-otel-…
lpegoraro Dec 5, 2023
0772f77
fix(fleet): fix logger no being instantiated.
Dec 5, 2023
cd782eb
Merge pull request #2850 from lpegoraro/fix_test_fails
lpegoraro Dec 5, 2023
a4fa8f7
Merge pull request #2848 from orb-community/dependabot/github_actions…
mfiedorowicz Dec 6, 2023
2dc68df
Downgrade labeler to v4
mfiedorowicz Dec 6, 2023
5835e72
Merge pull request #2854 from orb-community/downgrade-labeler-to-v4
mfiedorowicz Dec 6, 2023
ab56899
Eng 1561 refactor and logs (#2851)
manrodrigues Dec 6, 2023
b27a796
Merge pull request #2835 from orb-community/dependabot/go_modules/gol…
lpegoraro Dec 6, 2023
647a06d
Merge pull request #2643 from orb-community/dependabot/github_actions…
lpegoraro Dec 6, 2023
29775b5
Merge pull request #2607 from orb-community/dependabot/github_actions…
lpegoraro Dec 6, 2023
8cabe4e
Merge pull request #2640 from orb-community/dependabot/github_actions…
lpegoraro Dec 6, 2023
0f3d5a4
Merge pull request #2641 from orb-community/dependabot/github_actions…
lpegoraro Dec 6, 2023
0b6c295
Merge pull request #2642 from orb-community/dependabot/github_actions…
lpegoraro Dec 6, 2023
ea4969e
fix(labeler): fix config labeler.
Dec 7, 2023
ae1b74b
fix(labeler): update to labeler@5.
Dec 7, 2023
560d2b1
fix(labeler): try a different approach.
Dec 7, 2023
583c5fd
Merge pull request #2855 from lpegoraro/fix_labeler
lpegoraro Dec 7, 2023
5cb01ef
Merge pull request #2752 from testwill/ioutil
mfiedorowicz Dec 8, 2023
2a32d8c
fix(agent): fix agent update policy.
Dec 8, 2023
0d9aaf1
fix(policies): add format in decoded response.
Dec 8, 2023
d6b8422
fix(policies): fix format not being sent over grpc.
Dec 8, 2023
b7fd1df
fix(fleet): add debug log for policy format.
Dec 8, 2023
9dd4227
fix(policies): ident to improve reading.
Dec 8, 2023
d5439b2
fix(policies): fix failing tests.
Dec 8, 2023
85c80af
fix(fleet): fix unit tests.
Dec 11, 2023
afe37ba
Merge pull request #2858 from lpegoraro/eng-1760-agent-policy-update-…
lpegoraro Dec 11, 2023
d9e372b
fix(agent): add return of error in case of any error on getting the v…
Dec 11, 2023
44c436e
Merge pull request #2859 from lpegoraro/fix/agent-fail-when-otel-vers…
mfiedorowicz Dec 11, 2023
33eddbb
fix: bump github.com/spf13/cast from 1.5.0 to 1.6.0
dependabot[bot] Dec 11, 2023
0394912
fix: bump actions/setup-go from 4 to 5
dependabot[bot] Dec 11, 2023
571c1ca
fix: bump mkdocs-material from 9.4.14 to 9.5.2
dependabot[bot] Dec 11, 2023
555ca63
fix: bump selenium from 4.15.2 to 4.16.0
dependabot[bot] Dec 11, 2023
81c526e
fix: bump colorlog from 6.7.0 to 6.8.0
dependabot[bot] Dec 11, 2023
de567a3
Eng 1512 otel integration tests (#2867)
manrodrigues Dec 12, 2023
001eb70
Merge pull request #2866 from orb-community/dependabot/pip/colorlog-6…
lpegoraro Dec 12, 2023
043547a
Merge pull request #2865 from orb-community/dependabot/pip/selenium-4…
lpegoraro Dec 12, 2023
595733c
Merge pull request #2864 from orb-community/dependabot/pip/mkdocs-mat…
lpegoraro Dec 12, 2023
73e8c4a
fix: bump docker from 6.1.3 to 7.0.0
dependabot[bot] Dec 12, 2023
bb0d4ad
Test fix (#2868)
manrodrigues Dec 12, 2023
f01b742
fix: ENG-1760 - policy update and remove
mfiedorowicz Dec 12, 2023
bd32ae6
Merge pull request #2870 from orb-community/fix-ENG-1760-policy-updat…
mfiedorowicz Dec 12, 2023
5787c8b
checking policy version in agent (#2869)
manrodrigues Dec 12, 2023
be29271
fix(agent): add debug log, validate on errors.
Dec 12, 2023
30decf8
Merge pull request #2871 from lpegoraro/fix/eng-1760-general-fixes
lpegoraro Dec 12, 2023
31fd128
fix(agent): fix argument check.
Dec 12, 2023
8bf90f8
fix(agent): reword logs.
Dec 12, 2023
ecafb13
fix(agent): reword logs.
Dec 12, 2023
9c0c3a9
fix(agent): refactor logic.
Dec 12, 2023
ce09d7f
fix(agent): reword last message.
Dec 12, 2023
f1c2a56
fix(agent): reword last message.
Dec 12, 2023
35cd64f
Merge pull request #2872 from lpegoraro/fix/eng-1775-try-to-fix-agent
mfiedorowicz Dec 12, 2023
3264407
Merge pull request #2860 from orb-community/dependabot/go_modules/git…
mfiedorowicz Dec 13, 2023
ab91150
fix: bump github.com/spf13/viper from 1.15.0 to 1.18.1
dependabot[bot] Dec 13, 2023
e1d3b25
Merge pull request #2861 from orb-community/dependabot/go_modules/git…
mfiedorowicz Dec 13, 2023
c159c72
Merge pull request #2862 from orb-community/dependabot/github_actions…
mfiedorowicz Dec 13, 2023
bd9c4ed
Merge pull request #2863 from orb-community/dependabot/pip/docker-7.0.0
mfiedorowicz Dec 13, 2023
8608bb7
fix(agent): otel runner - break an infinite loop
mfiedorowicz Dec 13, 2023
f410f2a
Merge pull request #2876 from orb-community/fix-agent-otel-runner
mfiedorowicz Dec 13, 2023
c53f82d
fix(otel): upgrade to newer version.
Dec 14, 2023
c553aaf
fix(actions): update to go version 1.20.
Dec 14, 2023
3ab851f
fix(Dockerfile): update to go version 1.20.
Dec 14, 2023
01d28cc
fix(actions): very funny github.
Dec 14, 2023
d524d6c
fix(sqlite): remove old dependency for sqlite.
Dec 14, 2023
49cada6
fix(agent): sqlite3 dialect and driver name.
Dec 15, 2023
9705814
fix(go): upgrade 1.21 golang release.
Dec 15, 2023
b731320
fix otel backend tests
mfiedorowicz Dec 16, 2023
1c15aeb
mute tests
mfiedorowicz Dec 16, 2023
78e66a9
mute tests
mfiedorowicz Dec 16, 2023
737ee83
add missing version
mfiedorowicz Dec 16, 2023
3c16e3f
Merge pull request #2879 from orb-community/fix-otel-backend-integrat…
mfiedorowicz Dec 16, 2023
a682255
fix: pktvisor backend integration tests
mfiedorowicz Dec 16, 2023
0a20a09
Merge pull request #2880 from orb-community/fix-pktvisor-backend-tests
mfiedorowicz Dec 16, 2023
ca46544
fix(agent): fix build and fix sqlite lib.
Dec 18, 2023
56ab169
fix: bump psutil from 5.9.6 to 5.9.7
dependabot[bot] Dec 18, 2023
9431eb1
Merge pull request #2882 from orb-community/dependabot/pip/psutil-5.9.7
mfiedorowicz Dec 18, 2023
d83d6c3
fix(agent): fix build and fix sqlite lib.
Dec 19, 2023
d14933e
fix(agent): fix build and fix sqlite lib.
Dec 19, 2023
6bb1914
Merge pull request #2877 from lpegoraro/eng-1536-orb-agent-reset-or-l…
lpegoraro Dec 19, 2023
68b34ce
feat(ui): add privacy policy.
Dec 19, 2023
c898151
feat(ui): fix style.
Dec 19, 2023
c713296
feat(ui): fix warning message display.
Dec 19, 2023
6c0c461
feat(ui): tidy.
Dec 19, 2023
7380bd6
Merge pull request #2886 from lpegoraro/eng-1778-orblive-and-orbcommu…
lpegoraro Dec 19, 2023
fa7336a
chore(version): bump version to 0.29.0.
Dec 19, 2023
1bd9805
Merge pull request #2888 from lpegoraro/update_version
lpegoraro Dec 19, 2023
ebf42da
fix(sinks): decrypt metadata before update
mfiedorowicz Dec 20, 2023
67eb4b5
add test for partial sinks updates (non-config) + tidy up
mfiedorowicz Dec 20, 2023
eb04bd2
Merge pull request #2894 from orb-community/fix-sinks-config-auth
mfiedorowicz Dec 20, 2023
1406684
fix(sinks): decrypt metadata only if password is encrypted
mfiedorowicz Dec 21, 2023
f9c03c3
fix typo
mfiedorowicz Dec 21, 2023
a37c6ea
get auth type from current sink
mfiedorowicz Dec 21, 2023
7909805
Merge pull request #2895 from orb-community/fix-sinks-update-config-auth
mfiedorowicz Dec 21, 2023
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/actions/go-lint/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.15.1-buster
FROM golang:1.21-buster

LABEL author="Everton Haise Taques<[email protected]>"
LABEL maintainer="netboxlabs"
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/go-report/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20-alpine
FROM golang:1.21-alpine

LABEL author="Everton Haise Taques<[email protected]>"
LABEL maintainer="netboxlabs"
Expand Down
111 changes: 65 additions & 46 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,73 +1,92 @@
documentation:
- docs/*
- docs/**/*
- mkdocs.yml
- changed-files:
- any-glob-to-any-file: ['docs/*', 'docs/**/*', 'mkdocs.yml']

github-actions:
- .github/workflows/*
- .github/workflows/**/*
- .github/dependabot.yml
- .github/boring-cyborg.yml
- .github/release-drafter.yml
- .github/semantic.yml
- .github/stale.yml
- .github/mergify.yml
- .github/labeler.yml
- changed-files:
- any-glob-to-any-file: ['.github/workflows/*',
'.github/workflows/**/*',
'.github/dependabot.yml',
'.github/boring-cyborg.yml',
'..github/release-drafter.yml',
'.github/semantic.yml',
'.github/stale.yml',
'.github/mergify.yml',
'.github/labeler.yml']

github-templates:
- .github/ISSUE_TEMPLATE/*
- .github/PULL_REQUEST_TEMPLATE.md
- .github/.chglog/*
- .github/.chglog/**/*
- changed-files:
- any-glob-to-any-file: ['.github/ISSUE_TEMPLATE/*',
'.github/PULL_REQUEST_TEMPLATE.md',
'.github/.chglog/*',
'.github/.chglog/**/*']

internal:
- .flake8
- .bandit.baseline
- .gitignore
- .pre-commit-config.yaml
- MANIFEST.in
- Makefile
- CONTRIBUTING.md
- MAINTAINERS.md
- CODE_OF_CONDUCT.md
- LICENSE
- THIRD-PARTY-LICENSES
- .dockerignore
- .editorconfig
- setup.cfg
- changed-files:
- any-glob-to-any-file: ['.flake8',
'.bandit.baseline',
'.gitignore',
'.pre-commit-config.yaml',
'MANIFEST.in',
'Makefile',
'CONTRIBUTING.md',
'MAINTAINERS.md',
'CODE_OF_CONDUCT.md',
'LICENSE',
'THIRD-PARTY-LICENSES',
'.dockerignore',
'.editorconfig',
'setup.cfg']

dependencies:
- pyproject.toml
- poetry.lock
- requirements.txt
- changed-files:
- any-glob-to-any-file: ['pyproject.toml',
'poetry.lock',
'requirements.txt']

tests:
- automated_tests/*
- automated_tests/**/*
- tests/*
- tests/**/*
- changed-files:
- any-glob-to-any-file: ['automated_tests/*',
'automated_tests/**/*',
'tests/*',
'tests/**/*']

build:
- Dockerfile
- changed-files:
- any-glob-to-any-file: ['Dockerfile',
'Dockerfile.*',
'docker-compose.yml',
'docker-compose.*.yml',
'docker-compose.*.yaml',
'docker-compose.*.yaml',
'docker-compose']

golang:
- "**/*.go"
- changed-files:
- any-glob-to-any-file: ['go.mod',
'go.sum',
'**/*.go']

javascript:
- "**/*.json"
- changed-files:
- any-glob-to-any-file: '**/*.json'

json:
- "**/*.json"
- changed-files:
- any-glob-to-any-file: '**/*.json'

markdown:
- "**/*.md"
- changed-files:
- any-glob-to-any-file: '**/*.md'

python:
- "**/*.py"
- changed-files:
- any-glob-to-any-file: ['requirements.txt', '**/*.py']

sql:
- "**/*.py"
- changed-files:
- any-glob-to-any-file: '**/*.sql'

typescript:
- "**/*.ts"
- "**/*.tsx"
- changed-files:
- any-glob-to-any-file: ['**/*.ts', '**/*.tsx']
14 changes: 7 additions & 7 deletions .github/workflows/agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.19
go-version: 1.21.x

- name: Get branch name
shell: bash
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Get branch name
shell: bash
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:

- name: Login to Docker Hub orbcommunity
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.ORB_DOCKERHUB_USERNAME }}
password: ${{ secrets.ORB_DOCKERHUB_TOKEN }}
Expand All @@ -144,7 +144,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Get branch name
shell: bash
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:

- name: Login to Docker Hub orbcommunity
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.ORB_DOCKERHUB_USERNAME }}
password: ${{ secrets.ORB_DOCKERHUB_TOKEN }}
Expand Down
Loading
Loading