-
Notifications
You must be signed in to change notification settings - Fork 0
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
update tables for thread, board and poll #16
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gm112
approved these changes
Sep 29, 2024
gm112
added a commit
that referenced
this pull request
Dec 9, 2024
* ci: add first pass docker scripts * ci: add volumes and more configuration for docker containers * chore: docker compose tweaks * ci: add ci.yml file * chore: pass java version into build step title --------- Co-authored-by: steve <[email protected]> chore: enable dependabot.yml (#10) * chore: enable dependabot.yml * chore: add maven to package-ecosystem value chore: bump com.google.guava:guava in the maven group across 1 directory (#8) Bumps the maven group with 1 update in the / directory: [com.google.guava:guava](https://github.com/google/guava). Updates `com.google.guava:guava` from 31.1-jre to 32.0.0-jre - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production dependency-group: maven ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Bump org.modelmapper:modelmapper from 3.1.0 to 3.2.1 (#11) Bumps [org.modelmapper:modelmapper](https://github.com/modelmapper/modelmapper) from 3.1.0 to 3.2.1. - [Changelog](https://github.com/modelmapper/modelmapper/blob/master/CHANGES.md) - [Commits](modelmapper/modelmapper@modelmapper-parent-3.1.0...modelmapper-parent-3.2.1) --- updated-dependencies: - dependency-name: org.modelmapper:modelmapper dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> chore: bump org.apache.commons:commons-lang3 from 3.12.0 to 3.17.0 (#12) Bumps org.apache.commons:commons-lang3 from 3.12.0 to 3.17.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> chore: bump org.springframework.boot:spring-boot-starter-parent (#14) Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 3.3.2-SNAPSHOT to 3.4.0-M3. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/commits/v3.4.0-M3) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> chore: bump com.google.guava:guava from 31.1-jre to 33.3.1-jre (#13) Bumps [com.google.guava:guava](https://github.com/google/guava) from 31.1-jre to 33.3.1-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> add user profile (#15) update tables for thread, board and poll (#16) add file attachments and user avatars (#17) add user permission tables and a couple of other table updates (#22) lots of thread and user updates (#23) adds latest message loading for threads (#24) add pagination support to boards (#25) * add pagination support to boards * fix required page no issue refactors forum endpoints a bit (#26) adds child board meta data (#31) chore: bump org.springframework.boot:spring-boot-starter-parent (#30) Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 3.4.0-M3 to 3.4.0-RC1. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.0-M3...v3.4.0-RC1) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> clean up dataprovider for categories (#33) add banner.txt set version to 1.0.0 initial bbcode configs (#34) chore: configure vscode settings feat(backend): add db provisioning script doc: update readme with docker info chore: make ports into variables docs: add example of how to just run the db chore: move scripts into provisioning subfolder chore: move env settings around chore: add lf for .sh files in gitattributes chore: clean up initialize database script chore: sync chore: adjust path feat(iac): add initial images for bootstrapping host fix(db): add fixes from steve for provision db
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.