Skip to content
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

Spacebin v1.1.0 - Reader mode, accounts system #453

Open
wants to merge 29 commits into
base: main
Choose a base branch
from
Open

Conversation

lukewhrit
Copy link
Owner

@lukewhrit lukewhrit commented Nov 17, 2024

Spacebin v1.1.0 will include:

  • Reader mode for Markdown documents
  • Account system to update or delete pastes

Originally, we planned to include a QR code generator in this release but it was decided that this was out of scope of the project and we do not plan to include it.

Additionally, we wanted to include a feature to create password-protected pastes but this was pushed to Spacebin v1.2.0, to get this release out sooner.

Spacebin v1.1.0 will also include fixes for the following bugs:

Track progress here (✅ are also completed features). If you notice anything you'd like to help with, please do! I would deeply appreciate any help in implementing these features!

dependabot bot and others added 6 commits September 9, 2024 06:56
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.32.0 to 1.33.0.
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.32.0...v1.33.0)

---
updated-dependencies:
- dependency-name: modernc.org/sqlite
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.33.0 to 1.33.1.
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.33.0...v1.33.1)

---
updated-dependencies:
- dependency-name: modernc.org/sqlite
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
build(deps): bump modernc.org/sqlite from 1.33.0 to 1.33.1
@lukewhrit lukewhrit self-assigned this Nov 17, 2024
@lukewhrit lukewhrit mentioned this pull request Nov 17, 2024
Copy link

codecov bot commented Nov 17, 2024

Codecov Report

Attention: Patch coverage is 6.00000% with 188 lines in your changes missing coverage. Please review.

Project coverage is 36.74%. Comparing base (5e2807f) to head (142ba2e).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
internal/server/authentication.go 0.00% 79 Missing ⚠️
internal/server/fetch.go 0.00% 43 Missing ⚠️
internal/util/authentication.go 0.00% 43 Missing ⚠️
internal/util/helpers.go 33.33% 12 Missing ⚠️
internal/util/markdown.go 0.00% 11 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main     #453       +/-   ##
===========================================
- Coverage   49.88%   36.74%   -13.14%     
===========================================
  Files           9       12        +3     
  Lines         425      596      +171     
===========================================
+ Hits          212      219        +7     
- Misses        188      352      +164     
  Partials       25       25               

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lukewhrit lukewhrit added this to the v1.1.0 milestone Nov 17, 2024
@lukewhrit lukewhrit changed the title Spacebin v1.1.0 - Reader mode Spacebin v1.1.0 - Reader mode; accounts system Nov 17, 2024
@lukewhrit lukewhrit changed the title Spacebin v1.1.0 - Reader mode; accounts system Spacebin v1.1.0 - Reader mode, accounts system Nov 17, 2024
@lukewhrit lukewhrit linked an issue Nov 17, 2024 that may be closed by this pull request
lukewhrit and others added 17 commits November 17, 2024 14:05
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.33.1 to 1.34.1.
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.33.1...v1.34.1)

---
updated-dependencies:
- dependency-name: modernc.org/sqlite
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
build(deps): bump modernc.org/sqlite from 1.33.1 to 1.34.1
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.9.0...v1.10.0)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.34.1 to 1.34.2.
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.34.1...v1.34.2)

---
updated-dependencies:
- dependency-name: modernc.org/sqlite
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
build(deps): bump modernc.org/sqlite from 1.34.1 to 1.34.2
build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.29.0 to 0.31.0.
- [Commits](golang/crypto@v0.29.0...v0.31.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
build(deps): bump golang.org/x/crypto from 0.29.0 to 0.31.0
Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/go-chi/chi/releases)
- [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md)
- [Commits](go-chi/chi@v5.1.0...v5.2.0)

---
updated-dependencies:
- dependency-name: github.com/go-chi/chi/v5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.34.2 to 1.34.4.
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.34.2...v1.34.4)

---
updated-dependencies:
- dependency-name: modernc.org/sqlite
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/alecthomas/chroma/v2](https://github.com/alecthomas/chroma) from 2.14.0 to 2.15.0.
- [Release notes](https://github.com/alecthomas/chroma/releases)
- [Changelog](https://github.com/alecthomas/chroma/blob/master/.goreleaser.yml)
- [Commits](alecthomas/chroma@v2.14.0...v2.15.0)

---
updated-dependencies:
- dependency-name: github.com/alecthomas/chroma/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.31.0 to 0.32.0.
- [Commits](golang/crypto@v0.31.0...v0.32.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
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.

bug: Can't create document via curl
1 participant