Commit Graph

1094 Commits

Author SHA1 Message Date
Sam Alba
bc318f4a51
Merge pull request #633 from grouville/doc_infra_provisioning
AWS Provisioning doc
2021-06-14 17:33:47 +02:00
Guillaume de Rouville
d5b444df1a AWS Provisioning doc
Signed-off-by: Guillaume de Rouville <guillaume.derouville@gmail.com>
2021-06-14 16:35:23 +02:00
Andrea Luzzardi
128047b3aa
Merge pull request #626 from TomChv/refacto-docker-ssh
Add docker.#Command definition
2021-06-14 15:47:28 +02:00
Andrea Luzzardi
780067f473
Merge pull request #629 from dagger/dependabot/go_modules/github.com/rs/zerolog-1.23.0
build(deps): bump github.com/rs/zerolog from 1.22.0 to 1.23.0
2021-06-14 15:43:51 +02:00
Blocksmith
01f7b91c5b
Merge pull request #632 from slumbering/github-auth-env
forgot github auth env
2021-06-14 15:39:20 +02:00
slumbering
c911db093b docs: 🐛 forgot github auth env
Signed-off-by: slumbering <slumbering.pierrot@gmail.com>
2021-06-14 15:29:39 +02:00
Blocksmith
008d1fce7c
Merge pull request #615 from slumbering/docs-authentication
WIP: swizzle doc page to implement github auth access
2021-06-14 15:16:57 +02:00
slumbering
8b0f6535af docs: 🐛 another try with env variables
Signed-off-by: slumbering <slumbering.pierrot@gmail.com>
2021-06-14 14:42:41 +02:00
slumbering
5227b73771 Merge branch 'docs-authentication' of github.com:slumbering/dagger into docs-authentication 2021-06-14 14:15:23 +02:00
slumbering
e8db91fe9b docs: 🐛 fix user auth issue + refacto api calls
Signed-off-by: slumbering <slumbering.pierrot@gmail.com>
2021-06-14 14:15:12 +02:00
slumbering
f3e5f810f6 disable github auth when localhost environment
Signed-off-by: slumbering <slumbering.pierrot@gmail.com>
2021-06-14 14:15:12 +02:00
slumbering
126cd00623 docs: 🐛 try oauth keys without .env
Signed-off-by: slumbering <slumbering.pierrot@gmail.com>
2021-06-14 14:15:12 +02:00
slumbering
4099fa5b9a docs: remove .env
Signed-off-by: slumbering <slumbering.pierrot@gmail.com>
2021-06-14 14:15:12 +02:00
slumbering
f693032cc1 docs: display styled pages when signIn and unauthorized
Signed-off-by: slumbering <slumbering.pierrot@gmail.com>
2021-06-14 14:15:12 +02:00
slumbering
38ee07e5f9 docs: swizzle doc page to implement github auth access
Signed-off-by: slumbering <slumbering.pierrot@gmail.com>
2021-06-14 14:15:12 +02:00
slumbering
7001f1ccfc docs: 🐛 fix user auth issue + refacto api calls
Signed-off-by: slumbering <slumbering.pierrot@gmail.com>
2021-06-14 14:13:31 +02:00
Sam Alba
5a83804cc2
Merge pull request #624 from slumbering/590-docs-website-design
fix responsiveness
2021-06-14 12:38:59 +02:00
Sam Alba
14af49fd96
Merge pull request #630 from grouville/fix_md_linter
Change markdown linter in Github action to a more up-to-date one
2021-06-14 11:17:25 +02:00
slumbering
cb119b9ee0 docs: 🐛 more css fixes
Signed-off-by: slumbering <slumbering.pierrot@gmail.com>
2021-06-14 11:17:12 +02:00
slumbering
e6a03d2a74 docs: fix submenu list color issue
Signed-off-by: slumbering <slumbering.pierrot@gmail.com>
2021-06-14 11:16:12 +02:00
Guillaume de Rouville
d8eaaf925a Change markdown linter github action to a more updated one
Signed-off-by: Guillaume de Rouville <guillaume.derouville@gmail.com>
2021-06-14 10:59:42 +02:00
dependabot[bot]
a30fc949de
build(deps): bump github.com/rs/zerolog from 1.22.0 to 1.23.0
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.22.0 to 1.23.0.
- [Release notes](https://github.com/rs/zerolog/releases)
- [Commits](https://github.com/rs/zerolog/compare/v1.22.0...v1.23.0)

---
updated-dependencies:
- dependency-name: github.com/rs/zerolog
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-14 07:59:53 +00:00
Tom Chauveau
b8a97fb6e7 Update docker.#Run definition and tests
Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
2021-06-12 12:04:47 +02:00
slumbering
1e971bdadf docs: 💄 fix responsiveness
Signed-off-by: slumbering <slumbering.pierrot@gmail.com>
2021-06-11 18:34:04 +02:00
slumbering
da08aa54e9 disable github auth when localhost environment
Signed-off-by: slumbering <slumbering.pierrot@gmail.com>
2021-06-11 17:04:30 +02:00
slumbering
a12e08bd76 docs: 🐛 try oauth keys without .env
Signed-off-by: slumbering <slumbering.pierrot@gmail.com>
2021-06-11 17:04:30 +02:00
slumbering
1a4f657a2f docs: remove .env
Signed-off-by: slumbering <slumbering.pierrot@gmail.com>
2021-06-11 17:04:30 +02:00
slumbering
c734abc5a3 docs: display styled pages when signIn and unauthorized
Signed-off-by: slumbering <slumbering.pierrot@gmail.com>
2021-06-11 17:04:30 +02:00
slumbering
b549d6e91d docs: swizzle doc page to implement github auth access
Signed-off-by: slumbering <slumbering.pierrot@gmail.com>
2021-06-11 17:04:30 +02:00
Andrea Luzzardi
d221802ff4 docs generation: write package doc as README.md if there are sub-packages
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
Signed-off-by: slumbering <slumbering.pierrot@gmail.com>
2021-06-11 17:04:30 +02:00
Andrea Luzzardi
02b47157e1 doc generation: refactor to allow multi-stage processing
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
Signed-off-by: slumbering <slumbering.pierrot@gmail.com>
2021-06-11 17:04:30 +02:00
Solomon Hykes
dd9bd0a83c Fix (excessive) markdown linter error
Signed-off-by: Solomon Hykes <solomon@dagger.io>
2021-06-11 14:15:18 +02:00
Tom Chauveau
8a2fc9aa72 Add docker.#Command tests
Tests :
- docker version with ssh
- docker version with ssh and key passphrase
- docker version with ass and wrong key passphrase

Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
2021-06-11 09:55:03 +02:00
Tom Chauveau
e540bd2716 Replace docker.#Client with docker.#Command definition
It's a simple wrapper that will expose an interface
to run any docker or docker-compose commands
You can configure :
- ssh
- environments
- mount volumes
- command to execute
- package to install

Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
2021-06-11 09:55:03 +02:00
Solomon Hykes
9fa89f1f22 stdlib tests: FIXMEs + call for help
Signed-off-by: Solomon Hykes <solomon@dagger.io>
2021-06-10 16:09:41 +02:00
Solomon Hykes
2976afad66 universe: spin out js/yarn tests
Signed-off-by: Solomon Hykes <solomon@dagger.io>
2021-06-10 16:09:41 +02:00
Solomon Hykes
d388c729bc universe: spin out alpine tests
Signed-off-by: Solomon Hykes <solomon@dagger.io>
2021-06-10 16:09:41 +02:00
Solomon Hykes
c1096fbc12 Fix infinite loop in universe tests
Signed-off-by: Solomon Hykes <solomon@dagger.io>
2021-06-10 16:09:41 +02:00
Sam Alba
e5aa981c28
Merge pull request #612 from samalba/user-manual
docs: first version of user manual
2021-06-10 15:55:08 +02:00
Sam Alba
1a7c26b01c docs: first version of user manual
Signed-off-by: Sam Alba <sam.alba@gmail.com>
2021-06-10 15:52:10 +02:00
Andrea Luzzardi
790cf70838
Merge pull request #605 from aluzzardi/docs-fix
docs: fix generation for packages with sub-packages
2021-06-09 18:56:37 -07:00
Andrea Luzzardi
12b712b741 docs generation: write package doc as README.md if there are sub-packages
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-06-09 18:42:23 -07:00
Andrea Luzzardi
ee8bcfafaa doc generation: refactor to allow multi-stage processing
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-06-09 18:42:10 -07:00
Andrea Luzzardi
b8f9c0ee67
Merge pull request #603 from aluzzardi/universe-helpers
universe: misc fixes, restore helpers
2021-06-09 16:04:14 -07:00
Andrea Luzzardi
3339a351ed tests: enable shellcheck for universe tests
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-06-09 15:51:31 -07:00
Andrea Luzzardi
5d2392b38c tests: universe: misc fixes
- Fix running from any directory
- Fix display format for test logs
- Move helpers to a common helper file
- Indentation

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-06-09 15:51:23 -07:00
Andrea Luzzardi
91eed48dd1
Merge pull request #602 from shykes/universe-devenv
Move universe tests to universe dir
2021-06-09 15:20:17 -07:00
Solomon Hykes
fcbdfe178a Move universe integration tests to universe dir.
Signed-off-by: Solomon Hykes <solomon@dagger.io>
2021-06-09 20:28:44 +00:00
Andrea Luzzardi
85da25a7ea
Merge pull request #599 from aluzzardi/edit-name
input edit: allow renaming the environment
2021-06-09 12:30:53 -07:00
Andrea Luzzardi
b0d571562d
Merge pull request #600 from aluzzardi/fix-ci-docker-run
tests: use different container prefix for docker tests
2021-06-09 11:50:26 -07:00