aboutsummaryrefslogtreecommitdiffstats
path: root/packages/migrations/README.md
diff options
context:
space:
mode:
authorfragosti <francesco.agosti93@gmail.com>2018-10-19 06:42:33 +0800
committerfragosti <francesco.agosti93@gmail.com>2018-10-19 06:42:33 +0800
commitc87e68f833a2d8a87846d70a9d4a727b46323eea (patch)
treeeb40dc12694baf607a373f427f32dbd9393ac72f /packages/migrations/README.md
parenta764dfa789ba44e519371b4a1e4569db7f551fb7 (diff)
parent65d85ca5008fe0c307506b388d6ace858122f8ad (diff)
downloaddexon-sol-tools-c87e68f833a2d8a87846d70a9d4a727b46323eea.tar.gz
dexon-sol-tools-c87e68f833a2d8a87846d70a9d4a727b46323eea.tar.zst
dexon-sol-tools-c87e68f833a2d8a87846d70a9d4a727b46323eea.zip
Merge branch 'development' of https://github.com/0xProject/0x-monorepo into feature/instant/beta-render-et-al
Diffstat (limited to 'packages/migrations/README.md')
-rw-r--r--packages/migrations/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/migrations/README.md b/packages/migrations/README.md
index f4715cfa1..926654cd8 100644
--- a/packages/migrations/README.md
+++ b/packages/migrations/README.md
@@ -27,13 +27,13 @@ yarn install
To build this package and all other monorepo packages that it depends on, run the following from the monorepo root directory:
```bash
-PKG=@0xproject/migrations yarn build
+PKG=@0x/migrations yarn build
```
Or continuously rebuild on change:
```bash
-PKG=@0xproject/migrations yarn watch
+PKG=@0x/migrations yarn watch
```
### Clean
sertions'>+8 * Revert William McCann's patch of 2003-12-19 until we can get consistentJP Rosevear2004-01-1327-3581/+2493 * Only update dialog widgets if they exist.Hans Petter Jansson2004-01-122-2/+9 * Fix copyright notice, its copyright Novell not our hackersJP Rosevear2004-01-115-4/+15 * cast the views to E_CALENDAR_VIEW, not to E_CAL_VIEW.Rodrigo Moya2004-01-112-3/+8 * added missing headers.Rodrigo Moya2004-01-1113-137/+127 * keep all the tray icons we create in a list. (tray_icon_destroyed_cb):Rodrigo Moya2004-01-103-2/+25 * calendar_config -> calendar_setup. (edit_calendar_cb): Ditto.Hans Petter Jansson2004-01-109-246/+732 * make sure we sync the source list when appropriateJP Rosevear2004-01-103-2/+30 * Create ESource for anniversariesERDI Gergo2004-01-102-2/+34 * Call calendar_config_new_calendar(). (rename_calendar_cb): Remove.Hans Petter Jansson2004-01-108-300/+1568 * return the corba valuesJP Rosevear2004-01-103-2/+9 * only migrate old calendars if migrating from <= 1.4.x.Rodrigo Moya2004-01-103-23/+42 * add a new signal "event_move" and its key binding.Andrew Wu2004-01-099-198/+606 * store the ECal's associated ECalView, and connect to its "objects_removed"Rodrigo Moya2004-01-093-29/+127 * moved the line that sets priv->updating to FALSE up some lines, to avoidRodrigo Moya2004-01-081-1/+1 * moved the line that sets priv->updating to FALSE up some lines, to avoidRodrigo Moya2004-01-082-5/+22 * moved the line that sets priv->updating to FALSE up some lines, to avoidRodrigo Moya2004-01-081-0/+8 * delete the ECalViewMoveDirection type declaration which was added byKidd Wang2004-01-083-14/+9 * call e_cal_view_start to actually start the live query.Rodrigo Moya2004-01-082-2/+4 * call e_cal_view_start to actually start the live query.Rodrigo Moya2004-01-082-0/+7 * added an ECalQuery for each loaded client. (load_alarms): use a live queryRodrigo Moya2004-01-072-60/+84 * remove the item from the hash last and don't free its members because theJP Rosevear2004-01-072-8/+12 * new method's implementation. (calendar_component_class_init): initializeRodrigo Moya2004-01-073-71/+113 * disconnect the activated signalJP Rosevear2004-01-072-0/+10 * we don't put any signal handlers on the client or source client now, butJP Rosevear2004-01-072-60/+103 * if we are de-activated, the editing is done (esnr_start_editing): listenJP Rosevear2004-01-062-0/+23 * open a dialog for the selected task. ditto. add a menu item for "OpenKidd Wang2004-01-069-1/+60 * new function to open ECal's, get any error information and display it toRodrigo Moya2004-01-062-44/+34 * no need to connect to the "cal_opened" signal on the task client. Also,Rodrigo Moya2004-01-061-16/+0 * no need to connect to the "cal_opened" signal on the task client. Also,Rodrigo Moya2004-01-062-67/+11 * display the tasks' primary selection in the task list, and actually openRodrigo Moya2004-01-062-11/+35 * use the ECalModel to get the client for a given URI.Rodrigo Moya2004-01-062-4/+9 * removed redundant functions. (update_uris_for_selection): dont call aboveRodrigo Moya2004-01-052-15/+10 * add a menu item for "open appointment".Kidd Wang2003-12-298-1/+127 * fix the signal nameJP Rosevear2003-12-259-29/+129 * renamed from *_uri, to work with ESource's rather than with plain URIs.Rodrigo Moya2003-12-235-35/+65 * if the setting is not in the config database, use the current time, toRodrigo Moya2003-12-232-3/+11 * new files for managing interactive authentication with backends.Rodrigo Moya2003-12-2221-33/+208 * rewrite for new ecal api, cache all ecal's by type and minimize loading.JP Rosevear2003-12-2219-384/+258 * make sure there is a ui containerJP Rosevear2003-12-205-10/+29 * Remove separators from dialogs. Use frame style recommended by the HIG.William Jon McCann2003-12-2027-2488/+3616 * make sure we connect to the "changed" signals after setting the initialRodrigo Moya2003-12-192-4/+8 * make sure we connect to the "changed" signals after setting the initialRodrigo Moya2003-12-182-9/+19 * Add the concept of a source client, where the object lives currently. TheHans Petter Jansson2003-12-188-5/+341 * use g_file_test to check if the 'pixmap' argument is a file. If so, getRodrigo Moya2003-12-183-4/+13 * set a correct status message.Rodrigo Moya2003-12-185-12/+22 * Fixes #51665.Harry Lu2003-12-182-0/+9 * Missing changelog entryRodrigo Moya2003-12-171-2/+3 * removed the 'NewCalendar' verb. (file_new_calendar_cb): removed callbackRodrigo Moya2003-12-174-22/+44 * made it public.Rodrigo Moya2003-12-174-9/+24 * call calendar_control_sensitize_calendar_commands when the primaryRodrigo Moya2003-12-173-55/+29 * check the return value from e_cal_new_from_uri.Rodrigo Moya2003-12-172-0/+8 * make sure we free the data stored in the hash table.Rodrigo Moya2003-12-173-22/+18 * Fixes part of #41237Rodrigo Moya2003-12-175-191/+101 * return a reference to the alarm_notify_service, not NULL and ref theRodrigo Moya2003-12-172-2/+5 * return a reference to the alarm_notify_service, not NULL.Rodrigo Moya2003-12-172-1/+6 * set the list view config properly (so we don't blow away the month viewJP Rosevear2003-12-162-2/+6 * set the calendar for the day viewJP Rosevear2003-12-162-1/+6 * set a proper exception if we failJP Rosevear2003-12-153-4/+19 * a small fix from Andrew WuBolian Yin2003-12-111-0/+1 * remove the client from the list if there are errors, instead of re-addingRodrigo Moya2003-12-102-2/+10 * *gui/e-week-view.c: Fix a event/jump button tabbing bugBolian Yin2003-12-102-2/+7 * Fix for bugzilla bug #51628.Harry Lu2003-12-102-18/+118 * init a11y. emit signal "selected_time_changed".Andrew Wu2003-12-093-1/+12 * remove setting property of "handle_popup". remove setting property ofBolian Yin2003-12-093-4/+5 * Fixes #46351Carl Sun2003-12-083-1/+34 * correct argument mismatch in "goto_date" signal definition.Bolian Yin2003-12-082-1/+5 * *** empty log message ***Rodrigo Moya2003-12-061-3/+3 * commit the patch of Sun YongAntonio Xu2003-12-053-2/+11 * Fix for bugzilla bug #51627.Harry Lu2003-12-052-0/+11 * *** empty log message ***Rodrigo Moya2003-12-041-10/+9 * Do not call control_util_set_folder_bar_label().Ettore Perazzoli2003-12-047-138/+21 * free the notification listJP Rosevear2003-12-044-1/+13 * free up the notifications and the ecal (config_create_ecal_changed_cb):JP Rosevear2003-12-042-11/+117 * cast the parent (impl_createControls): add notification for primary tasksJP Rosevear2003-12-043-8/+29 * cast the parent (config_primary_selection_changed_cb): handle the primaryJP Rosevear2003-12-032-21/+138 * Do not depend on e-folder-list.Ettore Perazzoli2003-12-036-11/+28 * Do not depend on e-folder-list.Ettore Perazzoli2003-12-031-2/+0 * Version the schemas Removed AddedRodney Dawes2003-12-023-1/+12 * added a label to the dialog to make it look less ugly.Rodrigo Moya2003-12-021-0/+1 * added a label to the dialog to make it look less ugly.Rodrigo Moya2003-12-022-1/+11 * converted to use an ESourceOptionMenu instead of the ESourceSelector.Rodrigo Moya2003-12-022-14/+25 * Replace member "activity" with an "activity_id".Ettore Perazzoli2003-12-027-92/+108 * Pass a label for the status bar control for now.Ettore Perazzoli2003-12-023-0/+30 * Use BASE_VERSION for repo_ids and OAFIIDs Update killev to kill theRodney Dawes2003-12-0216-55/+73 * define privconduitdirJP Rosevear2003-12-025-6/+16 * install to privlibdirJP Rosevear2003-12-025-8/+16 * removed unneeded functions. (alarm_notify_add_calendar,Rodrigo Moya2003-12-012-109/+7 * removed this function, since we now use the ESourceList to know whatRodrigo Moya2003-12-011-1/+1 * removed this function, since we now use the ESourceList to know whatRodrigo Moya2003-12-015-95/+124 * we want to skip if it *is* read onlyJP Rosevear2003-11-292-4/+8 * allocate the type information correctlyJP Rosevear2003-11-292-3/+8 * e_cal_new () -> e_cal_new_from_uri (). (backend_go_online): Ditto.Hans Petter Jansson2003-11-279-23/+45 * use the correct icalcomponent when calling e_cal_create_object.Rodrigo Moya2003-11-243-2/+4 * no need to have a selection for Paste to work.Rodrigo Moya2003-11-242-1/+4 * disable editing items if the selected task list is read only, not if it'sRodrigo Moya2003-11-242-1/+6 * new files containing the implementation of the 'New Task List' dialog.Rodrigo Moya2003-11-247-3/+385 * actually add the source selector to the dialog's box.Rodrigo Moya2003-11-242-1/+9 * fixed compilation errors.Rodrigo Moya2003-11-242-1/+2 * fixed compilation errors.Rodrigo Moya2003-11-244-4/+14 * fixed copyright notices.Rodrigo Moya2003-11-248-9/+244 * Update OAFIID of AlarmNotifyRoss Burton2003-11-244-3/+12 * Remove a bunch of gal includes that are no longer neededJP Rosevear2003-11-2030-50/+28 * Fixes #43556Rodrigo Moya2003-11-203-254/+153 * make sure timezone value is sane (get_completed): dittoJP Rosevear2003-11-204-14/+24 * Fixes #51052Rodrigo Moya2003-11-192-0/+15 * make sure the timezone value is saneJP Rosevear2003-11-193-11/+18 * add protos82003-11-196-36/+225 * remove db3 includeJP Rosevear2003-11-192-1/+4 * removed the 'New...' menu items from the UI, it's now implemented in theRodrigo Moya2003-11-192-52/+2 * removed the 'New...' menu items from the UI, it's now implemented in theRodrigo Moya2003-11-193-17/+8 * added 'sensitive' argument. (fill_popup_menu_cb): disable/enable menuRodrigo Moya2003-11-192-2/+2 * added 'sensitive' argument. (fill_popup_menu_cb): disable/enable menuRodrigo Moya2003-11-193-10/+43 * remove archaic fileJP Rosevear2003-11-182-89/+1 * Cleanup some ref/unref callsJP Rosevear2003-11-1818-65/+57 * peek the primary selection.Rodrigo Moya2003-11-183-69/+53 * added 'Delete' and 'Rename' menu items. (delete_task_list_cb,Rodrigo Moya2003-11-172-1/+86 * try first to create the icon from the stock, and then from a file.Rodrigo Moya2003-11-173-4/+92 * use the server.mk file to get rules for building versioned .server filesJP Rosevear2003-11-173-6/+3 * remove the AlarmNotify service, no more need for it, since the alarmRodrigo Moya2003-11-178-171/+83 * Make ending count of occurrences of Recurrence tab numeric only.Harry Lu2003-11-172-0/+6 * add a uriJP Rosevear2003-11-174-69/+10 * emit the added signal for the correct rowsJP Rosevear2003-11-172-8/+10 * copy in here (update_uris_for_selection): save the selectionJP Rosevear2003-11-174-13/+132 * add it via e-tasks (remove_uri_for_source): remove it via e-tasksJP Rosevear2003-11-178-85/+284 * set up a event to be edited (impl_requestCreateItem): implementJP Rosevear2003-11-172-17/+90 * OopsJP Rosevear2003-11-151-0/+4 * include e-source* from e-d-sJP Rosevear2003-11-154-5/+4 * config accessor (calendar_config_set_calendars_selected): dittoJP Rosevear2003-11-155-22/+147 * New. (impl_requestCreateItem): New. (tasks_component_class_init): Install.Ettore Perazzoli2003-11-133-2/+43 * (impl__get_userCreatableItems): New.Ettore Perazzoli2003-11-132-2/+64 * Add a component_aliasEttore Perazzoli2003-11-132-0/+9 * Use non-deprecated gtk_menu_shell_append ().Hans Petter Jansson2003-11-132-1/+6 * Fixes #50808Bolian Yin2003-11-122-0/+16 * use a standard calendar status (backend_cal_opened_online): dittoJP Rosevear2003-11-128-30/+48 * load the calendar synchronouslyJP Rosevear2003-11-123-61/+9 * return boolean not ECalStatus (update_objects): ditto (process_item_fn):JP Rosevear2003-11-113-25/+30 * use proper change list free function name (post_sync): dittoJP Rosevear2003-11-113-4/+13 * Remove get-vtype check from the completed-tasks query (and don't leak theDan Winship2003-11-114-56/+18 * remove includes for toplevel libical dirJP Rosevear2003-11-084-4/+8 * Shush.JP Rosevear2003-11-073-5/+7 * Add forgotten file.JP Rosevear2003-11-071-0/+15 * Various changes to merge in evolution-data-server reliance.JP Rosevear2003-11-07