Skip to content

Commit 977cb77

Browse files
authored
Merge branch 'develop' into dependabot/npm_and_yarn/axios-1.7.4
2 parents 84194ab + c54c3ec commit 977cb77

File tree

4 files changed

+21
-19
lines changed

4 files changed

+21
-19
lines changed

.github/workflows/fake-pr-tests.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Trigger PR tests (Plugins)
2+
3+
on:
4+
pull_request:
5+
types: [auto_merge_enabled]
6+
7+
jobs:
8+
trigger-pr-tests-plugins:
9+
name: Trigger PR tests (Plugins)
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Call TeamCity API endpoint
13+
run: |
14+
curl \
15+
-X POST \
16+
-H 'Authorization: Bearer ${{ secrets.TEAMCITY_TRIGGER_TESTS_TOKEN }}' \
17+
-H 'Content-Type: application/json' \
18+
-d '{"branchName": "pull/${{ github.event.number }}", "buildType": {"id": "${{ vars.TEAMCITY_BUILD_ID_FOR_TESTING_PLUGIN_PR }}"}}' \
19+
${{ vars.TEAMCITY_API_URL }}/buildQueue

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "CosmosDB-with-Gremlin-API",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"author": "hackolade",
55
"engines": {
66
"hackolade": "5.1.3",

properties_pane/entity_level/entityLevelConfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ making sure that you maintain a proper JSON format.
155155
},
156156
{
157157
"propertyKeyword": "parentCollection",
158+
"preserveOnCleanDependencies": true,
158159
"propertyType": "selecthashed",
159160
"canBeUnlinked": false,
160161
"disabledOnCondition": {

0 commit comments

Comments
 (0)