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

Fix groups api calls #61

Draft
wants to merge 71 commits into
base: develop
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
71 commits
Select commit Hold shift + click to select a range
a516217
Added some build variations for M1 chip Mac
lukeswindale Feb 14, 2023
bffa555
Added a script which will setup and run a test of the RC
lukeswindale Mar 1, 2023
ceba4a3
Added the ability to provide some pre-requisite sql, which runs AFTER…
lukeswindale Apr 13, 2023
f63d18c
Reverting unintended commits
lukeswindale Apr 13, 2023
42d29ce
Fix groups api calls
edeati Apr 27, 2023
d50db64
Azure pipelines build file
edeati Apr 28, 2023
162b040
Set up CI with Azure Pipelines
edeati Apr 28, 2023
82c8dcf
Update azure-pipelines.yml for Azure Pipelines
edeati Apr 28, 2023
5705929
Push to acr
edeati Apr 28, 2023
bc51061
Add variable for the acr repo
edeati Apr 28, 2023
af2be2b
Revert "Reverting unintended commits"
lukeswindale Apr 28, 2023
92a61c4
Revert "Added the ability to provide some pre-requisite sql, which ru…
lukeswindale Apr 28, 2023
a9d213f
Revert "Added a script which will setup and run a test of the RC"
lukeswindale Apr 28, 2023
e8bb6de
Revert "Added some build variations for M1 chip Mac"
lukeswindale Apr 28, 2023
4e4d12d
-DalsoPush doesn't work
edeati Apr 28, 2023
ff6a174
Add docker login step
edeati Apr 28, 2023
b4d7e5b
Make a variable for the acr login too
edeati Apr 28, 2023
19aa5c5
Repository property is dockerfile.repository as per https://github.co…
edeati May 3, 2023
18279d3
docker.image.prefix is used for repository definition by the pom
edeati May 3, 2023
0517e9c
Support functions with sql statements
senjo-aehrc Jun 14, 2023
6f84a1e
Added support for pre-requisites sql
senjo-aehrc Jun 16, 2023
1079e09
Added support for pre-requisites sql
senjo-aehrc Jun 19, 2023
30cc621
Include support-stored-proc-file branch
edeati Jun 19, 2023
535545e
Include support-stored-proc-file branch
edeati Jun 19, 2023
d1c4eb0
Fix typo
senjo-aehrc Jun 19, 2023
a248e81
Fix regex compatibility
senjo-aehrc Jun 20, 2023
fc89311
Merge pull request #6 from aehrc/feature-support-functions
lukeswindale Jun 22, 2023
3f7c26f
Merge pull request #7 from aehrc/support-stored-proc-file
lukeswindale Jun 22, 2023
83a5d1c
Increasing the column size
senjo-aehrc Jun 26, 2023
01a555e
Provided filename mappings for currently unsupported files
lukeswindale Jun 27, 2023
deaa14b
Provided filename mappings for integer simple map refset
lukeswindale Jun 27, 2023
6384e06
Provided filename mappings for ccs and cci type refsets
lukeswindale Jun 27, 2023
a4842d8
Added the create table scripts for the new tables
lukeswindale Jun 27, 2023
7198ddc
Check mysql engine exists before appending
senjo-aehrc Jun 28, 2023
715fee9
Added crefset
lukeswindale Jun 28, 2023
caeb8c4
Merge branch 'support-stored-proc-file' of https://github.com/aehrc/r…
lukeswindale Jun 28, 2023
78ddbba
Ignore the the failing tests(Need to come back)
senjo-aehrc Jun 28, 2023
f155f20
Merge pull request #8 from IHTSDO/master
edeati Jul 4, 2023
c5d19b4
Fix the failing test
senjo-aehrc Jul 4, 2023
6d56fc5
Merge pull request #9 from aehrc/support-stored-proc-file
lukeswindale Jul 4, 2023
5d18e1a
Merge branch 'master-ihtsdo'
lukeswindale Jul 24, 2023
9de6b0b
Merge branch 'master' into groups-api-fix
lukeswindale Jul 24, 2023
e2ebc56
Increased the term size for descriptions
lukeswindale Jul 31, 2023
e6f3684
Increased the term size for descriptions to 2048
lukeswindale Aug 1, 2023
32e63a6
reduced the varchar max size from 2048 to 1000
lukeswindale Aug 2, 2023
64b9314
reduced the varchar max size from 1000 to 333 (1000 bytes)
lukeswindale Aug 2, 2023
0d96d7c
if term is greater than the max length (333) replace with hash
lukeswindale Aug 2, 2023
9865b98
if term is greater than the max length (333) replace with hash
lukeswindale Aug 2, 2023
2028a1f
Fixed the conditional hash function
lukeswindale Aug 2, 2023
5197d6e
reverting my truncation hanlder in the load scripts. will solve anoth…
lukeswindale Aug 3, 2023
4bb698c
Fixing the text definition column length
lukeswindale Aug 10, 2023
766c3a5
doubled the max-file-size and max-request-size
lukeswindale Aug 12, 2023
fceb2ca
Merge branch 'IHTSDO:master' into master
dionmcm Sep 13, 2023
ca9d8f2
Merging from SI into our code
lukeswindale Sep 14, 2023
f320c99
test fix
dionmcm Sep 14, 2023
6a8890a
Fixed merge error
lukeswindale Sep 14, 2023
ae79644
fix java version
dionmcm Sep 14, 2023
5dcf9a7
Merge remote-tracking branch 'origin/groups-api-fix' into groups-api-fix
dionmcm Sep 14, 2023
e6e9476
updated runtime docker image to support jdk17
dionmcm Sep 21, 2023
013f1d3
shot at fixing over-replacement of the schema/table name
dionmcm Sep 22, 2023
899c5e9
added logging for the config map
dionmcm Sep 22, 2023
4df5a52
Fixing up the config properties in the code merged from SI
lukeswindale Oct 9, 2023
f75454f
Merge branch 'master-ihtsdo'
lukeswindale Oct 10, 2023
60311ac
Merge branch 'master' into groups-api-fix
lukeswindale Oct 10, 2023
d1159f0
Correcting droolsRulesGroups property so it's consistent
lukeswindale Oct 10, 2023
e02b9cc
Revert "Correcting droolsRulesGroups property so it's consistent"
lukeswindale Oct 11, 2023
24b6658
update ALL term varchar to be 4096
MattCordell May 8, 2024
f55d094
Add OWASP plugin to pom
MattCordell May 9, 2024
9643b9a
Revert "update ALL term varchar to be 4096"
MattCordell May 23, 2024
882022c
Revert "Add OWASP plugin to pom"
MattCordell May 24, 2024
8078e43
Add owasp back (again...) Won't run without...
MattCordell May 24, 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
Prev Previous commit
Next Next commit
Set up CI with Azure Pipelines
[skip ci]
  • Loading branch information
edeati committed Apr 28, 2023
commit 162b040a2d6004a5b041405ab4cb3f9a145cefac
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: rvf-k8s-job-helm-$(Date:yyyyMMdd)$(Rev:.r)
name: release-validation-framework-$(Date:yyyyMMdd)$(Rev:.r)

trigger:
branches:
include:
- '*'
- 'groups-api-fix'
pool:
vmImage: 'ubuntu-latest'