Page MenuHomePhabricator
Feed Advanced Search

Oct 13 2022

AAssaf updated the task description for T318365: Decide how validation should work.
Oct 13 2022, 2:07 PM · Abstract Wikipedia team (Phase θ – Throttling), function-orchestrator
AAssaf added a comment to T318365: Decide how validation should work.

Hi Strobilomyces, the contents of the document have been ported to metawiki: https://meta.wikimedia.org/wiki/Abstract_Wikipedia/Semantics_of_validation_in_Wikifunctions. I'll update the OP.

Oct 13 2022, 2:07 PM · Abstract Wikipedia team (Phase θ – Throttling), function-orchestrator

Oct 7 2022

AAssaf added a comment to T320237: Rename Phabricator account "AAssaf-WMF" to "AAssaf".

Thank you!

Oct 7 2022, 1:51 PM · Phabricator
Aklapper renamed AAssaf from AAssaf-WMF to AAssaf.
Oct 7 2022, 11:26 AM
AAssaf created T320237: Rename Phabricator account "AAssaf-WMF" to "AAssaf".
Oct 7 2022, 10:25 AM · Phabricator

Sep 22 2022

AAssaf created T318365: Decide how validation should work.
Sep 22 2022, 6:24 PM · Abstract Wikipedia team (Phase θ – Throttling), function-orchestrator

Sep 21 2022

AAssaf added a comment to T317230: Resolve Z18s, Z9s, and Z7s Which Are Not at the Top Level of an Argument.

Note that I think this issue is not depending on the validation strategy (on the contrary, this issue would even be a blocker for a working validation strategy). We can fix and should fix it independently.

Sep 21 2022, 10:22 AM · Abstract Wikipedia team (Phase θ – Throttling), function-orchestrator

Sep 8 2022

AAssaf added a comment to T316886: Internal server error when calling function on NLG types.

Thank you Ori and Cory for looking into this!

Sep 8 2022, 8:31 AM · Abstract Wikipedia team (Phase θ – Throttling)

Sep 1 2022

AAssaf created T316886: Internal server error when calling function on NLG types.
Sep 1 2022, 5:26 PM · Abstract Wikipedia team (Phase θ – Throttling)

Aug 18 2022

AAssaf added a comment to T315009: Revisit best practices and code support for local & global keys.

As mentioned in today's eng meeting, "Z882K1" should probably not be accepted because the type is a transient type generated by a function. This is also touched up in the doc,

Aug 18 2022, 4:25 PM · MW-1.40-notes (1.40.0-wmf.4; 2022-10-03), Abstract Wikipedia Fix-It tasks, Abstract Wikipedia team (Phase θ – Throttling)

Aug 17 2022

AAssaf added a comment to T305981: Distinguish Formally between Variable Binding and Value Assignment.

Cory is right, it is very common for dynamically-checked languages to not enforce this.

Aug 17 2022, 2:11 PM · Abstract Wikipedia team, function-orchestrator
AAssaf added a comment to T306447: Refactor Function Signatures in Orchestrator by Encapsulating Invariants.

Cory, do we consider this done with https://gerrit.wikimedia.org/r/c/mediawiki/services/function-orchestrator/+/787836?

Aug 17 2022, 2:11 PM · Abstract Wikipedia team (Phase θ – Throttling), function-orchestrator
AAssaf created T315435: Decide on generic vs non-generic function type.
Aug 17 2022, 12:30 PM · Abstract Wikipedia team

Aug 16 2022

AAssaf added a comment to T315009: Revisit best practices and code support for local & global keys.

This topic also came up while working on scoping in the orchestrator. It turns out there are several different usages of local keys and subtle differences between them. I went ahead and summarized my current understanding in this doc, I hope it will help the team when tackling this subject: https://docs.google.com/document/d/1yGnvukO8hjOP3r7zdCjWNG1mQBQdICHyEQscGjC_rXQ/edit

Aug 16 2022, 5:00 PM · MW-1.40-notes (1.40.0-wmf.4; 2022-10-03), Abstract Wikipedia Fix-It tasks, Abstract Wikipedia team (Phase θ – Throttling)

Aug 15 2022

AAssaf added a comment to T315232: Consider Not Copying ZWrapper When Validating.

Noting that by removing the clone, at head there would be only 3 tests failing, because they are expecting the result to be slightly less resolved:

Aug 15 2022, 4:38 PM · Abstract Wikipedia team, function-orchestrator

Aug 10 2022

AAssaf renamed T314926: Generic types are not fully evaluated, wrongly returning errors from Generic function types are not fully evaluated, wrongly returning errors to Generic types are not fully evaluated, wrongly returning errors.
Aug 10 2022, 10:56 AM · Abstract Wikipedia team (24Q4 (Apr–Jun)), function-orchestrator
AAssaf updated the task description for T314926: Generic types are not fully evaluated, wrongly returning errors.
Aug 10 2022, 10:48 AM · Abstract Wikipedia team (24Q4 (Apr–Jun)), function-orchestrator
AAssaf updated the task description for T314926: Generic types are not fully evaluated, wrongly returning errors.
Aug 10 2022, 10:48 AM · Abstract Wikipedia team (24Q4 (Apr–Jun)), function-orchestrator
AAssaf created T314927: Do not suppress root cause of errors.
Aug 10 2022, 10:47 AM · Abstract Wikipedia team, function-orchestrator
AAssaf updated the task description for T314926: Generic types are not fully evaluated, wrongly returning errors.
Aug 10 2022, 10:40 AM · Abstract Wikipedia team (24Q4 (Apr–Jun)), function-orchestrator
AAssaf updated subscribers of T314926: Generic types are not fully evaluated, wrongly returning errors.
Aug 10 2022, 10:40 AM · Abstract Wikipedia team (24Q4 (Apr–Jun)), function-orchestrator
AAssaf created T314926: Generic types are not fully evaluated, wrongly returning errors.
Aug 10 2022, 10:40 AM · Abstract Wikipedia team (24Q4 (Apr–Jun)), function-orchestrator

Aug 8 2022

AAssaf added a comment to T309038: Getting wrong result for if(empty string("x"), "a", if(empty string(""), "b", "c")).

I confirm that this works now, maybe due to fixing https://phabricator.wikimedia.org/T309195.

Aug 8 2022, 12:50 PM · Abstract Wikipedia team (Phase θ – Throttling), function-orchestrator
AAssaf closed T309038: Getting wrong result for if(empty string("x"), "a", if(empty string(""), "b", "c")) as Resolved.
Aug 8 2022, 12:49 PM · Abstract Wikipedia team (Phase θ – Throttling), function-orchestrator

Aug 5 2022

AAssaf added a parent task for T306376: In the implementation editor, choosing "arg" in the mode selector empties the field completely and one must choose Argument reference as a type: T309038: Getting wrong result for if(empty string("x"), "a", if(empty string(""), "b", "c")).
Aug 5 2022, 12:25 PM · MW-1.39-notes (1.39.0-wmf.25; 2022-08-15), Abstract Wikipedia team (Phase θ – Throttling), WikiLambda Front-end
AAssaf edited subtasks for T309038: Getting wrong result for if(empty string("x"), "a", if(empty string(""), "b", "c")), added: T306376: In the implementation editor, choosing "arg" in the mode selector empties the field completely and one must choose Argument reference as a type; removed: T312953: Cannot define a function by composition on Booleans in Wikifunctions UX.
Aug 5 2022, 12:25 PM · Abstract Wikipedia team (Phase θ – Throttling), function-orchestrator
AAssaf removed a parent task for T312953: Cannot define a function by composition on Booleans in Wikifunctions UX: T309038: Getting wrong result for if(empty string("x"), "a", if(empty string(""), "b", "c")).
Aug 5 2022, 12:25 PM · Abstract Wikipedia team (Phase θ – Throttling), WikiLambda Front-end, WikiLambda
AAssaf added a parent task for T312953: Cannot define a function by composition on Booleans in Wikifunctions UX: T309038: Getting wrong result for if(empty string("x"), "a", if(empty string(""), "b", "c")).
Aug 5 2022, 12:24 PM · Abstract Wikipedia team (Phase θ – Throttling), WikiLambda Front-end, WikiLambda
AAssaf added a subtask for T309038: Getting wrong result for if(empty string("x"), "a", if(empty string(""), "b", "c")): T312953: Cannot define a function by composition on Booleans in Wikifunctions UX.
Aug 5 2022, 12:24 PM · Abstract Wikipedia team (Phase θ – Throttling), function-orchestrator
AAssaf added a comment to T312953: Cannot define a function by composition on Booleans in Wikifunctions UX.

Noting that this is not just for booleans, trying to define the empty string function from https://phabricator.wikimedia.org/T309038 also does not work.

Aug 5 2022, 12:24 PM · Abstract Wikipedia team (Phase θ – Throttling), WikiLambda Front-end, WikiLambda
AAssaf closed T308771: Fix and Maintain Wikilambda CLI Tool as Resolved.
Aug 5 2022, 11:57 AM · Patch-For-Review, Abstract Wikipedia team, Wikimedia-Hackathon-2022, 2022 Wikimedia Google.org Fellowship
AAssaf added a comment to T308771: Fix and Maintain Wikilambda CLI Tool.

I think we can consider this done.

Aug 5 2022, 11:57 AM · Patch-For-Review, Abstract Wikipedia team, Wikimedia-Hackathon-2022, 2022 Wikimedia Google.org Fellowship

Aug 4 2022

AAssaf committed rMTWC2df1cb1a9eb5: Fix formatting of complex objects..
Fix formatting of complex objects.
Aug 4 2022, 3:23 PM

Aug 3 2022

AAssaf committed rMTWC64f83500e3c7: Fix formatting of function types by dropping first element of the Benjamin….
Fix formatting of function types by dropping first element of the Benjamin…
Aug 3 2022, 3:47 PM
AAssaf committed rMTWC50cd4f831897: Fix indentation in formatting of lambda CLI output..
Fix indentation in formatting of lambda CLI output.
Aug 3 2022, 2:09 PM
AAssaf committed rMSFOcb6ce8506aa1: Add functions for debugging ZWrapper objects..
Add functions for debugging ZWrapper objects.
Aug 3 2022, 11:35 AM

Aug 2 2022

AAssaf added a comment to T308771: Fix and Maintain Wikilambda CLI Tool.

Actually might not be related to lists migration, but here is an example:

$ lambda --noeval --normal 'if(true, [String, "a", "b"] , [String, "c", "d"])'
{
  "Z1K1": {
    "Z1K1": "Z9",
    "Z9K1": "Z7"
  },
  "Z7K1": {
    "Z1K1": "Z9",
    "Z9K1": "Z802"
  },
  "Z802K1": {
    "Z1K1": "Z9",
    "Z9K1": "Z41"
  },
  "Z802K2": {
    "Z1K1": {
      "Z1K1": {
        "Z1K1": "Z9",
        "Z9K1": "Z7"
      },
      "Z7K1": {
        "Z1K1": "Z9",
        "Z9K1": "Z881"
      },
      "Z881K1": {
        "Z1K1": "Z9",
        "Z9K1": "Z6"
      }
    },
    "K1": {
      "Z1K1": "Z6",
      "Z6K1": "a"
    },
    "K2": {
      "Z1K1": {
        "Z1K1": {
          "Z1K1": "Z9",
          "Z9K1": "Z7"
        },
        "Z7K1": {
          "Z1K1": "Z9",
          "Z9K1": "Z881"
        },
        "Z881K1": {
          "Z1K1": "Z9",
          "Z9K1": "Z6"
        }
      },
      "K1": {
        "Z1K1": "Z6",
        "Z6K1": "b"
      },
      "K2": {
        "Z1K1": {
          "Z1K1": {
            "Z1K1": "Z9",
            "Z9K1": "Z7"
          },
          "Z7K1": {
            "Z1K1": "Z9",
            "Z9K1": "Z881"
          },
          "Z881K1": {
            "Z1K1": "Z9",
            "Z9K1": "Z6"
          }
        }
      }
    }
  },
  "Z802K3": {
    "Z1K1": {
      "Z1K1": {
        "Z1K1": "Z9",
        "Z9K1": "Z7"
      },
      "Z7K1": {
        "Z1K1": "Z9",
        "Z9K1": "Z881"
      },
      "Z881K1": {
        "Z1K1": "Z9",
        "Z9K1": "Z6"
      }
    },
    "K1": {
      "Z1K1": "Z6",
      "Z6K1": "c"
    },
    "K2": {
      "Z1K1": {
        "Z1K1": {
          "Z1K1": "Z9",
          "Z9K1": "Z7"
        },
        "Z7K1": {
          "Z1K1": "Z9",
          "Z9K1": "Z881"
        },
        "Z881K1": {
          "Z1K1": "Z9",
          "Z9K1": "Z6"
        }
      },
      "K1": {
        "Z1K1": "Z6",
        "Z6K1": "d"
      },
      "K2": {
        "Z1K1": {
          "Z1K1": {
            "Z1K1": "Z9",
            "Z9K1": "Z7"
          },
          "Z7K1": {
            "Z1K1": "Z9",
            "Z9K1": "Z881"
          },
          "Z881K1": {
            "Z1K1": "Z9",
            "Z9K1": "Z6"
          }
        }
      }
    }
  }
}
undefined
  function: If
  condition: true
  then: undefined
  K1: "a"
  K2: undefined
  K1: "b"
  K2: undefined
  else: undefined
  K1: "c"
  K2: undefined
  K1: "d"
  K2: undefined
Aug 2 2022, 3:29 PM · Patch-For-Review, Abstract Wikipedia team, Wikimedia-Hackathon-2022, 2022 Wikimedia Google.org Fellowship
AAssaf added a comment to T308771: Fix and Maintain Wikilambda CLI Tool.

There are still some undefined that show up due to the typed lists migration that we need to fix.

Aug 2 2022, 2:40 PM · Patch-For-Review, Abstract Wikipedia team, Wikimedia-Hackathon-2022, 2022 Wikimedia Google.org Fellowship

Jul 19 2022

AAssaf created T313320: Unit tests in the orchestrator should be independent of each other.
Jul 19 2022, 2:28 PM · Abstract Wikipedia team, function-orchestrator, Abstract Wikipedia Fix-It tasks

Jul 18 2022

AAssaf closed T309195: Wrong result due to dynamic scoping in function calls as Resolved.
Jul 18 2022, 12:42 PM · Abstract Wikipedia team (Phase θ – Throttling), function-orchestrator
AAssaf closed T312211: Test 'map "echo" function to a list of items' is incorrect as Resolved.
Jul 18 2022, 12:41 PM · Patch-For-Review, Abstract Wikipedia team (Phase θ – Throttling), function-orchestrator
AAssaf closed T312211: Test 'map "echo" function to a list of items' is incorrect, a subtask of T309195: Wrong result due to dynamic scoping in function calls, as Resolved.
Jul 18 2022, 12:41 PM · Abstract Wikipedia team (Phase θ – Throttling), function-orchestrator
AAssaf closed T312227: ZWrapper caching is broken, a subtask of T309195: Wrong result due to dynamic scoping in function calls, as Resolved.
Jul 18 2022, 12:41 PM · Abstract Wikipedia team (Phase θ – Throttling), function-orchestrator
AAssaf closed T312227: ZWrapper caching is broken as Resolved.
Jul 18 2022, 12:41 PM · Patch-For-Review, Abstract Wikipedia team (Phase θ – Throttling), function-orchestrator

Jul 15 2022

AAssaf committed rMSFO582f8b579d55: Use scope attached to ZWrapper instead of passing it around everywhere..
Use scope attached to ZWrapper instead of passing it around everywhere.
Jul 15 2022, 7:19 PM

Jul 14 2022

AAssaf committed rMSFO447b9bb131b3: Fix ZWrapper caching by storing the result of argument reference resolution..
Fix ZWrapper caching by storing the result of argument reference resolution.
Jul 14 2022, 6:53 PM
AAssaf committed rMSFOc089bb11f037: Fix the 'map "echo" function to a list of items' test to not use dynamic….
Fix the 'map "echo" function to a list of items' test to not use dynamic…
Jul 14 2022, 6:53 PM
AAssaf committed rMSFO46b0384b6a06: Fix scoping in orchestrator..
Fix scoping in orchestrator.
Jul 14 2022, 6:53 PM
AAssaf added a comment to T308771: Fix and Maintain Wikilambda CLI Tool.

Repo was moved to https://github.com/wikimedia/mediawiki-tools-wikilambda-cli

Jul 14 2022, 11:49 AM · Patch-For-Review, Abstract Wikipedia team, Wikimedia-Hackathon-2022, 2022 Wikimedia Google.org Fellowship

Jul 13 2022

AAssaf created T312953: Cannot define a function by composition on Booleans in Wikifunctions UX.
Jul 13 2022, 3:15 PM · Abstract Wikipedia team (Phase θ – Throttling), WikiLambda Front-end, WikiLambda
AAssaf updated subscribers of T310093: Investigate why function evaluation is slow.
Jul 13 2022, 2:19 PM · Abstract Wikipedia team (Phase θ – Throttling), 2022 Wikimedia Google.org Fellowship

Jul 6 2022

AAssaf committed rMSFO325d569d9214: Do not rely on function call execution when building builtin generic map types..
Do not rely on function call execution when building builtin generic map types.
Jul 6 2022, 2:57 PM
AAssaf committed rMSFO3f9bc1a5eaaa: Log the error in test failures..
Log the error in test failures.
Jul 6 2022, 2:57 PM
AAssaf added a comment to T308771: Fix and Maintain Wikilambda CLI Tool.

Also mentioned with Denny and Ori the idea of bringing it over from Github into the WMF repositories and setting up CI for it to avoid future breakages.

Jul 6 2022, 2:49 PM · Patch-For-Review, Abstract Wikipedia team, Wikimedia-Hackathon-2022, 2022 Wikimedia Google.org Fellowship
AAssaf created T312227: ZWrapper caching is broken.
Jul 6 2022, 2:15 PM · Patch-For-Review, Abstract Wikipedia team (Phase θ – Throttling), function-orchestrator
AAssaf created T312211: Test 'map "echo" function to a list of items' is incorrect.
Jul 6 2022, 12:46 PM · Patch-For-Review, Abstract Wikipedia team (Phase θ – Throttling), function-orchestrator
AAssaf added a comment to T296679: Write Test Ensuring Z14s Are Resolved (but Not Compositions).

Maybe related: https://phabricator.wikimedia.org/T310995

Jul 6 2022, 12:40 PM · Abstract Wikipedia team, Abstract Wikipedia Fix-It tasks, function-orchestrator
AAssaf added a comment to T308771: Fix and Maintain Wikilambda CLI Tool.

Some fixes were submitted in https://github.com/vrandezo/lambda-cli/pull/2.

Jul 6 2022, 12:38 PM · Patch-For-Review, Abstract Wikipedia team, Wikimedia-Hackathon-2022, 2022 Wikimedia Google.org Fellowship
AAssaf updated subscribers of T308771: Fix and Maintain Wikilambda CLI Tool.
Jul 6 2022, 12:38 PM · Patch-For-Review, Abstract Wikipedia team, Wikimedia-Hackathon-2022, 2022 Wikimedia Google.org Fellowship

Jul 5 2022

AAssaf closed T310995: Composition implementations are being evaluated before being selected, a subtask of T309195: Wrong result due to dynamic scoping in function calls, as Resolved.
Jul 5 2022, 1:32 PM · Abstract Wikipedia team (Phase θ – Throttling), function-orchestrator
AAssaf closed T310995: Composition implementations are being evaluated before being selected as Resolved.
Jul 5 2022, 1:32 PM · Abstract Wikipedia team (Phase θ – Throttling), function-orchestrator

Jul 1 2022

AAssaf committed rMSFOc4916da52226: Do not resolve implementations before selecting them.
Do not resolve implementations before selecting them
Jul 1 2022, 9:38 AM

Jun 29 2022

AAssaf updated subscribers of T309038: Getting wrong result for if(empty string("x"), "a", if(empty string(""), "b", "c")).
Jun 29 2022, 4:51 PM · Abstract Wikipedia team (Phase θ – Throttling), function-orchestrator
AAssaf updated subscribers of T309195: Wrong result due to dynamic scoping in function calls.
Jun 29 2022, 4:50 PM · Abstract Wikipedia team (Phase θ – Throttling), function-orchestrator
AAssaf updated subscribers of T310995: Composition implementations are being evaluated before being selected.
Jun 29 2022, 4:50 PM · Abstract Wikipedia team (Phase θ – Throttling), function-orchestrator

Jun 20 2022

AAssaf added a parent task for T310995: Composition implementations are being evaluated before being selected: T309195: Wrong result due to dynamic scoping in function calls.
Jun 20 2022, 10:31 AM · Abstract Wikipedia team (Phase θ – Throttling), function-orchestrator
AAssaf added a subtask for T309195: Wrong result due to dynamic scoping in function calls: T310995: Composition implementations are being evaluated before being selected.
Jun 20 2022, 10:31 AM · Abstract Wikipedia team (Phase θ – Throttling), function-orchestrator
AAssaf created T310995: Composition implementations are being evaluated before being selected.
Jun 20 2022, 10:24 AM · Abstract Wikipedia team (Phase θ – Throttling), function-orchestrator

Jun 13 2022

AAssaf committed rMSFOe2c66710bca4: Start annotating resolve and execute methods..
Start annotating resolve and execute methods.
Jun 13 2022, 3:06 PM

Jun 9 2022

AAssaf claimed T309635: Annotate Orchestrator Functions with Signature.
Jun 9 2022, 4:08 PM · Abstract Wikipedia team, function-orchestrator, Abstract Wikipedia Fix-It tasks

Jun 8 2022

AAssaf added a subtask for T309195: Wrong result due to dynamic scoping in function calls: T309636: Merge `mutate` and `resolveFunctionCallsAndReferences` into `ZWrapper` Class.
Jun 8 2022, 8:52 PM · Abstract Wikipedia team (Phase θ – Throttling), function-orchestrator
AAssaf added a parent task for T309636: Merge `mutate` and `resolveFunctionCallsAndReferences` into `ZWrapper` Class: T309195: Wrong result due to dynamic scoping in function calls.
Jun 8 2022, 8:52 PM · Abstract Wikipedia team (Phase κ – Clean-up), Abstract Wikipedia Fix-It tasks, function-orchestrator
AAssaf updated subscribers of T309195: Wrong result due to dynamic scoping in function calls.
Jun 8 2022, 5:48 PM · Abstract Wikipedia team (Phase θ – Throttling), function-orchestrator

May 25 2022

AAssaf created T309195: Wrong result due to dynamic scoping in function calls.
May 25 2022, 12:05 PM · Abstract Wikipedia team (Phase θ – Throttling), function-orchestrator

May 24 2022

AAssaf updated subscribers of T309038: Getting wrong result for if(empty string("x"), "a", if(empty string(""), "b", "c")).
May 24 2022, 3:54 PM · Abstract Wikipedia team (Phase θ – Throttling), function-orchestrator
AAssaf claimed T309038: Getting wrong result for if(empty string("x"), "a", if(empty string(""), "b", "c")).
May 24 2022, 3:50 PM · Abstract Wikipedia team (Phase θ – Throttling), function-orchestrator

May 23 2022

AAssaf added a comment to T308771: Fix and Maintain Wikilambda CLI Tool.

That one was resolved by pointing the "wiki" in the config to the correct address ("http://localhost:8080"). By default the first one in the config is used (which by default is "https://wikifunctions.beta.wmflabs.org").

May 23 2022, 4:42 PM · Patch-For-Review, Abstract Wikipedia team, Wikimedia-Hackathon-2022, 2022 Wikimedia Google.org Fellowship
AAssaf added a comment to T308771: Fix and Maintain Wikilambda CLI Tool.

Now getting "could not delabel reference" when trying to evaluate:

May 23 2022, 3:01 PM · Patch-For-Review, Abstract Wikipedia team, Wikimedia-Hackathon-2022, 2022 Wikimedia Google.org Fellowship
AAssaf added a comment to T308771: Fix and Maintain Wikilambda CLI Tool.

It turns out the error UnhandledPromiseRejectionWarning: TypeError: s.toLowerCase(...).replaceAll is not a function was caused by my Node version being too old: https://stackoverflow.com/questions/13340131/string-prototype-replaceall-not-working. I switched to a newer version and the error went away.

May 23 2022, 2:33 PM · Patch-For-Review, Abstract Wikipedia team, Wikimedia-Hackathon-2022, 2022 Wikimedia Google.org Fellowship

May 19 2022

AAssaf claimed T308771: Fix and Maintain Wikilambda CLI Tool.
May 19 2022, 4:31 PM · Patch-For-Review, Abstract Wikipedia team, Wikimedia-Hackathon-2022, 2022 Wikimedia Google.org Fellowship

May 5 2022

AAssaf added a comment to T307699: Formalize the semantics of the function model.

Very early draft with more details on the goals and assumptions: https://docs.google.com/document/d/1olASGiCWKbT-XjAHO528HgZsx_pmVHO5tbPlZFGiex4/edit?pli=1#

May 5 2022, 3:25 PM · 2022 Wikimedia Google.org Fellowship, Abstract Wikipedia team (Phase θ – Throttling)
AAssaf created T307699: Formalize the semantics of the function model.
May 5 2022, 3:24 PM · 2022 Wikimedia Google.org Fellowship, Abstract Wikipedia team (Phase θ – Throttling)

Apr 20 2022

AAssaf added a comment to T306437: Grant Access to ldap/wmf for AAssaf.

Thanks!

Apr 20 2022, 5:36 PM · SRE, LDAP-Access-Requests

Apr 19 2022

AAssaf created T306437: Grant Access to ldap/wmf for AAssaf.
Apr 19 2022, 2:23 PM · SRE, LDAP-Access-Requests

Apr 14 2022

AAssaf updated AAssaf.
Apr 14 2022, 9:51 AM