Update ghcr.io/moghtech/komodo-core Docker tag to v1.18.4 #529
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/ghcr.io-moghtech-komodo-core-1.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
1.17.5
->1.18.4
Release Notes
moghtech/komodo (ghcr.io/moghtech/komodo-core)
v1.18.4
: Komodo v1.18.4Compare Source
Changelog
This release includes support for two repeatedly requested features.
There are also changes to the Periphery agent, remember to update both Core and Periphery to 1.18.4 so everything works correctly.
Template support
Resources can now be marked as templates, and they will be suggested as a the starting point when creating a new resource. You can control the inclusion of templates in the tables, and you can control the template inclusion behavior in the ListResources apis. The behavior is similar to the Gitea repo templates feature. This allows you to configure multiple "defaults" to use as starting points when creating more Resources like Stacks, satisfying requests such as #579.
Container port display / link
If a container defines port mappings, the host ports used will now be displayed in the container tables, as well as the container headers, Stack service tables / headers, and Deployment headers.
Hovering over the port will reveal additional information about the port binding, such as which network interfaces / protocols are involved. Clicking on the port will link to
$server_address:$port
, using the server address which Core uses to connect to the server.Resource
Misc
/GetUser
endpoint spam on token expiry in #618 by @huzky-vv1.18.3
: Komodo v1.18.3Compare Source
Changelog
git fetch
call before the branch checkout to make sure all latest remote branches are known, fixing the issue.Attach
permission to Repo / Build from the UIv1.18.2
: Komodo v1.18.2Compare Source
Changelog
The two main features of this release are Linked Repos and Alert Maintenance Windows.
Repo Linking
For Repo linking, this means you can link Repos that you configure once in Komodo to multiple resources. This avoids having to configure your repo provider, name, and account multiple times (you can just select it in the dropdown), and also keeps things in sync if you change the underlying repo provider, name, branch, or account. This is available on all Resources that use git repos (
Stacks
,Builds
, andResource Syncs
).For Stacks, this means that multiple Stacks attached to the same Repo will share the same repo clone on individual hosts. You can migrate your Stacks to used the linked Repo in place, just note that it won't deal with any data mounted inside the clone folders. Those would need to be moved to the new Repo clone path (as specified in the Repo config). Ideally all your data mounts are outside of the repo. Config files which are committed inside the repo are fine to keep mounted in using relative path however.
Note that you can but don't need to attach a Server / Builder to the Repo. If you do configure an attachment on the Repo, the Repo can still be attached to eg Stacks on other Servers. The Repo server / builder attachments aren't considered by Resources depending on the Repo.
Alert Maintenance Windows
These allow you to configure time periods to suppress alerts when downtime is expected, such as for system updates. You can schedule either Daily, Weekly, or One Time maintenance windows, and configure them on individual
Servers
andAlerters
.Resource
.
in the names re #563komodo.execute_container_exec
,komodo.execute_deployment_exec
,komodo.execute_stack_exec
methodskomodo.execute_terminal
, but set up to connect directly to container execdisable_container_exec = false
in Periphery config. Direct terminals can be disabled.Attach
permission on the Repo to be able to link Resources to it.Misc
userinfo
endpoint, instead of token claims. Does not affect already created users in Komodo, only new users. Re. #557v1.18.1
: Komodo v1.18.1Compare Source
Changelog
Schedules Page
Server Alerting
Commits
--force
in the push command.Resources
PullRepo
operation re #580docker compose config
in #584 by @undauntUI
v1.18.0
: Komodo v1.18.0Compare Source
Changelog
🚨 This release moves official support to FerretDB v2. Users who deployed v1.17.5 or before using Postgres / Sqlite option are using FerretDB v1 and should eventually migrate using the FerretDB v2 Update Guide. Note that this is not a change to Komodo itself, only to the list of supported Mongo stand-ins. Users can update to 1.18.0 and continue to use FerretDB v1 if they wish.
🚨 Admins managing user permissions may need to modify the user access rules. In particular, container logs,
docker inspect
on containers, and terminal access are now gated behind additional permissions (for non admin users).Specific Permissions
The main purpose of this release is to refine the access control / permissions system in Komodo. In 1.17.5 and before, access to resources was controlled only via access level (
Read
,Execute
,Write
). These levels provide access to the associated/read
,/execute
, and/write
methods on resources, and it worked pretty well to provide RBAC.Now with more potentially sensitive features, this is not quite enough to provide granular access control. To address this,
specific
permissions have been introduced in addition toRead
,Execute
, andWrite
levels.Logs
: User can retrieve docker / docker compose logs on the associated resource.Server
,Stack
,Deployment
.Inspect
: User can "inspect" docker containers.Server
,Stack
,Deployment
.and can easily lead to secrets being leaked to unintended users if not protected.
Terminal
: User can access the associated resource's terminal.Server
, this allows server level terminal access, and all container exec priviledges (Including attachedStacks
/Deployments
).Stack
orDeployment
, this allows container exec terminal (even withoutTerminal
onServer
).Attach
: User can "attach" other resources to the resource.Server
, allows users to attachStacks
,Deployments
,Repos
, andBuilders
.Build
, allows users to attach the Build to DeploymentsBuilder
, allows users to attachBuilds
.Processes
: User can retrieve the full running process list on theServer
.The above
specific
permissions are defined in a list alongside theirlevel
. This list is open for future expansion / and the associated implementations may be refined in future releases as well. The list is also given here: https://komo.do/docs/permissioning#specific-permissions.Default User Groups
Sometimes you will want to set a "baseline" set of permissions that all users will have on the Komodo instance. Previously this could only be done in very barebones way, by setting
KOMODO_TRANSPARENT_MODE=true
on the Komodo Core container. This would give all users a base level of "Read" on all resources.In addition to the above permissions features, this release also adds an
everyone
mode to User Groups. If you enable this mode on a User Group, then all users will inherit those permissions as a base.TOML Examples
As before, you are able to manage User Groups in Resource Syncs.
Misc.
pretty_startup_config = true
to get more human readable initial config log.KOMODO_PRETTY_STARTUP_CONFIG=true
PERIPHERY_PRETTY_STARTUP_CONFIG=true
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
f1e875dbe1
to71d1f4beba
67f65cb87f
to8e6a4a7e92
8e6a4a7e92
to9cf3a85f77
9cf3a85f77
tobe33883511
be33883511
to11e29a2fce
11e29a2fce
to51fc34b600
a722e82862
to1b75823234
22650c06f2
to730ed13760
730ed13760
to36da3746cd
dd7c29e5e0
to1d098240bf
782389fd67
toc40eea40b8
c40eea40b8
toba61db238e
1ff995553d
to4c8edb5874
4c8edb5874
to88c2c9bc77
88c2c9bc77
to06012d9c36
06012d9c36
toa92b52ddf2
a92b52ddf2
to5c798f6c86
5c798f6c86
to66f268d3fe
66f268d3fe
to889d220f6e
889d220f6e
to23a5abe36c
23a5abe36c
toda170f96c1
da170f96c1
to62636cb3bb
62636cb3bb
to38563e5c78
38563e5c78
to0dba3187ea
0dba3187ea
to4762e6f29c
4762e6f29c
to4317b75e01
4317b75e01
to6aa97c45a1
6aa97c45a1
tod4239176a1
d4239176a1
to9e9d9e4b45
9e9d9e4b45
to0a6d24bd51
0a6d24bd51
to304cabfbde
304cabfbde
to5867b76f1c
5867b76f1c
tob7aae35950
b7aae35950
to9c9b4a1c53
9c9b4a1c53
toc73c796dcf
c73c796dcf
toc98817f85b
c98817f85b
to63e2834d65
63e2834d65
to0acc4ce6f3
0acc4ce6f3
to9e95637736
9e95637736
to43d8d4a953
43d8d4a953
tob19dbe8401
b19dbe8401
to70ad4fbe81
70ad4fbe81
to5254a426d7
5254a426d7
toacf5d6b137
acf5d6b137
to70a2a7012c
70a2a7012c
toc57798c900
c57798c900
tod599c1249f
d599c1249f
to1fe789f176
1fe789f176
to1e2b8e2fd7
1e2b8e2fd7
to639c04be86
639c04be86
to64ec58dd69
64ec58dd69
to0b18ced61d
0b18ced61d
to485d88c1ca
485d88c1ca
to4ddc1d8888
4ddc1d8888
to5bdf797d20
5bdf797d20
to3c3fb18a32
3c3fb18a32
to4931cb74b0
4931cb74b0
tof457cab62a
f457cab62a
to62d69749e9
62d69749e9
to28dc4dfe16
28dc4dfe16
to69dff0c7ff
69dff0c7ff
to44be5d23fd
44be5d23fd
to7eb6ca6081
7eb6ca6081
to7d29d2a00c
7d29d2a00c
to1f4f967996
1f4f967996
to6d70d38d46
6d70d38d46
toaab528bd94
aab528bd94
todfbe1a3f58
dfbe1a3f58
tof9666fe0c8
f9666fe0c8
todc89863582
dc89863582
tocb86181222
cb86181222
to9413eed446
9413eed446
to8e438baa5d
8e438baa5d
toa6d3a04b3a
a6d3a04b3a
to3f7d59f1af
3f7d59f1af
to4ba3be8781
4ba3be8781
to6720eab3b5
6720eab3b5
to17e6cf153c
17e6cf153c
to58fc38a34c
58fc38a34c
to68b613d591
68b613d591
tob400a9af35
b400a9af35
to01a0b680fe
01a0b680fe
to7f0c716e6a
7f0c716e6a
to3d7b9e2a06
3d7b9e2a06
to1c494af4c6
1c494af4c6
tob5e858edb9
b5e858edb9
to2f3a252293
Update ghcr.io/moghtech/komodo-core Docker tag to v1.18.0to Update ghcr.io/moghtech/komodo-core Docker tag to v1.18.12f3a252293
toffc5e0d3ae
ffc5e0d3ae
toa50c8c5add
a50c8c5add
to7f0fd99134
7f0fd99134
to696f6f7b83
696f6f7b83
toa0795fcb0c
a0795fcb0c
to5f1c0cbd84
5f1c0cbd84
to6217bbe800
6217bbe800
tofdc8a25c77
fdc8a25c77
to5b0c9a5b90
5b0c9a5b90
tod14b83d5af
d14b83d5af
to3b3d8005ea
3b3d8005ea
todb6d7d904d
db6d7d904d
to79ba430836
79ba430836
tod9b6f26abb
d9b6f26abb
to1ffe3dbf45
1ffe3dbf45
toafd7b854e6
afd7b854e6
toe1991fa475
e1991fa475
to09691db6c6
09691db6c6
to0ba907171a
0ba907171a
toda44fd5e16
da44fd5e16
to2abd6f57d1
2abd6f57d1
toc21e297d0c
c21e297d0c
todf664bfa16
df664bfa16
to35811d5415
35811d5415
to5e8c1ad728
5e8c1ad728
tob1cc753549
b1cc753549
to6e9b3d4d4b
6e9b3d4d4b
to905a995b5d
905a995b5d
tobbb2636520
bbb2636520
tob74c6aba11
b74c6aba11
to1f4744a5cd
1f4744a5cd
to00931ef408
00931ef408
tob04e8816a6
b04e8816a6
to8694050c9d
8694050c9d
to23308919fb
23308919fb
tod37d0505f6
d37d0505f6
to6c8d57d975
6c8d57d975
to2379587684
2379587684
tob75e825f9d
b75e825f9d
to9a0753b3f7
9a0753b3f7
toa451710123
a451710123
tod928ac594d
d928ac594d
to950deaa076
950deaa076
toc211d4c83e
c211d4c83e
toca63aff15b
ca63aff15b
to2c2507ef85
2c2507ef85
to44830677d1
44830677d1
toc4ff328d2b
c4ff328d2b
toea61752b70
ea61752b70
to86a2cdd6d4
86a2cdd6d4
to17af460406
17af460406
to687a6d16f6
687a6d16f6
to90a812af94
90a812af94
to76ea211647
76ea211647
toed2ed903ec
ed2ed903ec
todea0ae9f1c
dea0ae9f1c
to909ee990e6
909ee990e6
to53368d4b28
53368d4b28
to1089828c8b
1089828c8b
to5cde7c9cc3
5cde7c9cc3
tofd84d59f2a
fd84d59f2a
to210b2003ed
210b2003ed
toc0a7cb5b3f
c0a7cb5b3f
to3314af44f5
3314af44f5
to55a2c4da74
55a2c4da74
to6c22cb872a
6c22cb872a
toa041449425
a041449425
to4f6f69ae54
4f6f69ae54
toc2d79f5d3a
c2d79f5d3a
to57afa2334a
57afa2334a
toace7ecfda3
ace7ecfda3
to5c54894790
5c54894790
to28554f839e
28554f839e
tofea837055d
fea837055d
to906a83b9c8
906a83b9c8
to0769c5228d
0769c5228d
toaedf0f2888
aedf0f2888
to2e9f8d9664
2e9f8d9664
to99cc60c39d
99cc60c39d
to0f11407425
0f11407425
to2465aa4d5c
2465aa4d5c
to3b573222aa
3b573222aa
toc56873148f
c56873148f
toa7b00cb618
a7b00cb618
to9971c7e18e
9971c7e18e
to8bf35c4d7a
8bf35c4d7a
to4b5cddd5b3
4b5cddd5b3
to7cbc3555c3
7cbc3555c3
to0be8f90afe
0be8f90afe
to258224ea75
258224ea75
to40873ae5f6
40873ae5f6
to4f93a178f1
4f93a178f1
to682e16ec65
682e16ec65
to07fb39bb9b
07fb39bb9b
to5f2a38dc61
5f2a38dc61
to7d5c382343
7d5c382343
to8a7784f845
8a7784f845
to0d71822990
0d71822990
to51920a2694
51920a2694
to8e068f9bf9
8e068f9bf9
toa8342d3b77
a8342d3b77
to40d8966af2
40d8966af2
to2e5454e0b8
Update ghcr.io/moghtech/komodo-core Docker tag to v1.18.1to Update ghcr.io/moghtech/komodo-core Docker tag to v1.18.22e5454e0b8
to875cd28ddb
Update ghcr.io/moghtech/komodo-core Docker tag to v1.18.2to Update ghcr.io/moghtech/komodo-core Docker tag to v1.18.3875cd28ddb
to23b2852fd6
23b2852fd6
to6503ba0232
6503ba0232
toc5d496a5e1
c5d496a5e1
to362e84d48c
362e84d48c
to99d7f0b443
99d7f0b443
to16d1d03721
16d1d03721
to958b678264
958b678264
to543b557222
543b557222
to21835a5c5e
21835a5c5e
todba8814b07
dba8814b07
tof9c982c291
f9c982c291
to2f29923ece
2f29923ece
tof33498d7ce
f33498d7ce
to07c79bc3aa
07c79bc3aa
toddc54ef76f
ddc54ef76f
toef4db06c54
ef4db06c54
to968d3e6a0b
968d3e6a0b
toe5a2d442a6
e5a2d442a6
to4c2b46f685
4c2b46f685
to50655d15a6
50655d15a6
to25d6b6f51b
25d6b6f51b
toc50662d978
c50662d978
toc44f74e681
c44f74e681
to908082afdc
908082afdc
toc55e2e1f34
c55e2e1f34
toc96a6c689f
c96a6c689f
tocca11dd661
cca11dd661
to43cb8bf9b1
43cb8bf9b1
to26c0fdf197
26c0fdf197
to1ab5376623
1ab5376623
to65d1c84163
65d1c84163
to05729d2106
05729d2106
to5924a8d994
5924a8d994
to429e7ccc6b
429e7ccc6b
to68147d482b
68147d482b
to794aded22c
794aded22c
to5f99af9e13
5f99af9e13
tob743e12490
b743e12490
tob5b6f1ffb7
b5b6f1ffb7
to7faf291e5f
7faf291e5f
to75e548497d
75e548497d
to882bd65980
882bd65980
tocaa6e9c33e
caa6e9c33e
to654664c265
654664c265
to2816070785
2816070785
to94035eda0e
94035eda0e
todeebcc8bea
deebcc8bea
to518e49f258
518e49f258
tode5f4f3a6d
de5f4f3a6d
to8fbeb151fc
8fbeb151fc
toe37fbcb64c
e37fbcb64c
tofebebb3367
febebb3367
toe22c6f0981
e22c6f0981
to50f3d437d6
50f3d437d6
toced4fbd91c
ced4fbd91c
to9c36bc3538
9c36bc3538
to2b25f6741b
2b25f6741b
to98b4906b16
98b4906b16
to100c2e0449
100c2e0449
tob2ec8f5da1
b2ec8f5da1
to49aea33d86
49aea33d86
toede17d6a5c
ede17d6a5c
tof2d7148c29
f2d7148c29
to5a25305a9b
5a25305a9b
tob2b31a9c11
b2b31a9c11
toe3cdf84b2d
e3cdf84b2d
tob02b0b01c6
b02b0b01c6
to6121a43a3a
6121a43a3a
to0d1709e515
0d1709e515
to88f6199800
88f6199800
to09d39d34a7
09d39d34a7
todc30add287
dc30add287
to572923fa35
572923fa35
to5942e53cc8
5942e53cc8
toc3f9c83880
c3f9c83880
to6e02eac1ee
6e02eac1ee
to98b8f3f79b
Update ghcr.io/moghtech/komodo-core Docker tag to v1.18.3to Update ghcr.io/moghtech/komodo-core Docker tag to v1.18.498b8f3f79b
to1688b92454
1688b92454
to4ca8556883
4ca8556883
to8355a608d1
8355a608d1
tofa05339538
fa05339538
to0d0a60a69e
0d0a60a69e
tob13979dcec
b13979dcec
to92fdd5f23b
92fdd5f23b
todfeaed2eee
dfeaed2eee
toff770cad44
ff770cad44
to9ed56ce6e9
9ed56ce6e9
toe39b002dbe
e39b002dbe
tof4a044d8ce
f4a044d8ce
to0c677088ab
0c677088ab
to94c2da21f6
94c2da21f6
tobc172efde6
bc172efde6
to152aab3d59
152aab3d59
to5add52b8e3
5add52b8e3
tod61a1856ad
d61a1856ad
to0994f9be55
0994f9be55
to8919a2d9f7
8919a2d9f7
to1c4eb5d187
1c4eb5d187
to6ce89bee8d
6ce89bee8d
todee902735e
dee902735e
to30e6761921
30e6761921
tod87cd240a8
d87cd240a8
to0b899cf2c3
0b899cf2c3
to486b1852c6
486b1852c6
to0c62d96d55
0c62d96d55
to5491038536
5491038536
toc1e27fe43a
c1e27fe43a
tof9ffc050d6
f9ffc050d6
toee6a00beae
ee6a00beae
to934118d8fb
934118d8fb
to681c5d0290
681c5d0290
toa18f9f0aff
a18f9f0aff
to32b98904c8
32b98904c8
to293cabe1af
293cabe1af
tod2c520ed61
d2c520ed61
tof4f6707c4f
f4f6707c4f
todf773746ac
df773746ac
tofdbd5b4ae3
fdbd5b4ae3
tofaca26ee03
faca26ee03
to63469680c4
63469680c4
to4794715c38
4794715c38
to00d2676a4f
00d2676a4f
to542ce2856c
542ce2856c
to60611dd286
60611dd286
to706a576bb7
706a576bb7
tob79fa76d09
b79fa76d09
to3f7afd4ed9
3f7afd4ed9
tob6226d563b
b6226d563b
to972d763345
972d763345
tof07a7a3c1c
f07a7a3c1c
tob276b64817
b276b64817
toe3a8dbb50e
e3a8dbb50e
to0a37e83741
0a37e83741
to33e251bf94
33e251bf94
toe905a761f0
e905a761f0
to6a9b7ade92
6a9b7ade92
to1ba36c25c4
1ba36c25c4
to14a4e7de5a
14a4e7de5a
tofea61d208a
fea61d208a
to2f85792f42
2f85792f42
toee09f2645e
ee09f2645e
toa8084f4246
a8084f4246
to114e0f5ee5
114e0f5ee5
to0248a81bea
0248a81bea
to32349642bb
32349642bb
to8cf2fed8f3
8cf2fed8f3
toc1db6aebd7
c1db6aebd7
to5434d4b8e9
5434d4b8e9
tob178e8c665
b178e8c665
tob05877f2de
b05877f2de
tob382c8e2e8
b382c8e2e8
to694356e500
694356e500
tob0f5cd5c00
b0f5cd5c00
to148945ea2a
148945ea2a
to9fcc5bd0b0
9fcc5bd0b0
tofc1ffcabfd
fc1ffcabfd
toe25e5dc5b6
e25e5dc5b6
to8a0544d1f2
8a0544d1f2
toc18c477838
c18c477838
to70c7ec9d8b
70c7ec9d8b
toa794749cc8
a794749cc8
to2417ddccfc
2417ddccfc
to2efce30723
2efce30723
toa1d14338a2
a1d14338a2
to1f2c8eda73
1f2c8eda73
toa69f992296
a69f992296
to42b72a713b
42b72a713b
to9ef00c78ac
9ef00c78ac
to3ca3a84647
3ca3a84647
to3aae5d4ab6
3aae5d4ab6
to2bd1b37a40
2bd1b37a40
to81e0cf372f
81e0cf372f
to8d019676be
8d019676be
to56ef339932
56ef339932
to4017a623d5
4017a623d5
tod184b5e01c
d184b5e01c
to07b76601ed
07b76601ed
tobfb8aa1f7d
bfb8aa1f7d
to4b9e5f7395
4b9e5f7395
tof763434d38
f763434d38
to13d3041919
13d3041919
tocbe1edaa91
cbe1edaa91
to324eeead13
324eeead13
tod1925d17e3
d1925d17e3
to5f9cee2d25
5f9cee2d25
toc8ac225800
c8ac225800
to6ca03d6ba8
6ca03d6ba8
to52353c4e64
52353c4e64
to7bf6e68cbe
7bf6e68cbe
tof48ee090e8
f48ee090e8
toa91e776aee
a91e776aee
tofbb968c256
fbb968c256
to0da6057945
0da6057945
toc3691c8c76
c3691c8c76
toec2f821725
ec2f821725
tocc1db4bb56
cc1db4bb56
to5f58110fa0
5f58110fa0
to38bdaa3118
38bdaa3118
tod7e949557b
d7e949557b
tof3b7e56027
f3b7e56027
toba19d239ba
ba19d239ba
to1895b99e89
1895b99e89
to027d906922
027d906922
to9e935a5c21
9e935a5c21
to51ccfa0af0
51ccfa0af0
to654fdb6c83
654fdb6c83
to70d7c32994
70d7c32994
to5df6646860
5df6646860
tod415188b7a
d415188b7a
to3b4d11938d
3b4d11938d
toe47cc11b4d
e47cc11b4d
toa8c70d0aba
a8c70d0aba
to9a8baeff74
9a8baeff74
tof8b4c62ca5
f8b4c62ca5
to7a8a538873
7a8a538873
to35e7c5bedb
35e7c5bedb
to8f3e2f06c8
8f3e2f06c8
to54058f000e
54058f000e
to56d8825033
56d8825033
to931d1f29de
931d1f29de
to5c17666e79
5c17666e79
to016be263b2
016be263b2
toa470bb6e6d
a470bb6e6d
to77ee71239f
77ee71239f
tof6d48b52cd
f6d48b52cd
toee21f8bf14
ee21f8bf14
to4836675885
4836675885
tocff165d01d
cff165d01d
to432fa437c8
432fa437c8
tobc072225a0
bc072225a0
to5efeb9d852
5efeb9d852
to2514ba7fe0
2514ba7fe0
to4efbfbd520
4efbfbd520
tod429a371bc
d429a371bc
tod261ac8421
d261ac8421
to0d87b8fcd3
0d87b8fcd3
to20282f3b16
20282f3b16
to4f2a3689df
4f2a3689df
to508d16ae94
508d16ae94
to983134b511
983134b511
to095cbb1af1
095cbb1af1
to3a63777faa
3a63777faa
to2b46c53db8
2b46c53db8
to06a4002355
06a4002355
tob14710544f
b14710544f
to19d39cf6b9
19d39cf6b9
to248b4e10aa
248b4e10aa
tof3e51ed0dd
f3e51ed0dd
to0ee01c6641
0ee01c6641
to62e0ac9ae9
62e0ac9ae9
tocd128dd280
cd128dd280
to18b3e1d03f
18b3e1d03f
toe9c29c3380
e9c29c3380
tocc782c8c8c
cc782c8c8c
toa9e4c39b92
a9e4c39b92
to8ec0f76e86
8ec0f76e86
to52e86dc971
52e86dc971
tod68544e988
d68544e988
toce2fbc785d
ce2fbc785d
to0c7a69733d
0c7a69733d
tob2bb14aa04
b2bb14aa04
tobb08c6c8bc
bb08c6c8bc
to21f65d6d57
21f65d6d57
toa02ff71825
a02ff71825
tob92a9e895c
b92a9e895c
to24fec18050
24fec18050
toafa2d94dc8
afa2d94dc8
toe5dd4f386e
e5dd4f386e
toacb0f10939
acb0f10939
to796dc037f0
796dc037f0
to1575fce93e
1575fce93e
toee2ade872b
ee2ade872b
tod3f2772afa
d3f2772afa
to1c26f0b0f3
1c26f0b0f3
to3b9094cc62
3b9094cc62
toe2c9865487
e2c9865487
to750921729a
750921729a
to87bb67f2f2
87bb67f2f2
toe9998369c6
e9998369c6
tod82e857420
d82e857420
to15990026d8
15990026d8
to8da1a0ec2c
8da1a0ec2c
to31a55f9ae2
31a55f9ae2
tod1e4c1a348
d1e4c1a348
to6e4c7067af
6e4c7067af
toab4e82c2b0
ab4e82c2b0
to1e92b1acbb
1e92b1acbb
to88047d3755
88047d3755
to819a36336e
819a36336e
to5e1975f716
5e1975f716
to44f7e70104
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.