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

Features/build2 #6

Merged
merged 21 commits into from
Apr 1, 2024
Merged

Features/build2 #6

merged 21 commits into from
Apr 1, 2024

Conversation

jhbeskow
Copy link
Contributor

🎟️ Tracking

🚧 Type of change

  • 🐛 Bug fix
  • 🚀 New feature development
  • 🧹 Tech debt (refactoring, code cleanup, dependency upgrades, etc.)
  • 🤖 Build/deploy pipeline (DevOps)
  • 🎂 Other

📔 Objective

📋 Code changes

  • file.ext: Description of what was changed and why.

⏰ Reminders before review

  • Contributor guidelines followed
  • All formatters and local linters executed and passed
  • Written new unit and / or integration tests where applicable
  • Protected functional changes with optionality (feature flags)
  • Used internationalization (i18n) for all UI strings
  • CI builds passed
  • Communicated to DevOps any deployment requirements
  • Updated any necessary documentation (Confluence, contributing docs) or informed the documentation team

🦮 Reviewer guidelines

  • 👍 (:+1:) or similar for great changes
  • 📝 (:memo:) or ℹ️ (:information_source:) for notes or general info
  • ❓ (:question:) for questions
  • 🤔 (:thinking:) or 💭 (:thought_balloon:) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion
  • 🎨 (:art:) for suggestions / improvements
  • ❌ (:x:) or ⚠️ (:warning:) for more significant problems or concerns needing attention
  • 🌱 (:seedling:) or ♻️ (:recycle:) for future improvements or indications of technical debt
  • ⛏ (:pick:) for minor or nitpick changes

@jhbeskow jhbeskow added the enhancement New feature or request label Mar 25, 2024
@jhbeskow jhbeskow marked this pull request as ready for review March 25, 2024 15:12
@jhbeskow jhbeskow requested review from a team as code owners March 25, 2024 15:12
…tion. Some improvements around .devcontainer support
…ld. Fixing a time-based error in some of the tests.
@jhbeskow jhbeskow requested a review from differsthecat March 26, 2024 20:13
@@ -6,6 +6,13 @@ import (
"github.com/bitwarden/sdk/languages/go/internal/cinterface"
)

type BitwardenClientInterface interface {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just flagging these as things we'll need to reconcile with the SDK repo.

@@ -7,7 +7,8 @@ import (

/*
#cgo LDFLAGS: -lbitwarden_c
#cgo linux LDFLAGS: -L/usr/local/lib -L/usr/lib -L ./lib
#cgo LDFLAGS: -Wl,-unresolved-symbols=ignore-all
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here. We'll need to consider pushing these flags to what's in the SDK repo, or see if there's a way to move them into the Makefile in the future.

…to target Go 1.22 and higher. Operator SDK is not currently compatible with Go 1.22.
Copy link
Contributor

@Thomas-Avery Thomas-Avery left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I really like the use of dev containers here!

A couple of minor things to take a look at.

src/sm-operator/README.md Outdated Show resolved Hide resolved
src/sm-operator/README.md Outdated Show resolved Hide resolved
Copy link
Contributor

@Thomas-Avery Thomas-Avery left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests are working now for me.

I'm good as long as DevOps is good with the workflows.

src/sm-operator/.vscode/settings.json Show resolved Hide resolved
@jhbeskow jhbeskow merged commit 557488b into main Apr 1, 2024
4 checks passed
@jhbeskow jhbeskow deleted the features/build2 branch April 1, 2024 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants