Commit Graph

62 Commits

Author SHA1 Message Date
a9311c8ebe Merge pull request #16 from Kingsrook/feature/QQQ-14-filesystem-backend-module
Feature/qqq 14 filesystem backend module
2022-07-01 09:50:55 -05:00
6b79de525e QQQ-14 update createDate, modifyDate to default to current 2022-06-29 15:52:02 -05:00
c6c6fb3fcb QQQ-14 bumping qqq-backend-core version 2022-06-29 10:42:28 -05:00
b4c3c8246f QQQ-14 Add secret handling in meta data; update to scrub values before insert/update 2022-06-28 11:21:27 -05:00
ecd2736fe8 QQQ-14 feedback from code review 2022-06-24 16:18:14 -05:00
83786d97c3 QQQ-16 updated for changes to qqq-backend-core 2022-06-23 14:39:55 -05:00
8758093577 QQQ-16 updating backend-core to 0.0.0-20220623.193535-9 2022-06-23 14:37:40 -05:00
9faa2806fa adding snapshot tags to deploy jobs 2022-06-23 14:34:30 -05:00
048c02755c Update qqq-backend-core snapshot 2022-06-20 09:07:05 -05:00
4138534a55 QQQ-14 checkstyle cleanup 2022-06-20 08:41:46 -05:00
83c6e8eb3f QQQ-14 updates to meta-data and other refactoring in qqq-backend-core 2022-06-20 08:36:58 -05:00
1ce6027dc8 Fixed github link in License 2022-06-13 15:50:38 -05:00
4f4b9793ed Merge pull request #11 from Kingsrook/dependabot/maven/org.apache.logging.log4j-log4j-api-2.17.1
Bump log4j-api from 2.15.0 to 2.17.1
2022-06-13 15:19:27 -05:00
fbe12575b0 Bump log4j-api from 2.15.0 to 2.17.1
Bumps log4j-api from 2.15.0 to 2.17.1.

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-13 20:18:07 +00:00
4120c43ccf Merge pull request #14 from Kingsrook/dependabot/maven/com.h2database-h2-2.1.210
Bump h2 from 1.4.197 to 2.1.210
2022-06-13 15:17:23 -05:00
3055dd2151 Replace SERIAL with INT AUTO_INCREMENT (SERIAL stopped working in this h2 update?) 2022-06-13 15:15:49 -05:00
e60aeedf58 Bump h2 from 1.4.197 to 2.1.210
Bumps [h2](https://github.com/h2database/h2database) from 1.4.197 to 2.1.210.
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](https://github.com/h2database/h2database/compare/version-1.4.197...version-2.1.210)

---
updated-dependencies:
- dependency-name: com.h2database:h2
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-13 20:13:08 +00:00
638ccd38ba Merge pull request #12 from Kingsrook/dependabot/maven/org.apache.logging.log4j-log4j-core-2.17.1
Bump log4j-core from 2.15.0 to 2.17.1
2022-06-13 15:12:23 -05:00
5b26b5c939 Bump log4j-core from 2.15.0 to 2.17.1
Bumps log4j-core from 2.15.0 to 2.17.1.

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-13 19:54:52 +00:00
1f97d4324c Merge pull request #15 from Kingsrook/feature/QQQ-6-circle-ci-setup
Feature/qqq 6 circle ci setup
2022-06-13 14:54:03 -05:00
90dcea65ce Update to strip away comment lines (e.g., copyright) 2022-06-13 14:40:15 -05:00
1c82752346 Change to -- comments in copyright 2022-06-13 14:40:02 -05:00
cb92104f60 Fixed id on repository 2022-06-13 14:39:52 -05:00
d96039f0b8 Update qqq-backend-core to 0.0.0-SNAPSHOT 2022-06-13 14:08:28 -05:00
0d0b0525ee Real-development-mode ready versions of pom and CI scripts 2022-06-13 14:05:28 -05:00
8e0a95a928 Fixing github link in copyright 2022-06-08 09:06:45 -05:00
d87f6f234a QQQ-4 Applying AGPL Licence 2022-06-07 16:49:47 -05:00
a92c204d14 Update workflow to publish jar in qqq-maven 2022-04-28 12:34:20 -05:00
f5120982fb Adding POC support for aurora. 2022-04-27 13:01:38 -05:00
d357361442 Checkpoint: Added Update (edit) action 2022-03-01 18:28:27 -06:00
2eb7927458 Updated for renamed dep in qqq-backend-core 2022-02-15 18:18:58 -06:00
7351da8c1c Updated for moved packages in qqq-backend-core 2022-02-15 13:42:09 -06:00
560a5c61ac Added copyright 2021-12-14 18:41:56 -06:00
c6a2aa034c Updating to log4j 2.15.0 for security patch 2021-12-13 22:06:38 -06:00
b6a664ac89 Fixed to do index++ when fetching generated ids (with test coverage) 2021-12-01 22:58:08 -06:00
3956a28e70 Initial checkin 2021-11-30 18:09:06 -06:00
074b728bd5 Implemented delete 2021-11-30 18:09:00 -06:00
ada10f1445 Add BETWEEN, NOT_BETWEEN 2021-11-30 18:08:41 -06:00
cc5bfeeb08 Implemented all query operators in WHERE clause 2021-11-28 21:42:26 -06:00
3ba42ccb69 Update README.md 2021-11-08 22:11:30 -06:00
18a95f79a7 Checkpoint 2021-11-08 21:11:30 -06:00
aa4125efae Try mvn deploy step with GITHUB_TOKEN 2021-10-27 22:18:53 -05:00
575fa253ad Switch from omaven-settings-action to maven-settings-xml-action 2021-10-27 22:15:31 -05:00
687ff4442f Turn on distributionManagement repo and change mvn target from package to deploy 2021-10-27 22:13:09 -05:00
5f287a7be0 Remove skjolber/maven-cache-github-action; set githubServer: false for maven-settings-action 2021-10-27 22:09:42 -05:00
3a6f7f5efd Fix syntax for skjolber/maven-cache-github-action 2021-10-27 22:05:16 -05:00
99c924eba5 Add skjolber/maven-cache-github-action; remove -U from mvn 2021-10-27 22:03:50 -05:00
7b625fdf78 Try alternative maven settings action 2021-10-27 22:00:09 -05:00
8c058e0677 Move settings-xml setup to be after java install 2021-10-27 21:57:48 -05:00
5d0f6fdc91 Fix 'on' declaration 2021-10-27 21:56:14 -05:00