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

chore: enable Release 2.0.0 #155

Merged
merged 4 commits into from
Jul 29, 2024
Merged

chore: enable Release 2.0.0 #155

merged 4 commits into from
Jul 29, 2024

Conversation

seakayone
Copy link
Contributor

@seakayone seakayone commented Jul 29, 2024

  • Update versions to 2.0.0
  • Fix base url to production

@seakayone seakayone changed the title chore/release 2.0.0 chore: Release 2.0.0 Jul 29, 2024
Copy link

codecov bot commented Jul 29, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 61.3%. Comparing base (c51a88e) to head (9922ef2).

Additional details and impacted files
Files Coverage Δ
dsp-meta-cmd/src/main-server.rs 0.0% <0.0%> (ø)

@seakayone seakayone enabled auto-merge (squash) July 29, 2024 13:34
@mpro7 mpro7 changed the title chore: Release 2.0.0 chore: enable Release 2.0.0 Jul 29, 2024
@@ -67,7 +67,7 @@ async fn init_server() {

let base_url = settings
.get::<Url>("base_url")
.unwrap_or(Url::parse("http://localhost:3000").unwrap());
.unwrap_or(Url::parse("https://meta.dasch.swiss").unwrap());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will this change affect the local development?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we currently have not possibility to provide a configuration to the deployment. It is hardcoded in the Go service as well, e.g. https://meta.stage.dasch.swiss/robots.txt

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As a followup I have created DEV-3935

@seakayone seakayone requested a review from mpro7 July 29, 2024 15:09
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.

3 participants