Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
fadf6d9
Update core
wongpratan Apr 23, 2025
0f86729
Add support for the user field in the CSV importer widget - https://g…
wongpratan Apr 28, 2025
35404a8
*Fix import one:many data in the CSV Importer widget - https://github…
wongpratan Apr 29, 2025
bd7fb26
*Fix import one:many data in the CSV Importer widget - https://github…
wongpratan Apr 29, 2025
8a398f5
*Update core - https://github.com/digi-serve/ns_app/issues/615
wongpratan May 13, 2025
2d3c068
*Update core - https://github.com/digi-serve/ns_app/issues/615
wongpratan May 21, 2025
5277e69
+Add Keys Option to CSV Importer widget - https://github.com/digi-ser…
wongpratan May 23, 2025
41d3802
Merge branch 'widget/CSVImporter' of github.com:digi-serve/ab_platfor…
wongpratan May 23, 2025
9f73666
*Improve performance to load the large options - https://github.com/d…
wongpratan Jun 6, 2025
8a8d478
*Improve performance to load the large options - https://github.com/d…
wongpratan Jun 9, 2025
0be9f56
*Improve performance to load the large options - https://github.com/d…
wongpratan Jun 9, 2025
a84d849
*Fix fetching of large options during search - https://github.com/dig…
wongpratan Jun 10, 2025
e95cc64
*Improve performance to load the large options on the Form widget - h…
wongpratan Jun 10, 2025
ed16454
*Fix selected item of the large options - https://github.com/digi-ser…
wongpratan Jun 12, 2025
77d6012
*Throttle options population - https://github.com/digi-serve/ns_app/i…
pong-promrat Jun 12, 2025
f751410
*Update core - https://github.com/digi-serve/ns_app/issues/626
pong-promrat Jun 17, 2025
f5ec9b5
*Update how to pull DOCKER_USERNAME value
pong-promrat Jun 17, 2025
af48d76
*Fix search the number field - https://github.com/digi-serve/ns_app/i…
pong-promrat Jun 18, 2025
d2e69e7
*fixing the issue with loading large options so that the selected val…
pong-promrat Jul 15, 2025
0b3e70e
*Fix selected connect field option loading - https://github.com/digi-…
pong-promrat Sep 18, 2025
af663ba
Merge from #master
pong-promrat Sep 18, 2025
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
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/Task.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: Task
about: when the work cannot be accurately represented by the other issue types
title: ''
assignees: ''

---

## Task Summary



28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: 'bug :beetle:'
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**

**Server**
Staging, Production, etc.

**Additional context**
Add any other context about the problem here.
66 changes: 66 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report_form.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
name: Bug Report Form
description: File a bug Report
labels: ["bug :lady_beetle:", "bug"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: input
id: description
attributes:
label: Short Description
description: Briefly describe what happened.
validations:
required: true
- type: dropdown
id: bug-severity
attributes:
label: Does the bug prevent users from working?
options:
- The bug does not prevent users from working
- The bug is an inconvenience but does not prevent users from working
- The bug prevents users from completing some tasks
- The bug prevents users from completing critical tasks (e.g., saving data)
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: Steps to Reproduce
description: Please tell us what you did, so we can reproduce the bug.
value: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: true
- type: input
id: expected
attributes:
label: Expected Behavior
description: What did you expect to happen?
validations:
required: true
- type: input
id: server
attributes:
label: What Server are you using?
description: Where do you see this bug?
validations:
required: false
- type: textarea
id: screenshots
attributes:
label: Screenshots
placeholder: Paste Here (ctrl + v)
validations:
required: false
- type: textarea
id: other
attributes:
label: Anything else?
description: Add any other information that could help us fix this.
validations:
required: false
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Enhancement
about: Small changes to make things work better
title: ''
labels: 'enhancement :sparkles:'
assignees: ''

---

**Is this related to a problem?**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Desired Solution**
A clear and concise description of what you want to happen.

**Alternatives**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Feature
about: A new feature
title: ''
labels: 'feature :star2:'
assignees: ''

---

> “As a [user], I [want to], [so that].”

## Requirements
1.

### Tasks
- [ ] Write Documentation

## Reference
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/performance-enhancement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Performance Enhancement
about: For improvements to performance
title: ''
labels: 'enhancement/performance :racing_car:'
assignees: ''

---

**Where do you experience the issue?**
App, server. Any specifics to reproduce?

**Desired Solution**
A clear and concise description of what you want to happen.

**Alternatives**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
2 changes: 1 addition & 1 deletion .github/workflows/addissuetoproject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Get project data
env:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
ORGANIZATION: digi-serve
ORGANIZATION: CruGlobal
PROJECT_NUMBER: 2
run: |
gh api graphql -f query='
Expand Down
28 changes: 0 additions & 28 deletions .github/workflows/dispatch-web-update.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/docker-build-custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v3
with:
path: web
repository: digi-serve/ab_service_web
repository: CruGlobal/ab_service_web
token: ${{ secrets.GITHUB_TOKEN }}

- name: Install dependencies
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
username: ${{ vars.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Build and push
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:
- branch: master
webpack: update
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: ab_platform_web
submodules: true
ref: ${{ inputs.ref }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: web
repository: digi-serve/ab_service_web
repository: CruGlobal/ab_service_web
token: ${{ secrets.GITHUB_TOKEN }}
ref: ${{ matrix.branch }}

Expand All @@ -44,16 +44,16 @@ jobs:
# webpack expects the folder to be called "web" ab-install action expects "ab_service_web"
- run: mv web ab_service_web

- uses: digi-serve/ab-install-action@v1
- uses: CruGlobal/ab-install-action@v1
with:
port: 8080
folder: ab
repository: digi-serve/ab_service_web
repository: CruGlobal/ab_service_web

- name: Check out kitchen-sink tests
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: digi-serve/kitchensink_app
repository: CruGlobal/kitchensink_app
path: ab/test/e2e/cypress/e2e/kitchensink_app

# These next steps are to save our ablogs to file
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3
with:
path: web
repository: digi-serve/ab_service_web
repository: CruGlobal/ab_service_web
token: ${{ secrets.GITHUB_TOKEN }}
ref: master

Expand All @@ -35,9 +35,9 @@ jobs:
run: mv web ab_service_web

- name: Install AppBuilder
uses: digi-serve/ab-install-action@v1
uses: CruGlobal/ab-install-action@v1
with:
repository: digi-serve/ab_service_web
repository: CruGlobal/ab_service_web

- name: Wait for AppBuilder
# Skipping the wait step. Cypress has a bit of wait time built in. It might be enough.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-label-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ on:
jobs:
call-check-pr:
name: Check
uses: digi-serve/.github/.github/workflows/check-pr-release-label.yml@master
uses: CruGlobal/.github/.github/workflows/check-pr-release-label.yml@main
17 changes: 9 additions & 8 deletions .github/workflows/pr-merge-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Label
# Only run if the PR closed by merging and we have a label
if: ${{ github.event.pull_request.merged }}
uses: digi-serve/.github/.github/workflows/get-pr-release-label.yml@master
uses: CruGlobal/.github/.github/workflows/get-pr-release-label.yml@main
call-e2e-tests:
name: Test
needs: [call-get-label]
Expand All @@ -21,23 +21,24 @@ jobs:
name: Version
# Only run if tests pass
needs: [ call-get-label, call-e2e-tests ]
uses: digi-serve/.github/.github/workflows/bump-version.yml@master
uses: CruGlobal/.github/.github/workflows/bump-version.yml@main
with:
ref: ${{ github.ref }}
type: ${{ needs.call-get-label.outputs.label }}
call-create-release:
name: Release
uses: digi-serve/.github/.github/workflows/create-release.yml@master
uses: CruGlobal/.github/.github/workflows/create-release.yml@main
needs: [call-bump-version]
with:
tag: v${{ needs.call-bump-version.outputs.new_version }}
dispatch-web-update:
name: Dipsatch Web Service Update
call-dispatch-web-update:
needs: [ call-bump-version, call-get-label ]
uses: ./.github/workflows/dispatch-web-update.yml
uses: CruGlobal/.github/.github/workflows/dispatch-update.yml@main
with:
dispatch_repos: '["ab_service_web"]'
dispatch_type: "web_new_version"
type: ${{ needs.call-get-label.outputs.label }}
version: ${{ needs.call-bump-version.outputs.new_version }}
repo: ab_platform_web
app_id: ${{ vars.GS_DEV_APP_ID }}
secrets:
TOKEN: ${{ secrets.PAT }}
app_secret: ${{ secrets.GS_DEV_APP_PK }}
Loading