Skip to content

Clean: update references to modes prod and demo #74

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

Merged
merged 2 commits into from
May 8, 2024

Conversation

leemannd
Copy link
Member

These two modes where deprecated in favor of: prod->full,demo->sample

  • full: mode that will launch scripts that are dependent to production data (not launcher by ci
  • sample: these are sample related to the customers project. We dont want to mixup with odoo demo data

@leemannd leemannd force-pushed the rm-prod_demo_modes branch 2 times, most recently from 84556db to fbe871e Compare April 29, 2024 08:00
Copy link
Member

@grindtildeath grindtildeath left a comment

Choose a reason for hiding this comment

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

Looks good but please remove change on RUNNING_ENV.

Also I'm not sure what CLN is your commit message stands for. To me it means like Comitato di Liberazione Nazionale 😄

README.rst Outdated
ignore_if: test "${RUNNING_ENV}" != "prod"
ignore_if: test "${RUNNING_ENV}" != "full"
Copy link
Member

Choose a reason for hiding this comment

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

⚠️ RUNNING_ENV could be dev,test,int or prod IIRC.

It's MARABUNTA_MODE that is either full or sample.

ignore_if: test "${RUNNING_ENV}" != "prod"
ignore_if: test "${RUNNING_ENV}" != "full"
Copy link
Member

Choose a reason for hiding this comment

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

Same as above

@leemannd
Copy link
Member Author

Thanks for the review. PR updated (unless the commit name). Once the current change is ok for you I will push force with:

  • commit squash
  • rename the first commit CLN -> CLEAN
    Is it ok for you?

@leemannd leemannd changed the title CLN: update references to modes prod and demo Clean: update references to modes prod and demo May 2, 2024
leemannd added 2 commits May 8, 2024 08:23
These two modes where deprecated in favor of: prod->full,demo->sample
- full: mode that will launch scripts that are dependent to production data (not launcher by ci
- sample: these are sample related to the customers project. We dont want to mixup with odoo demo data
@leemannd leemannd force-pushed the rm-prod_demo_modes branch from 641607f to bdcc491 Compare May 8, 2024 06:23
@leemannd leemannd merged commit 12e259a into camptocamp:master May 8, 2024
7 checks passed
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.

2 participants