branches with status:
Name Status Last Modified Last Commit
lp:~simeon-blanc/+junk/US-1601 1 Development 2016-08-18 10:22:34 UTC
4800. Cache nodes in the DOM based on their...

Author: sbc_msf
Revision Date: 2016-08-18 10:14:35 UTC

Cache nodes in the DOM based on their IDs when updating concurrency's info

This code reduce by around 3.7 the algorithm to display 500 articles (in PRODUCTS > Products > Products).

It's similar in the OST.

lp:~simeon-blanc/+junk/opt-remarks-1 1 Development 2016-08-16 15:43:45 UTC
3867. A few comments/questions

Author: sbc_msf
Revision Date: 2016-08-16 15:42:13 UTC

A few comments/questions

lp:~simeon-blanc/+junk/server_optimisation_2_merge 1 Development 2016-08-15 15:33:14 UTC
3864. Limit the number of variables taken i...

Author: sbc_msf
Revision Date: 2016-08-15 15:33:14 UTC

Limit the number of variables taken into account when caching the context

lp:~simeon-blanc/+junk/web_optimisation_2_merge 1 Development 2016-08-15 07:52:56 UTC
4799. Fix a bug in the web component The j...

Author: sbc_msf
Revision Date: 2016-08-15 07:52:56 UTC

Fix a bug in the web component

The jQuery event was used as a cache. As a result, the tables with
multiple icons depending on the values in the current row were not
displayed as it used to be.

lp:~simeon-blanc/+junk/optimisation 1 Development 2016-08-11 07:24:04 UTC
3846. Sort the IDs based on their position ...

Author: MOI
Revision Date: 2016-08-11 07:24:04 UTC

Sort the IDs based on their position in a the read_cache

lp:~simeon-blanc/+junk/optimisation_2_merge 1 Development 2016-08-09 07:14:16 UTC
3864. Fetch all the fields whenever requested

Author: MOI
Revision Date: 2016-08-09 07:14:25 UTC

Fetch all the fields whenever requested

lp:~simeon-blanc/+junk/optimisation_remove_constraints 1 Development 2016-08-09 06:47:42 UTC
3845. Remove the checks

Author: sbc_msf
Revision Date: 2016-08-09 06:47:42 UTC

Remove the checks

lp:~simeon-blanc/+junk/sync_opti_offset_nofake_bf 1 Development 2016-01-25 09:00:41 UTC
629. SP-224 [IMP] Turn on the puller cache...

Author: sbc_msf
Revision Date: 2016-01-25 09:00:41 UTC

SP-224 [IMP] Turn on the puller cache and sort updates according to their id

This is important now because we rely on the last ID to fetch the updates. If they
 are not sorted correctly, we could skip some updates.

This change has not impact on their execution order because we already sort them
 before execution.

lp:~simeon-blanc/+junk/sync_opti_offset_nofake 1 Development 2016-01-07 15:20:30 UTC
623. SP-224 [IMP] Remove the fake packet ...

Author: sbc_msf
Revision Date: 2016-01-07 15:17:42 UTC

SP-224 [IMP] Remove the fake packet

The pulling phase is quick enough so that we don't need any fake
 update. Removing it make the code clearer and prevent our instances
 from executing fake updates.

lp:~simeon-blanc/+junk/sync_opti_offset 1 Development 2016-01-06 13:47:03 UTC
622. SP-224 [IMP] Add a filter on the rows...

Author: sbc_msf
Revision Date: 2016-01-06 13:46:02 UTC

SP-224 [IMP] Add a filter on the rows to keep the offset as low as possible

This commit allow an instance to fetch the updates based on a sequence number
(the last sequence number already fetched by the instance) and an offset (as
before) or an update id.

This functionnality relies on the fact the updates are sorted according to their
 to their ID first, and then their sequence number. According to the code, this
 fact might be wrong in production.

lp:~simeon-blanc/+junk/sync_opti 1 Development 2016-01-05 12:51:25 UTC
621. SP-224 [IMP] Add 500 updates in each ...

Author: sbc_msf
Revision Date: 2016-01-05 12:51:25 UTC

SP-224 [IMP] Add 500 updates in each packet

Before this commit, Unifield didn't put 500 updates in each packet event
if the packet size was set to 500.

lp:~simeon-blanc/+junk/SP-219_sync 1 Development 2015-12-30 14:45:32 UTC
620. Rules v1.124: set master data on updates

Author: jftempo
Revision Date: 2015-12-21 20:22:41 UTC

Rules v1.124: set master data on updates

lp:~simeon-blanc/+junk/UTP-720_web 1 Development 2015-12-30 08:18:35 UTC
4775. UTP-720 [FIX] Make filters work in UF...

Author: sbc_msf
Revision Date: 2015-12-30 08:18:35 UTC

UTP-720 [FIX] Make filters work in UF when the same field is used twice in a clause

With this commit, the user is now allowed to filter on a date range.

Here are the modifications involved:
1. The "AND" filter is not turned into a "OR" when adding a new line in a
     "AND" clause.
2. There is not more crash when including twice the same field in a clause

113 of 13 results