Garrett Delfosse
0cf713869b
feat: Manage tokens in dashboard ( #5444 )
2023-01-13 17:20:03 +00:00
Bruno Quaresma
de16e29566
refactor: Refactor update check banner ( #5708 )
2023-01-13 13:48:45 -03:00
Colin Adler
dcab87358e
feat: add stackdriver and json log options to coder server ( #5682 )
2023-01-12 20:08:23 -06:00
Bruno Quaresma
1229fda1a6
refactor: Clean up routes ( #5702 )
...
* refactor: Clean up routes
* Fix tests
2023-01-12 21:03:38 -03:00
Kyle Carberry
67952cf95e
fix: move the web terminal out of the dashboard authentication layout ( #5699 )
...
Fixes #5698 . This was a regression.
2023-01-12 21:44:29 +00:00
Bruno Quaresma
3861d1c555
refactor: Wrap forms into dashboard layout ( #5697 )
2023-01-12 17:08:31 -03:00
Bruno Quaresma
e6072eff59
refactor: Wrap authenticated routes ( #5695 )
2023-01-12 15:52:16 -03:00
Bruno Quaresma
f9f7283e16
refactor: Move deploy settings machine to the layout ( #5693 )
2023-01-12 17:02:11 +00:00
Bruno Quaresma
cd1a2d2d5d
refactor: Refactor site roles machine to be used in the page ( #5692 )
2023-01-12 13:53:46 -03:00
Bruno Quaresma
f5a7538637
refactor: Make the navbar wider ( #5689 )
2023-01-12 16:34:56 +00:00
Kyle Carberry
41b58cd027
fix: open VS Code Remote in the same window to prevent flashing ( #5684 )
...
Fixes #5676 .
2023-01-11 23:47:44 +00:00
Presley Pizzo
1df72ee093
fix: handle NaN in build time estimate ( #5679 )
2023-01-11 15:56:21 -05:00
Presley Pizzo
627fbe5874
fix: make build table show empty instead of loading when none are recent ( #5666 )
...
* Fix builds to show empty instead of loading
* Switch to backend fix
* Increase e2e test timeout
* Format
2023-01-11 12:18:06 -05:00
Bruno Quaresma
a5d39adf3e
refactor: Extract ssh logic from auth service ( #5670 )
...
* refactor: Extract ssh logic from auth service
* Update site/src/i18n/en/userSettingsPage.json
Co-authored-by: Kira Pilot <kira@coder.com >
Co-authored-by: Kira Pilot <kira@coder.com >
2023-01-11 17:04:42 +00:00
Kyle Carberry
01652e8afb
fix: disable pointer events on app icons ( #5664 )
...
Ben accidentally clicked to open this in a new tab
which seemed kinda janky UX-wise on our part.
2023-01-10 21:42:33 +00:00
Bruno Quaresma
f5d623ff3f
refactor: User settings page ( #5661 )
2023-01-10 17:57:08 -03:00
Ammar Bandukwala
d5ab06ed68
feat: improve copy in new template wizard ( #5659 )
2023-01-10 18:46:08 +00:00
Kira Pilot
0171ccbf62
chore: forbid direct react import ( #5658 )
2023-01-10 13:30:48 -05:00
Michel Racic
efee03fdec
fix(site): changing password no longer silently trims space chars in a password ( #5640 )
2023-01-10 11:34:58 -06:00
Presley Pizzo
56a69b7eea
chore: add e2e tests for basic template and workspace flow ( #5637 )
...
* Fix type error in first user setup
* Save auth state
* Add template creation - wip
Remove saved auth state because it wasn't working
* Try adding the rest of the tests
Can't see if they work yet, waiting on a release
* Update playwright
* Update gitignore
* Write tests
* Format
* Update ignores
* Check that start worked
Co-authored-by: Ben Potter <ben@coder.com >
Co-authored-by: Ben Potter <ben@coder.com >
2023-01-10 12:30:44 -05:00
Kira Pilot
f96365a181
chore: remove redundant icon stories ( #5656 )
2023-01-10 11:53:51 -05:00
Kyle Carberry
d2ef727064
feat: add experimental button to open vscode locally ( #5654 )
...
* feat: add experimental button to open vscode locally
This uses the new Coder extension to open up any workspace
with a single click.
* Update site/src/components/VSCodeDesktopButton/VSCodeDesktopButton.stories.tsx
Co-authored-by: Kira Pilot <kira@coder.com >
Co-authored-by: Kira Pilot <kira@coder.com >
2023-01-10 16:07:40 +00:00
Joe Previte
fa7deaaa5c
feat: add storybook for /deployment/security ( #5610 )
...
* refactor: move securitysettings to dir
* refactor: split page view SecuritySettingsPage
* feat: add storybook for security page
* fixup
2023-01-09 20:44:43 +00:00
Bruno Quaresma
f70726b43c
refactor: Extract security logic from auth service ( #5635 )
2023-01-09 13:18:32 -07:00
Bruno Quaresma
fe16b2a06d
refactor: Add spacing in the bottom of a page ( #5633 )
2023-01-09 13:17:48 -07:00
Bruno Quaresma
70d71bc7bc
refactor: Do not display port forward button if it is disabled ( #5604 )
2023-01-09 13:38:31 -03:00
dependabot[bot]
34225b0380
chore: bump luxon from 3.1.1 to 3.2.1 in /site ( #5624 )
...
Bumps [luxon](https://github.com/moment/luxon ) from 3.1.1 to 3.2.1.
- [Release notes](https://github.com/moment/luxon/releases )
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md )
- [Commits](https://github.com/moment/luxon/compare/3.1.1...3.2.1 )
---
updated-dependencies:
- dependency-name: luxon
dependency-type: indirect
...
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>
2023-01-09 13:16:42 -03:00
Joe Previte
6807ad0d1b
feat: add storybook for /deployment/userauth ( #5609 )
...
* refactor: move deploysettingspage to dir
* refactor: split page/view UserAuthSettings
* feat: add storybook for user auth
* Update site/src/components/DeploySettingsLayout/OptionsTable.tsx
2023-01-09 16:01:22 +00:00
Joe Previte
763147e5f2
feat: add storybook for /deployment/network ( #5603 )
...
* refactor: move NetworkSettingsPage to dir
* refactor: split page/view NetworkSettings
* feat: add storybook for NetworkSettingsPage
2023-01-06 17:14:01 +00:00
Joe Previte
242676bac3
feat: add storybook for /deployment/gitauth ( #5596 )
...
* refactor: move GitAuthSettingsPage to dir
* refactor: split page and view GitAuthSettingsPage
* fixup!: formatting
* refactor: narrow props in git auth view
* feat: add storybook for GitAuthSettingsPageView
* fixup: formatting
2023-01-06 16:58:20 +00:00
Bruno Quaresma
aa68e0f8c9
fix: Too many requests during watching template version ( #5602 )
2023-01-06 13:31:49 -03:00
Joe Previte
59e919ab4a
feat: add storybook for /deployments/general ( #5595 )
...
* refactor: split GeneralSettings page <> View
* feat: add story for generalsettingspageview
* Update site/src/pages/DeploySettingsPage/GeneralSettingsPage/GeneralSettingsPageView.tsx
Co-authored-by: Asher <ash@coder.com >
Co-authored-by: Asher <ash@coder.com >
2023-01-05 23:06:16 +00:00
dependabot[bot]
421e529763
chore: bump json5 from 1.0.1 to 1.0.2 in /site ( #5553 )
...
Bumps [json5](https://github.com/json5/json5 ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
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>
2023-01-05 15:55:56 -07:00
Joe Previte
bb03df8148
feat: add storybook for /deployment/appearance page ( #5582 )
...
* wip
* wip: move appearancesettingspage
* refactor: separate page and view ApperanceSettings
* refactor: create storybook from AppearanceSettingsView
* fixup: formatting and types
2023-01-05 16:16:54 -05:00
Bruno Quaresma
0d30a1eb72
fix: Display service banner after login ( #5594 )
2023-01-05 21:10:15 +00:00
dependabot[bot]
8ee3e2c541
chore: bump chartjs-adapter-date-fns from 2.0.0 to 3.0.0 in /site ( #5528 )
...
* chore: bump chartjs-adapter-date-fns from 2.0.0 to 3.0.0 in /site
Bumps [chartjs-adapter-date-fns](https://github.com/chartjs/chartjs-adapter-date-fns ) from 2.0.0 to 3.0.0.
- [Release notes](https://github.com/chartjs/chartjs-adapter-date-fns/releases )
- [Commits](https://github.com/chartjs/chartjs-adapter-date-fns/compare/v2.0.0...v3.0.0 )
---
updated-dependencies:
- dependency-name: chartjs-adapter-date-fns
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* added transformer for esm
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kira Pilot <kira.pilot23@gmail.com >
2023-01-05 15:58:04 -05:00
Dean Sheather
5a968e2f93
feat: add flag to disaable all rate limits ( #5570 )
2023-01-05 18:05:20 +00:00
Bruno Quaresma
ab7e676b54
refactor: Refactor user menu ( #5591 )
2023-01-05 14:06:58 -03:00
Ben Potter
04d45f3c1c
fix!: remove AUTO_IMPORT_TEMPLATE for Kubernetes installs ( #5401 )
...
* fix!: remove AUTO_IMPORT_TEMPLATE
* chore: remove template auto importing
Co-authored-by: Dean Sheather <dean@deansheather.com >
2023-01-05 04:04:32 +00:00
dependabot[bot]
c0dfbdf143
chore: bump emoji-mart from 5.3.3 to 5.4.0 in /site ( #5527 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-05 10:00:56 +10:30
Ammar Bandukwala
0b63825a07
site: fix copy in users roles view ( #5583 )
2023-01-04 17:13:04 -06:00
Joe Previte
a231c1a384
fix: styles for <AlertBanner /> ( #5579 )
...
* feat: add new story for LoginPageView
* fix: update <AlertBanner /> styles
- align text to the left
- add padding to the top of span inside
* fixup: formatting
2023-01-04 14:46:41 -07:00
Kyle Carberry
c51b5a05db
fix: add case for non-entitled logo url ( #5580 )
...
This was missing from my prior contribution, which
would lead any user to believe they could customize the logo.
2023-01-04 21:39:54 +00:00
Kyle Carberry
0dba2defd1
feat: enable enterprise users to specify a custom logo ( #5566 )
...
* feat: enable enterprise users to specify a custom logo
This adds a field in deployment settings that allows users to specify
the URL to a custom logo that will display in the dashboard.
This also groups service banner into a new appearance settings page.
It adds a Fieldset component to allow for modular fields moving forward.
* Fix tests
2023-01-04 15:31:45 -06:00
Bruno Quaresma
175be621cf
refactor: Improve roles UI ( #5576 )
2023-01-04 18:30:35 -03:00
Jan Losinski
de0601d611
feat: allow configurable username claim field in OIDC ( #5507 )
...
Co-authored-by: Colin Adler <colin1adler@gmail.com >
2023-01-04 15:16:31 -06:00
Kyle Carberry
8968a00035
fix: add spacing between the copyright and login box ( #5578 )
...
I forgot to commit this before merging my prior PR!
2023-01-04 16:00:25 -03:00
Kyle Carberry
a36cd0bd7b
refactor: move footer items into the user dropdown ( #5562 )
...
* refactor: move footer items into the user dropdown
The items at the bottom looked unprofessional. Users don't
always need to be prompted to join our Discord or see the
active version of Coder.
This moves the items in the user dropdown which looks better.
* Update site/src/components/UserDropdownContent/UserDropdownContent.tsx
Co-authored-by: Asher <ash@coder.com >
* Fix import order
Co-authored-by: Asher <ash@coder.com >
2023-01-04 12:36:25 -06:00
Dean Sheather
91a4c2dce1
chore: remove address from deployment page ( #5565 )
2023-01-04 23:50:55 +10:00
Bruno Quaresma
4e14cc5207
refactor: Remove template UI from experimental ( #5555 )
2023-01-03 19:29:38 +00:00