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

WIP: Move to tofu controller #878

Open
wants to merge 48 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
0726993
Moving to tofu-controller
laszlocph Sep 18, 2024
088dd10
Databases editor
laszlocph Sep 21, 2024
74ed3e5
WIP
laszlocph Sep 24, 2024
23e023f
Merge branch 'main' into move-to-tofu-controller
laszlocph Sep 25, 2024
b9b169e
Merge remote-tracking branch 'origin/main' into move-to-tofu-controller
laszlocph Sep 26, 2024
edb6ebc
Helm UI css improvements
laszlocph Sep 26, 2024
9d28d66
removed excess css
laszlocph Sep 26, 2024
99734ba
experimenting with helm ui
laszlocph Sep 26, 2024
b437932
schema preps
laszlocph Sep 26, 2024
413588d
minor thing
laszlocph Sep 26, 2024
6c46ba2
wip
laszlocph Sep 26, 2024
f4779cc
dependencies inner state
laszlocph Sep 26, 2024
c032c41
combobox with module title
laszlocph Sep 26, 2024
a4389d1
module selector done
laszlocph Sep 26, 2024
3b5f38d
wip
laszlocph Sep 26, 2024
81fd58d
add and remove dependencies
laszlocph Sep 27, 2024
b0be881
populating depenencies
laszlocph Sep 27, 2024
fccaf9e
Pod names shown
laszlocph Sep 27, 2024
cf4bd06
rendering plain modules
laszlocph Sep 27, 2024
a888d10
rendering plain modules
laszlocph Sep 27, 2024
4b4fbf3
unused
laszlocph Sep 30, 2024
e365cd7
modelling belongsTo relationship
laszlocph Sep 30, 2024
2b33049
Merge remote-tracking branch 'origin/main' into move-to-tofu-controller
laszlocph Oct 9, 2024
5c86c21
Fix
laszlocph Oct 9, 2024
752ad10
monkeypatch podLogs call that was deployment based to take a faked de…
laszlocph Oct 10, 2024
5b03440
PlainSpec
laszlocph Oct 10, 2024
c88d0ba
unified deps
laszlocph Oct 13, 2024
fb670a1
Catalog
laszlocph Oct 14, 2024
b2afbe1
Baby steps
laszlocph Oct 14, 2024
bfa7958
model change
laszlocph Oct 14, 2024
dc499b5
chart.repository to contain git urls
laszlocph Oct 14, 2024
8001b53
Iteration
laszlocph Oct 14, 2024
3031a89
Iteration
laszlocph Oct 14, 2024
df6f302
Updating catalog
laszlocph Oct 15, 2024
bba0cc1
Terraform resources
laszlocph Oct 16, 2024
c62d3ed
Refactoring prop stuffing
laszlocph Oct 16, 2024
4e3fa6b
Refactoring intermediate model
laszlocph Oct 16, 2024
0d8088d
Terraform state streaming
laszlocph Oct 16, 2024
cbb93a6
Navigate to footer
laszlocph Oct 16, 2024
8c19ecb
Fixing ellipsis
laszlocph Oct 17, 2024
867d3dd
Refactor describe
laszlocph Oct 17, 2024
983556f
Describing tf resourece
laszlocph Oct 17, 2024
862aff4
Describing tf resourece
laszlocph Oct 17, 2024
675f07b
TF reconciling state
laszlocph Oct 18, 2024
48240c1
..
laszlocph Oct 19, 2024
ae49dab
Prevent duplicates
laszlocph Oct 19, 2024
422eafc
More robust org token manager
laszlocph Nov 7, 2024
11ee5a8
More robust local dev experience
laszlocph Nov 12, 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
Prev Previous commit
Next Next commit
Baby steps
  • Loading branch information
laszlocph committed Oct 14, 2024
commit b2afbe135e04cb2af384a49b900cf6035e7e3b7a
6 changes: 3 additions & 3 deletions dependency-catalog.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
catalog:
- url: https://github.com/gimlet-io/charts.git?path=redis
- url: https://github.com/gimlet-io/charts.git?path=rabbitmq
- url: https://github.com/gimlet-io/charts.git?path=postgresql
# - url: https://github.com/gimlet-io/charts.git?path=redis
# - url: https://github.com/gimlet-io/charts.git?path=rabbitmq
# - url: https://github.com/gimlet-io/charts.git?path=postgresql
- url: https://github.com/gimlet-io/charts.git?path=tf-module
Loading