-
Notifications
You must be signed in to change notification settings - Fork 25
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
WIP: CDS UI Alpha v1 #123
+27,575
−618
Merged
WIP: CDS UI Alpha v1 #123
Changes from all commits
Commits
Show all changes
98 commits
Select commit
Hold shift + click to select a range
304a94f
Initial - migrated datasets page to updated API
303cc95
dataset validation fix
ac394b5
account request migrations
92b8733
account migrations
60f83fd
account updates
15948cb
account fixes
232ab67
Update dataManager.js
cc6ca66
fixes for accounts
0b42bf3
Update PoliciesCard.vue
be741bf
settings
205bb53
Fix for sockjs console errors
b6ad13b
get policy and policy accounts
8b0d048
Update DatasetsCard.vue
5664099
delete Policy
74c67fb
policy updates
690ef63
fixes and console log reduction
ee3b047
b/152680662
c5e3b79
clean up
3c80d42
clean up
4d2b529
clean up
ceac901
clean up
f2ef5ce
b/152343675 - Admin init schema
65407fb
re-factoring adding sync for policies
f2655d9
Update dataManager.js
3e30381
Update AdminCard.vue
decf9a6
Update main.js
7785833
clean up
5f00d1d
changing header
41c8254
adding view function stubs
54c1b98
Updated related data upon dataset deletion
7e73706
Update dataManager.js
518de35
migrating list views
8b4709f
updates for getView
491f30e
view reference data
438ce30
Migrating delete view
6ce58a1
Migrating validation
624bc41
view creation
fa67ed6
Update EditView.vue
e4075ee
view creation migration
6b2de5f
view creation and update fixes
b86c231
Update bigqueryUtil.js
081b9a1
Update storageUtil.js
4ab289b
deploy updates
bbbf5f9
Update settings_cds-demo-2.json
076ea96
Update settings_cds-demo-2.json
8e0f53c
Update dataManager.js
b327d8d
Update settings.json
56662d8
Delete validateManager.js
phriscage 934eb26
Update Dockerfile
phriscage 4ef5acc
Update README.md
phriscage c1e24a7
Update deployment.yaml
phriscage 7fa2873
Update lb-service.yaml
phriscage ac4c38d
Update service.yaml
phriscage f592ef7
Update index.html
phriscage 735b8b8
user
c200e53
renaming bqds to CDS
phriscage f092215
Merge branch 'cds-ui-v1' of github.com:GoogleCloudPlatform/cloud-data…
phriscage d90accd
removing unused firebase props
40779e8
fix
52241e8
moving runtime config
0871b06
clean up
91e6f8d
dataset fix
7662d37
clean up
ffebb2f
fixes
a979e08
Merge branch 'master' into cds-ui-v1
98541b2
Update dataManager.js
97cb589
Update dataManager.js
18a41e5
validation and test fixes
a1f5736
Update configValidator.js
36f61ac
Update configValidator.js
c25b169
Update package-lock.json
a87881d
alert for validation errors
75d4845
b/153211376
0a66f1c
date fix
454834c
Update EditView.vue
eafd836
Update settings.json
975a206
Update EditView.vue
a1f4472
renaming batch id
64ad176
updated labelName to cfg.cdsManagedLabelKey
phriscage 44feab3
Re-factoring column/headers for sample data
cfd209b
Update EditView.vue
a5cfe10
Update EditView.vue
7db64b8
b/152209251
cdb4b84
Update EditView.vue
3be18b6
Update sqlBuilder.js
9848d29
Update sqlBuilder.js
e9d93f7
b/152209251
0bc9130
update dataset description / dataset link to bq console
d268ebb
Update index.js
207ed51
git url updates
587af71
Update index.js
57c7213
Update EditView.vue
21b8197
removing colon
5bb5ecd
updated admin API endpoints, documentation, and frontend page for admin
phriscage c1ed74f
bug fixes
a557e5a
Adding Authorization header
a88ecc4
b/152209251
fbd0d44
firebase auth
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
#!/bin/bash -eu | ||
# | ||
# Copyright 2019 Google LLC | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
cd "$(dirname "$0")" | ||
export PROJECT_ID=`gcloud config list --format 'value(core.project)'` | ||
echo $PROJECT_ID | ||
export TAG=dev | ||
cd v1alpha | ||
cd ../../ | ||
gcloud builds submit --config api/v1alpha/cloudbuild.yaml --substitutions=TAG_NAME=${TAG} | ||
gcloud run deploy cds-api \ | ||
--image gcr.io/${PROJECT_ID}/cds-api:${TAG} \ | ||
--region=us-central1 \ | ||
--allow-unauthenticated \ | ||
--platform managed \ | ||
--service-account cds-demo-2-ui@cds-demo-2.iam.gserviceaccount.com | ||
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we add the Cloud Run deploy action to Cloud Build script? https://cloud.google.com/cloud-build/docs/deploying-builds/deploy-cloud-run
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure @phriscage, that would be cool.