Skip to content

Conversation

@mcdurdin
Copy link
Member

@mcdurdin mcdurdin commented Feb 13, 2025

  • Splits the server-side and client-side references to keyman sites so that docker-based PHP can reference host.docker.internal on development machines for cross-references.

  • Removes all remaining usage of global $KeymanHost variable, instead using KeymanHost::Instance() for consistency.

  • Removes some links to legacy sites such as sentry.keyman.com.

  • TODO: update to BOOTSTRAP_VERSION=v0.17 in build.sh before merge.

Relates-to: keymanapp/shared-sites#53

* Splits the server-side and client-side references to keyman sites so
  that docker-based PHP can reference host.docker.internal on
  development machines for cross-references.

* Removes all remaining usage of global `$KeymanHost` variable, instead
  using `KeymanHost::Instance()` for consistency.

* Removes some links to legacy sites such as sentry.keyman.com.

* TODO: update to `BOOTSTRAP_VERSION=v0.17` in build.sh before merge.

Relates-to: keymanapp/shared-sites#53
@mcdurdin mcdurdin added this to the B18S1 milestone Feb 13, 2025
mcdurdin added a commit to keymanapp/api.keyman.com that referenced this pull request Feb 13, 2025
* Splits the server-side and client-side references to keyman sites so
  that docker-based PHP can reference host.docker.internal on
  development machines for cross-references.

* Removes some links to legacy sites such as sentry.keyman.com.

* TODO: update to `BOOTSTRAP_VERSION=v0.17` in build.sh before merge.

Relates-to: keymanapp/shared-sites#53
Relates-to: keymanapp/keyman.com#545
mcdurdin added a commit to keymanapp/keymanweb.com that referenced this pull request Feb 13, 2025
* Splits the server-side and client-side references to keyman sites so
  that docker-based PHP can reference host.docker.internal on
  development machines for cross-references.

* TODO: update to `BOOTSTRAP_VERSION=v0.17` in build.sh before merge.

Relates-to: keymanapp/shared-sites#53
Relates-to: keymanapp/keyman.com#545
Relates-to: keymanapp/api.keyman.com#272
mcdurdin added a commit to keymanapp/help.keyman.com that referenced this pull request Feb 13, 2025
* Splits the server-side and client-side references to keyman sites so
  that docker-based PHP can reference host.docker.internal on
  development machines for cross-references.

* TODO: update to `BOOTSTRAP_VERSION=v0.17` in build.sh before merge.

Relates-to: keymanapp/shared-sites#53
Relates-to: keymanapp/keyman.com#545
Relates-to: keymanapp/api.keyman.com#272
Relates-to: keymanapp/keymanweb.com#129
@mcdurdin mcdurdin marked this pull request as ready for review February 13, 2025 07:38
@mcdurdin mcdurdin requested a review from darcywong00 February 13, 2025 07:38
Copy link
Contributor

@darcywong00 darcywong00 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice yak shave!

mcdurdin added a commit to keymanapp/keyman that referenced this pull request Feb 13, 2025
This was an evening activity scratching itches on kmdevlink's 'Open
Issue' dialog. The search box now supports three different types of
strings:

1. `[[repo]#]num` -> open issue/PR #num in repo (if repo omitted, will
   use 'keyman'):
   * `13235` or `#13235` or `keyman#13235` -> opens PR #13235
   * `keyman.com#545` -> opens PR keymanapp/keyman.com#545
   * `api#172` -> opens PR keymanapp/api.keyman.com#172
2. `[[repo]#]searchtext` -> any non-numeric string does an issue search:
   * `label:ios/ font` -> opens an issue search for 'ios/' label and
     'font' in keymanapp/keyman repo
   * `api#db` -> opens an issue search for 'db' in
     keymanapp/api.keyman.com repo
3. `[[repo]#]` -> opens issue list for repo (keymanapp/keyman if repo is
   omitted, or empty box)

A second feature is construction of a HTML snippet of our usual
short-form links to issues/PRs for Google Docs. Note that this dialog
does not check if the target is an issue or PR, it just builds a link to
the issue URL and lets GitHub redirect to PR. To use this, just type the
`[[repo]#]num` format into the search field and click the Copy button.
@darcywong00 darcywong00 modified the milestones: B18S1, B18S2 Feb 15, 2025
@mcdurdin mcdurdin merged commit edf32c0 into master Feb 17, 2025
2 checks passed
@mcdurdin mcdurdin deleted the fix/keyman-hosts-server-side-links branch February 17, 2025 05:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants