502 Commits

Author SHA1 Message Date
Kryštof
8d8f5b51d0 separator fix 2021-12-06 15:39:32 +01:00
Manuel Alejandro de Brito Fontes
1c0c677313 Update alpine to 3.15 2021-12-01 10:10:27 +01:00
Jan Keromnes
b196c71a34 [dashboard] Add loading indicator to Prebuilds page 2021-11-30 17:48:27 +01:00
Jan Keromnes
18b8251b6d [dashboard] Trivial: Disable rule 'import/no-anonymous-default-export' (common practice in our codebase) 2021-11-30 17:48:27 +01:00
Jan Keromnes
100c5d5668 [dashboard] Trivial: Move InstallGitHubApp component under dashboard/src/projects 2021-11-30 17:48:27 +01:00
Cornelius A. Ludmann
b4fa0fc9ba [server] Serve IDE config via gitpod-protocol 2021-11-30 15:15:26 +01:00
Jan Keromnes
32adc2cbff [dashboard] When creating a new Project in your personal account, don't ask under which team to create it 2021-11-30 15:03:26 +01:00
Laurie T. Malau
1546851c70 Add download button 2021-11-30 10:28:26 +01:00
William Ghelfi
e2c1988ec6 [docs]: clarify how to configure the dashboard for contributing 2021-11-29 11:42:25 +01:00
William Ghelfi
e6d13a5ad1 [dashboard] tweak UI in prebuilds tab
1. Truncate branch name in prebuilds tab
2. Add long form titles to truncated info in prebuilds tab
3. In the prebuilds tab, vertically align the branch name with the other info
2021-11-29 11:42:25 +01:00
William Ghelfi
5cfa0a7afb [dashboard] make ItemField agnostic about vertical centering 2021-11-29 11:42:25 +01:00
Cornelius A. Ludmann
e0a853818c [dashboard] Extract IDE preferences to data structure 2021-11-29 09:13:25 +01:00
jakobhero
53f37654f8 fix error that path of clickable element after redirect is sent 2021-11-27 10:11:23 +01:00
Jan Keromnes
473274c157 [dashboard][server] Make all project slugs unique within a team or user account by adding a unique suffix 2021-11-26 15:50:22 +01:00
Geoffrey Huntley
b35ed674dd feat(dashboard): redirect /memes to the website
Relates to https://github.com/gitpod-io/website/pull/1281
2021-11-26 15:49:22 +01:00
DetachHead
17b1b7f50b add GIT_COMMITTER_NAME and GIT_AUTHOR_EMAIL 2021-11-24 16:08:21 +01:00
Cornelius A. Ludmann
7e92f6036d [dashboard] Add hint to peferences to workspace ready page 2021-11-24 14:00:20 +01:00
Cornelius A. Ludmann
c935476462 [dashboard] Add more actions to workspace ready page 2021-11-24 14:00:20 +01:00
jakobhero
7c6ccbbe71 Add to anonymous_js cookie in dashboard: 1) leading dot in domain and 2) expiration date of 1 year 2021-11-22 10:50:19 +01:00
iQQBot
4e131e22e7 [dashboard]Fixes Project URLs with dots are broken 2021-11-22 10:34:18 +01:00
Jan Koehnlein
d8ee631766 [dashboard] show error message on new project for Bitbucket-only users
Fixes #6345
2021-11-19 10:34:16 +01:00
George Tsiolis
cb7e182e2f Change environment variable scope placeholder 2021-11-18 13:03:15 +01:00
Cornelius A. Ludmann
c6379c8c61 [ide] Add VS Code desktop IDE options 2021-11-18 10:14:15 +01:00
Jan Keromnes
5fb98d02e5 [dashboard] Make color theme preference backwards compatible 2021-11-18 09:44:15 +01:00
Jan Keromnes
0ded267016 [dashboard] Change default color theme from Light → System 2021-11-17 16:42:14 +01:00
Jan Keromnes
1f712d9ccb [dashboard] Prefer project.slug over project.name in Projects page links 2021-11-17 14:19:14 +01:00
Jan Keromnes
c52f8a0247 [dashboard] Fix Cancel button state in Prebuild page by also updating prebuild info on instance update 2021-11-16 16:45:13 +01:00
Jan Keromnes
c009480d91 [dashboard] Show loading indicator when switching git providers to add a new project 2021-11-16 09:37:13 +01:00
Laurie T. Malau
3d70df50dc Use name if path is not available 2021-11-10 11:15:07 +01:00
Pudong Zheng
c715b3521f remove all private repo check 2021-11-09 12:20:07 +01:00
Pudong Zheng
54bbe8dc5d support gitpod.io/<project-url> 2021-11-08 15:56:07 +01:00
Cornelius A. Ludmann
a90e37893c [dashboard] Add BETA label to JetBrains IDEs 2021-11-08 11:53:06 +01:00
Cornelius A. Ludmann
dfd9399505 [dashboard] Remove feature flag for desktop IDEs 2021-11-08 11:53:06 +01:00
Cornelius A. Ludmann
dd293bb52d [dashboard] Add small UI changes for desktop IDEs 2021-11-05 20:12:04 +01:00
Laurie T. Malau
de09b5f828 Include subgroups
Fixes #6068
2021-11-05 13:08:03 +01:00
Pudong Zheng
012d095683 support for github.dev 2021-11-03 14:43:11 +01:00
Pudong Zheng
ba2e37b5d5 Replace hard-coded gitpod.io links 2021-11-03 14:13:11 +01:00
Gero Posmyk-Leinemann
7abe78c917 [dev] Upgrade to node.js v16 and all major TS libs
This commit includes the following commits:
 - @iqqbot update dev image to nodejs v16lts
 - @iqqbot update dev-environment-image to use nodejs v16
 - @iqqbot update component to nodejs v16 lts
 - [licensor] Adjust to v16
 - [ts] Bump @types/node to ^16.11.0 accordingly
 - @aledbf Update typescript dependencies
 - @aledbf Update typescript configuration
 - @aledbf / @geropl Update typescript code
 - [server] Fix express/passport types
 - [db] typeorm upgrade 0.1.20 -> 0.2.22: fix compile and runtime issues
 - [db] typeorm upgrade 0.2.22 -> 0.2.38: fix compile and runtime issues
 - [dev] Upgrade amqplib and smaller libs
 - [dev] Upgrade uuid
 - [dev] Update probot
 - [dev] Final yarn.lock
2021-11-02 13:59:10 +01:00
HonkingGoose
f56a9f21ce chore: capitalize proper noun Git in dashboard components 2021-11-02 13:14:10 +01:00
Alex Tugarev
93693cfe1e [dashboard] Improve email address already in use
1. Advertise to use another identity provider.
2. Handle same error in New Project wizard.

Fixes #5975
2021-11-02 11:56:10 +01:00
Jan Koehnlein
8e41a0336f [dashboard] show PENDING state during entire prebuild pod setup 2021-11-02 11:48:10 +01:00
Jan Koehnlein
ec76534446 [dashboard] add additional prebuild state to UI 2021-11-02 11:48:10 +01:00
Alex Tugarev
422a7fcf6e [teams] inactivate Leave Team action for last team owner 2021-11-02 11:46:10 +01:00
Laurie T. Malau
7658c52125 Introduce project slug
Fixes #5847
2021-11-02 11:31:10 +01:00
Pudong Zheng
9afad166d4 Add confirmation modal when deleting projects
Co-authored-by: Laurie T. Malau <laurie@gitpod.io>
2021-11-01 16:55:10 +01:00
Pudong Zheng
7ff8d28be2 fix skip confirm modal #6383 2021-11-01 16:17:09 +01:00
George Tsiolis
9598f30730 Update canceled prebuild status icon 2021-11-01 14:40:10 +01:00
Alex Tugarev
af780e9941 [projects] unblock if project config cannot be fetched 2021-10-29 14:47:06 +02:00
Alex Tugarev
9fb03bd4e8 [projects] handle private GitHub projects on Config Page 2021-10-29 14:47:06 +02:00
jakobhero
a89bcf6226 Shift user attributes to indentify calls 2021-10-29 10:57:07 +02:00