nextcloud / context_chat_backend

GNU Affero General Public License v3.0
4 stars 5 forks source link

adjustments for changes in AppAPI in last two months #26

Closed bigcat88 closed 3 months ago

bigcat88 commented 4 months ago
  1. deploy command was deprecated in AppAPI 2.1.0
  2. for dev registration AppAPI now accepts values in --json-info with the same key names as in info.xml:
    • appid -> id
    • system_app -> system
  3. occ app_api:app:register will take default deploy daemon if not specify, it is more easy for people than direct specify name

Changes 1 and 2 are not mandotory till one-two months more, after that we plan to drop old values.

kyteinsky commented 3 months ago

Nice! Can you update the example.env too?

bigcat88 commented 3 months ago

Nice! Can you update the example.env too?

removed not used values. good catch

kyteinsky commented 3 months ago

I meant the AA_VERSION env var, so an accidental catch :joy:
Thanks for updating those!

kyteinsky commented 3 months ago

oops, sorry the update branch button doesn't work nicely. Can you rebase on master and force-push it, please?