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

Rename everything #263

Merged
merged 5 commits into from
Aug 11, 2023
Merged

Rename everything #263

merged 5 commits into from
Aug 11, 2023

Conversation

KCarretto
Copy link
Collaborator

  • Renames Jobs to Quests
  • Renames Sessions to Beacons
  • Fixes up some test data issues

Fixes #261

@KCarretto KCarretto requested a review from hulto August 11, 2023 00:00
@codecov
Copy link

codecov bot commented Aug 11, 2023

Codecov Report

Merging #263 (d80608c) into main (1ff14a9) will decrease coverage by 1.66%.
The diff coverage is 67.14%.

@@            Coverage Diff             @@
##             main     #263      +/-   ##
==========================================
- Coverage   75.06%   73.40%   -1.66%     
==========================================
  Files          87       87              
  Lines        5302     5276      -26     
==========================================
- Hits         3980     3873     -107     
- Misses       1236     1317      +81     
  Partials       86       86              
Files Changed Coverage Δ
tavern/ent/schema/tag.go 52.00% <0.00%> (ø)
tavern/ent/schema/task.go 75.60% <0.00%> (ø)
tavern/graphql/mutation.resolvers.go 62.26% <ø> (ø)
tavern/graphql/query.resolvers.go 62.50% <ø> (ø)
tavern/test_data.go 98.78% <ø> (+0.31%) ⬆️
implants/lib/tavern/src/mutations.rs 65.21% <16.66%> (-2.18%) ⬇️
tavern/ent/schema/quest.go 34.78% <50.00%> (ø)
tavern/ent/schema/beacon.go 72.61% <61.53%> (ø)
implants/imix/src/main.rs 77.14% <96.29%> (-0.43%) ⬇️
implants/lib/tavern/src/http.rs 100.00% <100.00%> (ø)
... and 1 more

... and 10 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Collaborator

Choose a reason for hiding this comment

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

This shouldn't be here.

let tome_filename = task_job.tome.name;
let tome_contents = task_job.tome.eldritch;
let tome_parameters = task_job.parameters;
let task_quest = task.quest;
Copy link
Collaborator

Choose a reason for hiding this comment

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

@hulto
Lets rename this to be more clear.

Copy link
Collaborator

@hulto hulto left a comment

Choose a reason for hiding this comment

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

lgtm

@KCarretto KCarretto merged commit 5bef1b7 into main Aug 11, 2023
5 of 8 checks passed
@KCarretto KCarretto deleted the rename-everything branch August 11, 2023 00:25
hulto pushed a commit that referenced this pull request Sep 30, 2023
* session -> beacon: tavern tests pass

* session -> beacon: rust & UI, all tests pass

* job -> quest

* Missed a few, it's good now

* Removed accidentally copied port scanner
hulto pushed a commit that referenced this pull request Sep 30, 2023
* session -> beacon: tavern tests pass

* session -> beacon: rust & UI, all tests pass

* job -> quest

* Missed a few, it's good now

* Removed accidentally copied port scanner
hulto pushed a commit that referenced this pull request Oct 5, 2023
* session -> beacon: tavern tests pass

* session -> beacon: rust & UI, all tests pass

* job -> quest

* Missed a few, it's good now

* Removed accidentally copied port scanner
KCarretto added a commit that referenced this pull request Feb 1, 2024
 
Rename everything (#263)

* session -> beacon: tavern tests pass

* session -> beacon: rust & UI, all tests pass

* job -> quest

* Missed a few, it's good now

* Removed accidentally copied port scanner
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.

Refactoring terms
3 participants