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

Release 0.1.4 #3429

Merged
merged 1,092 commits into from
Jan 30, 2024
Merged

Release 0.1.4 #3429

merged 1,092 commits into from
Jan 30, 2024

Conversation

pavish
Copy link
Member

@pavish pavish commented Jan 30, 2024

Release PR for 0.1.4

Checklist

  • My pull request has a descriptive title (not a vague title like Update index.md).
  • My pull request targets the develop branch of the repository
  • My commit messages follow best practices.
  • My code follows the established code style of the repository.
  • I added tests for the changes I made (if applicable).
  • I added or updated documentation (if applicable).
  • I tried running the project locally and verified that there are no
    visible errors.

Developer Certificate of Origin

Developer Certificate of Origin
Developer Certificate of Origin
Version 1.1

Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
1 Letterman Drive
Suite D4700
San Francisco, CA, 94129

Everyone is permitted to copy and distribute verbatim copies of this
license document, but changing it is not allowed.


Developer's Certificate of Origin 1.1

By making a contribution to this project, I certify that:

(a) The contribution was created in whole or in part by me and I
    have the right to submit it under the open source license
    indicated in the file; or

(b) The contribution is based upon previous work that, to the best
    of my knowledge, is covered under an appropriate open source
    license and I have the right under that license to submit that
    work with modifications, whether created in whole or in part
    by me, under the same open source license (unless I am
    permitted to submit under a different license), as indicated
    in the file; or

(c) The contribution was provided directly to me by some other
    person who certified (a), (b) or (c) and I have not modified
    it.

(d) I understand and agree that this project and the contribution
    are public and that a record of the contribution (including all
    personal information I submit with it, including my sign-off) is
    maintained indefinitely and may be redistributed consistent with
    this project or the open source license(s) involved.

pavish and others added 30 commits December 11, 2023 19:46
Translate /src/systems, support passing arguments to RichText slots
Signed-off-by: Sahil Suman <sahilsuman933@gmail.com>
Signed-off-by: Sahil Suman <sahilsuman933@gmail.com>
…er-error

[Bugfix:API] Fix DatetimeFieldOverflow error handling
Also fix user permissions to use mathesar system schemata
filter and create schemas using connection_id
@pavish pavish added needs: backend approval The backend team might not agree on whether this makes sense for the codebase needs: frontend approval The frontend team might not agree on whether this makes sense for the codebase labels Jan 30, 2024
@pavish pavish added this to the v0.1.4 milestone Jan 30, 2024
except BadInstallationTarget:
raise UnsupportedInstallationDatabase()
except IntegrityError as e:
raise IntegrityAPIException(e, status_code=status.HTTP_400_BAD_REQUEST)

Check warning

Code scanning / CodeQL

Information exposure through an exception Medium

Stack trace information
flows to this location and may be exposed to an external user.
except BadInstallationTarget:
raise UnsupportedInstallationDatabase()
except IntegrityError as e:
raise IntegrityAPIException(e, status_code=status.HTTP_400_BAD_REQUEST)

Check warning

Code scanning / CodeQL

Information exposure through an exception Medium

Stack trace information
flows to this location and may be exposed to an external user.
except BadInstallationTarget:
raise UnsupportedInstallationDatabase()
except IntegrityError as e:
raise IntegrityAPIException(e, status_code=status.HTTP_400_BAD_REQUEST)

Check warning

Code scanning / CodeQL

Information exposure through an exception Medium

Stack trace information
flows to this location and may be exposed to an external user.
@@ -53,6 +53,12 @@
e,
status_code=status.HTTP_400_BAD_REQUEST
)
elif type(e.orig) is ExclusionViolation:
raise database_api_exceptions.ExclusionViolationAPIException(
e,

Check warning

Code scanning / CodeQL

Information exposure through an exception Medium

Stack trace information
flows to this location and may be exposed to an external user.
@@ -80,6 +86,12 @@
e,
status_code=status.HTTP_400_BAD_REQUEST
)
elif type(e.orig) is ExclusionViolation:
raise database_api_exceptions.ExclusionViolationAPIException(
e,

Check warning

Code scanning / CodeQL

Information exposure through an exception Medium

Stack trace information
flows to this location and may be exposed to an external user.
@@ -108,6 +106,16 @@
e,
status_code=status.HTTP_400_BAD_REQUEST,
)
elif isinstance(e.orig, DatetimeFieldOverflow):
raise database_api_exceptions.InvalidDateAPIException(
e,

Check warning

Code scanning / CodeQL

Information exposure through an exception Medium

Stack trace information
flows to this location and may be exposed to an external user.
)
else:
raise database_api_exceptions.MathesarAPIException(
e,

Check warning

Code scanning / CodeQL

Information exposure through an exception Medium

Stack trace information
flows to this location and may be exposed to an external user.
@pavish pavish changed the title Version 0.1.4 Release 0.1.4 Jan 30, 2024
@pavish pavish marked this pull request as ready for review January 30, 2024 16:40
@pavish pavish removed needs: backend approval The backend team might not agree on whether this makes sense for the codebase needs: frontend approval The frontend team might not agree on whether this makes sense for the codebase labels Jan 30, 2024
@pavish pavish added this pull request to the merge queue Jan 30, 2024
Merged via the queue into master with commit ba11230 Jan 30, 2024
45 of 51 checks passed
@pavish pavish deleted the 0.1.4 branch January 30, 2024 16:57
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.

None yet

9 participants