Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implementing bundle feature #694

Merged
merged 34 commits into from
Nov 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
4d4a990
implementing bundle feature
sudhirverma Oct 4, 2022
a8c3511
added Autocomplete dropdown for pipeline, task and clustertask
sudhirverma Oct 16, 2022
8378aa8
implementing bundle
sudhirverma Oct 26, 2022
2408028
Fixing UI
sudhirverma Oct 28, 2022
094d05b
fix UI
sudhirverma Oct 31, 2022
f88224a
Fix Autocomplete to disable when 10 item are selected
sudhirverma Oct 31, 2022
8dfc457
Added command bundle.
sudhirverma Oct 31, 2022
427b153
Fix eslint error
sudhirverma Oct 31, 2022
3a1cee3
Fix password input field
sudhirverma Nov 2, 2022
ddffb2c
Fixing css
sudhirverma Nov 2, 2022
4bb9f8f
Fixing css
sudhirverma Nov 3, 2022
17b863d
Fix button css
sudhirverma Nov 3, 2022
e68bf2e
Fix css for input
sudhirverma Nov 4, 2022
d719387
Fix css for UI
sudhirverma Nov 6, 2022
592b5a1
fix css label in Chip
sudhirverma Nov 6, 2022
979d69b
working on username & password and fixing bundle action should open o…
sudhirverma Nov 7, 2022
737e6dd
bundle action to open single time in editor
sudhirverma Nov 7, 2022
7ce2800
fix validation for input image and password and username
sudhirverma Nov 8, 2022
1a906da
Fix build
sudhirverma Nov 8, 2022
fb2f88c
Fix review changes
sudhirverma Nov 8, 2022
8e48761
Fix dropdown seletct issue
sudhirverma Nov 11, 2022
5f76754
Rebase and fix UI
sudhirverma Nov 17, 2022
fe7d200
Fix UI css
sudhirverma Nov 18, 2022
cb9488d
Fix css
sudhirverma Nov 24, 2022
6a646c5
Fixing build
sudhirverma Nov 24, 2022
3c4faa8
Fixing build
sudhirverma Nov 24, 2022
bd550da
Fix css Autocomplete
sudhirverma Nov 24, 2022
cc30314
Fix review changes
sudhirverma Nov 28, 2022
5342c91
Fix build
sudhirverma Nov 28, 2022
9736843
Fix unit test
sudhirverma Nov 28, 2022
ce6c5e9
Remove check for enable-tekton-oci-bundles
sudhirverma Nov 29, 2022
dd23655
rebase
sudhirverma Nov 30, 2022
e763769
Fix build
sudhirverma Nov 30, 2022
5576f8d
Fix indentation
sudhirverma Nov 30, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions build/install-vscode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import cp = require('child_process');
import path = require('path');
import { platform } from 'os';
// eslint-disable-next-line @typescript-eslint/no-var-requires
const downloadAndUnzipVSCode = require('vscode-test').downloadAndUnzipVSCode;
downloadAndUnzipVSCode().then((executable: string) => {
if (platform() === 'darwin') {
Expand Down
8 changes: 8 additions & 0 deletions images/dark/build.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions images/light/build.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading