OutSystems Forge 日本語データベース

Platform Center

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2018-02-16 2.0.0 Nelson Freitas SQL Server .NET Developer Tools
開発者にタイマー、サイトプロパティなどの非アクティブなオブジェクトを削除する機能を提供することで、プラットフォームメタデータを管理します。これはOutSystemsではサポートされていないため、自己責任で注意して使用してください
クリーンなメタデータを使用したいですか? 「削除された」サイトのプロパティ、タイマー、エンティティ、bpt、Webサービスなどがすべてデータベースから削除されたというクリーンな状態を望みますか? アプリ管理者として、私はまだその必要性があったため、ServiceCenterの拡張機能を構築し始めました。「非アクティブ」オブジェクトをチェックして削除するだけでなく、ソリューションからのコンポーネントの追加や削除などの小さなことのスピードを向上させることもできました。 ソリューション eSpaceによるフィルタリングによるソリューションの検索、eSpaceが含まれているソリューションを確認できます ソリューションバージョンの削除 ソリューションの削除 コンポーネントをソリューションに関連付けるまたは解消する タイマー アクティブ/非アクティブ、eSpaces、マルチテナント、優先度別にtimersFilterを検索する 現在実行中のタイマーの確認 非アクティブタイマーの削除(コードから削除されたがデータベースにまだ残っているタイマー) サイトプロパティ アクティブ/非アクティブ、eSpaces、MultiTenantによるサイトのプロパティのフィルタの検索 非アクティブなサイトプロパティ(コードから削除されたがデータベースにまだ残っているサイトのプロパティ)を削除する その他 メジャーアップデート:1つの環境(開発環境推奨)にだけインストールしたスクリーンをもつeSpaceを作成し、他の環境にインストールされるREST APIを備えた新しいAPI eSpaceを作成できるようになりました。これにより、アプリケーションオブジェクトが節約され、すべての環境を1か所で管理できます。もう一つは、保護が必要な本番にスクリーンがないため、より安全になるということです。将来的には、環境間の価値を比較するのに便利かもしれません... 環境から古いモジュールのバージョンを削除するタイマーがあります。使用していないモジュールのバージョンを保存する期間を保存するサイトプロパティを変更し、タイマーにスケジュールを追加するだけです。一週間に一度は十分です。

[Overview]
Manages Platform Metadata, by getting the developers the ability to remove inactive objects such as Timers, Site Properties, etc. This is not supported by OutSystems, so use it with careful at your own risk
[Detail]
Would you like to have a clean metadata? By clean meaning that all the "deleted" site properties, timers, entities, bpts, Webservices, etc, were indeed deleted from the Database, would you like that? As a Factory Manager, I had and still have that need, so I started building an extension to Service Center, no only to check on "inactive" objects and delete them, but also to improve speed in small things, such as adding or removing components from a Solution. Currently, I present you the ability to: Solutions Search for solutions By filtering by eSpace, you can see in which solutions is that eSpace included Remove Solution Versions Delete a Solution Associate or Dissociate components to solutions Timers Search for timersFilter by Active/Inactive, eSpaces, MultiTenant, Priorities Checking which timers are currently running Deleting Inactive Timers (Timers that were deleted from the code but are still in the database) Site Properties Search for site propertiesFilter by Active/Inactive, eSpaces, MultiTenant Deleting Inactive Site Properties (Site Properties that were deleted from the code but are still in the database) Others Major update: Now you can have the espace that has the screens installed only in one environment (preferably in development), and have a new API espace with REST apis that will be installed in other environments. This will save you Application Objects and you can manage all environments in one place only. Another thing is that it gets more secured, since there won't be screens in production to protect. It also might be handy in the future to compare values between environments... You have a timer that will delete old module versions from the environment. Just change the Site Property that save how long you want to keep the unused module versions and add a schedule in the Timer. Once a week is more than enough :) Coming up... BPTs Integrations (SOAP and REST) Emails And more... Stay tuned for new stuff soon!
戻る