Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Federation Library
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ganggo
Federation Library
Commits
d0ed5929
Commit
d0ed5929
authored
Nov 30, 2018
by
zauberstuhl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Testsuite
parent
ad8b5ba3
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
103 additions
and
2 deletions
+103
-2
.gitignore
.gitignore
+1
-0
.gitlab-ci.yml
.gitlab-ci.yml
+3
-2
Gopkg.lock
Gopkg.lock
+56
-0
Gopkg.toml
Gopkg.toml
+42
-0
README.md
README.md
+1
-0
No files found.
.gitignore
View file @
d0ed5929
gotest.log
vendor/
.gitlab-ci.yml
View file @
d0ed5929
...
...
@@ -6,7 +6,8 @@ before_script:
-
mkdir -p $SRC_DIR
-
cp -r ${BUILD_DIR} ${SRC_DIR}/federation
-
cd ${SRC_DIR}/federation
-
go get -t -v ./...
-
go get -u github.com/golang/dep/cmd/dep
-
dep ensure
run unit tests
:
script
:
-
go test -v -race -covermode=atomic
...
...
@@ -15,6 +16,6 @@ sast:
image
:
registry.gitlab.com/gitlab-org/security-products/analyzers/gosec:11-3-stable
allow_failure
:
true
script
:
-
/analyzer run
-
/analyzer run
--target-dir=$(pwd)
artifacts
:
paths
:
[
gl-sast-report.json
]
Gopkg.lock
0 → 100644
View file @
d0ed5929
# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'.
[[projects]]
branch = "ecdsa"
digest = "1:8b9276f29e5ad6aaba74133a949172ae01c30f99335bb8ad1056d57bb797fbb5"
name = "git.feneas.org/ganggo/httpsignatures"
packages = ["."]
pruneopts = "UT"
revision = "3ee9f28e5cf7db6ee603059334e87eacb08ddee9"
[[projects]]
digest = "1:573fa46f8d413d4bc3f7cc5e86b2c43cb21559f4fb0a19d9874d228e28fdc07c"
name = "github.com/PuerkitoBio/goquery"
packages = ["."]
pruneopts = "UT"
revision = "2d2796f41742ece03e8086188fa4db16a3a0b458"
version = "v1.5.0"
[[projects]]
branch = "master"
digest = "1:47e51c3a027e61e26b071f43e853a375e9a11bb320afcaad451215e24d99293e"
name = "github.com/Zauberstuhl/go-xml"
packages = ["."]
pruneopts = "UT"
revision = "534ffa2167237347a37c82b47c552806709bdba0"
[[projects]]
digest = "1:66b3310cf22cdc96c35ef84ede4f7b9b370971c4025f394c89a2638729653b11"
name = "github.com/andybalholm/cascadia"
packages = ["."]
pruneopts = "UT"
revision = "901648c87902174f774fac311d7f176f8647bdaa"
version = "v1.0.0"
[[projects]]
branch = "master"
digest = "1:1a1ecfa7b54ca3f7a0115ab5c578d7d6a5d8b605839c549e80260468c42f8be7"
name = "golang.org/x/net"
packages = [
"html",
"html/atom",
]
pruneopts = "UT"
revision = "fae4c4e3ad76c295c3d6d259f898136b4bf833a8"
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
input-imports = [
"git.feneas.org/ganggo/httpsignatures",
"github.com/PuerkitoBio/goquery",
"github.com/Zauberstuhl/go-xml",
]
solver-name = "gps-cdcl"
solver-version = 1
Gopkg.toml
0 → 100644
View file @
d0ed5929
# Gopkg.toml example
#
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
#
# [[constraint]]
# name = "github.com/user/project"
# version = "1.0.0"
#
# [[constraint]]
# name = "github.com/user/project2"
# branch = "dev"
# source = "github.com/myfork/project2"
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"
#
# [prune]
# non-go = false
# go-tests = true
# unused-packages = true
[[constraint]]
branch
=
"ecdsa"
name
=
"git.feneas.org/ganggo/httpsignatures"
[[constraint]]
name
=
"github.com/PuerkitoBio/goquery"
version
=
"1.5.0"
[[constraint]]
branch
=
"master"
name
=
"github.com/Zauberstuhl/go-xml"
[prune]
go-tests
=
true
unused-packages
=
true
README.md
View file @
d0ed5929
...
...
@@ -3,6 +3,7 @@
[

](https://git.feneas.org/ganggo/federation/commits/master)
[

](https://git.feneas.org/ganggo/federation/commits/master)
[

](http://godoc.org/git.feneas.org/ganggo/federation)
[

](https://testsuite.feneas.org)
Federation library for golang to communicate with the diaspora protocol
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment