Skip to content

[ANCHOR-247] Add profile running utility classes for IntelliJ and VSCode dev environment#825

Merged
lijamie98 merged 3 commits intodevelopfrom
feature/anchor-247-add-profile-running-classes
Apr 10, 2023
Merged

[ANCHOR-247] Add profile running utility classes for IntelliJ and VSCode dev environment#825
lijamie98 merged 3 commits intodevelopfrom
feature/anchor-247-add-profile-running-classes

Conversation

@lijamie98
Copy link
Copy Markdown
Contributor

@lijamie98 lijamie98 commented Apr 7, 2023

…onment

PR Checklist

PR Structure

  • This PR has reasonably narrow scope (if not, break it down into smaller PRs).
  • This PR avoids mixing refactoring changes with feature changes (split into two PRs
    otherwise).
  • This PR's title starts with name of package that is most changed in the PR, ex.
    paymentservice.stellar, or all or doc if the changes are broad or impact many
    packages.

Thoroughness

  • This PR adds tests for the most critical parts of the new functionality or fixes.

What

Add profile running utility classes for IntelliJ and VSCode dev environment.

Development on Windows is also supported.

Why

This is to reduce the friction to contribute to the anchor platform project.

Known limitations

Only Linux and Windows are supported.

For MacOS, follow the instruction: https://github.com/palantir/docker-compose-rule#running-on-a-mac

@stellar-jenkins
Copy link
Copy Markdown

Reference Server Preview is available here:
https://anchor-ref-pr825.previews.kube001.services.stellar-ops.com/
SEP Server Preview is available here:
https://anchor-sep-pr825.previews.kube001.services.stellar-ops.com/

@lijamie98 lijamie98 requested a review from paulormnas April 7, 2023 22:34
@lijamie98 lijamie98 self-assigned this Apr 7, 2023
@lijamie98 lijamie98 changed the title Add profile running utility classes for IntelliJ and VSCode dev environment [ANCHOR-247] Add profile running utility classes for IntelliJ and VSCode dev environment Apr 8, 2023
@lijamie98 lijamie98 force-pushed the feature/anchor-247-add-profile-running-classes branch from 1275acc to e3e5ff7 Compare April 8, 2023 17:18
@stellar-jenkins
Copy link
Copy Markdown

Reference Server Preview is available here:
https://anchor-ref-pr825.previews.kube001.services.stellar-ops.com/
SEP Server Preview is available here:
https://anchor-sep-pr825.previews.kube001.services.stellar-ops.com/

@stellar-jenkins
Copy link
Copy Markdown

Reference Server Preview is available here:
https://anchor-ref-pr825.previews.kube001.services.stellar-ops.com/
SEP Server Preview is available here:
https://anchor-sep-pr825.previews.kube001.services.stellar-ops.com/

@stellar-jenkins
Copy link
Copy Markdown

Reference Server Preview is available here:
https://anchor-ref-pr825.previews.kube001.services.stellar-ops.com/
SEP Server Preview is available here:
https://anchor-sep-pr825.previews.kube001.services.stellar-ops.com/

@lijamie98 lijamie98 merged commit 22b68fe into develop Apr 10, 2023
@lijamie98 lijamie98 deleted the feature/anchor-247-add-profile-running-classes branch April 10, 2023 21:32
ifropc pushed a commit that referenced this pull request May 1, 2023
* Forward 1.2.10, 1.2.11 and 1.2.12 changes (#812)

* ANCHOR-227: Fix incorrect asset (#805) (#807)

* ANCHOR-227: Fix incorrect asset

* Update version and changelog

* ANCHOR-231: Fix indicative quote fails validation (#810) (#814)

* Release 1.2.12

* Don't set amount_out for indicative quote

* Update changelog

* Update test

* empty

* fix: getenv so it can handle line breaks `/n` and quotes `/"` when reading System envs (#824)

### What

Fix the getenv method so it can handle line breaks /n and quotes /" when reading System envs

### Why

When providing a multiline env var with `\n`, it was being ingested as `\\n`. The same for quotes.

* [ANCHOR-247] Add profile running utility classes for IntelliJ and VSCode dev environment (#825)

* Add profile running utility classes for IntelliJ and VSCode dev environment
* Fix RunAllServers.kt not to start docker

* [ANCHOR-248] Renamed home_domain web_auth_domain in SEP10 and fix the createChallenge bug  (#828)

* 1. Renamed sep10.home_domain to sep10.web_auth_domain. 
* 2. Fixed createChallenge bug where the web_auth_domain should be used instead of the domain of hostURL

* fixed the comments of more_info_url and interactive_url (#829)

* When sep10.web_auth_domain is not set, it is default to the domain of host_url (#830)

* rename logging.level to app_logging.level and logging.stellar_level to app_logging.stellar_level (#832)

* [ANCHOR-212] Skip setting amountExpected when posting SEP24 transactions (#833)

* Skip setting amountExpected in posting SEP24 transactions
* Add required fields to the JWT of the interactive URL of SEp24
* Clear the default sep24.interactive_url.txn_fields and sep24.moreinfo_url.txn_fields

* improve observer logging messages (#835)

* Remove release prefix (#836)

* ANCHOR-253 (#838)

* Fix run profile (#837)

* Fix stellar transaction id is not set properly (#839)

* Fix stellar transaction id is not set properly

* Generalize implementation

* feat: validate amount values and assets during patch transactions. (#840)

* Cleanup transaction schema (#847)

* Cleanup transaction schema

* Update test

* Enable transferReceivedAt for both SEP transactions

* Validate significant decimals (#848)

* Validate significant decimals

* Small change

* Bump version to 2.0.0-rc.2 (#855)

---------

Co-authored-by: Jamie Li <lijamie@gmail.com>
Co-authored-by: Marcelo Salloum dos Santos <marcelo@stellar.org>
Co-authored-by: Paulo Nascimento <18144290+paulormnas@users.noreply.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.

3 participants