dependabot[bot]
e13c38f0e4
chore: bump @storybook/addon-essentials from 6.4.19 to 6.4.21 in /site ( #950 )
...
Bumps [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/addons/essentials ) from 6.4.19 to 6.4.21.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.4.21/addons/essentials )
---
updated-dependencies:
- dependency-name: "@storybook/addon-essentials"
dependency-type: direct:development
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-04-11 14:40:00 -04:00
G r e y
78e727a1c4
chore: consolidate js, ts/js labels ( #957 )
...
Dependabot automagically applies the `javascript` label, but we use `typescript/js` elsewhere.
2022-04-11 18:29:35 +00:00
dependabot[bot]
8c26d934b7
chore: bump eslint-plugin-jest from 26.1.3 to 26.1.4 in /site ( #951 )
...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 26.1.3 to 26.1.4.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases )
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v26.1.3...v26.1.4 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jest
dependency-type: direct:development
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-04-11 14:22:22 -04:00
dependabot[bot]
b3f69a8d1d
chore: bump chromatic from 6.5.3 to 6.5.4 in /site ( #949 )
...
Bumps [chromatic](https://github.com/chromaui/chromatic-cli ) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/chromaui/chromatic-cli/releases )
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md )
- [Commits](https://github.com/chromaui/chromatic-cli/compare/v6.5.3...v6.5.4 )
---
updated-dependencies:
- dependency-name: chromatic
dependency-type: direct:development
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-04-11 14:16:38 -04:00
dependabot[bot]
99a685b7df
chore: bump github.com/lib/pq from 1.10.4 to 1.10.5 ( #947 )
...
Bumps [github.com/lib/pq](https://github.com/lib/pq ) from 1.10.4 to 1.10.5.
- [Release notes](https://github.com/lib/pq/releases )
- [Commits](https://github.com/lib/pq/compare/v1.10.4...v1.10.5 )
---
updated-dependencies:
- dependency-name: github.com/lib/pq
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-04-11 11:00:37 -05:00
dependabot[bot]
9474f66d27
chore: bump actions/setup-go from 2 to 3 ( #948 )
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 2 to 3.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-11 08:54:24 -05:00
Presley Pizzo
3f21ea472f
feat(site): Add Admin Dropdown menu ( #885 )
...
* Start porting components for Admin menu
* More porting, wip
* Add icons
* Extract arrow components, navHeight
* Add Admin Dropdown
* Format
* Delete types
* Fix styles
* Lint
* Add stub pages
* Use navHeight constant
* Move files
* Add and organize stories
* Storybook and organize text stories
* Add test
* Lint
* Lint
* Fix double navigation
* Lint
* Wrap new routes in AuthAndNav
* Undo unrelated storybook changes
* Refactor according to conventions
2022-04-08 18:25:53 -04:00
Presley Pizzo
4c1ef38280
chore: remove CodeCov annotations ( #928 )
...
* chore: remove CodeCov annotations
* Format
2022-04-08 15:57:28 -04:00
G r e y
0a2903c5c5
chore: assign soft ownership for xServices ( #932 )
2022-04-08 15:17:24 -04:00
Bruno Quaresma
b317f9a83a
fix: preferences routing and dropdown positioning ( #930 )
...
* fix: preferences routing
* fix: Fix popover miss correct position
2022-04-08 14:58:51 -04:00
Bruno Quaresma
cbd1c3e0be
fix: Remove excessive margin on the right ( #931 )
2022-04-08 17:45:20 +00:00
Kyle Carberry
35a0acc9c6
fix: Disable Terraform plugin cache on Darwin ( #927 )
...
It was occasionally failing without any clear indication of
what to fix on our side. The plugins weren't being found
by Terraform.
We already disable this on Windows, so figured it's fine on
Darwin too considering most production deployments will be Linux.
2022-04-08 12:30:31 -05:00
Cian Johnston
53db17803a
feat: cli: add autostart and autostop commands ( #922 )
...
* feat: cli: add autostart and autostop commands
* fix: autostart/autostop: add help and usage, hide for now
2022-04-08 16:29:07 +00:00
Kyle Carberry
cb5b228a21
fix: Disable raw using confirm prompt on Darwin ( #926 )
...
This caused cancel errors on prompt, but would have caused incorrect
content in parameter values if it surfaced.
Fixes #915 .
2022-04-08 11:25:19 -05:00
Presley Pizzo
0bf9dee7e3
chore(site): rename userXService to authXService ( #924 )
...
* chore(site): rename userXService to authXService
* Rename contents of xService
2022-04-08 11:42:57 -04:00
Cian Johnston
94ab6f3d8e
feat: add debug-level request logging ( #923 )
...
This commit adds a small middleware to coderd that logs all requests at DEBUG level.
2022-04-08 14:35:29 +00:00
Garrett Delfosse
38f074254b
feat: wrap ssh with coder key ( #894 )
2022-04-07 22:40:27 +00:00
Ben Potter
b7d7e19606
fix: rename projects to templates in README ( #920 )
2022-04-07 17:58:17 -04:00
Ben Potter
c6a0078c35
fix: assign labels for issue templates ( #919 )
2022-04-07 21:04:56 +00:00
Bruno Quaresma
75ef1f4b26
feat: Add preferences pages ( #893 )
2022-04-07 16:44:08 -03:00
Joe Previte
17848b3b86
chore: add feature request issue template ( #913 )
...
* chore: add feature request issue template
* Update .github/ISSUE_TEMPLATE/feature.md
Co-authored-by: G r e y <grey@coder.com >
* Update .github/ISSUE_TEMPLATE/feature.md
Co-authored-by: G r e y <grey@coder.com >
Co-authored-by: G r e y <grey@coder.com >
2022-04-07 10:35:32 -07:00
Asher
18595791c0
feat: add version to footer ( #882 )
...
* Add endpoint for getting build info
* Add build info XService
* Add version with link to page footer
Partially addresses #376 .
* Lift buildinfo package
2022-04-07 12:18:58 -05:00
dependabot[bot]
2e5859f226
chore: bump codecov/codecov-action from 2 to 3 ( #898 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 2 to 3.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-07 11:41:35 -05:00
dependabot[bot]
313b51d3fb
chore: bump @xstate/cli from 0.1.5 to 0.1.6 in /site ( #900 )
...
Bumps @xstate/cli from 0.1.5 to 0.1.6.
---
updated-dependencies:
- dependency-name: "@xstate/cli"
dependency-type: direct:development
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-04-07 12:08:17 -04:00
Bruno Quaresma
90388a38f3
feat: Add user menu ( #887 )
2022-04-07 13:00:40 -03:00
dependabot[bot]
2ca725386f
chore: bump @typescript-eslint/parser from 5.17.0 to 5.18.0 in /site ( #899 )
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.17.0 to 5.18.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.18.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
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-04-07 11:34:59 -04:00
Joe Previte
ce7af872ff
docs: add PR template ( #873 )
2022-04-07 15:27:25 +00:00
Joe Previte
14dec177a4
docs: add SECURITY policy ( #891 )
2022-04-07 15:26:10 +00:00
Kyle Carberry
770d212094
ci: Enable forks to run CI ( #910 )
...
* ci: Enable forks to run CI
All steps that require tokens are optional for forks,
and will be skipped if the owner is not "coder".
* Empty commit to force CI
2022-04-07 08:33:10 -05:00
Cian Johnston
23f989127d
coderd: autostart: codersdk, http api, database plumbing ( #879 )
...
* feat: add columns autostart_schedule, autostop_schedule to database schema
* feat: database: add UpdateWorkspaceAutostart and UpdateWorkspaceAutostop methods
* feat: add AutostartSchedule/AutostopSchedule to api workspace struct
* feat: codersdk: implement update workspace autostart and autostop methods
* chore: add unit tests for workspace autostarat and autostop methods
2022-04-07 10:03:35 +01:00
dependabot[bot]
c1ff537beb
chore: bump @typescript-eslint/eslint-plugin in /site ( #902 )
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.17.0 to 5.18.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.18.0/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
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-04-06 19:08:34 -04:00
G r e y
579fd4bc89
chore: speed up chromatic ci ( #904 )
...
This is an oversight from #896 . It turns out that because we use the GitHub integration with Chromatic, we don't need to wait for the results to be reported in the action - they get reported in the other checks created by Chromatic.
This option was spit-out in a check:
https://github.com/coder/coder/runs/5859427236?check_suite_focus=true#step:4:38
Relates to #444
2022-04-06 22:40:30 +00:00
dependabot[bot]
6d40f34057
chore: bump eslint-plugin-import from 2.25.4 to 2.26.0 in /site ( #901 )
...
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import ) from 2.25.4 to 2.26.0.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases )
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md )
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.25.4...v2.26.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-import
dependency-type: direct:development
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-04-06 18:22:15 -04:00
dependabot[bot]
1224a34abd
chore: bump jest-junit from 13.0.0 to 13.1.0 in /site ( #903 )
...
Bumps [jest-junit](https://github.com/jest-community/jest-junit ) from 13.0.0 to 13.1.0.
- [Release notes](https://github.com/jest-community/jest-junit/releases )
- [Commits](https://github.com/jest-community/jest-junit/compare/v13.0.0...v13.1.0 )
---
updated-dependencies:
- dependency-name: jest-junit
dependency-type: direct:development
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-04-06 18:20:51 -04:00
G r e y
5782879f2f
chore: configure chromatic snapshot tests ( #896 )
...
Resolves : #444
Summary:
This commit installs and configures a GH action for chromatic. Chromatic
is used for snapshot testing build-over-build.
Details:
* chore: install chromatic
* chore: add chromatic package.json script
Suggested by the docs for convenience so that we can run chromatic like:
```console
yarn run chromatic ...
```
* chore: gitignore storybook builds
* ci: configure chromatic
This action configures chromatic to run in CI on pushes to all branches.
By running this in CI, we get the following:
- snapshot (build-over-build)
- checks in our CI
The snapshots and build-over-build behavior are per branch; this way we
can work on a feature branch without worrying about changes being made
to mainline independently.
* chore: remove manual storybook build from CI
This is now the responsibility of Chromatic
2022-04-06 17:51:49 -04:00
Joe Previte
eefca43064
chore: rename .yaml to .yml ( #895 )
...
* chore: rename .yml to .yaml
* chore: remove .yml from prettierrc
2022-04-06 21:32:59 +00:00
Asher
fe23dcd3fc
feat: add top-level nav styles ( #883 )
...
Partially addresses #701 .
v0.4.0
2022-04-06 13:12:37 -05:00
Joe Previte
8813788c28
chore: add GitHub issue templates ( #889 )
2022-04-06 10:59:22 -07:00
Kyle Carberry
02ad3f14f5
chore: Rename Projects to Templates ( #880 )
...
Customer feedback indicated projects was a confusing name.
After querying the team internally, it seemed unanimous
that it is indeed a confusing name.
Here's for a lil less confusion @ashmeer7 🥂
2022-04-06 12:42:40 -05:00
Joe Previte
584c8b4fc3
docs: move development workflow to CONTRIBUTING ( #890 )
2022-04-06 10:26:17 -07:00
Joe Previte
dc55e3525c
docs: add CODE_OF_CONDUCT ( #888 )
2022-04-06 10:00:45 -07:00
Garrett Delfosse
32759a8714
fix: trim scope of agent private key route ( #886 )
2022-04-06 14:54:13 +00:00
Garrett Delfosse
9da17be61e
feat: Add user scoped git ssh keys ( #834 )
2022-04-06 00:18:26 +00:00
Kyle Carberry
1e9e5f7c76
chore: Add contributing guidelines ( #874 )
...
It's helpful for us Coders to align on a common set of style
guidelines. While I'd prefer to automate this, documentation
should get us a lot of the way there!
Please review these thoroughly, as PRs will be checked against it
after merge.
2022-04-05 15:02:28 -05:00
Bruno Quaresma
abddd64497
feat: Add sidebar and panel ( #866 )
...
* feat: Add sidebar and panel
* fix: fix sidebar values
2022-04-05 14:01:45 -03:00
Bruno Quaresma
abf6934ebb
feat: Add Section component ( #863 )
...
* feat: Add Section component
* fix: add Section.Action example
2022-04-05 14:01:21 -03:00
dependabot[bot]
6b034eced3
chore: bump eslint-import-resolver-typescript in /site ( #845 )
...
Bumps [eslint-import-resolver-typescript](https://github.com/alexgorbatchev/eslint-import-resolver-typescript ) from 2.7.0 to 2.7.1.
- [Release notes](https://github.com/alexgorbatchev/eslint-import-resolver-typescript/releases )
- [Changelog](https://github.com/alexgorbatchev/eslint-import-resolver-typescript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/alexgorbatchev/eslint-import-resolver-typescript/compare/v2.7.0...v2.7.1 )
---
updated-dependencies:
- dependency-name: eslint-import-resolver-typescript
dependency-type: direct:development
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-04-05 11:47:59 -04:00
dependabot[bot]
29fffbe13d
chore: bump @storybook/addon-links from 6.4.19 to 6.4.20 in /site ( #809 )
...
Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/addons/links ) from 6.4.19 to 6.4.20.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.4.20/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.4.20/addons/links )
---
updated-dependencies:
- dependency-name: "@storybook/addon-links"
dependency-type: direct:development
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-04-05 11:16:49 -04:00
G r e y
c0a9eaca56
chore(site): organize imports ( #876 )
2022-04-05 10:27:41 -04:00
Cian Johnston
2f1fa153cd
fix: coderd/autostart/schedule: rename misnamed file
2022-04-05 14:09:15 +01:00