Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github integration #6414

Merged
merged 66 commits into from
Mar 23, 2024
Merged

Github integration #6414

merged 66 commits into from
Mar 23, 2024

Conversation

apoorv-mishra
Copy link
Collaborator

Closes #6406

@apoorv-mishra apoorv-mishra force-pushed the feat/6406/github-integration branch 3 times, most recently from 022bb3c to 607c19a Compare February 2, 2024 04:20
.env.sample Outdated Show resolved Hide resolved
app/utils/PluginLoader.ts Outdated Show resolved Hide resolved
plugins/github/plugin.json Outdated Show resolved Hide resolved
plugins/github/plugin.json Outdated Show resolved Hide resolved
plugins/github/client/Settings.tsx Outdated Show resolved Hide resolved
plugins/github/server/api/github.ts Outdated Show resolved Hide resolved
plugins/github/server/api/github.ts Outdated Show resolved Hide resolved
plugins/github/server/api/github.ts Outdated Show resolved Hide resolved
shared/types.ts Outdated Show resolved Hide resolved
server/routes/api/integrations/integrations.ts Outdated Show resolved Hide resolved
.env.sample Outdated Show resolved Hide resolved
plugins/github/client/Settings.tsx Outdated Show resolved Hide resolved
plugins/github/plugin.json Outdated Show resolved Hide resolved
server/env.ts Outdated Show resolved Hide resolved
shared/editor/embeds/Gist.tsx Show resolved Hide resolved
plugins/github/server/processors/GitHubProcessor.ts Outdated Show resolved Hide resolved
plugins/github/server/processors/GitHubProcessor.ts Outdated Show resolved Hide resolved
plugins/slack/server/processors/SlackProcessor.ts Outdated Show resolved Hide resolved
plugins/github/client/Settings.tsx Outdated Show resolved Hide resolved
plugins/github/client/Settings.tsx Outdated Show resolved Hide resolved
plugins/github/server/api/github.ts Outdated Show resolved Hide resolved
@apoorv-mishra apoorv-mishra marked this pull request as ready for review February 27, 2024 17:20
@auto-assign auto-assign bot requested a review from tommoor February 27, 2024 17:20
.env.sample Outdated Show resolved Hide resolved
.env.sample Outdated Show resolved Hide resolved
@apoorv-mishra apoorv-mishra force-pushed the feat/6406/github-integration branch 2 times, most recently from a4d9092 to 052e39c Compare March 9, 2024 17:52
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I'm not sure if this processor should really be inside plugins/github, it applies well to all integrations per se. The only reason it's kept here is because of deletion of github app installation 🙈

@tommoor tommoor merged commit 450d0d9 into main Mar 23, 2024
11 checks passed
@delete-merged-branch delete-merged-branch bot deleted the feat/6406/github-integration branch March 23, 2024 14:09
hamzaabamboo pushed a commit to hamzaabamboo/outline that referenced this pull request Apr 5, 2024
stavros-k added a commit to truecharts/charts that referenced this pull request May 5, 2024
…67fc8 by renovate (#21630)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [outlinewiki/outline](https://togithub.com/outline/outline) | minor |
`0.75.2` -> `0.76.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>outline/outline (outlinewiki/outline)</summary>

###
[`v0.76.1`](https://togithub.com/outline/outline/releases/tag/v0.76.1)

[Compare
Source](https://togithub.com/outline/outline/compare/v0.76.0...v0.76.1)

##### Fixes

- When importing a HTML file with tables it would be imported as raw
HTML if a cell contained a list or heading
-   Fixed an issue that prevented unarchiving documents
- Fixed an issue that prevented connecting Slack channels to a
collection

###
[`v0.76.0`](https://togithub.com/outline/outline/releases/tag/v0.76.0)

[Compare
Source](https://togithub.com/outline/outline/compare/v0.75.2...v0.76.0)

#### What's Changed

##### Improvements

- Improved search matching for "phrases" and urls in
[outline/outline#6800
- Added "Search in document" functionality to restrict a search to a
subtree
- Improved the quality of snippets for search results in
[outline/outline#6828
-   Processing of `documents.import` now happens on worker
-   Added support for emoji version 15.0 🫨 🫎 🪼
- Added 80+ additional collection icons in
[outline/outline#6803
- Added "Archive all notifications" option
[@&#8203;hmacr](https://togithub.com/hmacr) in
[outline/outline#6599
- Added sorting controls to tables in
[outline/outline#6678
- Added support for custom db schema by
[@&#8203;axelrindle](https://togithub.com/axelrindle) in
[outline/outline#6670
- Default user language is now inferred when signing in via Google in
[outline/outline#6679
- Smart text replacements such as emdash no longer triggered inside code
mark in
[outline/outline#6839
- Added ability to link personal Slack <-> Outline accounts in
[outline/outline#6682
- Added GitHub integration for rich popovers by
[@&#8203;apoorv-mishra](https://togithub.com/apoorv-mishra) in
[outline/outline#6414
- Unfurling of Outline comments now supported in Slack in
[outline/outline#6716
- Improve user role management on members in
[outline/outline#6775
- Document share dialog now allows allow inviting new users in
[outline/outline#6827
- Added `H3` to editor formatting toolbar by
[@&#8203;hmacr](https://togithub.com/hmacr) in
[outline/outline#6791
- Added ability to duplicate a document as draft by
[@&#8203;hmacr](https://togithub.com/hmacr) in
[outline/outline#6782
- Added option to set permission of collections during import in
[outline/outline#6799
- Added button to empty trash by
[@&#8203;hmacr](https://togithub.com/hmacr) in
[outline/outline#6772
- `Enter` in tables now creates a newline, `Cmd+Enter` creates a new
row.
-   UI preferences are now synced between open tabs
-   Improve error message clarity for port errors on server start
-   Added user permission events to document history
-   Improved inline code display in dark mode
-   API: Added `statusFilter` parameter to `documents.list`
- API: Add `role` parameter to `users.list` endpoint in
[outline/outline#6754
- API: Add `users.updateRole` endpoint in
[outline/outline#6771

##### Fixes

- Show complete page without scrollbar in print view by
[@&#8203;Pranav2612000](https://togithub.com/Pranav2612000) in
[outline/outline#6635
- Title emoji support in JSON import/export in
[outline/outline#6660
- HTML import no longer escapes dollar signs in code
([#&#8203;6638](https://togithub.com/outline/outline/issues/6638)) by
[@&#8203;panos--](https://togithub.com/panos--) in
[outline/outline#6645
- Import source data now displayed on documents in
[outline/outline#6651
- Backtick shortcut now applied correctly with languages that require
composition in
[outline/outline#6659
- Fixed hover preview going out of window bounds by
[@&#8203;apoorv-mishra](https://togithub.com/apoorv-mishra) in
[outline/outline#6776
-   Fixed missing options in document menu for trashed documents
-   Starred section now opens if a document is starred while collapsed
-   Fixed styling of GitLab embeds
-   Added missing keyboard shortcuts to guide
-   Enabled use of self-hosted Iframely without an API key
-   Fixed squashed emails in email notifications
- Fixed missing `New doc` button on collection header for users without
admin
- Fixed a race condition that could cause inline comments to be removed
without user action
-   Fixed broken Mermaid diagram styling in exported HTML/PDF
- Fixed menus with accessory in-front of label could not be navigated
with keyboard letters
-   Fixed race condition in logout for OIDC providers

#### New Contributors

- [@&#8203;hmacr](https://togithub.com/hmacr) made their first
contribution in
[outline/outline#6576
- [@&#8203;panos--](https://togithub.com/panos--) made their first
contribution in
[outline/outline#6645
- [@&#8203;axelrindle](https://togithub.com/axelrindle) made their first
contribution in
[outline/outline#6670
- [@&#8203;manuelleduc](https://togithub.com/manuelleduc) made their
first contribution in
[outline/outline#6717
- [@&#8203;potatoone](https://togithub.com/potatoone) made their first
contribution in
[outline/outline#6785
- [@&#8203;Stranger6667](https://togithub.com/Stranger6667) made their
first contribution in
[outline/outline#6336

**Full Changelog**:
outline/outline@v0.75.2...v0.76.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->

---------

Co-authored-by: Stavros Kois <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GitHub integration
2 participants