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

Merge dev to qa #690

Closed
wants to merge 49 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
d42a9cd
feat: multi select connections while issuance
bhavanakarwade Apr 4, 2024
51feb16
Merge branch 'develop' of https://github.com/credebl/studio into feat…
bhavanakarwade Apr 4, 2024
74f83b3
refactor: modify connection list screen
bhavanakarwade Apr 4, 2024
992a571
fix: resolved comments
bhavanakarwade Apr 4, 2024
5dd94bc
refactor: modify issuance ui
bhavanakarwade Apr 10, 2024
0f19378
Merge branch 'develop' of https://github.com/credebl/studio into feat…
bhavanakarwade Apr 10, 2024
8f24483
fix: modify query param name
bhavanakarwade Apr 12, 2024
cf08ebd
Merge branch 'develop' of https://github.com/credebl/studio into fix/…
bhavanakarwade Apr 12, 2024
7c6c3bc
fix: dark mode issues
bhavanakarwade Apr 12, 2024
9629a5d
Merge pull request #656 from credebl/fix/bug-fixes
sanjay-k1910 Apr 12, 2024
015053f
Refactor/update passkey package (#657)
tipusinghaw Apr 12, 2024
1ef1f6c
Merge branch 'develop' of https://github.com/credebl/studio into feat…
bhavanakarwade Apr 12, 2024
5110666
fix: redirection issue (#662)
sanjay-k1910 Apr 17, 2024
a48d5e6
refactor: allow domain with env (#663)
sanjay-k1910 Apr 17, 2024
89e514f
add: . for testing deno deploy
GHkrishna Apr 19, 2024
784b585
Merge branch 'develop' of https://github.com/credebl/studio into feat…
bhavanakarwade Apr 22, 2024
ba27e03
Merge branch 'develop' of https://github.com/credebl/studio into feat…
sanjay-k1910 Apr 22, 2024
199675e
fix: multipage connection selection
sanjay-k1910 Apr 23, 2024
751b53f
Merge branch 'feat/multiselcet-connections' of https://github.com/cre…
bhavanakarwade Apr 23, 2024
e8c6810
fix: checkoboxes state change functionality
bhavanakarwade Apr 23, 2024
41b6ef7
fix: issue button click
bhavanakarwade Apr 23, 2024
cb6f6ab
Merge pull request #652 from credebl/feat/multiselcet-connections
bhavanakarwade Apr 23, 2024
4484ca9
fix: checboxes selection issue
bhavanakarwade Apr 23, 2024
d177b52
Merge branch 'develop' of https://github.com/credebl/studio into feat…
bhavanakarwade Apr 23, 2024
ce650fa
[Deno Deploy] Update .github/workflows/deploy.yml
deno-deploy[bot] Apr 23, 2024
642c9db
Merge pull request #668 from credebl/feat/multiselcet-connections
sanjay-k1910 Apr 23, 2024
5c26347
feat: add own organizations in ecosystem (#667)
sanjay-k1910 Apr 26, 2024
06599e8
refactor: dockerfile changes
bhavanakarwade Apr 26, 2024
84751bd
Merge pull request #669 from credebl/refactor/dockerfile
Sheetal-ayanworks Apr 26, 2024
34afbe0
refactor: proof request payload for w3c format
pranalidhanavade Apr 29, 2024
ab6838c
Merge pull request #670 from credebl/verification-payload-changes-for…
pranalidhanavade Apr 30, 2024
7bd1081
fix: pagination parameter name to sync with backend
GHkrishna May 2, 2024
cd02469
Merge pull request #672 from credebl/fix/pagination-changes
pranalidhanavade May 2, 2024
ef12134
fix: image uri issue
GHkrishna May 15, 2024
26cf5d5
Merge pull request #675 from credebl/fix/image-uri-issue
GHkrishna May 16, 2024
6f962d6
fix: optional logo url addition while updating org details
GHkrishna May 16, 2024
1418fb4
Merge pull request #676 from credebl/fix/image-uri-issue
GHkrishna May 16, 2024
29f9632
feat: create new did and set primary did (#673)
bhavanakarwade May 16, 2024
99365dd
refactor: api endpoint (#677)
bhavanakarwade May 23, 2024
9c59d13
fix: checkboxes state clear issue (#680)
bhavanakarwade May 24, 2024
34e2844
[Deno Deploy] Update .github/workflows/deploy.yml
deno-deploy[bot] May 27, 2024
4a8cb00
fix: page breaking issues (#681)
pranalidhanavade May 29, 2024
5481a20
Fix/resolve page breaking issues (#687)
pranalidhanavade May 29, 2024
ee0b7c4
refactor: custom components wallet spinup (#686)
bhavanakarwade May 29, 2024
96289db
[Deno Deploy] Update .github/workflows/deploy.yml
deno-deploy[bot] May 29, 2024
e30ed3f
fix: page breaking issues (#688)
pranalidhanavade May 30, 2024
2e37877
refactor: modified bulk issuance payload (#683)
bhavanakarwade May 31, 2024
9bd980f
Merge branch 'qa' of https://github.com/credebl/studio into merge-dev…
GHkrishna Jun 5, 2024
63d323f
fix: remove duplicate code
GHkrishna Jun 5, 2024
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
3 changes: 3 additions & 0 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
with:
node-version: lts/*

- name: remove previous node module
run: rm -rf node_modules

- name: Build step
run: npm install && npm run build # 📝 Update the build command(s)

Expand Down
10 changes: 9 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,16 @@ jobs:
with:
deno-version: v1.x

- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: lts/*

- name: Install step
run: "npm install"

- name: Build step
run: "npm install && npm run build"
run: "npm run build"

- name: Upload to Deno Deploy
uses: denoland/deployctl@v1
Expand Down
17 changes: 12 additions & 5 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Deno from '@astrojs/deno';
import deno from '@deno/astro-adapter';
import { defineConfig } from 'astro/config';
import react from "@astrojs/react";
import sitemap from '@astrojs/sitemap';
Expand All @@ -8,15 +8,22 @@ const DEV_PORT = 3000;

// https://astro.build/config
export default defineConfig({
experimental: {
viewTransitions: true,
// experimental: {

// },
image: {
service: {
entrypoint: 'astro/assets/services/noop'
}
},

viewTransitions: true,
redirects: {
'/login': '/authentication/sign-in',
'/register': '/authentication/sign-up',
},

build:{
},
site: process.env.CI ? 'https://credebl-dev-ui.deno.dev' : `http://localhost:${DEV_PORT}`,
base: process.env.CI ? '/' : undefined,
output: 'server',
Expand All @@ -30,7 +37,7 @@ export default defineConfig({
integrations: [
//
sitemap(), tailwind(), react()],
adapter: Deno()
adapter: deno(),
});

if (typeof globalThis !== 'undefined' && typeof Deno !== 'undefined') {
Expand Down
Loading
Loading