Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: replace todos with issues#1066

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
greyscaled merged 6 commits intomainfromvapurrmaid/todos
Apr 19, 2022
Merged

chore: replace todos with issues#1066

greyscaled merged 6 commits intomainfromvapurrmaid/todos
Apr 19, 2022

Conversation

greyscaled
Copy link
Contributor

@greyscaledgreyscaled commentedApr 19, 2022
edited
Loading

Resolves:#971

@codecov
Copy link

codecovbot commentedApr 19, 2022
edited
Loading

Codecov Report

Merging#1066 (305b97b) intomain (c8246e3) willincrease coverage by0.00%.
The diff coverage is50.00%.

@@           Coverage Diff           @@##             main    #1066   +/-   ##=======================================  Coverage   66.79%   66.80%           =======================================  Files         262      262             Lines       15653    15660    +7       Branches      152      152           =======================================+ Hits        10456    10462    +6- Misses       4136     4137    +1  Partials     1061     1061
FlagCoverage Δ
unittest-go-macos-latest53.62% <100.00%> (+0.02%)⬆️
unittest-go-postgres-65.80% <100.00%> (-0.17%)⬇️
unittest-go-ubuntu-latest55.96% <100.00%> (+0.09%)⬆️
unittest-go-windows-202252.92% <100.00%> (+<0.01%)⬆️
unittest-js67.96% <0.00%> (ø)
Impacted FilesCoverage Δ
agent/usershell/usershell_darwin.go100.00% <ø> (ø)
coderd/rbac/role.go100.00% <ø> (ø)
peer/channel.go83.23% <ø> (ø)
site/src/components/Form/FormTextField.tsx59.37% <0.00%> (ø)
...ages/templates/[organization]/[template]/index.tsx0.00% <ø> (ø)
cli/workspaceautostart.go80.76% <100.00%> (ø)
cli/workspaceautostop.go80.76% <100.00%> (ø)
provisioner/echo/serve.go56.80% <0.00%> (-2.41%)⬇️
provisionerd/provisionerd.go81.17% <0.00%> (-0.74%)⬇️
coderd/provisionerdaemons.go59.86% <0.00%> (-0.52%)⬇️
... and6 more

Continue to review full report at Codecov.

Legend -Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing data
Powered byCodecov. Last updatec8246e3...305b97b. Read thecomment docs.

@greyscaledgreyscaled mentioned this pull requestApr 19, 2022
@greyscaledgreyscaled marked this pull request as ready for reviewApril 19, 2022 16:06
@greyscaledgreyscaled requested a review froma team as acode ownerApril 19, 2022 16:06
@greyscaledgreyscaled requested a review froma teamApril 19, 2022 16:06
@@ -35,7 +35,6 @@ endif
.PHONY: fmt/prettier

fmt/sql:$(wildcard coderd/database/queries/*.sql)
# TODO: this is slightly slow
Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

@@ -3,8 +3,6 @@ package usershell
import"os"

// Get returns the $SHELL environment variable.
// TODO: This should use "dscl" to fetch the proper value. See:
// https://stackoverflow.com/questions/16375519/how-to-get-the-default-shell
Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

@@ -22,7 +22,7 @@ func workspaceAutostart() *cobra.Command {
Short:"schedule a workspace to automatically start at a regular time",
Long:autostartDescriptionLong,
Example:"coder workspaces autostart enable my-workspace --minute 30 --hour 9 --days 1-5 --tz Europe/Dublin",
Hidden:true,// TODO(cian): un-hide when autostart scheduling implemented
Hidden:true,
Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

@@ -22,7 +22,7 @@ func workspaceAutostop() *cobra.Command {
Short:"schedule a workspace to automatically stop at a regular time",
Long:autostopDescriptionLong,
Example:"coder workspaces autostop enable my-workspace --minute 0 --hour 18 --days 1-5 -tz Europe/Dublin",
Hidden:true,// TODO(cian): un-hide when autostop scheduling implemented
Hidden:true,
Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

@@ -20,8 +20,6 @@ type Role struct {
Namestring`json:"name"`
Site []Permission`json:"site"`
// Org is a map of orgid to permissions. We represent orgid as a string.
// TODO: Maybe switch to uuid, but tokens might need to support a "wildcard" org
//which could be a special uuid (like all 0s?)
Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

@@ -49,7 +47,6 @@ var (
RoleAuditor=Role{
Name:"auditor",
Site:permissions(map[Object][]Action{
// TODO: @emyrk when audit logs are added, add back a read perm
Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

//be pooled so synchronously, but is definitely possible.
//REMARK: There's an obvious race-condition here. This is an edge-case, as
//most-frequently data won't be pooled so synchronously, but is
// definitely possible.
Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

@@ -270,8 +270,6 @@ func secureHeaders(next http.Handler) http.Handler {

// Only scripts can manipulate the dom. This prevents someone from
// naming themselves something like '<svg onload="alert(/cross-site-scripting/)" />'.
// TODO: @emyrk we need to make FE changes to enable this. We get 'TrustedHTML' and 'TrustedURL' errors
//that require FE changes to work.
Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

// workspaces per-template. This just grabs all workspaces... and then
// later filters them to match the current template.
// This just grabs all workspaces... and then later filters them to match the
// current template.
Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

@greyscaledgreyscaled merged commit5ce0676 intomainApr 19, 2022
@greyscaledgreyscaled deleted the vapurrmaid/todos branchApril 19, 2022 16:16
@missknissmisskniss added this to theV2 Beta milestoneMay 15, 2022
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@presleyppresleyppresleyp approved these changes

Assignees

@greyscaledgreyscaled

Labels
None yet
Projects
None yet
Milestone
V2 Beta
Development

Successfully merging this pull request may close these issues.

Replace TODO comments with tickets
3 participants
@greyscaled@presleyp@misskniss

[8]ページ先頭

©2009-2025 Movatter.jp