Commit Graph

92 Commits

Author SHA1 Message Date
Ruben Fiszel dee9a3bb4a ci: remove community/ and pull-hub ci 2022-12-02 22:55:07 +01:00
Ruben Fiszel 294824769f use caching for dockerfile 2022-11-26 17:17:10 +01:00
Ruben Fiszel 2fc8c471e4 remove armv7 support for now 2022-11-25 18:05:05 +01:00
Ruben Fiszel 7b26d2230e remove nsjail from the non enterprise image 2022-11-25 17:04:52 +01:00
Ruben Fiszel c53424dda6 ci: login to registry no matter what 2022-11-23 01:51:57 +01:00
Ruben Fiszel 2b05ea9e8b ci: build_ee in parralel of build 2022-11-20 21:59:39 +01:00
Ruben Fiszel 74dac445ee ci: build_ee in parralel of build 2022-11-20 21:47:39 +01:00
Ruben Fiszel 76720e2b4d fix lsp 2022-11-19 11:54:27 +01:00
Ruben Fiszel 8645d6eb7a ci: heavy needs build step 2022-11-18 20:21:31 +01:00
Ruben Fiszel 8846ca5856 feat: supercache extended to all version 2022-11-18 20:17:23 +01:00
Ruben Fiszel 9e9e66c80a build ee internally 2022-11-18 18:25:09 +01:00
Ruben Fiszel a79a48d506 Update docker-image.yml 2022-11-13 12:03:30 +01:00
Ruben Fiszel 88a983b3fa Update docker-image.yml 2022-11-12 18:35:25 +01:00
Ruben Fiszel 9d1320bae3 fix publish internal 2022-11-12 13:45:39 +01:00
Marty S 0cf4ad1ef6 Add helm and AWS cli to main image (#887)
* Add helm and AWS cli to main image

* Add internal build

* Move dockerfile location

* Capitalize helm

Co-authored-by: martys <44445285+martysmojo@users.noreply.github.com>
2022-11-11 20:13:24 +01:00
Ruben Fiszel 68adf2172e ci: overwrite with multibuild 2022-11-11 14:57:17 +01:00
Ruben Fiszel 7e85e411d4 increase ci timeout 2022-11-10 17:18:58 +01:00
Ruben Fiszel c3b2bab5d1 feat: publish arm64 image (#885) 2022-11-10 14:36:30 +01:00
dependabot[bot] cd32841cb3 chore(deps): bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 (#874)
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.3.4 to 1.3.5.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases)
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.4...v1.3.5)

---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-07 18:20:59 +00:00
Ruben Fiszel 76bb67b9ff ci: rework deploy 2022-11-07 14:53:21 +01:00
Ruben Fiszel d9c3a1ff42 ci: trim down docker main docker image 2022-11-07 13:37:37 +01:00
Ruben Fiszel da2e8db8ea publish lsp to ecr too 2022-11-04 17:58:21 +01:00
Ruben Fiszel 8e21f6dbd0 fix windmill registry on ecr 2022-11-04 17:38:01 +01:00
Ruben Fiszel a58c25a9ec push to AWS ECR registry 2022-11-04 17:15:32 +01:00
Ruben Fiszel 9ac671bee0 update python-client-builder 2022-11-03 08:32:43 +01:00
Ruben Fiszel cf4905b734 verify go-client by building it 2022-11-02 11:41:57 +01:00
Ruben Fiszel 4707d1ecaa fix(go-client): use stable oapi codegen version 2022-11-02 11:37:57 +01:00
Kai Jellinghaus 0034129a30 restructure the entire backend layout using workspaces (#815) 2022-10-29 11:58:06 +02:00
Ruben Fiszel 350d31fe06 fix: refactor deno client to use another openapi generator #743 2022-10-15 18:25:26 +02:00
Ruben Fiszel be0c434349 go client ci deployment 2022-10-14 20:24:22 +02:00
Ruben Fiszel c3e705318c go client v0 2022-10-14 17:06:42 +02:00
dependabot[bot] 561d7da1f3 chore(deps): bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 (#664)
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.3.3 to 1.3.4.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases)
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.3...v1.3.4)

---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-03 18:31:29 +00:00
Ruben Fiszel 932cef73ee buildcache not on ghcr 2022-09-26 04:19:31 +02:00
Ruben Fiszel e38cec3b17 fix collection on forloops + increase number of tests 2022-08-20 16:08:11 +02:00
Ruben Fiszel 1c40f01e5d feat: db users: admin -> windmill_admin, app -> windmill_user (#404)
* feat: db users: admin -> windmill_admin, app -> windmill_user

* clean up

* backend tests

* backend tests

* backend tests

* lock roles in first migration

* check if user is superuser too

* add init-db

* add init-db
2022-08-14 18:20:27 +02:00
Ruben Fiszel cb43802c69 full backend ci tests
* attempt ci in container

* attempt ci in container

* psql

* psql

* psql

* psql

* privileged

* cache
2022-08-12 11:21:19 +02:00
Ruben Fiszel 9e371fcff0 disable nsjail for test 2022-08-12 03:31:50 +02:00
Ruben Fiszel d6472fa8ce change pg user for ci test 2022-08-12 03:14:52 +02:00
Ruben Fiszel d4018c45ec change pg user for ci test 2022-08-12 02:57:26 +02:00
Ruben Fiszel 8a2f63d9ff change pg user for ci test 2022-08-12 02:48:08 +02:00
Ruben Fiszel a43310d4a0 change pg user for ci test 2022-08-12 02:19:33 +02:00
Ruben Fiszel 5353363719 change pg user for ci test 2022-08-12 02:17:16 +02:00
Ruben Fiszel 61a210edf8 misonfigured e2e tests 2022-08-12 01:51:25 +02:00
sqwishy b462a5a733 backend tests for python job and deno flow (#389) 2022-08-12 01:50:31 +02:00
Ruben Fiszel 2fda1320f6 rework the images 2022-08-11 00:00:26 +02:00
Ruben Fiszel f5006583a9 publish to ghcr.io 2022-08-10 03:11:24 +02:00
dependabot[bot] 87fc3d6eae Bump cla-assistant/github-action from 2.2.0 to 2.2.1 (#353)
Bumps [cla-assistant/github-action](https://github.com/cla-assistant/github-action) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/cla-assistant/github-action/releases)
- [Changelog](https://github.com/contributor-assistant/github-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/cla-assistant/github-action/compare/v2.2.0...v2.2.1)

---
updated-dependencies:
- dependency-name: cla-assistant/github-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-08 18:19:33 +00:00
Ruben Fiszel 0e6414b890 add @fatonramadani to codeowners 2022-08-05 10:21:51 +02:00
Ruben Fiszel a8ecba9da3 ci: typo fix 2022-07-27 12:57:04 +02:00
dependabot[bot] 8e8470d024 chore(deps): bump cla-assistant/github-action (#239)
Bumps [cla-assistant/github-action](https://github.com/cla-assistant/github-action) from 2.1.3.pre.beta to 2.2.0.
- [Release notes](https://github.com/cla-assistant/github-action/releases)
- [Changelog](https://github.com/contributor-assistant/github-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/cla-assistant/github-action/compare/v2.1.3-beta...v2.2.0)

---
updated-dependencies:
- dependency-name: cla-assistant/github-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-25 18:28:55 +00:00