Releases: mindersec/minder
Releases · mindersec/minder
v0.0.45
What's Changed
- Hide deprecated flag from help by @dmjb in #3046
- Add docs for setting up GitHub App by @eleftherias in #3047
- Auto-generated cli documentation update - 2024-04-11 15:49:20 by @github-actions in #3048
- zerolog: Don't reuse event in
Eval
call by @JAORMX in #3049 - Fix CLI doc generation bug by @dmjb in #3050
- Support Logging GitHub requests by @puerco in #3054
- Add sensible defaults to the OSV evaluator to allow running without any configuration by @jhrozek in #3053
- New documentation by @JAORMX in #3058
- Add no-op handler for GitHub Marketplace events by @eleftherias in #3064
- Fix documentation sidebar titles by @eleftherias in #3065
- skip remote repo listing if name(s) are given by @JAORMX in #3059
- Update docs label for CLI commands by @eleftherias in #3067
- Don't advertise the owner flag for enroll and upate screenshots by @jhrozek in #3051
- Log webhook token type by @rdimitrov in #3068
- Auto-generated cli documentation update - 2024-04-12 11:41:32 by @github-actions in #3066
- Revert "Log webhook token type" by @rdimitrov in #3069
- Log the token type while creating the installation token and during the ping received event by @rdimitrov in #3070
Full Changelog: v0.0.44...v0.0.45
v0.0.44
v0.0.43
What's Changed
- CLI: Get rule type by name by @JAORMX in #3009
- Add remediation URL to all evaluation responses by @puerco in #2972
- CLI: Print applicable entity when getting rule type info by @JAORMX in #3013
- Issue a bespoke profile update message on patching a profile by @jhrozek in #3012
- Handle entity delete events, i.e. when a repo is deleted by @rdimitrov in #2940
- build(deps): bump github.com/stacklok/frizbee from 0.0.13 to 0.0.14 by @dependabot in #3020
- build(deps): bump github.com/styrainc/regal from 0.20.0 to 0.20.1 by @dependabot in #3018
- build(deps): bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.49.0 to 0.50.0 by @dependabot in #3019
- Remove hardcoded dependency between artifacts and projects by @JAORMX in #2991
- Artifact index for repos was not meant to be unique by @JAORMX in #3022
- Auto-generated DB schema update - 2024-04-10 11:50:40 by @github-actions in #3023
- Proceed with provider delete if repo delete fails by @eleftherias in #3025
- Use ProviderID in telemetry data by @dmjb in #3026
- Uninstall GitHub Apps when a user account is deleted by @eleftherias in #3024
- Disable linter rules for pre-Go 1.22 loop var issue by @dmjb in #3029
- Avoid deleting GH App installation if already deleted by @eleftherias in #3031
- git ingester: Handle empty repository by skipping it by @JAORMX in #3033
- Skip branch protection remediations for repos with no branches by @jhrozek in #3035
- build(deps): bump sigstore/cosign-installer from 3.4.0 to 3.5.0 by @dependabot in #3037
- Only run deletion reconciler on repo deleted events by @JAORMX in #3036
- Don't crash if there's no package list client by @jhrozek in #3034
- Default to github-app in provider enroll by @dmjb in #3032
- Allow reading secrets from file for GH App config by @eleftherias in #3040
- A nicer error message when listing remote repos without an enrolled provider by @jhrozek in #2976
- Use output.formats.format in golangci.yaml by @jhrozek in #3041
Full Changelog: v0.0.42...v0.0.43
v0.0.42
What's Changed
- Use fallback token for listing artifacts with GH App by @eleftherias in #2992
- build(deps): bump google.golang.org/grpc from 1.63.0 to 1.63.2 by @dependabot in #2999
- build(deps): bump go.opentelemetry.io/otel/exporters/prometheus from 0.46.0 to 0.47.0 by @dependabot in #2998
- build(deps): bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.49.0 to 0.50.0 by @dependabot in #2996
- build(deps): bump github.com/styrainc/regal from 0.19.0 to 0.20.0 by @dependabot in #2997
- build(deps): bump docker/setup-buildx-action from 3.2.0 to 3.3.0 by @dependabot in #3000
- build(deps): bump peaceiris/actions-gh-pages from 3.9.3 to 4.0.0 by @dependabot in #3001
- Handle when the user declines T&C in minder auth login by @jhrozek in #2995
- Use TEXT as type of license instead of VARCHAR(255) by @dmjb in #2994
- Remove duplicate clause in profile status query by @dmjb in #2993
- Upgrade go-github to go-github/v61 by @JAORMX in #3003
- Validate query parameters in GitHub App callback by @eleftherias in #3007
- Return a nicer error message when a ruletype can't be found by @jhrozek in #3005
Full Changelog: v0.0.41...v0.0.42
v0.0.41
What's Changed
- Track whether GitHub App is installed on org by @eleftherias in #2947
- Auto-generated DB schema update - 2024-04-05 11:33:16 by @github-actions in #2960
- Bump google.golang.org/grpc to v1.63.0 by @jhrozek in #2961
- Add label flag to profile list command by @dmjb in #2964
- Modify GRPCClientWrapRunE to pass positional arguments by @dmjb in #2967
- Allow profile/ruletype URLs to accept slashes by @dmjb in #2970
- Actions: Complete version tags in workflow comments by @puerco in #2974
- Add a unit test for switch of a profile state to pending by @jhrozek in #2977
- build(deps): bump github/codeql-action from 3.24.9 to 3.24.10 by @dependabot in #2989
- build(deps): bump github.com/go-critic/go-critic from 0.11.2 to 0.11.3 in /tools by @dependabot in #2984
- build(deps): bump go.opentelemetry.io/otel/exporters/stdout/stdouttrace from 1.24.0 to 1.25.0 by @dependabot in #2987
- build(deps): bump golang.org/x/crypto from 0.21.0 to 0.22.0 by @dependabot in #2988
- build(deps): bump go.opentelemetry.io/otel/sdk/metric from 1.24.0 to 1.25.0 by @dependabot in #2985
Full Changelog: v0.0.40...v0.0.41
v0.0.40
What's Changed
- docs: expand on how to add users to projects by @ethomson in #2901
- Add delete provider command by @eleftherias in #2922
- Fix order of instructions in running a server by @lukehinds in #2935
- Support empty profiles by utilizing views by @jhrozek in #2936
- Refactor: Move SetViperStructDefaults to utils by @Vyom-Yadav in #2920
- Fix repository delete by name by @eleftherias in #2941
- Fix mindev ruletype test by @jhrozek in #2939
- Set security_invoker=true to use permissions on the underlying tables when creating new view by @evankanderson in #2942
- Change validation error message to describe max length by @dmjb in #2945
- build(deps): bump golang.org/x/sync from 0.6.0 to 0.7.0 by @dependabot in #2949
- build(deps-dev): bump @docusaurus/module-type-aliases from 3.2.0 to 3.2.1 in /docs by @dependabot in #2953
- build(deps): bump golang.org/x/tools from 0.19.0 to 0.20.0 in /tools by @dependabot in #2952
- build(deps): bump golang.org/x/oauth2 from 0.18.0 to 0.19.0 by @dependabot in #2951
- Claim GitHub App installations on first login if they exist by @evankanderson in #2937
- Bump docusaurus packages to 3.2.1 by @jhrozek in #2957
- build(deps): bump golang.org/x/term from 0.18.0 to 0.19.0 by @dependabot in #2950
- Fix flaky DB list repos test by @eleftherias in #2959
Full Changelog: v0.0.39...v0.0.40
v0.0.39
What's Changed
- Remove provider from ruletypes by @eleftherias in #2843
- Auto-generated DB schema update - 2024-03-28 15:11:39 by @github-actions in #2847
- Add bundle build command to mindev by @dmjb in #2851
- Add tests and remove empty-struct defaults that were previous ignored. by @evankanderson in #2836
- build(deps): bump github.com/openfga/cli from 0.2.7 to 0.3.0 in /tools by @dependabot in #2858
- build(deps): bump github.com/golangci/golangci-lint from 1.57.1 to 1.57.2 in /tools by @dependabot in #2857
- build(deps): bump github.com/open-policy-agent/opa from 0.62.1 to 0.63.0 by @dependabot in #2853
- build(deps): bump github.com/daixiang0/gci from 0.13.2 to 0.13.3 in /tools by @dependabot in #2855
- build(deps): bump mobx from 6.12.1 to 6.12.3 in /docs by @dependabot in #2854
- Add a pending remediation status and support tracking opened PRs by @rdimitrov in #2833
- Auto-generated DB schema update - 2024-03-29 09:59:33 by @github-actions in #2861
- Revert "Add a pending remediation status and support tracking opened PRs" by @rdimitrov in #2862
- Re-applies the pending status change and uses a transaction for 000041 migration by @rdimitrov in #2865
- Auto-generated DB schema update - 2024-03-29 11:22:46 by @github-actions in #2864
- Add
initContainers
option to the deployment settings in Helm by @JAORMX in #2852 - Upgrade sqlc and regerate sqlc files with the new version by @jhrozek in #2859
- Do not skip action processing decision if evaluation did not changed by @rdimitrov in #2868
- Remediation types other than pull_request don't have a turn-off behaviour, so skip instead by @rdimitrov in #2869
- Fix flagged problems in internal/engine by @evankanderson in #2867
- build(deps): bump github.com/ThreeDotsLabs/watermill-sql/v3 from 3.0.0 to 3.0.1 by @dependabot in #2877
- build(deps): bump github.com/go-git/go-git/v5 from 5.11.0 to 5.12.0 by @dependabot in #2878
- Bump docusaurus from 3.1.1 to 3.2.0 by @eleftherias in #2881
- Disable ingest caching for artifact entities and add a wait period by @rdimitrov in #2883
- Add rpc that checks if enrollment is successful based on state by @eleftherias in #2882
- Auto-generated DB schema update - 2024-04-01 21:51:32 by @github-actions in #2889
- Clean up calls to Keycloak behind config by @evankanderson in #2886
- Make provider an optional filter by @eleftherias in #2871
- Make existing minder CLI work for VerifyProviderToken by @evankanderson in #2884
- Auto-generated cli documentation update - 2024-04-01 15:28:12 by @github-actions in #2890
- Fix documentation format by @eleftherias in #2894
- Add remediation_url to RuleEvaluationStatus by @puerco in #2892
- build(deps): bump github.com/itchyny/gojq from 0.12.14 to 0.12.15 by @dependabot in #2893
- Create ProviderStore interface, migrate controlplane to use it by @dmjb in #2900
- Handle GitHub App installation deleted event by @jhrozek in #2870
- Remove provider from profile by @eleftherias in #2850
- Auto-generated DB schema update - 2024-04-02 13:26:45 by @github-actions in #2903
- Fix auth delete when GitHub App installed by @eleftherias in #2904
- Prevent CLI users from using both github providers by @eleftherias in #2906
- Log the profile list parameters, i.e. labels by @rdimitrov in #2905
- Add unit tests for providers/service.go by @jhrozek in #2885
- Add body for rpc additional_bindings by @eleftherias in #2909
- Use a separate webhook secret for the GH App by @jhrozek in #2910
- helm: Allow for configuring the termination grace period for the main deployment by @JAORMX in #2913
- helm: Allow for configuring the Minder Deployment strategy by @JAORMX in #2912
- Create a new top-level project for users who add a provider via the GitHub App install process by @evankanderson in #2895
- Migrate GH App installations to int64 from string by @jhrozek in #2887
- Nicer error message when creating profile with non-unique rule types missing names by @jhrozek in #2916
- Allow overriding config struct defaults by @evankanderson in #2839
- Don't mark a PR remediation as error if no previous result exists by @jhrozek in #2917
- Refactor engine code to use ProviderStore by @dmjb in #2914
- Add display name to rule eval status by @puerco in #2915
- build(deps): bump github.com/daixiang0/gci from 0.13.3 to 0.13.4 in /tools by @dependabot in #2919
- build(deps): bump github.com/sigstore/protobuf-specs from 0.3.0 to 0.3.1 by @dependabot in #2918
- Move more provider access methods to store by @dmjb in #2911
- Add advisory URL to rule eval status by @puerco in #2891
- Use GitHub app webhook secret from secret store by @eleftherias in #2924
- Fixes a typo in the CLI - s/profile/project by @rdimitrov in #2921
- Skip erroring providers when listing repos by @eleftherias in #2928
- build(deps): bump github.com/bufbuild/buf from 1.30.0 to 1.30.1 in /tools by @dependabot in #2932
- build(deps): bump bufbuild/buf-setup-action from 1.30.0 to 1.30.1 by @dependabot in #2933
Full Changelog: v0.0.38...v0.0.39
v0.0.38
What's Changed
- Add Marketplace interface by @dmjb in #2748
- Return a user-visible error if the project already exists by @JAORMX in #2749
- Add validation for rule type entities by @JAORMX in #2758
- Add Provider Class to data model by @evankanderson in #2681
- Auto-generated DB schema update - 2024-03-22 13:02:25 by @github-actions in #2760
- Remove isOrg from function calls to GitHub Provider by @jhrozek in #2763
- Add provider classes to API by @JAORMX in #2762
- Move stub eventer outside of tests and into dedicated package by @JAORMX in #2761
- build(deps): bump github.com/mikefarah/yq/v4 from 4.42.1 to 4.43.1 in /tools by @dependabot in #2766
- build(deps): bump github/codeql-action from 3.24.8 to 3.24.9 by @dependabot in #2767
- build(deps): bump mobx from 6.12.0 to 6.12.1 in /docs by @dependabot in #2768
- Update setViperStructDefaults to respect '{}' default tag for struct fields by @Vyom-Yadav in #2633
- Show user facing error when credential is invalid by @eleftherias in #2772
- Store labels for profiles in the database by @jhrozek in #2770
- Auto-generated DB schema update - 2024-03-25 20:19:27 by @github-actions in #2775
- build(deps): bump bufbuild/buf-lint-action from 1.1.0 to 1.1.1 by @dependabot in #2777
- build(deps): bump slsa-framework/slsa-verifier from 2.4.1 to 2.5.1 by @dependabot in #2778
- build(deps): bump bufbuild/buf-breaking-action from 1.1.3 to 1.1.4 by @dependabot in #2779
- build(deps): bump github.com/cenkalti/backoff/v4 from 4.2.1 to 4.3.0 by @dependabot in #2780
- build(deps): bump express from 4.18.3 to 4.19.2 in /docs by @dependabot in #2781
- Refactor enrolment to be more flexible with provider class by @eleftherias in #2774
- Auto-generated DB schema update - 2024-03-26 08:08:42 by @github-actions in #2783
- Remove unused server fields by @eleftherias in #2784
- Make
repo-lister
interface more general by @JAORMX in #2776 - Remove provider requirement when fetching rule type by @JAORMX in #2773
- Remove
StubGitHub
in favor of our existing mock by @JAORMX in #2785 - Fix error message when instantiating alerter by @JAORMX in #2786
- Move rule type engine code to more descriptive files by @JAORMX in #2787
- Simplify logging evaluation parameters by @JAORMX in #2788
- Modify operations used by marketplace to accept transactions by @dmjb in #2771
- Fix pagination in provider list by @JAORMX in #2791
- Tx changes for marketplace by @dmjb in #2793
- Allow for skipping opening the browser on login by @JAORMX in #2795
- Explicitly coalesce labels on create and update to {} by @jhrozek in #2794
- Allow reading pointer config values from env by @eleftherias in #2799
- Update go-github library to v60 by @JAORMX in #2796
- Make marketplace support multiple sources by @dmjb in #2801
- build(deps): bump github.com/daixiang0/gci from 0.13.1 to 0.13.2 in /tools by @dependabot in #2803
- build(deps): bump anchore/sbom-action from 0.15.9 to 0.15.10 by @dependabot in #2804
- Remove github auth flows from migration by @JAORMX in #2805
- Fix logic for skipping browser on login by @eleftherias in #2806
- Refactor: Move
setViperStructDefaults
to utils by @Vyom-Yadav in #2807 - Allow
ListRemoteRepositoriesFromProvider
to gather from multiple providers by @JAORMX in #2802 - Auto-generated cli documentation update - 2024-03-27 10:17:54 by @github-actions in #2810
- Create healthcheck as part of project creation by @dmjb in #2792
- Add label support for ListProfilesByProjectID by @jhrozek in #2789
- Expose and actually fix skip browser by @JAORMX in #2809
- Add comment on inferProvider call by @JAORMX in #2812
- Simplify error return in
getProviderFromRequestOrDefault
by @JAORMX in #2814 - Read GitHub App secrets from config by @eleftherias in #2811
- Revert "Auto-generated cli documentation update - 2024-03-27 10:17:54… by @eleftherias in #2817
- Auto-generated helm documentation update - 2024-03-27 09:38:17 by @github-actions in #2816
- Fix secret declaration in github app secret by @JAORMX in #2820
- Simplify
getNameFilterParam
in provider common functions by @JAORMX in #2813 - Add additional info logs by @eleftherias in #2821
- Revert default config by @eleftherias in #2822
- Add display names to rule types by @JAORMX in #2824
- Use conn.PingContext() instead of Ping() to avoid trying to connect with context.Background() by @jhrozek in #2823
- Add helm documentation about GitHub App secrets by @eleftherias in #2828
- Auto-generated DB schema update - 2024-03-27 14:27:54 by @github-actions in #2826
- Auto-generated helm documentation update - 2024-03-27 14:49:50 by @github-actions in #2829
- Ensure repo context is retained in registration by @eleftherias in #2830
- Add enrolment for GitHub App provider by @eleftherias in #2827
- Auto-generated cli documentation update - 2024-03-27 18:06:31 by @github-actions in #2832
- Don't dereference result on error from RegisterRepository by @jhrozek in #2834
- npm vuln check not working by @teodor-yanev in #2818
- build(deps): bump aquasecurity/trivy-action from 0.18.0 to 0.19.0 by @dependabot in #2840
Full Changelog: v0.0.37...v0.0.38
v0.0.37
What's Changed
- Prevent modification/deletion of rules belonging to a subscription by @dmjb in #2680
- Use watermill-sql v3 not v2 by @JAORMX in #2712
- Add rule evaluation ID as a unique reference to RuleEvaluationStatus by @jhrozek in #2716
- build(deps): bump github.com/golangci/golangci-lint from 1.56.2 to 1.57.0 in /tools by @dependabot in #2717
- Fill in GitHub App provider by @eleftherias in #2713
- Add the ruletype severity when returning the list of evaluations by @jhrozek in #2710
- Create interface for reading from mindpak bundles by @dmjb in #2714
- Don't parse the alert metadata if there's no alert opened by @rdimitrov in #2719
- Add GitHub App installations table by @eleftherias in #2720
- Auto-generated DB schema update - 2024-03-20 13:14:37 by @github-actions in #2721
- Add display name for profiles by @JAORMX in #2724
- Auto-generated DB schema update - 2024-03-20 16:57:16 by @github-actions in #2726
- build(deps): bump github.com/docker/docker from 25.0.3+incompatible to 25.0.5+incompatible by @dependabot in #2732
- build(deps): bump github.com/docker/docker from 25.0.4+incompatible to 25.0.5+incompatible in /tools by @dependabot in #2733
- build(deps): bump github.com/golangci/golangci-lint from 1.57.0 to 1.57.1 in /tools by @dependabot in #2738
- Also show display name in
GetProfile
API by @JAORMX in #2736 - build(deps): bump slsa-framework/slsa-github-generator from 1.9.0 to 1.9.1 by @dependabot in #2737
- build(deps): bump github.com/openfga/openfga from 1.5.0 to 1.5.1 by @dependabot in #2739
- Add credential state to providers proto by @JAORMX in #2728
- Add display name to profile status output by @JAORMX in #2740
- Separate the eventer into interfaces by @JAORMX in #2718
- Add GitHub App data to configuration by @eleftherias in #2730
- Create Subscription service interface by @dmjb in #2729
- Define BundleSource interface by @dmjb in #2731
- Eval Status: Return repository UUID, populate entity info by @puerco in #2741
- Introduce GitHub App installation access token by @eleftherias in #2725
- Add more logging to user/project deletion by @JAORMX in #2744
- fix: homoglyphs status profile by @teodor-yanev in #2743
- Add log message for transaction commit when deleting account by @JAORMX in #2745
- Add bundle ID structure by @dmjb in #2747
- Only run transaction rollback for deleting user when there's an error by @JAORMX in #2746
- Detect project deletion while
ListProjects
gathers projects by @JAORMX in #2752 - Skip deleted projects while getting user by @JAORMX in #2754
- Add a CLI for rotating webhook secrets by @jhrozek in #2735
- build(deps): bump slsa-framework/slsa-github-generator from 1.9.1 to 1.10.0 by @dependabot in #2753
- build(deps): bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /docs by @dependabot in #2755
- Provide an array of fallback secrets to allow secret migration by @jhrozek in #2734
Full Changelog: v0.0.36...v0.0.37
v0.0.36
What's Changed
- Add project service definition to minder ingress by @JAORMX in #2629
- Move repo deletion into a separate interface by @dmjb in #2608
- Project delete: Check feature flag on parent by @JAORMX in #2631
- Use project ID from entity context for ruletypes by @JAORMX in #2634
- Use project ID from entity context in rule creation by @dmjb in #2636
- Upgrade keycloak to 24.0 by @jhrozek in #2637
- Introduce provider Credential interface by @eleftherias in #2604
- Fix docs formatting to make build pass by @eleftherias in #2641
- Set go version to 1.22, tweak coverage by @dmjb in #2630
- Move repository create to RepositoryService by @dmjb in #2632
- Remove unused ListAllPackages on GitHub provider by @eleftherias in #2642
- Explicitly specify owner when listing packages by @eleftherias in #2643
- Add EvalResultsService to ingress.yaml by @rdimitrov in #2644
- Revert "Move repository create to RepositoryService (#2632)" by @JAORMX in #2645
- Add repo reconcile command to minder CLI by @Vyom-Yadav in #2505
- Explicitly specify owner in all package operations by @eleftherias in #2652
- Auto-generated cli documentation update - 2024-03-14 06:45:00 by @github-actions in #2649
- Small tweaks to repo registration in the CLI by @dmjb in #2647
- Make the parameter of GetRepositoryByName and DeleteRepositoryByName greedy by @jhrozek in #2655
- TEMPORARY: Dump tokeninfo by @jhrozek in #2651
- build(deps): bump docker/build-push-action from 5.2.0 to 5.3.0 by @dependabot in #2666
- build(deps): bump github.com/jackc/pgx/v5 from 5.5.1 to 5.5.4 in /tools by @dependabot in #2660
- build(deps): bump github.com/google/go-containerregistry from 0.19.0 to 0.19.1 by @dependabot in #2664
- Sort the list of profiles before returning to clients by @jhrozek in #2659
- build(deps): bump follow-redirects from 1.15.5 to 1.15.6 in /docs by @dependabot in #2667
- build(deps): bump github.com/openfga/cli from 0.2.6 to 0.2.7 in /tools by @dependabot in #2663
- build(deps): bump github.com/jackc/pgx/v5 from 5.5.3 to 5.5.4 by @dependabot in #2661
- build(deps): bump docker/setup-buildx-action from 3.1.0 to 3.2.0 by @dependabot in #2665
- Allow using empty credential if no token by @eleftherias in #2650
- Move profile create/update to a separate interface by @dmjb in #2653
- use correct project ID when creating profile by @dmjb in #2668
- Update Keycloak to match staging and prod by @eleftherias in #2669
- Allow using an environment variable to override the token from the CLI by @JAORMX in #2671
- Overlay PatchProfile body with the current profile to avoid reverting to default values by @jhrozek in #2673
- Add alert info to RuleEvaluationStatuses by @rdimitrov in #2675
- Define DB schema for bundles and subscriptions by @dmjb in #2670
- Auto-generated DB schema update - 2024-03-15 14:24:23 by @github-actions in #2676
- Add Create/Delete/GetUnclaimedProvider RPCs by @evankanderson in #2640
- Put subscription foreign key on correct table by @dmjb in #2677
- Auto-generated DB schema update - 2024-03-15 17:07:45 by @github-actions in #2679
- Mindpak modules by @puerco in #2639
- Make several more name parameters greedy in the HTTP bindings by @jhrozek in #2689
- build(deps): bump k8s.io/client-go from 0.29.2 to 0.29.3 by @dependabot in #2690
- Minder resource names should be case-insensitive by @evankanderson in #2684
- Auto-generated DB schema update - 2024-03-18 09:41:30 by @github-actions in #2692
- Default explicitly to remediate:off and alert:on by @jhrozek in #2688
- Add debug information for credentials instantiation by @jhrozek in #2695
- Add command line flag to skip browser spawning in provider enroll command by @JAORMX in #2696
- Add "display name" to project's API definition by @JAORMX in #2698
- Use the Login field as the user name, not Username by @jhrozek in #2699
- Revert "TEMPORARY: Dump tokeninfo (#2651)" by @jhrozek in #2700
- Rename GetUsername to GetName, use GetLogin as fallback when opening a PR by @jhrozek in #2701
- Add "public" metadata section in project's metadata and use it for display name by @JAORMX in #2702
- build(deps): bump github/codeql-action from 3.24.7 to 3.24.8 by @dependabot in #2703
- build(deps): bump github.com/styrainc/regal from 0.18.0 to 0.19.0 by @dependabot in #2704
- Implement EvalResultsService/ListEvaluationResults() by @puerco in #2687
ListEvaluationResults
: Retrieve project ID from entity context by @JAORMX in #2706- Implement API to update projects by @JAORMX in #2705
- Introduce GitHub App provider by @eleftherias in #2678
- Reapply "Move repository create to RepositoryService (#2632)" (#2645) by @dmjb in #2648
- Use correct delegate for GitHub email by @eleftherias in #2711
Full Changelog: v0.0.35...v0.0.36