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

Publish conduit_config ^5.0.2 to pub.dev #219

Open
Dimoshka opened this issue Mar 7, 2024 · 1 comment
Open

Publish conduit_config ^5.0.2 to pub.dev #219

Dimoshka opened this issue Mar 7, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Dimoshka
Copy link

Dimoshka commented Mar 7, 2024

Because no versions of conduit_postgresql match >=5.0.1 <5.0.2 and every version of conduit from git depends on
conduit_postgresql ^5.0.1, every version of conduit from git requires conduit_postgresql ^5.0.2.
And because conduit_postgresql >=5.0.2 depends on conduit_core ^5.0.2 which depends on conduit_config ^5.0.2, every
version of conduit from git requires conduit_config ^5.0.2.
So, because no versions of conduit_config match ^5.0.2 and pub global activate depends on conduit from git, version
solving failed.

To reproduce:
dart pub global activate -sgit https://github.com/conduit-dart/conduit.git --git-path packages/cli --overwrite

@Dimoshka Dimoshka added the bug Something isn't working label Mar 7, 2024
@j4qfrost
Copy link

j4qfrost commented Mar 8, 2024

I'll work on the fix, the issue arises due to the CI being broken. It should be fine from hosted.

j4qfrost pushed a commit that referenced this issue Mar 10, 2024
* chore(release): publish packages

 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]

* Fix

* FIxes

* version: 5.0.2 bump

* Upgrade dependenciea and fix pubspec

* Restore

* Revert version upgrade, #219

* Refactoring

* Fix

---------

Co-authored-by: Dmytro Prylutskyi <[email protected]>
j4qfrost pushed a commit that referenced this issue May 18, 2024
* chore(release): publish packages

 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]

* Fix

* FIxes

* version: 5.0.2 bump

* Upgrade dependenciea and fix pubspec

* Restore

* Revert version upgrade, #219

* Refactoring

* Fix

---------

Co-authored-by: Dmytro Prylutskyi <[email protected]>
j4qfrost added a commit that referenced this issue May 18, 2024
* chore(release): publish packages

 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]

* Refactor/dimoshka fix dependencies (#221)

* chore(release): publish packages

 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]

* Fix

* FIxes

* version: 5.0.2 bump

* Upgrade dependenciea and fix pubspec

* Restore

* Revert version upgrade, #219

* Refactoring

* Fix

---------

Co-authored-by: Dmytro Prylutskyi <[email protected]>

* Refactor: ci and code quality (#222)

* chore(release): publish packages

 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]

* refactor(ci): Reintroduce publishing pipeline and some code changes

* postgres setup

* No longer supporting nullable map elements

* chore(release): publish packages

 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]
 - [email protected]

* refactor: Version bump, includes analyzer upgrade

* remove some nullables

* feat: Allow passing `sslMode` to `PostgreSQLPersistentStore`

This change keeps backward compatibility for `bool useSSL`, but `useSSL` forces `SslMode.verifyFull` which is not always suitable.

Signed-off-by: Martin Edlman <[email protected]>

* add testing for sslMode

---------

Signed-off-by: Martin Edlman <[email protected]>
Co-authored-by: Dmytro Prylutskyi <[email protected]>
Co-authored-by: Dmytro Prylutskyi <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Martin Edlman <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants