Skip to content

Tags: mozilla-services/socorro

Tags

v2024.02.19

Toggle v2024.02.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
OBS-504: Optimize Socorro builds for better FE dev speed (#6908)

* OBS-504: reorder docker commands to improve FE build speed

* OBS-504: exclude devcontainer from default build target

* OBS-504: reorder devcontainer docker commands

* Update justfile

Co-authored-by: Sven Marnach <[email protected]>

* Update justfile

Co-authored-by: Will Kahn-Greene <[email protected]>

---------

Co-authored-by: Sven Marnach <[email protected]>
Co-authored-by: Will Kahn-Greene <[email protected]>

v2025.02.11

Toggle v2025.02.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
OBS-384: upgrade ESLint to v8 (#6893)

* OBS-478: upgrade ESLint to v8

* OBS-478: upgrade Prettier

* OBS-478: remove deprecated rules

* OBS-478: pin specific package versions

v2025.02.10-1

Toggle v2025.02.10-1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bug-1946895: Fix detecting float/double field when building es8 docum…

…ents (#6904)

* bug-1946895: Fix detecting float/double field when building es8 documents

* also fix legacy_es

v2025.02.10

Toggle v2025.02.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bug-1946895: drop NaN and +/-inf when loading es8 (#6894)

v2025.02.05

Toggle v2025.02.05's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bug-1945556: omit example data when elasticsearch would error (#6890)

* bug-1945556: omit example data when elasticsearch would error

and enable full version of all text fields so they can have example data

* Update field_doc.html

Co-authored-by: Will Kahn-Greene <[email protected]>

---------

Co-authored-by: Will Kahn-Greene <[email protected]>

v2025.01.14

Toggle v2025.01.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): bump more-itertools from 10.5.0 to 10.6.0 (#6866)

Bumps [more-itertools](https://github.com/more-itertools/more-itertools) from 10.5.0 to 10.6.0.
- [Release notes](https://github.com/more-itertools/more-itertools/releases)
- [Commits](more-itertools/more-itertools@v10.5.0...v10.6.0)

---
updated-dependencies:
- dependency-name: more-itertools
  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>

v2024.12.18

Toggle v2024.12.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): bump elasticsearch/elasticsearch (#6842)

Bumps [elasticsearch/elasticsearch](https://github.com/elastic/elasticsearch) from 8.16.1 to 8.17.0.
- [Release notes](https://github.com/elastic/elasticsearch/releases)
- [Changelog](https://github.com/elastic/elasticsearch/blob/main/CHANGELOG.md)
- [Commits](elastic/elasticsearch@v8.16.1...v8.17.0)

---
updated-dependencies:
- dependency-name: elasticsearch/elasticsearch
  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>

v2024.12.10

Toggle v2024.12.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bug-1935274: increase message length for BugzillaRestHTTPUnexpectedEr…

…ror (#6833)

v2024.12.04

Toggle v2024.12.04's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): bump django from 4.2.16 to 4.2.17 (#6830)

Bumps [django](https://github.com/django/django) from 4.2.16 to 4.2.17.
- [Commits](django/django@4.2.16...4.2.17)

---
updated-dependencies:
- dependency-name: django
  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>

v2024.11.18

Toggle v2024.11.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Migrate from make to just (#6803)

* Migrate from make to just

* address review