Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
See what's new at GitLab
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
C
CommonsPub Federated Server
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
10
Issues
10
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
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
Bonfire
CommonsPub Federated Server
Commits
96d605cc
Commit
96d605cc
authored
Nov 11, 2020
by
Mayel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
misc
parent
46bf8097
Pipeline
#214863853
failed with stage
in 1 minute and 16 seconds
Changes
7
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
22 additions
and
21 deletions
+22
-21
assets/package-lock.json
assets/package-lock.json
+10
-10
assets/package.json
assets/package.json
+3
-3
config/test.exs
config/test.exs
+2
-2
docs/DEPENDENCIES.md
docs/DEPENDENCIES.md
+2
-2
lib/extensions/value_flows/simulate.ex
lib/extensions/value_flows/simulate.ex
+1
-1
mix.exs
mix.exs
+2
-1
mix.lock
mix.lock
+2
-2
No files found.
assets/package-lock.json
View file @
96d605cc
...
...
@@ -1095,9 +1095,9 @@
}
},
"@ckeditor/ckeditor5-dev-utils"
:
{
"version"
:
"23.6.
0
"
,
"resolved"
:
"https://registry.npmjs.org/@ckeditor/ckeditor5-dev-utils/-/ckeditor5-dev-utils-23.6.
0
.tgz"
,
"integrity"
:
"sha512-
fm8O7BmszPUsHz8Tgs4SvbENxAb0H6E4/qoDIfNHCekc1G/4eZOBlwNyJP3xb+qgtv3vPURAIkB6dreNaJAVFA
=="
,
"version"
:
"23.6.
1
"
,
"resolved"
:
"https://registry.npmjs.org/@ckeditor/ckeditor5-dev-utils/-/ckeditor5-dev-utils-23.6.
1
.tgz"
,
"integrity"
:
"sha512-
BW+JjB6kpU2Y3pU8D4tZNijWe8ILFUD/lLVzr5OLDbSaq7BwvQ6f/n4HvRXUwk1828WTVeYltBwyPDlzposvUQ
=="
,
"requires"
:
{
"acorn"
:
"^6.2.1"
,
"acorn-walk"
:
"^6.2.0"
,
...
...
@@ -1822,14 +1822,14 @@
"integrity"
:
"sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg=="
},
"babel-loader"
:
{
"version"
:
"8.
1.0
"
,
"resolved"
:
"https://registry.npmjs.org/babel-loader/-/babel-loader-8.
1.0
.tgz"
,
"integrity"
:
"sha512-
7q7nC1tYOrqvUrN3LQK4GwSk/TQorZSOlO9C+RZDZpODgyN4ZlCqE5q9cDsyWOliN+aU9B4JX01xK9eJXowJL
w=="
,
"version"
:
"8.
2.1
"
,
"resolved"
:
"https://registry.npmjs.org/babel-loader/-/babel-loader-8.
2.1
.tgz"
,
"integrity"
:
"sha512-
dMF8sb2KQ8kJl21GUjkW1HWmcsL39GOV5vnzjqrCzEPNY0S0UfMLnumidiwIajDSBmKhYf5iRW+HXaM4cvCKB
w=="
,
"dev"
:
true
,
"requires"
:
{
"find-cache-dir"
:
"^2.1.0"
,
"loader-utils"
:
"^1.4.0"
,
"m
kdirp"
:
"^0.5.3
"
,
"m
ake-dir"
:
"^2.1.0
"
,
"pify"
:
"^4.0.1"
,
"schema-utils"
:
"^2.6.5"
},
...
...
@@ -6980,9 +6980,9 @@
"dev"
:
true
},
"sass"
:
{
"version"
:
"1.2
8
.0"
,
"resolved"
:
"https://registry.npmjs.org/sass/-/sass-1.2
8
.0.tgz"
,
"integrity"
:
"sha512-
9FWX/0wuE1KxwfiP02chZhHaPzu6adpx9+wGch7WMOuHy5npOo0UapRI3FNSHva2CczaYJu2yNUBN8cCSqHz/
A=="
,
"version"
:
"1.2
9
.0"
,
"resolved"
:
"https://registry.npmjs.org/sass/-/sass-1.2
9
.0.tgz"
,
"integrity"
:
"sha512-
ZpwAUFgnvAUCdkjwPREny+17BpUj8nh5Yr6zKPGtLNTLrmtoRYIjm7njP24COhjJldjwW1dcv52Lpf4tNZVVR
A=="
,
"dev"
:
true
,
"requires"
:
{
"chokidar"
:
">=2.0.0 <4.0.0"
...
...
assets/package.json
View file @
96d605cc
...
...
@@ -9,7 +9,7 @@
"dependencies"
:
{
"@ckeditor/ckeditor5-autoformat"
:
"^21.0.0"
,
"@ckeditor/ckeditor5-basic-styles"
:
"^21.0.0"
,
"@ckeditor/ckeditor5-dev-utils"
:
"^23.6.
0
"
,
"@ckeditor/ckeditor5-dev-utils"
:
"^23.6.
1
"
,
"@ckeditor/ckeditor5-editor-classic"
:
"^21.0.0"
,
"@ckeditor/ckeditor5-essentials"
:
"^21.0.0"
,
"@ckeditor/ckeditor5-heading"
:
"^21.0.0"
,
...
...
@@ -32,7 +32,7 @@
"devDependencies"
:
{
"@babel/core"
:
"^7.12.3"
,
"@babel/preset-env"
:
"^7.12.1"
,
"babel-loader"
:
"^8.
1.0
"
,
"babel-loader"
:
"^8.
2.1
"
,
"copy-webpack-plugin"
:
"^6.3.0"
,
"css-loader"
:
"^4.3.0"
,
"file-loader"
:
"^6.2.0"
,
...
...
@@ -41,7 +41,7 @@
"optimize-css-assets-webpack-plugin"
:
"^5.0.4"
,
"postcss-loader"
:
"^3.0.0"
,
"raw-loader"
:
"^4.0.2"
,
"sass"
:
"^1.2
8
.0"
,
"sass"
:
"^1.2
9
.0"
,
"sass-loader"
:
"^9.0.3"
,
"style-loader"
:
"^1.3.0"
,
"terser-webpack-plugin"
:
"^3.1.0"
,
...
...
config/test.exs
View file @
96d605cc
...
...
@@ -9,10 +9,10 @@ config :commons_pub, CommonsPub.Web.Endpoint,
# Logging
config
:logger
,
level:
:
info
config
:logger
,
level:
:
notice
config
:commons_pub
,
CommonsPub
.
Repo
,
log:
:debug
config
:commons_pub
,
:logging
,
tests_output_graphql:
false
# see queries and responses in GraphQL test output
config
:commons_pub
,
:logging
,
tests_output_ap:
tru
e
# see queries and responses in GraphQL test output
config
:commons_pub
,
:logging
,
tests_output_ap:
fals
e
# see queries and responses in GraphQL test output
# Set a higher stacktrace during development. Avoid configuring such
# in production as building large stacktraces may be expensive.
...
...
docs/DEPENDENCIES.md
View file @
96d605cc
...
...
@@ -4,7 +4,7 @@
| absinthe | MIT | 1.5.3 | https://hex.pm/packages/absinthe |
| absinthe_error_payload | BSD-3; Unrecognized license | 1.1.3 | https://hex.pm/packages/absinthe_error_payload |
| absinthe_plug | MIT | 1.5.0 | https://hex.pm/packages/absinthe_plug |
| activity_pub | Undefined | 0.1.0 |
|
| activity_pub | Undefined | 0.1.0 |
https://gitlab.com/CommonsPub/activitypub
|
| argon2_elixir | Apache 2.0 | 2.3.0 | https://hex.pm/packages/argon2_elixir |
| bamboo | MIT | 1.6.0 | https://hex.pm/packages/bamboo |
| bamboo_smtp | MIT | 2.1.0 | https://hex.pm/packages/bamboo_smtp |
...
...
@@ -20,7 +20,7 @@
| cors_plug | Apache 2.0 | 2.0.2 | https://hex.pm/packages/cors_plug |
| cortex | MIT | 0.6.0 | https://hex.pm/packages/cortex |
| cowboy | ISC | 2.8.0 | https://hex.pm/packages/cowboy |
| cowboy_telemetry | Apache 2.0 | 0.3.
0
| https://hex.pm/packages/cowboy_telemetry |
| cowboy_telemetry | Apache 2.0 | 0.3.
1
| https://hex.pm/packages/cowboy_telemetry |
| cowlib | ISC | 2.9.1 | https://hex.pm/packages/cowlib |
| db_connection | Apache 2.0 | 2.3.0 | https://hex.pm/packages/db_connection |
| dbg | Apache 2.0 | 1.0.1 | https://hex.pm/packages/dbg |
...
...
lib/extensions/value_flows/simulate.ex
View file @
96d605cc
...
...
@@ -240,7 +240,7 @@ defmodule ValueFlows.Simulate do
@doc
"Shorter version of fake_claim!/4, but instead generates a provider and receiver."
def
fake_claim!
(
user
,
overrides
\\
%{})
do
fake_claim!
(
user
,
fake_
user!
(),
fake_user
!
(),
overrides
)
fake_claim!
(
user
,
fake_
agent!
(),
fake_agent
!
(),
overrides
)
end
def
fake_claim!
(
user
,
provider
,
receiver
,
overrides
\\
%{})
do
...
...
mix.exs
View file @
96d605cc
...
...
@@ -73,7 +73,8 @@ defmodule CommonsPub.Mixfile do
{
:absinthe_error_payload
,
"~> 1.0"
},
# activitypub
{
:activity_pub
,
git:
"https://gitlab.com/CommonsPub/activitypub"
,
branch:
"tbd"
,
path:
"libs/activitypub"
},
git:
"https://gitlab.com/CommonsPub/activitypub"
,
branch:
"tbd"
#, path: "libs/activitypub"
},
{
:nodeinfo
,
git:
"https://github.com/voxpub/nodeinfo"
,
branch:
"main"
},
# webserver
{
:cowboy
,
"~> 2.6"
},
...
...
mix.lock
View file @
96d605cc
...
...
@@ -2,7 +2,7 @@
"absinthe": {:hex, :absinthe, "1.5.3", "d255e6d825e63abd9ff22b6d2423540526c9d699f46b712aa76f4b9c06116ff9", [:mix], [{:dataloader, "~> 1.0.0", [hex: :dataloader, repo: "hexpm", optional: true]}, {:decimal, "~> 1.0", [hex: :decimal, repo: "hexpm", optional: true]}, {:nimble_parsec, "~> 0.5", [hex: :nimble_parsec, repo: "hexpm", optional: false]}, {:telemetry, "~> 0.4.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "69a170f3a8630b2ca489367bc2aeeabd84e15cbd1e86fe8741b05885fda32a2e"},
"absinthe_error_payload": {:hex, :absinthe_error_payload, "1.1.3", "304ce86c0a2fae1cef93e3e4103087c3d4693051203dd23673c57f860ab1b492", [:make, :mix], [{:absinthe, "~> 1.3", [hex: :absinthe, repo: "hexpm", optional: false]}, {:ecto, "~> 3.1", [hex: :ecto, repo: "hexpm", optional: false]}], "hexpm", "a845b10566a5e922b6bb2100003a8c9b4634342a6b305bc77cf42701011d962d"},
"absinthe_plug": {:hex, :absinthe_plug, "1.5.0", "018ef544cf577339018d1f482404b4bed762e1b530c78be9de4bbb88a6f3a805", [:mix], [{:absinthe, "~> 1.5.0", [hex: :absinthe, repo: "hexpm", optional: false]}, {:plug, "~> 1.3.2 or ~> 1.4", [hex: :plug, repo: "hexpm", optional: false]}], "hexpm", "4c160f4ce9a1233a4219a42de946e4e05d0e8733537cd5d8d20e7d4ef8d4b7c7"},
"activity_pub": {:git, "https://gitlab.com/CommonsPub/activitypub", "
2924971d0be24f8d5c7471add3702ccb63471211
", [branch: "tbd"]},
"activity_pub": {:git, "https://gitlab.com/CommonsPub/activitypub", "
06d2c7b0a1eb3f4c6aba828ec7d0bdad6d58c334
", [branch: "tbd"]},
"argon2_elixir": {:hex, :argon2_elixir, "2.3.0", "e251bdafd69308e8c1263e111600e6d68bd44f23d2cccbe43fcb1a417a76bc8e", [:make, :mix], [{:comeonin, "~> 5.3", [hex: :comeonin, repo: "hexpm", optional: false]}, {:elixir_make, "~> 0.6", [hex: :elixir_make, repo: "hexpm", optional: false]}], "hexpm", "28ccb63bff213aecec1f7f3dde9648418b031f822499973281d8f494b9d5a3b3"},
"bamboo": {:hex, :bamboo, "1.6.0", "adfb583bef028923aae6f22deaea6667290561da1246058556ecaeb0fec5a175", [:mix], [{:hackney, ">= 1.13.0", [hex: :hackney, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}, {:plug, "~> 1.0", [hex: :plug, repo: "hexpm", optional: false]}], "hexpm", "454e67feacbc9b6e00553ce1d2fba003c861e0035600d59b09d6159985b17f9b"},
"bamboo_smtp": {:hex, :bamboo_smtp, "2.1.0", "4be58f3c51d9f7875dc169ae58a1d2f08e5b718bf3895f70d130548c0598f422", [:mix], [{:bamboo, "~> 1.2", [hex: :bamboo, repo: "hexpm", optional: false]}, {:gen_smtp, "~> 0.15.0", [hex: :gen_smtp, repo: "hexpm", optional: false]}], "hexpm", "0aad00ef93d0e0c83a0e1ca6998fea070c8a720a990fbda13ce834136215ee49"},
...
...
@@ -18,7 +18,7 @@
"cors_plug": {:hex, :cors_plug, "2.0.2", "2b46083af45e4bc79632bd951550509395935d3e7973275b2b743bd63cc942ce", [:mix], [{:plug, "~> 1.8", [hex: :plug, repo: "hexpm", optional: false]}], "hexpm", "f0d0e13f71c51fd4ef8b2c7e051388e4dfb267522a83a22392c856de7e46465f"},
"cortex": {:hex, :cortex, "0.6.0", "8094830fae266eb0ae34d1a58983c0c49484341f5044fb4dfb81746647bd2993", [:mix], [{:file_system, "~> 0.2", [hex: :file_system, repo: "hexpm", optional: false]}], "hexpm", "d0ef5a2b1269626149118684dc4ea77dbfbc67017f4b4065b71dcefa26cfcc49"},
"cowboy": {:hex, :cowboy, "2.8.0", "f3dc62e35797ecd9ac1b50db74611193c29815401e53bac9a5c0577bd7bc667d", [:rebar3], [{:cowlib, "~> 2.9.1", [hex: :cowlib, repo: "hexpm", optional: false]}, {:ranch, "~> 1.7.1", [hex: :ranch, repo: "hexpm", optional: false]}], "hexpm", "4643e4fba74ac96d4d152c75803de6fad0b3fa5df354c71afdd6cbeeb15fac8a"},
"cowboy_telemetry": {:hex, :cowboy_telemetry, "0.3.
0", "69fdb5cf92df6373e15675eb4018cf629f5d8e35e74841bb637d6596cb797bbc", [:rebar3], [{:cowboy, "~> 2.7", [hex: :cowboy, repo: "hexpm", optional: false]}, {:telemetry, "~> 0.4", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "42868c229d9a2900a1501c5d0355bfd46e24c862c322b0b4f5a6f14fe0216753
"},
"cowboy_telemetry": {:hex, :cowboy_telemetry, "0.3.
1", "ebd1a1d7aff97f27c66654e78ece187abdc646992714164380d8a041eda16754", [:rebar3], [{:cowboy, "~> 2.7", [hex: :cowboy, repo: "hexpm", optional: false]}, {:telemetry, "~> 0.4", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "3a6efd3366130eab84ca372cbd4a7d3c3a97bdfcfb4911233b035d117063f0af
"},
"cowlib": {:hex, :cowlib, "2.9.1", "61a6c7c50cf07fdd24b2f45b89500bb93b6686579b069a89f88cb211e1125c78", [:rebar3], [], "hexpm", "e4175dc240a70d996156160891e1c62238ede1729e45740bdd38064dad476170"},
"db_connection": {:hex, :db_connection, "2.3.0", "d56ef906956a37959bcb385704fc04035f4f43c0f560dd23e00740daf8028c49", [:mix], [{:connection, "~> 1.0.2", [hex: :connection, repo: "hexpm", optional: false]}], "hexpm", "dcc082b8f723de9a630451b49fdbd7a59b065c4b38176fb147aaf773574d4520"},
"dbg": {:hex, :dbg, "1.0.1", "9c29813e5df8b4d275325416523d511e315656b8ac27a60519791f9cf476d83d", [:mix], [], "hexpm", "866159f496a1ad9b959501f16db3d1338bb6cef029a75a67ca5615d25b38345f"},
...
...
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