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

Add stable branch for demo install #4576

Closed
wants to merge 339 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
339 commits
Select commit Hold shift + click to select a range
ee285de
Add object any/any perm in test too
gmazoyer Sep 6, 2024
b22cce8
Handle more specific rules
gmazoyer Sep 6, 2024
57a9759
Remove type for CoreGeneratorInstance
dgarros Sep 11, 2024
d70f5fa
Add overload for allocate_next_ip_address
dgarros Sep 11, 2024
65d29e3
Fix pylint for allocate_next_ip_address
dgarros Sep 11, 2024
a67efb4
move get_schema_name to schema.get
dgarros Sep 12, 2024
0403281
Merge pull request #4305 from opsmill/dependabot/npm_and_yarn/npm_and…
dgarros Sep 12, 2024
cf03d4b
Merge remote-tracking branch 'origin/stable' into dga-20240912-stable…
dgarros Sep 12, 2024
ada4291
Merge pull request #4306 from opsmill/dga-20240825-sdk-typed
dgarros Sep 12, 2024
3743e5e
Update version for infrahub
dgarros Sep 12, 2024
c1ecd7e
Merge pull request #4340 from opsmill/dga-20240912-stable-develop
dgarros Sep 12, 2024
859b2ff
Rework typing, queries and add tests
ogenstad Sep 9, 2024
ee9d39b
Add typing for retry_db_transaction decorator
ogenstad Sep 12, 2024
e44aec3
Merge pull request #4348 from opsmill/pog-retry-db-transaction-typing
ogenstad Sep 13, 2024
536f408
Add component Enum (#4349)
bilalabbad Sep 13, 2024
bbf9a17
Initial integration of Prefect
dgarros Aug 18, 2024
4ee1dcc
Move git integration fixtures into upper level
dgarros Aug 25, 2024
eb36d5d
Add catalogue of workflow
dgarros Aug 25, 2024
8688b33
Move worker adapter to services
dgarros Aug 29, 2024
de523d1
Update workflow catalogue format, add supprot for cron, fix worker name
dgarros Aug 29, 2024
137eedb
Add support for local cache
dgarros Sep 2, 2024
229a4c5
Remove test_rfile_endpoint test
dgarros Sep 2, 2024
8e5e93e
Add task-manager to nats
dgarros Sep 2, 2024
e73981e
Fix yaml format
dgarros Sep 2, 2024
18a34cf
Add pytest-env
dgarros Sep 4, 2024
e075a39
remove autouse on prefect_test
dgarros Sep 4, 2024
080af14
Update prefect to 3.0
dgarros Sep 4, 2024
60ec8c6
Fix yamllint
dgarros Sep 4, 2024
78b22dc
Fir task format
dgarros Sep 4, 2024
afe6e23
update docker compose for test
dgarros Sep 5, 2024
2b060c2
Fix format
dgarros Sep 5, 2024
d3b8c74
Add type to api_endpoint
dgarros Sep 5, 2024
eac5236
Add prefect autouse fixture for all integration tests
dgarros Sep 5, 2024
88810dc
Migrate prefect to postgres
dgarros Sep 5, 2024
ab33864
Fix yaml
dgarros Sep 5, 2024
77a3d98
Add pytest-env to python sdk
dgarros Sep 5, 2024
cf7fd87
Add fixture for prefect during python sdk integration tests
dgarros Sep 5, 2024
266e40d
Fix typing
dgarros Sep 9, 2024
60fdd24
Add workflow_db storage
dgarros Sep 9, 2024
5b19f8b
Add task-manager-db for NATS
dgarros Sep 9, 2024
64ad866
Add volume to nats docker compose
dgarros Sep 9, 2024
974fc49
Add restart: unless-stopped to postgres, remove port
dgarros Sep 9, 2024
2f8d489
Move tasks initialization to workflow service
dgarros Sep 10, 2024
c9d1d35
Update worker execution code
dgarros Sep 13, 2024
5a3bcf6
feat(helm): add task runner and prefect dependency
fatih-acar Sep 9, 2024
550e426
Bump DavidAnson/markdownlint-cli2-action from 16 to 17
dependabot[bot] Sep 16, 2024
76bf288
Merge pull request #4147 from opsmill/dga-20240818-prefect
dgarros Sep 17, 2024
d52989f
Merge pull request #4276 from opsmill/gma-20240906-ifc31-object-permi…
ogenstad Sep 18, 2024
b8ea94a
Rename UserRole, UserGroup -> AccountRole & AccountGroup
ogenstad Sep 18, 2024
14c8873
Merge pull request #4360 from opsmill/dependabot/github_actions/devel…
ogenstad Sep 18, 2024
e72a109
Add support for nested object permissions
ogenstad Sep 18, 2024
60243c7
Merge pull request #4368 from opsmill/pog-rename-user-to-account
ogenstad Sep 18, 2024
37cea9e
Merge remote-tracking branch 'origin/stable' into dga-20240919-sync-s…
dgarros Sep 19, 2024
a9f7f90
Merge pull request #4371 from opsmill/pog-nested-object-permissions
ogenstad Sep 19, 2024
7eea228
Fix unit tests
dgarros Sep 19, 2024
16d4d5d
Add the missing volume
BaptisteGi Sep 19, 2024
775c0a4
Merge pull request #4380 from opsmill/bgi-missing-volume-compose
fatih-acar Sep 19, 2024
3b2bc3a
Add skeleton for permissions within paginaged results
ogenstad Sep 19, 2024
3e146b9
Merge pull request #4383 from opsmill/pog-pagination-permission-skeleton
ogenstad Sep 19, 2024
360c036
Merge pull request #4379 from opsmill/dga-20240919-sync-stable-develop
dgarros Sep 19, 2024
548a6ea
Remove GetListMixin.get_list
ogenstad Sep 19, 2024
f86f84a
Add component Combobox and Dropdown (#4359)
bilalabbad Sep 19, 2024
4a18be4
Merge remote-tracking branch 'origin/stable' into develop
dgarros Sep 19, 2024
5d9ed72
switch python sdk to develop branch
dgarros Sep 19, 2024
c2499a1
Add type annotations for returned objects
ogenstad Sep 19, 2024
2aa2f1a
Remove sdk from python-lint
dgarros Sep 19, 2024
978ae92
Fix check-and-remove-from-set (FURB132)
ogenstad Sep 19, 2024
44f8f0e
Merge pull request #4385 from opsmill/pog-remove-get_list
ogenstad Sep 19, 2024
fa0845a
update python_sdk commit
dgarros Sep 19, 2024
0f11add
Update commit to latest develop
dgarros Sep 19, 2024
e493e39
Add typehints to GraphQL mixin
ogenstad Sep 19, 2024
46a3f61
Merge pull request #4390 from opsmill/pog-FURB132
dgarros Sep 20, 2024
2b2fde6
Merge pull request #4391 from opsmill/pog-graphql-mixin-types
dgarros Sep 20, 2024
6927bfe
Merge pull request #4389 from opsmill/pog-return-code-typing
dgarros Sep 20, 2024
6bb0c6d
Merge pull request #4388 from opsmill/dga-20240918-stable-dev-sdk
dgarros Sep 20, 2024
b27055f
Remove job to run release drafter for SDK
ogenstad Sep 20, 2024
d0b7c51
Merge pull request #4393 from opsmill/pog-remove-sdk-release-drafter
ogenstad Sep 20, 2024
9add185
Fix typing for GraphQL types attributes
ogenstad Sep 20, 2024
10afef0
Configure yamllint to ignore .git folder
ogenstad Sep 20, 2024
ee5fb7b
Merge pull request #4395 from opsmill/pog-fix-yamllint-git-ignore
ogenstad Sep 20, 2024
9be7eec
fix(sdk): use https submodule instead of ssh
fatih-acar Sep 20, 2024
3dbd85d
Merge pull request #4392 from opsmill/pog-graphql-attribute-typing
ogenstad Sep 20, 2024
8bec6e5
Remove root parameter from methods called by .mutate()
ogenstad Sep 21, 2024
d6aa737
Add return codes for classmethods (typing)
ogenstad Sep 21, 2024
4be362a
Upgrade ruff=0.6.6
ogenstad Sep 21, 2024
fd811a8
Update action buttons on details views (#4362)
pa-lem Sep 21, 2024
7de8a6b
Merge pull request #4407 from opsmill/pog-remove-root
ogenstad Sep 22, 2024
91f3e46
Merge pull request #4409 from opsmill/pog-upgrade-ruff
ogenstad Sep 22, 2024
baa86ad
Merge pull request #4408 from opsmill/pog-classmethod-returns
ogenstad Sep 22, 2024
d63577d
Add dev profile for docker compose
dgarros Sep 23, 2024
2534ed9
Merge pull request #4411 from opsmill/dga-20240921-fix-demo-env
dgarros Sep 23, 2024
6e05eed
Add missing typehints to tasks
ogenstad Sep 21, 2024
ad26480
Bump cryptography in the pip group across 1 directory
dependabot[bot] Sep 23, 2024
9d9d1de
Populate permissions in query results
ogenstad Sep 19, 2024
d37a934
Merge pull request #4410 from opsmill/pog-tasks-typehints
ogenstad Sep 23, 2024
9801996
Merge pull request #4361 from opsmill/dependabot/pip/pip-18e15a66a3
ogenstad Sep 23, 2024
f6a63a5
Merge pull request #4386 from opsmill/pog-populate-permissions
ogenstad Sep 23, 2024
90038f3
Avoid parentheses for tuples in subscripts. (RUF031)
ogenstad Sep 24, 2024
3b90c4f
Remove unnecessary `True if ... else False` (SIM210)
ogenstad Sep 24, 2024
820fa53
disable docker compose ansi control characters on dumb terminals
wvandeun Sep 23, 2024
b2f52fc
Merge pull request #4431 from opsmill/pog-sim210
ogenstad Sep 24, 2024
1fc8408
Merge pull request #4430 from opsmill/pog-ruf031
ogenstad Sep 24, 2024
c825e29
CI tests run outside docker and use testcontainers fixtures (#4404)
LucasG0 Sep 24, 2024
80dd1b3
fix(ci): switch main jobs to use neo4j
fatih-acar Sep 24, 2024
efa9200
Fix default branch checker permission lookup (#4437)
gmazoyer Sep 24, 2024
e47bd8c
Merge remote-tracking branch 'origin/stable' into dga-20240924-stable…
dgarros Sep 24, 2024
f692979
Update memgraph config for testcontainer
dgarros Sep 24, 2024
f98ad60
Merge pull request #4440 from opsmill/dga-20240924-stable-dev2
dgarros Sep 24, 2024
4c9fb61
Merge pull request #4429 from opsmill/wvd-20240923-disable-compose-an…
wvandeun Sep 24, 2024
4c695be
init and fetch sdk submodule before container build in GH codespaces …
wvandeun Sep 24, 2024
ad50bf7
Fix cypher query for global permissions (#4455)
gmazoyer Sep 25, 2024
e5cd51c
resolve merge conflicts from stable -> develop at 0.16.1
lykinsbd Sep 25, 2024
b5c4c27
Add OAuth2 support for basic login
ogenstad Sep 25, 2024
7398f0e
Merge pull request #4452 from opsmill/bdl-20240924-stable-to-dev
dgarros Sep 26, 2024
debaf92
Add healthcheck to memgraph testcontainer
LucasG0 Sep 26, 2024
4063926
Merge pull request #4466 from opsmill/lgu-add-memgraph-fixture-healtc…
LucasG0 Sep 26, 2024
c09f8a4
fix(ci): publish checkbox is reversed
fatih-acar Sep 26, 2024
1d91f4d
Merge pull request #4457 from opsmill/pog-oauth-IFC-730
ogenstad Sep 26, 2024
2590166
Add exceptions and config for HTTP adapter
ogenstad Sep 26, 2024
bb32b03
Merge pull request #4469 from opsmill/pog-http-adapter-and-config
ogenstad Sep 27, 2024
3710aef
Remove "any" as permission branch/name/namespace wildcard
ogenstad Sep 27, 2024
e8d41f3
Fix ability to run tests without testcontainers enabled
ogenstad Sep 27, 2024
fbb4e27
Add `identifier` read-only field to permissions (#4470)
gmazoyer Sep 27, 2024
db22ac2
Improve documentation around Git integration (#4464)
BaptisteGi Sep 27, 2024
a0a9b55
Merge pull request #4475 from opsmill/pog-remove-any-wildcard-IFC-726
ogenstad Sep 27, 2024
3e25947
Merge branch 'stable' into stable-mergeback
ajtmccarty Sep 27, 2024
97706de
Removed web-vitals package (#4481)
bilalabbad Sep 27, 2024
25637f2
Updated Playwright, Cypress and Browserslist to latest version (#4485)
bilalabbad Sep 28, 2024
29fe52b
Merge pull request #4480 from opsmill/stable-mergeback
dgarros Sep 28, 2024
46b6821
Merge pull request #4476 from opsmill/pog-run-without-testcontainers
ogenstad Sep 28, 2024
52e6332
Fix config for PLW3201 Bad or misspelled dunder method name
ogenstad Sep 28, 2024
589e17e
Enable using jotai in AuthProvider
bilalabbad Sep 28, 2024
239f56a
Make icon global to the complete app
bilalabbad Sep 28, 2024
df12402
update jotai and iconify to latest version
bilalabbad Sep 28, 2024
4270c40
Remove unnecessary key check before dictionary access
ogenstad Sep 28, 2024
b5293be
Remove GetListMixin
ogenstad Sep 28, 2024
01cd126
Fix login redirection that was sending users to the homepage instead …
bilalabbad Sep 29, 2024
a1122cf
fix dependency alert on docs, ui, and plugins (#4492)
bilalabbad Sep 29, 2024
68d0c15
Update prefect to 3.0.3
dgarros Sep 29, 2024
2f7db88
Merge pull request #4494 from opsmill/dga-20240929-update-prefect
dgarros Sep 29, 2024
2d908f9
Merge pull request #4488 from opsmill/pog-PLW3201
ogenstad Sep 30, 2024
6fef2c2
Merge pull request #4490 from opsmill/pog-ruf019
ogenstad Sep 30, 2024
d3ee5bb
Send telemetry data with service.http adapter
ogenstad Sep 28, 2024
fc06279
chore(helm): upgrade prefect to 3.0.3
fatih-acar Sep 30, 2024
ddc5116
Merge pull request #4487 from opsmill/pog-http-adapter-telemetry
ogenstad Sep 30, 2024
a918f5c
Fetch config in login page (#4473)
bilalabbad Sep 30, 2024
a8e294d
IFC-725 Implement and validate permission denial (#4465)
gmazoyer Sep 30, 2024
10fc452
Only run container.get_exposed_port() once
ogenstad Sep 27, 2024
f4569d8
Bump actions/setup-python from 4 to 5
dependabot[bot] Sep 30, 2024
f7b83ed
Generate random INFRAHUB_DB_BACKUP_PORT during backend-benchmark
dgarros Sep 30, 2024
11f0e0e
Merge pull request #4498 from opsmill/dependabot/github_actions/devel…
ogenstad Sep 30, 2024
b2e379d
Merge pull request #4499 from opsmill/dga-20240930-fix-ci-port
dgarros Sep 30, 2024
d4417f4
Add event service
dgarros Sep 30, 2024
9484346
Backend benchmark tests do not rely on docker compose files anymore
LucasG0 Sep 30, 2024
40c04f4
Merge pull request #4489 from opsmill/pog-remove-mixin
ogenstad Sep 30, 2024
9729c1d
IFC-673 Add super admin permission (#4458)
gmazoyer Sep 30, 2024
8313077
Merge pull request #4493 from opsmill/dga-20240929-event-service
dgarros Sep 30, 2024
f3a54ab
fix(ci): disable NATS jobs
fatih-acar Sep 30, 2024
5db21cd
Add SSO in Infrahub UI (#4497)
bilalabbad Sep 30, 2024
075d2b3
Merge pull request #4501 from opsmill/lgu-fix-backend-benchmarks-tests
dgarros Sep 30, 2024
5862c61
Do not rely on DockerContainer.get_exposed_port()
LucasG0 Sep 30, 2024
952b6b3
Merge pull request #4477 from opsmill/pog-test-containers-exposed-port
LucasG0 Sep 30, 2024
ca67637
Add permission checks for /api/graphql
ogenstad Sep 30, 2024
a6750b2
Avoid shadowing 'at' in get_branch_oarams
ogenstad Oct 1, 2024
6f8a0fa
Merge pull request #4506 from opsmill/pog-avoid-shadowing-at
ogenstad Oct 1, 2024
47ffc5b
Add pytest plugin to enforce timeout per test and per session
dgarros Oct 1, 2024
aa9fb12
Change default OAuth2 redirect behaviour
ogenstad Sep 27, 2024
5ff89c0
Merge pull request #4507 from opsmill/dga-20241001-pytest-timeout
dgarros Oct 1, 2024
d43f943
Remove imports from graphql.mutation and use direct path
dgarros Oct 1, 2024
3bd8944
Update DEFAULT_MODULE_GRAPHQL_INPUT
dgarros Oct 1, 2024
ad7dfce
Merge pull request #4510 from opsmill/dga-20241001-gql-import
dgarros Oct 1, 2024
3ce231f
Merge branch 'develop' into bdl-20241001-s2d
lykinsbd Oct 1, 2024
c64006b
Merge pull request #4513 from opsmill/bdl-20241001-s2d
dgarros Oct 2, 2024
6c3fc99
Merge pull request #4500 from opsmill/pog-rest-graphqlquery-permissio…
ogenstad Oct 2, 2024
1ff1188
Add invoke command to pull latest changes from git
dgarros Oct 2, 2024
7f1f2cf
Extract `PermissionsHelper` to a fixture to simplify testing (#4509)
gmazoyer Oct 2, 2024
83e5e6f
Add READ and DELETE views for permissions (#4478)
pa-lem Oct 2, 2024
22850bf
New layout for Infrahub UI - Part 1 - Initial structure (#4508)
bilalabbad Oct 2, 2024
8b34cbe
Migration of schema migrations and validations to prefect
dgarros Oct 2, 2024
1332146
Merge pull request #4401 from opsmill/dga-20240920-cont-prefect
dgarros Oct 2, 2024
d2138ed
Merge pull request #4518 from opsmill/dga-20241002-inv-pull
dgarros Oct 2, 2024
1a425fe
Add simple test to validate each workflow
ogenstad Oct 2, 2024
6bf3a33
Merge pull request #4472 from opsmill/pog-sso-cleanup
ogenstad Oct 2, 2024
1b861ab
Move SchemaManager and SchemaBranch into separate files
dgarros Oct 2, 2024
764c635
Fix import in test_ipaddress_pool
dgarros Oct 2, 2024
4deaab0
Update after rebase
dgarros Oct 2, 2024
e138237
Merge pull request #4520 from opsmill/pog-workflow-declaration-test
ogenstad Oct 3, 2024
f5805a8
Move file out if infrahub.graphql __init__ file into initialization.py
dgarros Oct 3, 2024
bf5172e
Parametrize demo edge script (#4374)
BaptisteGi Oct 3, 2024
e3f8fd9
Add support for custom CA bundles to http.adapter
ogenstad Oct 3, 2024
8b2c8c6
Merge pull request #4514 from opsmill/dga-20241002-schemabranch
dgarros Oct 3, 2024
23d490d
Fix custom provider and swap out json -> data in payload
ogenstad Oct 3, 2024
53968fb
Merge pull request #4528 from opsmill/pog-fix-custom-providers
ogenstad Oct 3, 2024
fcb87d3
Switch Infrahub font to Inter (#4527)
bilalabbad Oct 3, 2024
985c25f
IFC-671 Lock branch and proposed change merge with global permission …
gmazoyer Oct 3, 2024
b27038b
Fix imports after non rebased merge (#4529)
gmazoyer Oct 3, 2024
afe8487
Merge pull request #4526 from opsmill/pog-http-adapter-custom-ca
ogenstad Oct 3, 2024
b1788d7
Add OIDC support and cleanup of OAuth2
ogenstad Oct 3, 2024
0659631
Remove filters from the schema
dgarros Oct 4, 2024
0ae1c39
Cleanup tests dependencies
dgarros Oct 4, 2024
3360d1d
Merge pull request #4531 from opsmill/pog-oidc-support
ogenstad Oct 4, 2024
6345f7b
chore: dynamic port pipeline
wartraxx51 Oct 3, 2024
f2c1448
fix: allow sso button to redirect outside of current domain (#4535)
bilalabbad Oct 4, 2024
3f0156c
Added breadcrumb based on current route (#4521)
bilalabbad Oct 4, 2024
b156b28
Merge pull request #4525 from opsmill/dga-20241003-filters
dgarros Oct 4, 2024
7006703
chore: fix pipeline
wartraxx51 Oct 4, 2024
c323d6b
Merge pull request #4515 from opsmill/dga-20241002-test-cleanup
dgarros Oct 4, 2024
c422518
Add missing special method return types (for ANN204)
ogenstad Oct 4, 2024
08a5d72
Replace ternary `if` expression with `or` operator (ruff: FURB110)
ogenstad Oct 4, 2024
3f13400
Merge pull request #4543 from opsmill/pog-special-method-return
dgarros Oct 6, 2024
f1cfef7
Merge pull request #4542 from opsmill/pog-furb110
dgarros Oct 6, 2024
1137efd
Add guides for OAuth2 and OICD
ogenstad Oct 4, 2024
e33d713
Merge infrahub-git agent and task runner into task-worker
dgarros Oct 6, 2024
05feca8
Merge pull request #4533 from opsmill/dga-20241004-worker
dgarros Oct 6, 2024
d77f804
Merge pull request #4537 from opsmill/pog-sso-guides-and-cleanup
ogenstad Oct 6, 2024
789fb94
Move account resolver from schema.py to resolver.py
ogenstad Oct 6, 2024
f9822b4
Merge pull request #4548 from opsmill/pog-move-account-resolver
ogenstad Oct 6, 2024
cdb157a
Merge pull request #4547 from opsmill/stable
ajtmccarty Oct 6, 2024
ab6e182
Add creation form for Role Management (#4530)
pa-lem Oct 7, 2024
ebd9633
fix(ci): update infrahub address after restarting
fatih-acar Oct 7, 2024
30f4ddb
IFC-668 Add manage account related objects permission (#4534)
gmazoyer Oct 7, 2024
4b8706d
All Account button, beside icon, is a link to login page (#4539)
bilalabbad Oct 7, 2024
1c46573
PoC: Migrate from Eslint + Prettier to Biome (#4545)
bilalabbad Oct 7, 2024
bfc52c7
Removed unused dependencies + fixed flaky e2e tests (#4541)
bilalabbad Oct 7, 2024
c80744a
bump SDK to v0.14.0 (#4540)
lykinsbd Oct 7, 2024
96adb81
Fix test_schema_integrity graphql mock endpoint
LucasG0 Oct 7, 2024
c9a1ca5
allow to customize infrahub docker image source
DisasteR Oct 7, 2024
eb1f86a
Merge pull request #4559 from opsmill/lgu-fix-test-schema-integrity
LucasG0 Oct 7, 2024
74fd1b4
add new WIP `DiffMerger` class (#4505)
ajtmccarty Oct 7, 2024
bbfad29
Convert all operations to prefect flow
dgarros Oct 6, 2024
3eb3c3e
Move InfrahubServices out of TYPE_CHECKING block
dgarros Oct 6, 2024
74d945a
Skip prefect when using BusSimulator
dgarros Oct 6, 2024
5a220b3
remove tasks and adjust unit tests and http mock is in use
dgarros Oct 6, 2024
618bc69
Add flow decorator to all tasks
dgarros Oct 7, 2024
ad7d1b3
Remove flow for refresh.registry.* tasks
dgarros Oct 7, 2024
4fe6d53
Fix format
dgarros Oct 7, 2024
f288cc6
Add new menu model and endpoint
dgarros Oct 7, 2024
a9887b2
Merge pull request #4549 from opsmill/dga-20241006-convert-flow
dgarros Oct 8, 2024
8915858
Merge pull request #4369 from opsmill/dga-20240918-menu
dgarros Oct 8, 2024
c8dcbe3
Update the SDK to the latest commit in develop
dgarros Oct 8, 2024
1da347e
Fix start_services in invoke
dgarros Oct 8, 2024
890a436
Merge pull request #4567 from opsmill/dga-20241008-update-sdk
dgarros Oct 8, 2024
893849a
Various enhancements around Prefect
dgarros Oct 8, 2024
ebe7fcf
Merge pull request #4568 from opsmill/dga-20241008-cleanup-tasks
dgarros Oct 8, 2024
bee748f
Merge pull request #4550 from opsmill/dga-20241006-storage-redis
dgarros Oct 8, 2024
1ef9a8e
IFC-669 Add permission management global permission (#4553)
gmazoyer Oct 8, 2024
d8da427
Implement redirection to initial URL after SSO login (#4557)
bilalabbad Oct 8, 2024
74b8640
[FRONT] Handle error response on authorization code validation (#4572)
bilalabbad Oct 8, 2024
5e3922b
IFC-672 Add global permission to protect repositories against changes…
gmazoyer Oct 8, 2024
3b9e43e
Add stable branch for demo install
BaptisteGi Oct 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 3 additions & 3 deletions .devcontainer/updateContentCommand.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
export WEB_CONCURRENCY=2
invoke demo.build demo.start
sleep 120
docker logs infrahub-infrahub-server-1
docker logs infrahub-server-1
invoke demo.load-infra-schema
docker logs infrahub-infrahub-server-1
docker logs infrahub-server-1
sleep 90
docker logs infrahub-infrahub-server-1
docker logs infrahub-server-1
invoke demo.load-infra-data
invoke demo.stop
2 changes: 0 additions & 2 deletions .github/workflows/ci-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,3 @@ jobs:
platforms: ${{ inputs.platforms }}
tags: ${{ inputs.tags }}
labels: ${{ inputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
Loading
Loading