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

Up to deep linking #552

Merged
merged 8 commits into from
Mar 31, 2023
Merged

Up to deep linking #552

merged 8 commits into from
Mar 31, 2023

Conversation

vanessuniq
Copy link
Contributor

This is the backup brach, since the master was rolled back to before the deep linking pr

vanessuniq and others added 4 commits March 15, 2023 10:07
* Proof of Concept for Deeplinking Controls

* Fix URL after initial load, remove byebug

* lint, comment and optimize code

Signed-off-by: Vanessa Fotso <vfotso@mitre.org>

* Updated Link location and style

* Fixed linting issue

* Fixed search control that broke by deep linking

* Proof of Concept for Deeplinking Controls

* Fix URL after initial load, remove byebug

* lint, comment and optimize code

Signed-off-by: Vanessa Fotso <vfotso@mitre.org>

* Updated Link location and style

* Fixed linting issue

---------

Signed-off-by: Vanessa Fotso <vfotso@mitre.org>
Co-authored-by: freddyfeelgood <darrickw@vmware.com>
customized parser to not inteprete character/html entity

Signed-off-by: Vanessa Fotso <vfotso@mitre.org>
Bumps [rack](https://github.com/rack/rack) from 2.2.6.3 to 2.2.6.4.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](rack/rack@v2.2.6.3...v2.2.6.4)

---
updated-dependencies:
- dependency-name: rack
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [rack](https://github.com/rack/rack) from 2.2.6.3 to 2.2.6.4.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rack/rack/commit/27addc7f1ae290b6b84c1c351e5b6d75a05bb40b"><code>27addc7</code></a>
bump version</li>
<li><a
href="https://github.com/rack/rack/commit/ee7919ea04303717858be1c3f16b406adc6d8cff"><code>ee7919e</code></a>
Avoid ReDoS problem</li>
<li>See full diff in <a
href="https://github.com/rack/rack/compare/v2.2.6.3...v2.2.6.4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rack&package-manager=bundler&previous-version=2.2.6.3&new-version=2.2.6.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the
default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as
the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as
the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the
default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the
[Security Alerts page](https://github.com/mitre/vulcan/network/alerts).

</details>
@vanessuniq vanessuniq temporarily deployed to vulcan-pr-552 March 22, 2023 16:32 Inactive
@rlakey
Copy link
Contributor

rlakey commented Mar 22, 2023

Couple of potential issues observed.

Sometimes a component when opening it would not load the controls. We would see the top Vulcan navigation bar but nothing below it...just a white screen. Refreshing sometimes resolved this.

Secondly we were having issues with the Diff Viewer and receiving a "The requested component and control combination could not be found." error.

This error would pop up after selecting the first component for comparison. The 2nd list would never populate and just be empty.

@rlakey rlakey merged commit 36fb7d2 into master Mar 31, 2023
@rlakey rlakey deleted the up_to_deep_linking branch March 31, 2023 18:05
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.

3 participants