-
Notifications
You must be signed in to change notification settings - Fork 186
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
Flar UI vue 3 sso #589
Closed
Gaurabag
wants to merge
28
commits into
openflagr:main
from
Allen-Career-Institute:flar_ui_vue_3_sso
Closed
Flar UI vue 3 sso #589
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
a8650cf
CFNP || added jenkinsfile + build scripts for CI/CD (#2)
himanshu-allen df00579
feat: vue version upgrade and sso
Gaurabag 79d65c3
fix: added access token correct and envs and login
Gaurabag 9c56e9d
fix: added fix
Gaurabag bb26b00
fix: delete icon
Gaurabag fb682a3
fix: added info
Gaurabag 1b45077
updated dockerfile
himanshu-allen 4cb2f0c
fix: added env setup
Gaurabag 380b101
updated and fixed test cases for jwt middleware + sonar and linting f…
himanshu-allen c8d67d3
updated jwt library in existing testcase: subject_text.go
himanshu-allen 2d2622e
updated test cases and module name in go mod
himanshu-allen f8e4013
updated dockerfile for golang 1.22.7
himanshu-allen e79ff01
updated dockerfile for golang 1.22.7
himanshu-allen 196b733
updated back to go 1.21
himanshu-allen 0566334
docker update for alpine
himanshu-allen 1ecdd29
added browser files for exclusion
himanshu-allen 773a57e
added test cases
himanshu-allen da09981
sonar reduced cognitive complexity
himanshu-allen 8cae4d1
updated for segment id fix if there are no matching segments
himanshu-allen 68e87b3
minor fixes for updated by user
himanshu-allen d5b34dd
fixed: middleware issue while serving static file
himanshu-allen 736f60c
test fix
himanshu-allen 270a657
fix: debug console editor fix, tags , notes update fix
Gaurabag ec3bfc1
update api url for bff internal url + const
himanshu-allen eb39f5c
udpated docker file for env variables as well
himanshu-allen 3c7a9af
added comment for segment id bug fix
himanshu-allen 755bd0d
updated docker file
himanshu-allen 525c339
resolved comments
himanshu-allen 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
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Changelog | ||
|
||
https://github.com/openflagr/flagr/releases | ||
https://github.com/Allen-Career-Institute/flagr/releases |
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
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,15 @@ | ||
// Wiki: https://acikota.atlassian.net/wiki/spaces/Platform/pages/311787592/Centralising+stages+of+the+pipeline+for+golang+backend+services | ||
@Library('Allen_Shared_Libraries') _ | ||
commonPipelineForGolang( | ||
jenkinsAgentImage: '537984406465.dkr.ecr.ap-south-1.amazonaws.com/allen-jenkins-agent:v4', | ||
environment: [ | ||
GOPRIVATE : "https://github.com/Allen-Career-Institute/*", | ||
DEPLOY_GITOPS_REPO : "central-gitops-repo", | ||
DEPLOY_TARGET_FILE : "app-charts/flagr/values-dev.yaml", | ||
DEPLOY_TARGET_FILE_LIVE : "app-charts-live/flagr/values-dev.yaml", | ||
DEPLOY_TARGET_BRANCH : "main", | ||
REGISTRY : "537984406465.dkr.ecr.ap-south-1.amazonaws.com", | ||
REPOSITORY : "flagr", | ||
SLACK_CHANNEL : "pipeline-comms" | ||
] | ||
) |
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
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
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
BASE_URL="" | ||
VUE_APP_API_URL=http://127.0.0.1:18000/api/v1 | ||
VUE_APP_API_URL=http://flagr.allen-demo.in/api/v1 | ||
VUE_APP_SSO_API_URL=https://bff-dev.allen-demo.in/internal-bff/ | ||
VUE_APP_FLAGR_UI_POSSIBLE_ENTITY_TYPES=null | ||
NODE_ENV=development |
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 |
---|---|---|
@@ -1 +1,3 @@ | ||
VUE_APP_API_URL=api/v1 | ||
VUE_APP_API_URL=http://flagr.allen-live.in/api/v1 | ||
VUE_APP_SSO_API_URL=https://api.allen-live.in/internal-bff/ | ||
NODE_ENV=production |
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,3 @@ | ||
VUE_APP_API_URL=https://flagr.allen-stage.in/api/v1 | ||
VUE_APP_SSO_API_URL=https://bff.allen-stage.in/internal-bff/ | ||
NODE_ENV=stage |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
Oops, something went wrong.
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.
quick question, is this supposed to be a PR for openflagr upstream or your own github org's fork?