ccrims0n
Repos
39
Followers
25
Following
6

Events

Update downloaders.js

Created at 2 weeks ago

Update queries.js

Created at 2 weeks ago
Created at 2 weeks ago

Apply suggestions from code review

Created at 3 weeks ago

chore: update psalm (#6532)

chore(deps): upgrade dependencies (#6538)

chore(i18n): update translations (#6456)

chore: Bump cypress-io/github-action from 4 to 5 (#6466)

Bumps cypress-io/github-action from 4 to 5.


updated-dependencies:

  • dependency-name: cypress-io/github-action dependency-type: direct:production update-type: version-update:semver-major ...

Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

chore: Bump dessant/lock-threads from 3 to 4 (#6465)

Bumps dessant/lock-threads from 3 to 4.


updated-dependencies:

  • dependency-name: dessant/lock-threads dependency-type: direct:production update-type: version-update:semver-major ...

Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

chore: Bump SonarSource/sonarcloud-github-action from 1.7 to 1.8 (#6451)

Bumps SonarSource/sonarcloud-github-action from 1.7 to 1.8.


updated-dependencies:

  • dependency-name: SonarSource/sonarcloud-github-action dependency-type: direct:production update-type: version-update:semver-minor ...

Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

chore: Bump webfactory/ssh-agent from 0.5.4 to 0.7.0 (#6399)

Bumps webfactory/ssh-agent from 0.5.4 to 0.7.0.


updated-dependencies:

  • dependency-name: webfactory/ssh-agent dependency-type: direct:production update-type: version-update:semver-minor ...

Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

chore: Bump @snyk/protect from 1.1091.0 to 1.1092.0 (#6539)

Bumps @snyk/protect from 1.1091.0 to 1.1092.0.


updated-dependencies:

  • dependency-name: "@snyk/protect" dependency-type: direct:development update-type: version-update:semver-minor ...

Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

docs(docker): preserve user/pass, update link (#6498)

docs: typo fix (#6491)

build: delete heroku workflow (#6540)

chore(release): update release 4.0.0 (#6541)

Merge branch 'main' into 5981-fix-contact-null

Created at 3 weeks ago
logUnguarded() does not respect Model::unguard()

@colinmackinlay Can you try the fix from #1157 and confirm if it works.

Created at 2 months ago
pull request opened
Fix unguarded checks #1123
Created at 2 months ago
ccrims0n create branch 1123-fix-checks
Created at 2 months ago

Fix style CI

Created at 2 months ago

Fix style CI comments

Created at 2 months ago
pull request opened
Fix #5981
  • Add deleted observer on the contact model

First of all thanks so much for taking the time to open a pull request and help the project. It's because of people like you that we love working on this project.

Please read the list below. Feel free to delete this text after but we need you to read it so we make sure that the project is consistent and remains of quality.

Checklist

Before submitting the PR

  • [ ] Read the CONTRIBUTING document before submitting your PR.
  • [ ] If the PR is related to an issue or fix one, don't forget to indicate it.
  • [ ] Create your PR as draft if it is not final yet. Mark it as ready... when it’s ready. Otherwise the PR will be considered complete and rejected if it's not working.

General checks

  • [ ] Make sure that the change you propose is the smallest possible.
  • [ ] The name of the PR should follow the conventional commits guideline that the project follows.

Front-end changes

  • [ ] If you change the UI, make sure to ask repositories administrators first about your changes by pinging djaiss or asbiin in this PR.
  • [ ] Screenshots are included if the PR changes the UI.
  • [ ] Front-end tests have been written with Cypress.

Backend/models changes

  • [ ] The API has been updated.
  • [ ] API's documentation has been added by submitting a pull request in the marketing website repository.
  • [ ] Tests have been added for the new code.
  • [ ] If you change a model, make sure the SetupTest file is updated. We need seeders to develop locally and generate fake data.

If the code changes the SQL schema

  • [ ] Make sure exporting account data as SQL is still working.
  • [ ] Make sure your changes do not break importing data with vCard and .csv files.
  • [ ] Make sure account reset and deletion still work.

Other tasks

  • [ ] CONTRIBUTORS entry added, if necessary.
  • [ ] If it's relevant and worth mentioning, create a changelog entry for this change. The changelog entry will appear inside the UI for all users to see. To know if your change is worth the creation of a changelog entry, read the documentation.
  • [ ] Don't forget to ask for a free account on https://monicahq.com as anyone who contributes can request a free account.
Created at 2 months ago
create branch
ccrims0n create branch 5981-fix-contact-null
Created at 2 months ago
Created at 2 months ago