Page MenuHomePhorge
Feed Advanced Search

Jun 20 2021

Ekubischta added a comment to T15014: Develop a Phorge Release Process.
In T15014#446, @speck wrote:

I created Release Process in our internals wiki to start the documentation on what the release process would look like, based on some of those commented. As we flesh out the plan I’d like to update that.

Jun 20 2021, 03:10 · Phorge
Ekubischta added a comment to T15016: Update default storage namespace.

One thing to consider are installs where the database is being queried outside of Phabricator - anyone doing data analytics or other tooling that interacts with the database directly would be affected by this change.

Jun 20 2021, 03:08

Jun 19 2021

Ekubischta updated the task description for T15014: Develop a Phorge Release Process.
Jun 19 2021, 21:25 · Phorge
Ekubischta added a project to T15014: Develop a Phorge Release Process: Phorge General/Unknown.
Jun 19 2021, 21:22 · Phorge
Ekubischta added a comment to D25006: Add package.json for aphlict.
Jun 19 2021, 21:21
Ekubischta created T15014: Develop a Phorge Release Process.
Jun 19 2021, 21:20 · Phorge
Ekubischta added a comment to D25006: Add package.json for aphlict.

My only concern here is that technically this introduces issues for any user install that already contains an untracked package support/aphlict/server/package-lock.json

Jun 19 2021, 18:16
Ekubischta closed D25003: Arcanist Update .arcconfig to point to we.phorge.it.
Jun 19 2021, 18:10
Ekubischta committed rARCcf4b14fcbf22: Arcanist Update .arcconfig to point to we.phorge.it.
Arcanist Update .arcconfig to point to we.phorge.it
Jun 19 2021, 18:10
Ekubischta added a comment to D25003: Arcanist Update .arcconfig to point to we.phorge.it.

hmm - I cannot land this revision?

Jun 19 2021, 17:04
Ekubischta added a comment to D25003: Arcanist Update .arcconfig to point to we.phorge.it.

Will need this accepted again by Blessed Committers

Jun 19 2021, 16:46
Ekubischta updated the diff for D25003: Arcanist Update .arcconfig to point to we.phorge.it.

Updating revision

Jun 19 2021, 16:46
Ekubischta added a comment to D25004: Update .gitignore to account for package-lock.json.

Without package-lock.json, it is not possible to deploy a consistent set of dependencies resolution - they might change any time any one publishes a new package, which creates a lot of problems for reproducibility.

Jun 19 2021, 15:32 · Aphlict
Ekubischta added a comment to D25002: T15006: Replacing external-facing trademarks/assets.

Test and Lint coverage?

Jun 19 2021, 15:27
Ekubischta added a comment to D25003: Arcanist Update .arcconfig to point to we.phorge.it.
In D25003#134, @speck wrote:

@Ekubischta it looks like @chris added you - could you verify your email? I'm also thinking anyone in the "security" or "blessed" groups should turn on MFA as well.

Jun 19 2021, 03:16

Jun 18 2021

Ekubischta awarded T15013: Better handling of node/npm installation for Aphlict a Baby Tequila token.
Jun 18 2021, 21:54 · Aphlict
Ekubischta added a comment to D25003: Arcanist Update .arcconfig to point to we.phorge.it.

@speck @avivey Can you add me as a Blessed Committers ??

Jun 18 2021, 20:22
Ekubischta added a comment to D25004: Update .gitignore to account for package-lock.json.

What happens if

Jun 18 2021, 20:19 · Aphlict
Ekubischta accepted D25004: Update .gitignore to account for package-lock.json.

Refs the discussion here T15011#386 and Aphlict

Jun 18 2021, 19:14 · Aphlict
Ekubischta created Aphlict.
Jun 18 2021, 19:13
Ekubischta added a comment to T15011: Build a Phorge Developer Environment.
In T15011#390, @speck wrote:

The documentation for installing Aphlict instructs you to npm install ws in the support/aphlict/server/ folder but it looks since that documentation was written newer versions of node/npm will write out package-lock.json which the repository is not setup to ignore. We'll need to add that file to the .gitignore file I think.

Jun 18 2021, 19:05 · Extension Development
Ekubischta added a comment to D25003: Arcanist Update .arcconfig to point to we.phorge.it.
In D25003#88, @speck wrote:

This and D25001: T15006: Update .arcconfig to point to we.phorge.it are duplicates. I tried to land it this morning but ran into issues with the land process that I didn't have time to work out

Jun 18 2021, 19:01
Ekubischta added a revision to T15006: Re-brand Phorge: D25003: Arcanist Update .arcconfig to point to we.phorge.it.
Jun 18 2021, 18:01 · Phorge
Ekubischta updated the summary of D25003: Arcanist Update .arcconfig to point to we.phorge.it.
Jun 18 2021, 18:01
Ekubischta updated the summary of D25003: Arcanist Update .arcconfig to point to we.phorge.it.
Jun 18 2021, 18:01
Ekubischta added reviewers for D25003: Arcanist Update .arcconfig to point to we.phorge.it: speck, avivey, tobiaswiese.
Jun 18 2021, 18:00
Ekubischta requested review of D25003: Arcanist Update .arcconfig to point to we.phorge.it.
Jun 18 2021, 17:59
Ekubischta added a comment to T15011: Build a Phorge Developer Environment.

A few things @willson556

Jun 18 2021, 16:58 · Extension Development
Ekubischta added a comment to T15011: Build a Phorge Developer Environment.

I actually started on a VSCode Devcontainer based solution on my GitHub: https://github.com/willson556/phorge-devcontainer

It is working pretty well with notifications and repository hosting both configured out of the box. My only concern with the config at the moment is that it's very much setup for development -- we would want to clearly document that it is not to be used as a starting point for a production docker-compose setup!

Any feedback would be appreciated!

Jun 18 2021, 16:27 · Extension Development
Ekubischta added a comment to T15011: Build a Phorge Developer Environment.
In T15011#363, @speck wrote:

We should consider a Vagrantfile in place of docker containers. I think it will be more approachable to newcomers having a single VM with all the services/configurations setup compared to managing multiple containers.

Separately, developing on Windows has its own complications

Jun 18 2021, 15:49 · Extension Development
chris awarded T15011: Build a Phorge Developer Environment a 100 token.
Jun 18 2021, 14:56 · Extension Development
Ekubischta updated the task description for T15011: Build a Phorge Developer Environment.
Jun 18 2021, 12:14 · Extension Development
Ekubischta created T15011: Build a Phorge Developer Environment.
Jun 18 2021, 12:13 · Extension Development

Jun 17 2021

Ekubischta added a comment to T15000: Ad hoc setup tasks.

I have some step by notes in our internal instance for getting SSH going - If you get stuck let me know and I will parse them into a public readable format

Jun 17 2021, 21:42 · Phorge.it Systems
Ekubischta added a comment to T15000: Ad hoc setup tasks.
In T15000#277, @avivey wrote:

Also won't let me push, because something thinks it's a non-fast-forward (it is, unless I'm drunk):

Jun 17 2021, 19:51 · Phorge.it Systems

Jun 14 2021

Ekubischta updated the task description for T15008: Build Welcome Site.
Jun 14 2021, 23:00 · phorge.it install (DEPRECATED), Upstream General/Unknown
Ekubischta added a comment to T15008: Build Welcome Site.

From IRC a while back, for reference:

Jun 14 2021, 22:59 · phorge.it install (DEPRECATED), Upstream General/Unknown
Ekubischta added a comment to T15003: Configure default dashboards / sidebars / favourites.

In general, the Welcome message stuff (And most of the concerns I outlined in T15003#216) will be taken care of in a new root / webpage(s) that will live at phorge.it and/or www.phorge.it - See T15000#234 for some background discussion

Jun 14 2021, 22:42 · Upstream General/Unknown
Ekubischta created T15008: Build Welcome Site.
Jun 14 2021, 22:42 · phorge.it install (DEPRECATED), Upstream General/Unknown
Ekubischta added a comment to T15000: Ad hoc setup tasks.

Just to keep this here for posterity

Jun 14 2021, 22:33 · Phorge.it Systems
Ekubischta added a comment to T15000: Ad hoc setup tasks.

my vote would be phorge.it - simpler, easier to market, easier to say and easier to link to. - You could auto-redirect various common www., secure. etc.

Jun 14 2021, 14:43 · Phorge.it Systems
Ekubischta added a comment to T15003: Configure default dashboards / sidebars / favourites.

+1 for demo instance! - Phorge Playground or something like that

Jun 14 2021, 14:40 · Upstream General/Unknown

Jun 13 2021

Ekubischta added a comment to T15003: Configure default dashboards / sidebars / favourites.

So - If I am a brand new user that comes across this main Phorge page

Jun 13 2021, 17:57 · Upstream General/Unknown

Jun 12 2021

Ekubischta awarded T15007: Extends access to part of phorge to logged out users a Like token.
Jun 12 2021, 14:28 · Upstream General/Unknown

Jun 11 2021

Ekubischta updated the task description for T15002: Create projects for this install.
Jun 11 2021, 16:12 · phorge.it install
Ekubischta updated Ekubischta.
Jun 11 2021, 13:47
Ekubischta updated the task description for T15006: Re-brand Phorge.
Jun 11 2021, 13:40 · Phorge
Ekubischta added a parent task for T15005: Get Better Logo / Brand Assets: T15006: Re-brand Phorge.
Jun 11 2021, 13:40 · Phactory: Community Projects, Good Starter Task, Phorge
Ekubischta added a subtask for T15006: Re-brand Phorge: T15005: Get Better Logo / Brand Assets.
Jun 11 2021, 13:40 · Phorge
Ekubischta added a comment to T15003: Configure default dashboards / sidebars / favourites.

Welcome to Phorge. Phorge is an open source, community driven platform for collaborating, managing, organizing and reviewing software development projects. You can learn more about the features of Phorge [here] and how to install Phorge [here]. You can ask for help [here] and [here] and you can learn about contributing to Phorge (here)

Jun 11 2021, 13:06 · Upstream General/Unknown
Ekubischta awarded T15002: Create projects for this install a Like token.
Jun 11 2021, 13:01 · phorge.it install
Ekubischta added a comment to T15003: Configure default dashboards / sidebars / favourites.

I feel that the first center-panel should be a "Welcome" panel. This panel would in the shortest amount of text possible :

Jun 11 2021, 01:48 · Upstream General/Unknown