Skip to content

Developement and server merge - #121

Merged
elifouts merged 6 commits into
mainfrom
Developement-And-Server
Feb 27, 2026
Merged

Developement and server merge#121
elifouts merged 6 commits into
mainfrom
Developement-And-Server

Conversation

@elifouts

Copy link
Copy Markdown
Collaborator

merge my dev branch and main.

Copilot AI review requested due to automatic review settings February 27, 2026 06:46

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR merges development work into main, updating the Expo app versioning and bringing in various backend runtime/data artifacts from the dev environment.

Changes:

  • Bumped Expo app version/build numbers (version, ios.buildNumber, android.versionCode).
  • Added backend data artifacts (Postgres SQL dump, SQLite WAL/SHM files).
  • Added backend upload images under backend/uploads/.

Reviewed changes

Copilot reviewed 2 out of 7 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
frontend/app.json Updates app/build versions; adds an extra top-level ios config block.
backend/uploads/u2_31ec6c089f9f008d2b4b2c52.jpg Uploaded media file included in repo (runtime artifact).
backend/uploads/u2_182a392d5837c19a1ad894b5.jpg New uploaded media file included in repo (runtime artifact).
backend/backups/db/devbits-db-20260226-002618.sql Full database dump added/updated (contains application data).
backend/api/internal/database/dev.sqlite3-wal SQLite WAL runtime artifact added.
backend/api/internal/database/dev.sqlite3-shm SQLite SHM runtime artifact added.
Comments suppressed due to low confidence (4)

backend/backups/db/devbits-db-20260226-002618.sql:6

  • This PR is committing a full database dump. The dump includes application data and restore directives (e.g., \restrict token) and should not be version-controlled. Prefer schema migrations + a minimal, sanitized seed/test dataset; if backups are needed, store them outside git (artifact storage) and add backend/backups/ (or at least backend/backups/db/*.sql) to .gitignore.
    backend/backups/db/devbits-db-20260226-002618.sql:664
  • The seeded posts content in this dump includes unprofessional language (e.g., "screw you ...") that would ship to any environment restored from this backup. Please remove/replace this content (or remove the dump entirely) so repository history doesn’t contain it.
    backend/backups/db/devbits-db-20260226-002618.sql:790
  • This dump includes credential material (bcrypt password hashes) in userlogininfo. Even though hashed, committing real credential data is a security risk and can violate data-handling policies. Please remove this dump from the repo and use a sanitized fixture with known non-production credentials if test users are required.
    backend/backups/db/devbits-db-20260226-002618.sql:801
  • This dump includes Expo push tokens in userpushtokens. Push tokens are sensitive identifiers and shouldn’t be committed to git history. Please remove them from version control (and from this dump), and ensure seed/test data uses synthetic values.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread frontend/app.json Outdated
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@elifouts
elifouts merged commit 5f9b55c into main Feb 27, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants