- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Mar 6 2023
Mar 6 2023
mega-export-xml.php: minor refactor
valerio.bozzolan committed R21:8f9289756188: mega-export.php: please adopt mega-export-csv.php or -xml.php (breaking change).
mega-export.php: please adopt mega-export-csv.php or -xml.php (breaking change)
valerio.bozzolan committed R21:5832ebf60bc5: cli: allow to call mega-export-csv-simple.sh from foreign locations.
cli: allow to call mega-export-csv-simple.sh from foreign locations
fix set of undeclared HTTPRequest::$curl
Param: fix call of strlen() over NULL value in Param
valerio.bozzolan committed R21:fc3192bca95a: fix cli execution whenever is /usr/bin/php or /usr/local/bin/php.
fix cli execution whenever is /usr/bin/php or /usr/local/bin/php
rector.php: avoid var(s)
rector.php: avoid __CLASS__ and adopt self::class
rector.php: fix indentation
rector.php: adopt elvis operator
add support to Composer autoload
valerio.bozzolan committed R21:ddac6e0ee1df: move classes to a better filesystem structure (breaking change).
move classes to a better filesystem structure (breaking change)
improve autoload of class traits
Mar 2 2023
Mar 2 2023
I'm unassigning since this is not really something that I can do. But you can! :D
Feel free to visit me in Milano but in the meanwhile I assigned to you another Badge. The Nice Hat badge:
create a simple shell wrapper for the CSV export
add a stupid config wizard
tools: update replace.php to adopt the wizard
valerio.bozzolan committed R21:487b4e71baed: avoid too much verbose automatic edit summary when deleting a Claim.
avoid too much verbose automatic edit summary when deleting a Claim
Mar 1 2023
Mar 1 2023
valerio.bozzolan committed R62:336acfe70ec3: import Phabricator Story Points as amount of hours of estimation time in ClickUp.
import Phabricator Story Points as amount of hours of estimation time in ClickUp
add more PhabricatorAPI methods Tag-related
add utility to convert hours in seconds
valerio.bozzolan committed R62:c86d216b788a: find the most appropriate ClickUp List from a specific Milestone etc..
find the most appropriate ClickUp List from a specific Milestone etc.
valerio.bozzolan committed R62:df90c54889db: fix command line Phabricator script not able to force-create an old Task in….
fix command line Phabricator script not able to force-create an old Task in…
valerio.bozzolan committed R62:9070175ddb25: change findClickupUserIDbyPHID() to always return an int.
change findClickupUserIDbyPHID() to always return an int
fix add of ClickUp assignee from Phabricator owner
valerio.bozzolan committed R62:b638fd07d433: import the ClickUp owner only when the Phabricator Task was not already created.
import the ClickUp owner only when the Phabricator Task was not already created
valerio.bozzolan committed R62:7f00da92f1bf: fix ClickUp status import: avoid to save it, if it does not change.
fix ClickUp status import: avoid to save it, if it does not change
Feb 26 2023
Feb 26 2023
valerio.bozzolan changed the Can Use Application policy for application Search from Public (No Login Required) to All Users.
Feb 25 2023
Feb 25 2023
Feb 20 2023
Feb 20 2023
valerio.bozzolan updated the task description for T1101: Some normal outgoing messages marked as SPAM - probably caused by postsrsd.
Feb 14 2023
Feb 14 2023
We are now at:
Let's mark as resolved. Probably I destroyed everything and the database is completely fucked. But hey, nobody noticed it.
I've done this on a Train in the last 7 minutes of trip. I think somehow it worked perfectly.
valerio.bozzolan updated the task description for T1155: Upgrade Gitpull.it from Phabricator to Phorge.
cd arcanist && git branch --copy master master-before-phorge && cd - cd phabricator && git branch --copy master master-before-phorge && cd -
Relevant changelogs:
Current situation:
Feb 13 2023
Feb 13 2023
valerio.bozzolan committed R62:2357f2e56f0a: close ClickUp Task when a Task is closed from Phabricator from a commit.
close ClickUp Task when a Task is closed from Phabricator from a commit
valerio.bozzolan committed R62:3b827f20b2c5: improve Phabricator CLI script to force ClickUp task creation.
improve Phabricator CLI script to force ClickUp task creation
valerio.bozzolan committed R62:313294f37ad8: improve Phabricator Task description with the ClickUp author.
improve Phabricator Task description with the ClickUp author
refactor ClickUp API to simplify Phab Task creation
valerio.bozzolan committed R62:8a4b5801fea4: ClickUpPhabricatorCache: always expose the ClickUp Task ID.
ClickUpPhabricatorCache: always expose the ClickUp Task ID
valerio.bozzolan committed R62:620f1ad6d8e0: identify the right parent of a new ClickUp Task from Phabricator.
identify the right parent of a new ClickUp Task from Phabricator
PhabricatorAPI: add method getTaskByID()
ClickUpAPI: add method findTopParentOfTaskID()
valerio.bozzolan committed R62:05fbdb315b1d: ClickUpPhabricatorCache: add method findClickupTaskByID().
ClickUpPhabricatorCache: add method findClickupTaskByID()
start storing parent ClickUp Task ID
ClickUpAPI: add method getTaskDataByID()
valerio.bozzolan committed R62:f756ba342637: cli: improve ClickUp Task script to auto-create Phab tasks.
cli: improve ClickUp Task script to auto-create Phab tasks
valerio.bozzolan committed R62:c97e08c1f4c8: cli: improve clickup-task.php script to import Phab PHID.
cli: improve clickup-task.php script to import Phab PHID
valerio.bozzolan committed R62:fcb2088574cc: create ClickUp Task from Phabricator Task (or Sub-Task).
create ClickUp Task from Phabricator Task (or Sub-Task)
improve default ClickUp description from Phab
avoid to sync Task titles since it can be frustrating
valerio.bozzolan committed R62:4a8aedd47275: avoid to import ClickUp title if the task is a generic update.
avoid to import ClickUp title if the task is a generic update
PhabricatorAPI: allow to skip title import
improve anti-loop system in ClickUp webhook
valerio.bozzolan committed R62:bff95c358a3a: avoid to create a Task from ClickUp if the Phabricator Tag is not clear.
avoid to create a Task from ClickUp if the Phabricator Tag is not clear
fix ClickUp createTaskOnList method
cache: store ClickUp List ID
valerio.bozzolan committed R62:d79c3dfe2866: cache: add a way to retrieve bulk ClickUp tasks from Task PHIDs.
cache: add a way to retrieve bulk ClickUp tasks from Task PHIDs
cache: allow to find a ClickUp Task by Phab PHID
Phabricator: add API to retrieve Task parents
cache: minor refactor
import Phabricator User from a ClickUp assignee
valerio.bozzolan committed R62:1826e88171a4: refactor Phabricator webhook in order to better handle future creations.
refactor Phabricator webhook in order to better handle future creations
fix ClickUp Task script (minor)
log access denied to a ClickUp Task
valerio.bozzolan committed R62:1b71c6a36425: start exposing user ID in cache data, instead of just index.
start exposing user ID in cache data, instead of just index
valerio.bozzolan committed R62:8e38570ea2ef: add more anti-loop checks in the Phabricator comment receiver.
add more anti-loop checks in the Phabricator comment receiver
allow to update a ClickUp webhook
add exception ClickupExceptionAccessDenied
strip whitespaces from any edited ClickUp description
valerio.bozzolan committed R62:c9b7593e6592: import ClickUp parent tasks in Phabricator and auto-attach.
import ClickUp parent tasks in Phabricator and auto-attach
show more hints about unknown requests
valerio.bozzolan committed R62:6da93907e646: import the ClickUp task title on Phabricator if it changes considerably.
import the ClickUp task title on Phabricator if it changes considerably
valerio.bozzolan committed R62:0b9f77035256: create missing Phabricator Tasks when on ClickUp are just edited.
create missing Phabricator Tasks when on ClickUp are just edited
improve readability of CLI clickup-users.php script
valerio.bozzolan committed R62:51ff1035f41b: improve ClickUp webhook registration process and verify HMAC security signature.
improve ClickUp webhook registration process and verify HMAC security signature
valerio.bozzolan committed R62:243684b4c48c: allow to quickly associate ClickUp lists to Phabricator stuff.
allow to quickly associate ClickUp lists to Phabricator stuff
add method to guess a Phab Tag from its human name
fix null pointer in ClickUp webhook
add method to get ClickUp Folder lists
add methods to save ClickUp lists
allow to query a single Phabricator Tag by slug
add script to fetch a Phabricator Tag by slug
valerio.bozzolan committed R62:2005d375efbf: improve lock system to support nested lock()...save() calls.
improve lock system to support nested lock()...save() calls
Public contents are in Creative Commons Attribution-ShareAlike 4.0 (CC-BY-SA) or GNU Free Documentation License (at your option) unless otherwise noted. · Contact / Register