Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Feb 24, 2023

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Feb 24, 2023
christyjacob4 and others added 29 commits August 30, 2023 20:41
chore: add update framework version
This makes it so the property can be used by subclasses.
Before, we used the same command for both installation and upgrades.
This lead to problems because developers would try to upgrade in the
wrong folder and end up creating a new installation.

This new upgrade command validates the existence of an existing
installation before proceeding with the upgrade to ensure no new
installation is created when upgrading.
By not specifying a docker-compose.yml file, docker compose
automatically uses the docker-compose.yml file in the project directory
and a docker-compose.override.yml file if one is present.
Let the user know a backup will be created.
# Conflicts:
#	app/config/specs/open-api3-1.4.x-console.json
#	app/config/specs/open-api3-latest-console.json
#	app/config/specs/swagger2-1.4.x-console.json
#	app/config/specs/swagger2-latest-console.json
The previous approach tried to migrate the 'rules' collection, but that
didn't work because the data was in the 'domains' collection.

Since the 'domains' collection was removed, the migration is now done
when migrating the 'projects' collection by fetching the domains and
then creating the rule documents.
christyjacob4 and others added 28 commits September 14, 2023 15:50
Co-authored-by: Jake Barnby <jakeb994@gmail.com>
fix: add try catch block in the schedules task
converted desc to sentence case
@christyjacob4 christyjacob4 deleted the branch Panquesito7:master September 27, 2023 23:10
@christyjacob4 christyjacob4 deleted the master branch September 27, 2023 23:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.