author
int64
658
755k
date
stringlengths
19
19
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
list
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
424,212
22.09.2021 14:10:50
-28,800
40982f0d3673b549a8b3cc77517152304ad6508e
upgrade nth-check to 2.0.1 from 2.0.0
[ { "change_type": "MODIFY", "old_path": "yarn.lock", "new_path": "yarn.lock", "diff": "@@ -6250,9 +6250,9 @@ npmlog@^4.1.2:\nset-blocking \"~2.0.0\"\nnth-check@^2.0.0:\n- version \"2.0.0\"\n- resolved \"https://registry.yarnpkg.com/nth-check/-/nth-check-2.0.0.tgz#1bb4f6dac70072fc313e8c9cd1417b5074c0a...
JavaScript
MIT License
mjmlio/mjml
upgrade nth-check to 2.0.1 from 2.0.0
424,204
24.11.2021 10:49:36
18,000
a7fa86eaa20be6c4832bf4d810e8381eed4b780a
Allow functions to be added as styles in head Allow functions to be added as styles in head
[ { "change_type": "MODIFY", "old_path": "packages/mjml-core/src/helpers/skeleton.js", "new_path": "packages/mjml-core/src/helpers/skeleton.js", "diff": "-import { reduce, negate, isNil } from 'lodash'\n+import { map, reduce, negate, isNil, isFunction } from 'lodash'\nimport buildPreview from './previ...
JavaScript
MIT License
mjmlio/mjml
Allow functions to be added as styles in head (#2377) Allow functions to be added as styles in head
424,171
14.01.2022 16:06:29
-3,600
d864ba3b8b2433508c594f4b61b12c18f20d3600
fix better error when malformed mjml
[ { "change_type": "MODIFY", "old_path": "packages/mjml-core/src/index.js", "new_path": "packages/mjml-core/src/index.js", "diff": "@@ -318,6 +318,10 @@ export default function mjml2html(mjml, options = {}) {\ncontent = processing(mjBody, bodyHelpers, applyAttributes)\n+ if (!content) {\n+ throw new E...
JavaScript
MIT License
mjmlio/mjml
fix #2372 better error when malformed mjml
424,171
13.01.2022 17:12:28
-3,600
595c90287946904c43ee775c926b294142b1c298
ref expose mjml file path in components props
[ { "change_type": "MODIFY", "old_path": "packages/mjml-core/src/createComponent.js", "new_path": "packages/mjml-core/src/createComponent.js", "diff": "@@ -54,9 +54,11 @@ class Component {\ncontext = {},\nprops = {},\nglobalAttributes = {},\n+ absoluteFilePath = null,\n} = initialDatas\nthis.props = {...
JavaScript
MIT License
mjmlio/mjml
ref #2344 expose mjml file path in components props
424,171
11.01.2022 17:13:59
-3,600
cae454bf53bda450028b09db1aec6ed063850c34
fix watch on non mjml includes
[ { "change_type": "MODIFY", "old_path": "packages/mjml-cli/src/commands/watchFiles.js", "new_path": "packages/mjml-cli/src/commands/watchFiles.js", "diff": "@@ -22,8 +22,6 @@ const flatMapKeyAndValues = flow(\n)\nexport default (input, options) => {\n- console.log(`Now watching: ${input}`)\n-\nconst ...
JavaScript
MIT License
mjmlio/mjml
fix #2261 watch on non mjml includes
424,171
10.01.2022 18:09:59
-3,600
31c63d3dc8a78c09706f7fabe7b0bd5e10154a34
ref add ending tags in documentation
[ { "change_type": "MODIFY", "old_path": "doc/config.json", "new_path": "doc/config.json", "diff": "\"mjml/packages/mjml-table/README.md\",\n\"mjml/packages/mjml-text/README.md\",\n\"mjml/packages/mjml-wrapper/README.md\",\n+ \"mjml/doc/ending-tags.md\",\n\"mjml/doc/community-components.md\",\n\"mjml/...
JavaScript
MIT License
mjmlio/mjml
ref #2291 add ending tags in documentation
424,167
24.01.2022 09:40:10
21,600
3126c88b645ee3539211d2ece674f31099b851e6
Delete mj-image doc width 100%
[ { "change_type": "MODIFY", "old_path": "packages/mjml-image/README.md", "new_path": "packages/mjml-image/README.md", "diff": "@@ -50,4 +50,4 @@ srcset | url & width | enables to set a different image\ntarget | string | link target on click | \\_blank\ntitle | string | tooltip & accessibility | n/a\n...
JavaScript
MIT License
mjmlio/mjml
Delete mj-image doc width 100% (#2388)
424,171
25.01.2022 16:30:24
-3,600
4b411c847744793c7996859e3956e6c960a33e1e
ref allow to use a .mjmlconfig.js, allow to provide preprocessors ref allow to use a .mjmlconfig.js, allow to provide preprocessors in it
[ { "change_type": "MODIFY", "old_path": "packages/mjml-core/src/helpers/mjmlconfig.js", "new_path": "packages/mjml-core/src/helpers/mjmlconfig.js", "diff": "@@ -9,13 +9,23 @@ export function readMjmlConfig(configPathOrDir = process.cwd()) {\nlet mjmlConfigPath = configPathOrDir\ntry {\nmjmlConfigPath...
JavaScript
MIT License
mjmlio/mjml
ref #2249 allow to use a .mjmlconfig.js, allow to provide preprocessors (#2405) ref #2249 allow to use a .mjmlconfig.js, allow to provide preprocessors in it
424,171
25.01.2022 16:30:52
-3,600
5e3af3194d2d0afa0ea8f6bea19c676889e2f5e0
Feature/2146 add text before doctype ref Output raw text before doctype
[ { "change_type": "MODIFY", "old_path": "packages/mjml-core/src/helpers/skeleton.js", "new_path": "packages/mjml-core/src/helpers/skeleton.js", "diff": "@@ -6,6 +6,7 @@ import buildMediaQueriesTags from './mediaQueries'\nexport default function skeleton(options) {\nconst {\nbackgroundColor = '',\n+ b...
JavaScript
MIT License
mjmlio/mjml
Feature/2146 add text before doctype (#2406) ref #2146 Output raw text before doctype
424,171
25.01.2022 18:47:34
-3,600
efc56f2f3f763b1dbbe1203ab108e65c1b210980
cli - watch: fix include regex for when type is specified before path
[ { "change_type": "MODIFY", "old_path": "packages/mjml-cli/src/helpers/fileContext.js", "new_path": "packages/mjml-cli/src/helpers/fileContext.js", "diff": "import fs from 'fs'\nimport path from 'path'\n-const includeRegexp = /<mj-include\\s+path=['\"](.*(?:\\.mjml|\\.css|\\.html))['\"]\\s*[^<>]*(\\/...
JavaScript
MIT License
mjmlio/mjml
cli - watch: fix include regex for when type is specified before path
424,264
16.02.2022 23:27:51
-3,600
f74b71880261b9550c8038323e88f0e099d598d1
Fix typo in documentation (mjml-mso-button.md)
[ { "change_type": "MODIFY", "old_path": "doc/mjml-mso-button.md", "new_path": "doc/mjml-mso-button.md", "diff": "@@ -11,7 +11,7 @@ mso-proof | boolean | Active the bulletproof mode\nmso-width | px | The width of the VML solution | 200px\nmso-height | px | The height of the VML solution | 40px\n-More ...
JavaScript
MIT License
mjmlio/mjml
Fix typo in documentation (mjml-mso-button.md) (#2423)
424,210
04.02.2022 10:24:26
0
a5812ac1ad7cdf7ef9ae71fcf5808c49ba8ac5cb
Add text-align="center" to doc example
[ { "change_type": "MODIFY", "old_path": "doc/basic.md", "new_path": "doc/basic.md", "diff": "@@ -51,7 +51,8 @@ First, we will implement the skeleton which are the sections. Here, our email is\n<!-- Company Header -->\n<mj-section background-color=\"#f0f0f0\">\n<mj-column>\n- <mj-text font-style=\"ita...
JavaScript
MIT License
mjmlio/mjml
Add text-align="center" to doc example
424,176
16.03.2022 14:32:23
14,400
538f5c7a9171a626c7193ea8643d389cf1654003
Add Parcel (https://parcel.io) to tooling
[ { "change_type": "MODIFY", "old_path": "doc/tooling.md", "new_path": "doc/tooling.md", "diff": "In order to provide you with the best experience with MJML and help you use it more efficiently, we've developed some tools to integrate it seamlessly in your development workflow:\n## Visual Studio Code\...
JavaScript
MIT License
mjmlio/mjml
Add Parcel (https://parcel.io) to tooling
424,167
30.03.2022 06:24:18
18,000
90521d6c5914887f209c29d7992db60a7de133e8
Remove reference to MJML 3 in the doc
[ { "change_type": "MODIFY", "old_path": "doc/create.md", "new_path": "doc/create.md", "diff": "One of the great advantages of `MJML` is that it's component-based. Components abstract complex patterns and can easily be reused. In addition to the standard library of components, it is also possible to c...
JavaScript
MIT License
mjmlio/mjml
Remove reference to MJML 3 in the doc (#2454)
424,172
20.04.2022 17:26:26
-3,600
a5c3ee5493f839fd2737afd9ce4dd0bd44a1ffc0
add protocol to parcel link otherwise it's treated as a relative link
[ { "change_type": "MODIFY", "old_path": "doc/tooling.md", "new_path": "doc/tooling.md", "diff": "@@ -8,7 +8,7 @@ In order to provide you with the best experience with MJML and help you use it m\n## Parcel\n-[Parcel](parcel.io) is the code editor built for email. This feature packed tool includes synt...
JavaScript
MIT License
mjmlio/mjml
add protocol to parcel link otherwise it's treated as a relative link
424,213
22.06.2022 12:18:05
25,200
621215df2c2a53147f3bf88efaa4c7e09e548a13
Add doc for mjml-chartjs community component
[ { "change_type": "MODIFY", "old_path": "doc/config.json", "new_path": "doc/config.json", "diff": "\"mjml/doc/ending-tags.md\",\n\"mjml/doc/community-components.md\",\n\"mjml/doc/mjml-chart.md\",\n+ \"mjml/doc/mjml-chartjs.md\",\n\"mjml/doc/mjml-qr-code.md\",\n\"mjml/doc/mjml-mso-button.md\",\n\"mjml...
JavaScript
MIT License
mjmlio/mjml
Add doc for mjml-chartjs community component
424,255
14.03.2022 19:24:43
-3,600
10cf28b8738e920fa02892a0c3dcceac4a7c17e3
Fix overlapping max-width and min-width on media queries
[ { "change_type": "ADD", "old_path": null, "new_path": "packages/mjml-core/src/helpers/makeLowerBreakpoint.js", "diff": "+export default function makeLowerBreakpoint(breakpoint) {\n+ try {\n+ const pixels = Number.parseInt(breakpoint.match('[0-9]+')[0], 10)\n+ return `${pixels - 1}px`\n+ } catch (e) ...
JavaScript
MIT License
mjmlio/mjml
Fix overlapping max-width and min-width on media queries
424,163
08.07.2022 15:32:28
-7,200
0d3f176c681a273466a6516c553369a53689fb04
[REMOVE] Small note in doc
[ { "change_type": "MODIFY", "old_path": "packages/mjml-head-breakpoint/README.md", "new_path": "packages/mjml-head-breakpoint/README.md", "diff": "## mj-breakpoint\n-This tag allows you to control on which breakpoint the layout should go desktop/mobile. At window widths below this value the layout wi...
JavaScript
MIT License
mjmlio/mjml
[REMOVE] Small note in doc
424,163
08.07.2022 15:52:21
-7,200
4d2f5c3edfa35a8baae8adc21f6d7a20cb30400f
[FIX] Default value inheritance issue
[ { "change_type": "MODIFY", "old_path": "packages/mjml-social/src/Social.js", "new_path": "packages/mjml-social/src/Social.js", "diff": "import { BodyComponent } from 'mjml-core'\n+import { isNil } from 'lodash'\nexport default class MjSocial extends BodyComponent {\nstatic componentName = 'mj-social...
JavaScript
MIT License
mjmlio/mjml
[FIX] Default value inheritance issue #2448
424,206
12.05.2022 09:46:51
-3,600
0e4e2a2d4a21fbf4807467412aa516c8cf555b13
Add note about vertical align bug
[ { "change_type": "MODIFY", "old_path": "packages/mjml-column/README.md", "new_path": "packages/mjml-column/README.md", "diff": "@@ -40,7 +40,7 @@ Every single column has to contain something because they are responsive contain\n</aside>\nattribute | unit | description | default attributes\n---------...
JavaScript
MIT License
mjmlio/mjml
Add note about vertical align bug
424,163
08.07.2022 16:13:25
-7,200
8bb45dff54c2b6d7b43addd4856d4504c751e884
[FIX] looks like \n does weird stuff
[ { "change_type": "MODIFY", "old_path": "packages/mjml-core/src/helpers/preview.js", "new_path": "packages/mjml-core/src/helpers/preview.js", "diff": "@@ -4,8 +4,6 @@ export default function (content) {\n}\nreturn `\n- <div style=\"display:none;font-size:1px;color:#ffffff;line-height:1px;max-height:0...
JavaScript
MIT License
mjmlio/mjml
[FIX] #2443 looks like \n does weird stuff
424,256
25.08.2022 17:40:33
-7,200
77c9a7826ddfd108f23b5e00edea9da5f218eee2
Fix doc about the `fonts` option.
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -139,7 +139,7 @@ You can pass optional `options` as an object to the `mjml2html` function:\noption | unit | description | default value\n-------------|--------|--------------|---------------\n-fonts | object | D...
JavaScript
MIT License
mjmlio/mjml
Fix doc about the `fonts` option. (#2522)
424,219
26.09.2022 15:19:46
-7,200
8ead682269f5b1a03707fd87eaac4a22b3cadb5a
Add Neos CMS in the tooling section
[ { "change_type": "MODIFY", "old_path": "doc/tooling.md", "new_path": "doc/tooling.md", "diff": "@@ -30,6 +30,10 @@ In addition to the language plugin, a linter is available to highlight errors in\nGulp is a tool designed to help you automate and enhance your workflow. Our plugin enables you to plug ...
JavaScript
MIT License
mjmlio/mjml
Add Neos CMS in the tooling section
424,244
15.11.2022 20:37:08
-21,600
e03c580789cd98db69ab5abbe6740b3673bf8e64
Removed the 'crypto' dependency
[ { "change_type": "MODIFY", "old_path": "packages/mjml-carousel/src/Carousel.js", "new_path": "packages/mjml-carousel/src/Carousel.js", "diff": "import { BodyComponent } from 'mjml-core'\nimport { range, repeat, min, map } from 'lodash'\n-import crypto from 'crypto'\nimport { msoConditionalTag } from...
JavaScript
MIT License
mjmlio/mjml
Removed the 'crypto' dependency (#2478)
457,877
24.04.2017 23:41:58
-28,800
025c5bb8fa669454d5b885fa0a28f350cb5ee52b
nestingsqlexp add
[ { "change_type": "MODIFY", "old_path": "src/org/nutz/dao/util/cri/Exps.java", "new_path": "src/org/nutz/dao/util/cri/Exps.java", "diff": "@@ -3,6 +3,7 @@ package org.nutz.dao.util.cri;\nimport java.util.Collection;\nimport org.nutz.castor.Castors;\n+import org.nutz.dao.Nesting;\nimport org.nutz.lang...
Java
Apache License 2.0
nutzam/nutz
nestingsqlexp add
457,875
10.04.2018 13:06:15
-28,800
c8a9e83843ff903e47e28488ea42f97dfb7e2377
fix Mirror getAnnotation NPE
[ { "change_type": "MODIFY", "old_path": "src/org/nutz/lang/Mirror.java", "new_path": "src/org/nutz/lang/Mirror.java", "diff": "@@ -605,7 +605,7 @@ public class Mirror<T> {\ndo {\nann = cc.getAnnotation(annType);\ncc = cc.getSuperclass();\n- } while (null == ann && cc != Object.class);\n+ } while (nul...
Java
Apache License 2.0
nutzam/nutz
fix #1412 Mirror getAnnotation NPE
457,860
30.06.2018 18:35:33
-28,800
82f541d2287c663a11a82d22a540d28941674b3b
fix:Instant2Json with error: 'Unsupported field: YearOfEra'
[ { "change_type": "MODIFY", "old_path": "src/org/nutz/json/handler/JsonLocalDateLikeHandler.java", "new_path": "src/org/nutz/json/handler/JsonLocalDateLikeHandler.java", "diff": "package org.nutz.json.handler;\nimport java.io.IOException;\n+import java.time.ZoneId;\nimport java.time.format.DateTimeFo...
Java
Apache License 2.0
nutzam/nutz
fix:Instant2Json with error: 'Unsupported field: YearOfEra'
457,902
18.03.2019 14:12:30
-28,800
7fb2826ffbfbf8ecd48114cd781889a5e352d67d
fix:skip set field enable for UploadingContext
[ { "change_type": "MODIFY", "old_path": "src/org/nutz/mvc/WhaleFilter.java", "new_path": "src/org/nutz/mvc/WhaleFilter.java", "diff": "@@ -112,7 +112,7 @@ public class WhaleFilter implements Filter {\ncontinue;\n}\nkey = key.substring(\"upload.\".length());\n- if (\"tmpdir\".equals(key) || \"exclusio...
Java
Apache License 2.0
nutzam/nutz
fix:skip set field enable for UploadingContext
457,888
01.08.2019 13:09:13
18,000
59370fa309ad4912489d43b7aa344813c2f82295
Change method name 'wrap' to 'createQuery'
[ { "change_type": "MODIFY", "old_path": "src/org/nutz/dao/impl/jdbc/AbstractJdbcExpert.java", "new_path": "src/org/nutz/dao/impl/jdbc/AbstractJdbcExpert.java", "diff": "@@ -258,7 +258,7 @@ public abstract class AbstractJdbcExpert implements JdbcExpert, Configurable {\n}\n}\n- protected static List<Da...
Java
Apache License 2.0
nutzam/nutz
Change method name 'wrap' to 'createQuery'
457,902
13.05.2020 11:05:16
-28,800
009a7f83bdefd9511b3dbbd1cf501e1d82ee9d09
fix: error when target is not a collection (e.g. string
[ { "change_type": "MODIFY", "old_path": "test/org/nutz/lang/LangTest.java", "new_path": "test/org/nutz/lang/LangTest.java", "diff": "@@ -59,6 +59,13 @@ public class LangTest extends Assert {\nassertEquals(\"bb\", t0.getT1().getName());\n}\n+ @Test\n+ public void test_map_to_obj_c2s() {\n+ Map<String,...
Java
Apache License 2.0
nutzam/nutz
fix: error when target is not a collection (e.g. string
457,867
22.04.2021 10:28:38
-28,800
74793a6202911178ff2af1f323f54fd657ce77c8
pass testall
[ { "change_type": "MODIFY", "old_path": "src/org/nutz/dao/util/cri/OrderByItem.java", "new_path": "src/org/nutz/dao/util/cri/OrderByItem.java", "diff": "@@ -18,11 +18,6 @@ public class OrderByItem extends NoParamsPItem {\nthis.by = by;\n}\n- public <T> OrderByItem(PFun<T, ?> name, String by) {\n- thi...
Java
Apache License 2.0
nutzam/nutz
pass testall
457,867
28.04.2021 11:16:14
-28,800
b9d7f2ae47ac53755ad240a0ce86dc2ac69d3c0e
feat:add CommandLineRunner
[ { "change_type": "MODIFY", "old_path": "test/org/nutz/mvc/init/module/MvcCommandLineRunner.java", "new_path": "test/org/nutz/mvc/init/module/MvcCommandLineRunner.java", "diff": "@@ -10,6 +10,16 @@ import org.nutz.mvc.CommandLineRunner;\npublic class MvcCommandLineRunner implements CommandLineRunner ...
Java
Apache License 2.0
nutzam/nutz
feat:add CommandLineRunner
457,902
17.02.2022 10:55:32
-28,800
5680f26f6635bba201fd00798d04b7b07c5568c9
treat mariadb as mysql
[ { "change_type": "MODIFY", "old_path": "src/org/nutz/dao/DatabaseMeta.java", "new_path": "src/org/nutz/dao/DatabaseMeta.java", "diff": "@@ -41,7 +41,7 @@ public class DatabaseMeta {\ntype = DB.H2;\n} else if (proName.startsWith(\"postgresql\")) {\ntype = DB.PSQL;\n- } else if (proName.startsWith(\"m...
Java
Apache License 2.0
nutzam/nutz
treat mariadb as mysql
86,098
17.12.2019 15:23:19
28,800
b5e8dd87a23304d923f74e3f56a70431f5bb4aee
Added quickstart guide, link from initial content and corrected the web-dev manage script to work correctly
[ { "change_type": "MODIFY", "old_path": "docs/README.md", "new_path": "docs/README.md", "diff": "![logo](/docs/assets/indy-catalyst-logo-bw.png)\n# Table of Contents <!-- omit in toc -->\n-- [Introduction](#introduction)\n-# Introduction\n+- [Introduction](##introduction)\n+- [Before You Start](##bef...
Python
Apache License 2.0
bcgov/aries-vcr
Added quickstart guide, link from initial content and corrected the web-dev manage script to work correctly Signed-off-by: Sean Hamilton <sean.hamilton@quartech.com>
86,098
17.12.2019 15:38:20
28,800
144aebd6af917d433b0af6677b099f368ad40c78
updates to the angular readme
[ { "change_type": "MODIFY", "old_path": "credential-registry/client/tob-web/README.md", "new_path": "credential-registry/client/tob-web/README.md", "diff": "@@ -6,7 +6,19 @@ The Web implements the user interface for TheOrgBook, calling the API to manage\n## Development\n-To run the Web UI only in the...
Python
Apache License 2.0
bcgov/aries-vcr
updates to the angular readme Signed-off-by: Sean Hamilton <sean.hamilton@quartech.com>
86,098
17.12.2019 15:42:21
28,800
b403d86bb473b9a2f910fda4e1856baa4ae1fc6e
removed the appropriate references to org book from the indycat rest services readme
[ { "change_type": "MODIFY", "old_path": "docs/IndyCat-REST-Services.md", "new_path": "docs/IndyCat-REST-Services.md", "diff": "-# OrgBook REST Services\n+# Indy Catalyst Credential Registry REST Services\n-OrgBook provides a [Swagger](https://swagger.io/) ([OpenAPI](https://www.openapis.org)) page th...
Python
Apache License 2.0
bcgov/aries-vcr
removed the appropriate references to org book from the indycat rest services readme Signed-off-by: Sean Hamilton <sean.hamilton@quartech.com>
86,098
17.12.2019 15:46:05
28,800
d2e517ca4a22658e7a2b9d2c06547ccccffb76a3
removed references to the orgbook from the theme development page
[ { "change_type": "MODIFY", "old_path": "credential-registry/client/tob-web/ThemeDevelopment.md", "new_path": "credential-registry/client/tob-web/ThemeDevelopment.md", "diff": "## Theme Support\n-TheOrgBook's UI has been divided into four areas/components as shown below and each area can be customize...
Python
Apache License 2.0
bcgov/aries-vcr
removed references to the orgbook from the theme development page Signed-off-by: Sean Hamilton <sean.hamilton@quartech.com>
86,098
17.12.2019 16:20:42
28,800
5f8ebd9f59a71cf58ef7a7d7b69244238a6dfec3
updated more documentation to remove the orgbook
[ { "change_type": "MODIFY", "old_path": "starter-kits/credential-registry/docker/README.md", "new_path": "starter-kits/credential-registry/docker/README.md", "diff": "@@ -76,7 +76,7 @@ A quick start guide for running a local Indy Network, an instance of TheOrgBook\n### Live Web Development\n-TheOrgBo...
Python
Apache License 2.0
bcgov/aries-vcr
updated more documentation to remove the orgbook Signed-off-by: Sean Hamilton <sean.hamilton@quartech.com>
86,098
20.12.2019 20:44:45
0
898d48063c23f8e822d5c7d267b880ac3c0efe9d
changed the scale for short lived credentials from 10 years to 1. Corrected sizing issue for long credentials
[ { "change_type": "MODIFY", "old_path": "credential-registry/client/tob-web/src/app/timeline/models/scale.model.ts", "new_path": "credential-registry/client/tob-web/src/app/timeline/models/scale.model.ts", "diff": "-export type scaleOpts = 1 | 2 | 3 | 4\n+export type scaleOpts = 1 | 2 | 3 | 4;\n-expo...
Python
Apache License 2.0
bcgov/aries-vcr
changed the scale for short lived credentials from 10 years to 1. Corrected sizing issue for long credentials Signed-off-by: seanadipose <hamiltonsean6@icloud.com>
86,098
20.12.2019 20:46:10
0
a729597c0336c493c343faa7ee09bc8c994c6001
removed the scaling factor as a decision for the short marker display
[ { "change_type": "MODIFY", "old_path": "credential-registry/client/tob-web/src/app/timeline/view.component.ts", "new_path": "credential-registry/client/tob-web/src/app/timeline/view.component.ts", "diff": "@@ -74,9 +74,7 @@ export class TimelineViewComponent implements AfterViewInit, OnDestroy {\nth...
Python
Apache License 2.0
bcgov/aries-vcr
removed the scaling factor as a decision for the short marker display Signed-off-by: seanadipose <hamiltonsean6@icloud.com>
86,098
20.12.2019 21:39:27
0
d4ea93069e3a4c8ed6c43ffeff55b0a359c693a5
WIP commit on searching active / inactive records
[ { "change_type": "MODIFY", "old_path": "credential-registry/client/tob-web/src/app/search/input.component.ts", "new_path": "credential-registry/client/tob-web/src/app/search/input.component.ts", "diff": "-import {\n- Component, AfterViewInit, ElementRef, EventEmitter,\n- Input, Output, Renderer2, Vi...
Python
Apache License 2.0
bcgov/aries-vcr
WIP commit on searching active / inactive records Signed-off-by: seanadipose <hamiltonsean6@icloud.com>
86,098
20.12.2019 22:39:29
0
4ded012009e6148be9ebbdb6626107f675804a5d
completed styling the checkbox
[ { "change_type": "MODIFY", "old_path": "credential-registry/client/tob-web/src/app/search/input.component.ts", "new_path": "credential-registry/client/tob-web/src/app/search/input.component.ts", "diff": "@@ -22,6 +22,13 @@ export class SearchInputComponent implements AfterViewInit {\nprotected _load...
Python
Apache License 2.0
bcgov/aries-vcr
completed styling the checkbox Signed-off-by: seanadipose <hamiltonsean6@icloud.com>
86,098
20.12.2019 22:54:12
0
7aab718a54e11634a18dab8a363130f4f8318ada
WIP commit with tab stop and inactive/active options changing
[ { "change_type": "MODIFY", "old_path": "credential-registry/client/tob-web/src/themes/default/search/input.component.html", "new_path": "credential-registry/client/tob-web/src/themes/default/search/input.component.html", "diff": "</div>\n<div class=\"checkbox-wrapper\">\n<div class=\"checkbox\">\n- ...
Python
Apache License 2.0
bcgov/aries-vcr
WIP commit with tab stop and inactive/active options changing Signed-off-by: seanadipose <hamiltonsean6@icloud.com>
86,098
20.12.2019 23:31:41
0
7710cddb243caf05d7e30ad4ff3fc4158bbeaac9
updates to conditionally display the checkbox based on where the search is originating
[ { "change_type": "MODIFY", "old_path": "credential-registry/client/tob-web/src/app/home/home.component.ts", "new_path": "credential-registry/client/tob-web/src/app/home/home.component.ts", "diff": "@@ -6,27 +6,26 @@ import { GeneralDataService } from 'app/general-data.service';\n@Component({\nselect...
Python
Apache License 2.0
bcgov/aries-vcr
updates to conditionally display the checkbox based on where the search is originating Signed-off-by: seanadipose <hamiltonsean6@icloud.com>
86,098
20.12.2019 23:52:04
0
4e15a44ef0796ce38bbf84d5020df4569b6d1b99
made the checkbox togglable using the space bar
[ { "change_type": "MODIFY", "old_path": "credential-registry/client/tob-web/src/app/search/input.component.ts", "new_path": "credential-registry/client/tob-web/src/app/search/input.component.ts", "diff": "@@ -26,7 +26,12 @@ export class SearchInputComponent implements AfterViewInit {\ninactive = fals...
Python
Apache License 2.0
bcgov/aries-vcr
made the checkbox togglable using the space bar Signed-off-by: seanadipose <hamiltonsean6@icloud.com>
86,098
21.12.2019 00:20:58
0
b3315073e21e9d415b2594216c9dd99e9dae2697
added the initial drop-down box on the front-end for cred type
[ { "change_type": "MODIFY", "old_path": "credential-registry/client/tob-web/src/themes/default/search/input.component.html", "new_path": "credential-registry/client/tob-web/src/themes/default/search/input.component.html", "diff": "[focusFirst]=\"false\"\n(selectItem)=\"typeaheadSelected($event)\"\n/>...
Python
Apache License 2.0
bcgov/aries-vcr
added the initial drop-down box on the front-end for cred type Signed-off-by: seanadipose <hamiltonsean6@icloud.com>
86,098
21.12.2019 01:39:53
0
fe4bbcc71dd6d135c3d308e223c0040f4ab0f4e2
completed the home-page search by credential type drop-down
[ { "change_type": "MODIFY", "old_path": "credential-registry/client/tob-web/src/app/app.module.ts", "new_path": "credential-registry/client/tob-web/src/app/app.module.ts", "diff": "@@ -2,17 +2,18 @@ import { BrowserModule } from '@angular/platform-browser';\nimport { Location } from '@angular/common'...
Python
Apache License 2.0
bcgov/aries-vcr
completed the home-page search by credential type drop-down Signed-off-by: seanadipose <hamiltonsean6@icloud.com>
86,098
30.12.2019 21:25:04
0
59f95ab573037e76e80a3e8085f0ba5635473ff4
change line to holder-prover for line 175 in readme.md under credential registry
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -172,7 +172,7 @@ TODO\nCredential Registry provides a set of RESTful web services you can use to query data from your third-party application, an introduction to use of these API's is available [here](docs/IndyC...
Python
Apache License 2.0
bcgov/aries-vcr
change line to holder-prover for line 175 in readme.md under credential registry Signed-off-by: seanadipose <hamiltonsean6@icloud.com>
86,098
30.12.2019 21:28:03
0
e9ca8921e3b1bae980bcf9e3b2fd9d5d142f9d7b
added a line that links to the ed-x hyperledger overview
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -184,6 +184,8 @@ Specific technical details and documentation on HyperLedger Indy can be found [h\nFor more technical details and documentation on the Aca-Py agent go [here](https:\\\\github.com\\hyperledger\\ar...
Python
Apache License 2.0
bcgov/aries-vcr
added a line that links to the ed-x hyperledger overview Signed-off-by: seanadipose <hamiltonsean6@icloud.com>
86,098
31.12.2019 18:11:20
0
27843693e1bb987b2ac1f2c4f0e92aa162310133
finished initial formatting & component structure
[ { "change_type": "MODIFY", "old_path": "credential-registry/client/tob-web/src/app/search/advanced-search.component.scss", "new_path": "credential-registry/client/tob-web/src/app/search/advanced-search.component.scss", "diff": "+:host() {\n+ margin: 0.5em;\n+}\n+\n+.header-row {\n+ display: grid;\n+...
Python
Apache License 2.0
bcgov/aries-vcr
finished initial formatting & component structure Signed-off-by: seanadipose <hamiltonsean6@icloud.com>
86,098
31.12.2019 19:24:57
0
edd274325fd6ad4af38256480ba4bd300dc5989e
initial styling & link to the advanced search page from home has been completed. The advanced search is now properly styled in the bootstrap / bcgov theme
[ { "change_type": "MODIFY", "old_path": "credential-registry/client/tob-web/src/app/search/advanced-search.component.scss", "new_path": "credential-registry/client/tob-web/src/app/search/advanced-search.component.scss", "diff": "+@import '../../../node_modules/bootstrap/scss/functions';\n+@import '.....
Python
Apache License 2.0
bcgov/aries-vcr
initial styling & link to the advanced search page from home has been completed. The advanced search is now properly styled in the bootstrap / bcgov theme Signed-off-by: seanadipose <hamiltonsean6@icloud.com>
86,098
31.12.2019 19:37:21
0
dc7cafa3922df3b9154dc65751b8b320832c7047
minor correction to the layout of the advanced search page
[ { "change_type": "MODIFY", "old_path": "credential-registry/client/tob-web/src/app/search/components/advanced-search-row/advanced-search-row.component.html", "new_path": "credential-registry/client/tob-web/src/app/search/components/advanced-search-row/advanced-search-row.component.html", "diff": "-<...
Python
Apache License 2.0
bcgov/aries-vcr
minor correction to the layout of the advanced search page Signed-off-by: seanadipose <hamiltonsean6@icloud.com>
86,098
31.12.2019 20:25:27
0
4bcdf06d4939ef1d8417937c1ec2b1271be1ca34
moved theme to the correct place and fixed the bug with forms on the select component. The select component will now properly integrate with reactive forms
[ { "change_type": "MODIFY", "old_path": "credential-registry/client/tob-web/src/app/search/advanced-search.component.ts", "new_path": "credential-registry/client/tob-web/src/app/search/advanced-search.component.ts", "diff": "@@ -24,9 +24,10 @@ export interface IAdvancedSearchOption {\n</div>\n<form [...
Python
Apache License 2.0
bcgov/aries-vcr
moved theme to the correct place and fixed the bug with forms on the select component. The select component will now properly integrate with reactive forms Signed-off-by: seanadipose <hamiltonsean6@icloud.com>
86,098
31.12.2019 20:39:16
0
47cb183755ff12205b70c7faa2ecb678a8342cb6
integrated typeahead change
[ { "change_type": "MODIFY", "old_path": "credential-registry/client/tob-web/src/app/search/advanced-search.component.ts", "new_path": "credential-registry/client/tob-web/src/app/search/advanced-search.component.ts", "diff": "import { Component, OnInit } from '@angular/core';\nimport { HttpService } f...
Python
Apache License 2.0
bcgov/aries-vcr
integrated typeahead change Signed-off-by: seanadipose <hamiltonsean6@icloud.com>
86,098
03.01.2020 21:09:27
0
4a4b1ebcae372ee82508fbbb42636fcf1c7b184f
autocomplete is now searching by historical / active credentials when the historical credentials flag is set to true
[ { "change_type": "MODIFY", "old_path": "credential-registry/client/tob-web/src/app/core/services/http.service.ts", "new_path": "credential-registry/client/tob-web/src/app/core/services/http.service.ts", "diff": "@@ -20,7 +20,8 @@ export class HttpService {\nthis.baseUrl = apiUrl;\n}\n- httpGetReques...
Python
Apache License 2.0
bcgov/aries-vcr
autocomplete is now searching by historical / active credentials when the historical credentials flag is set to true Signed-off-by: seanadipose <hamiltonsean6@icloud.com>
86,098
03.01.2020 21:30:14
0
b8ea65db763283012196b3eb9c638994c71d2b66
corrected issue with the http service path
[ { "change_type": "MODIFY", "old_path": "credential-registry/client/tob-web/src/app/core/services/http.service.ts", "new_path": "credential-registry/client/tob-web/src/app/core/services/http.service.ts", "diff": "@@ -21,7 +21,7 @@ export class HttpService {\n}\nhttpGetRequest<T>(path: string, params:...
Python
Apache License 2.0
bcgov/aries-vcr
corrected issue with the http service path Signed-off-by: seanadipose <hamiltonsean6@icloud.com>
86,098
06.01.2020 09:37:29
28,800
2bb3d803be3476a55d857c21d47f3010c2f257a1
added query params for input to advanced search to preserve search string
[ { "change_type": "MODIFY", "old_path": "credential-registry/client/tob-web/src/app/search/advanced-search.component.ts", "new_path": "credential-registry/client/tob-web/src/app/search/advanced-search.component.ts", "diff": "@@ -7,6 +7,7 @@ import { ICredentialTypeOption } from './input.component';\n...
Python
Apache License 2.0
bcgov/aries-vcr
added query params for input to advanced search to preserve search string Signed-off-by: Sean Hamilton <sean.hamilton@quartech.com>
86,098
06.01.2020 18:18:01
0
389aa4cb74a74390e11c8df155ab3c0141306633
corrected color theming for link
[ { "change_type": "MODIFY", "old_path": "credential-registry/client/tob-web/src/app/search/input.component.ts", "new_path": "credential-registry/client/tob-web/src/app/search/input.component.ts", "diff": "@@ -5,6 +5,7 @@ import { GeneralDataService } from 'app/general-data.service';\nimport { HttpSer...
Python
Apache License 2.0
bcgov/aries-vcr
corrected color theming for link Signed-off-by: seanadipose <hamiltonsean6@icloud.com>
86,098
06.01.2020 18:20:28
0
af5bf5eed2ad6187e31c3549836b715b8e245d75
added breadcrumb component
[ { "change_type": "MODIFY", "old_path": "credential-registry/client/tob-web/src/app/search/advanced-search.component.ts", "new_path": "credential-registry/client/tob-web/src/app/search/advanced-search.component.ts", "diff": "@@ -18,6 +18,7 @@ export interface IAdvancedSearchOption {\nselector: 'app-a...
Python
Apache License 2.0
bcgov/aries-vcr
added breadcrumb component Signed-off-by: seanadipose <hamiltonsean6@icloud.com>
86,098
06.01.2020 18:38:25
0
2e84fd82f59e08cc0b2ce6d32d3654d3248f6baa
corrected the display to avoid a jarring showing of the credential type
[ { "change_type": "MODIFY", "old_path": "credential-registry/client/tob-web/src/app/search/advanced-search.component.ts", "new_path": "credential-registry/client/tob-web/src/app/search/advanced-search.component.ts", "diff": "@@ -7,7 +7,7 @@ import { ICredentialTypeOption } from './input.component';\n...
Python
Apache License 2.0
bcgov/aries-vcr
corrected the display to avoid a jarring showing of the credential type Signed-off-by: seanadipose <hamiltonsean6@icloud.com>
86,098
06.01.2020 18:51:32
0
8a802e12853205fbfa8def847f429fa3eac35fef
corrected the query parameter / url hash to grab the language for the route dynamically and moved the html component to the default theme
[ { "change_type": "MODIFY", "old_path": "credential-registry/client/tob-web/src/app/search/advanced-search.component.ts", "new_path": "credential-registry/client/tob-web/src/app/search/advanced-search.component.ts", "diff": "@@ -3,7 +3,6 @@ import { HttpService } from 'app/core/services/http.service'...
Python
Apache License 2.0
bcgov/aries-vcr
corrected the query parameter / url hash to grab the language for the route dynamically and moved the html component to the default theme Signed-off-by: seanadipose <hamiltonsean6@icloud.com>
86,098
06.01.2020 18:54:39
0
31bdfc73b36ddcf06ce5b65db0d9062f85708d76
moved the scss template file to the proper place
[ { "change_type": "DELETE", "old_path": "credential-registry/client/tob-web/src/app/search/advanced-search.component.scss", "new_path": null, "diff": "-@import '../../../node_modules/bootstrap/scss/functions';\n-@import '../../../node_modules/bootstrap/scss/variables';\n-@import '../../../node_module...
Python
Apache License 2.0
bcgov/aries-vcr
moved the scss template file to the proper place Signed-off-by: seanadipose <hamiltonsean6@icloud.com>
86,091
21.01.2020 14:57:59
28,800
e9a0416a3a3f0f32ccedf5acc93ed0e04d91f5b8
Added drawing about the architecture based on BC Registries deployment
[ { "change_type": "ADD", "old_path": "docs/CRArchitecture.png", "new_path": "docs/CRArchitecture.png", "diff": "Binary files /dev/null and b/docs/CRArchitecture.png differ\n" }, { "change_type": "ADD", "old_path": null, "new_path": "docs/CRArchitecture.puml", "diff": "+@startuml C...
Python
Apache License 2.0
bcgov/aries-vcr
Added drawing about the architecture based on BC Registries deployment Signed-off-by: Stephen Curran <swcurran@gmail.com>
86,096
30.09.2020 12:59:28
25,200
ea27b3625d6b8daa70d5622ed5575d5fcad9ffa7
Advanced search makes call to `search/credential/facets` Added a new v3 data type for CredentialSearch and CredentialSearchFacets
[ { "change_type": "MODIFY", "old_path": "client/src/app/cred/related-list.component.ts", "new_path": "client/src/app/cred/related-list.component.ts", "diff": "@@ -25,7 +25,7 @@ export class RelatedCredsComponent implements OnInit, OnDestroy {\n_optionsLoaded: boolean = false;\n_showFilters: boolean =...
Python
Apache License 2.0
bcgov/aries-vcr
Advanced search makes call to `search/credential/facets` Added a new v3 data type for CredentialSearch and CredentialSearchFacets Signed-off-by: Akiff Manji <akiff.manji@gmail.com>
86,096
30.09.2020 21:00:59
25,200
08f83431636e2230c2c79f712028400456510994
Refactor search credential list into a reusable component
[ { "change_type": "MODIFY", "old_path": "client/src/app/search/advanced-search.component.ts", "new_path": "client/src/app/search/advanced-search.component.ts", "diff": "import { Component, OnDestroy, OnInit } from '@angular/core';\nimport { FormGroup, FormBuilder } from '@angular/forms';\n-import { A...
Python
Apache License 2.0
bcgov/aries-vcr
Refactor search credential list into a reusable component Signed-off-by: Akiff Manji <akiff.manji@gmail.com>
86,096
30.09.2020 22:24:16
25,200
fc1cb0792c36d6b7fc66a809d19aa507489942ce
First pass at advanced search (no autocomplete) is working
[ { "change_type": "MODIFY", "old_path": "client/src/app/search/advanced-search.component.ts", "new_path": "client/src/app/search/advanced-search.component.ts", "diff": "@@ -2,28 +2,47 @@ import { Component, OnDestroy, OnInit } from '@angular/core';\nimport { FormGroup, FormBuilder } from '@angular/fo...
Python
Apache License 2.0
bcgov/aries-vcr
First pass at advanced search (no autocomplete) is working Signed-off-by: Akiff Manji <akiff.manji@gmail.com>
86,096
02.10.2020 14:59:42
25,200
068b49e5ef6ef687248ce39adbf7c8fdac2e33b7
Adds injector token for API_URL
[ { "change_type": "MODIFY", "old_path": "client/src/app/app-config.service.ts", "new_path": "client/src/app/app-config.service.ts", "diff": "@@ -13,7 +13,6 @@ export class AppConfigService {\nloadConfig(data) {\nthis._config = data;\n- console.log(data);\n}\nloadFromPromise(input: Promise<any>): Prom...
Python
Apache License 2.0
bcgov/aries-vcr
Adds injector token for API_URL Signed-off-by: Akiff Manji <akiff.manji@gmail.com>
86,096
03.10.2020 00:05:54
25,200
873672e604b8fe19a90e6549d9bd07b5036dd31b
Advanced search paging and filtering is working. Added API_URL injector that can read from app config
[ { "change_type": "ADD", "old_path": null, "new_path": "client/src/app/core/services/api.service.spec.ts", "diff": "+import { TestBed } from '@angular/core/testing';\n+\n+import { ApiService } from './api.service';\n+\n+describe('ApiService', () => {\n+ beforeEach(() => TestBed.configureTestingModule...
Python
Apache License 2.0
bcgov/aries-vcr
Advanced search paging and filtering is working. Added API_URL injector that can read from app config Signed-off-by: Akiff Manji <akiff.manji@gmail.com>
86,096
03.10.2020 18:43:53
25,200
a41b3a1cb6a4ed6d4c32e99d8545d9de449d5df2
Advanced search inputs pre-populated from URL query params
[ { "change_type": "MODIFY", "old_path": "client/src/app/search/advanced-search.component.ts", "new_path": "client/src/app/search/advanced-search.component.ts", "diff": "@@ -32,6 +32,10 @@ const FilterSpec = [\n{\nname: \"category:entity_type\",\nlabel: \"attribute.entity_type\"\n+ },\n+ {\n+ name: \"...
Python
Apache License 2.0
bcgov/aries-vcr
Advanced search inputs pre-populated from URL query params Signed-off-by: Akiff Manji <akiff.manji@gmail.com>
86,096
03.10.2020 21:22:17
25,200
7428e3ff592fd418429be009e1bc43038aab67e4
Adds info prompt when user attempts to search without name or cred type
[ { "change_type": "MODIFY", "old_path": "client/src/app/search/advanced-search.component.ts", "new_path": "client/src/app/search/advanced-search.component.ts", "diff": "import { Component, OnDestroy, OnInit } from '@angular/core';\n-import { FormGroup, FormBuilder } from '@angular/forms';\n+import { ...
Python
Apache License 2.0
bcgov/aries-vcr
Adds info prompt when user attempts to search without name or cred type Signed-off-by: Akiff Manji <akiff.manji@gmail.com>
86,096
05.10.2020 09:28:36
25,200
93655fc5968150d2ab14cc272fe809aedb644cd2
Fixes compile issue at build time
[ { "change_type": "MODIFY", "old_path": "client/src/app/search/components/search-result-list/search-result-list.component.ts", "new_path": "client/src/app/search/components/search-result-list/search-result-list.component.ts", "diff": "@@ -8,7 +8,7 @@ import { Filter, Model } from 'app/data-types';\n}...
Python
Apache License 2.0
bcgov/aries-vcr
Fixes compile issue at build time Signed-off-by: Akiff Manji <akiff.manji@gmail.com>
86,096
12.10.2020 11:41:37
25,200
7304ee55eff84e82c143e9140383c523851edd0c
Adds developer front page scaffolding
[ { "change_type": "MODIFY", "old_path": "client/src/app/app-routing.module.ts", "new_path": "client/src/app/app-routing.module.ts", "diff": "@@ -9,6 +9,7 @@ import { NotFoundComponent } from './util/not-found.component';\nimport { SearchComponent } from './search/form.component';\nimport { TopicFormC...
Python
Apache License 2.0
bcgov/aries-vcr
Adds developer front page scaffolding Signed-off-by: Akiff Manji <akiff.manji@gmail.com>
86,096
12.10.2020 14:48:04
25,200
ffff452e4e117daf855f9857c7162e14ab00fb70
Adds developer front page content
[ { "change_type": "MODIFY", "old_path": "client/themes/bcgov/assets/i18n/en.json", "new_path": "client/themes/bcgov/assets/i18n/en.json", "diff": "}\n},\n\"develop\": {\n- \"breadcrumb\": \"Develop with OrgBook BC\",\n- \"title\": \"Develop with OrgBook BC\"\n+ \"breadcrumb\": \"Developer resources\"...
Python
Apache License 2.0
bcgov/aries-vcr
Adds developer front page content Signed-off-by: Akiff Manji <akiff.manji@gmail.com>
86,096
12.10.2020 15:23:50
25,200
c8e6b39d58e9d1f968e5ec299ee66aaf4a0e6882
Updated front page content
[ { "change_type": "MODIFY", "old_path": "client/themes/bcgov/develop/develop.component.html", "new_path": "client/themes/bcgov/develop/develop.component.html", "diff": "applications.\n</p>\n<p>\n- A GitHub <a href=\"https://github.com/bcgov/orgbook-api\" target=\"_blank\">repository</a> has been\n- c...
Python
Apache License 2.0
bcgov/aries-vcr
Updated front page content Signed-off-by: Akiff Manji <akiff.manji@gmail.com>
86,096
14.10.2020 10:52:06
25,200
9121476f2a0087f29e56e74da34d04f05e743df4
Fix build error from not having templates across all themes
[ { "change_type": "ADD", "old_path": "client/themes/base/develop/develop.component.css", "new_path": "client/themes/base/develop/develop.component.css", "diff": "" }, { "change_type": "ADD", "old_path": "client/themes/base/develop/develop.component.html", "new_path": "client/themes/ba...
Python
Apache License 2.0
bcgov/aries-vcr
Fix build error from not having templates across all themes Signed-off-by: Akiff Manji <akiff.manji@gmail.com>
86,096
30.10.2020 18:27:47
25,200
d3f371cffcd5c39b4cc4c0dd50cbecc15f632728
Adds loading prompt to advanced search
[ { "change_type": "MODIFY", "old_path": "client/src/app/search/advanced-search.component.ts", "new_path": "client/src/app/search/advanced-search.component.ts", "diff": "@@ -36,6 +36,18 @@ const FilterSpec = [\n{\nname: \"inactive\",\nlabel: \"general.period-historical\"\n+ },\n+ {\n+ name: \"inactive...
Python
Apache License 2.0
bcgov/aries-vcr
Adds loading prompt to advanced search Signed-off-by: Akiff Manji <akiff.manji@gmail.com>
86,096
19.11.2020 10:39:24
28,800
34f16045e392941c22cf46e3a1c775821599d572
Audit and update production npm package vulnerabilities
[ { "change_type": "MODIFY", "old_path": "client/package-lock.json", "new_path": "client/package-lock.json", "diff": "}\n},\n\"lodash\": {\n- \"version\": \"4.17.15\",\n- \"resolved\": \"https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz\",\n- \"integrity\": \"sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+...
Python
Apache License 2.0
bcgov/aries-vcr
Audit and update production npm package vulnerabilities Signed-off-by: Akiff Manji <akiff.manji@gmail.com>
86,096
19.11.2020 14:13:17
28,800
18123e3bf3a2eb7ec9abe320a88943b4f322e7a2
Update launch config docs for remote debugging
[ { "change_type": "MODIFY", "old_path": "server/README.md", "new_path": "server/README.md", "diff": "@@ -24,7 +24,7 @@ To add a new debugger session, create a `launch.json` file and add the following\n\"request\": \"attach\",\n\"pathMappings\": [\n{\n- \"localRoot\": \"${workspaceFolder}/server\",\n+...
Python
Apache License 2.0
bcgov/aries-vcr
Update launch config docs for remote debugging Signed-off-by: Akiff Manji <akiff.manji@gmail.com>
86,096
23.11.2020 23:42:32
28,800
77d9df69c45abd04a684afe69513d91b452ee3c3
Adds collapse list of alternate names for credential search results
[ { "change_type": "MODIFY", "old_path": "client/angular.json", "new_path": "client/angular.json", "diff": "\"styles\": [\n\"src/themes/_active/styles.scss\"\n],\n- \"scripts\": []\n+ \"scripts\": [\n+ \"./node_modules/jquery/dist/jquery.min.js\",\n+ \"./node_modules/bootstrap/dist/js/bootstrap.min.js...
Python
Apache License 2.0
bcgov/aries-vcr
Adds collapse list of alternate names for credential search results Signed-off-by: Akiff Manji <akiff.manji@gmail.com>
86,096
26.11.2020 14:11:49
28,800
d440b6071158c80f27bad42a4ce41882cbd25b2a
Remove deprecated RxJS 5 fetures
[ { "change_type": "MODIFY", "old_path": "client/src/app/app.component.ts", "new_path": "client/src/app/app.component.ts", "diff": "@@ -5,8 +5,8 @@ import { ActivatedRoute, NavigationEnd, Router } from '@angular/router';\nimport { LocalizeRouterService } from 'localize-router';\nimport { GeneralDataSe...
Python
Apache License 2.0
bcgov/aries-vcr
Remove deprecated RxJS 5 fetures Signed-off-by: Akiff Manji <akiff.manji@gmail.com>
86,096
26.11.2020 14:46:49
28,800
246a40cc34cb8b4505075064c8ab734404f6a63c
Remove entryComponents for Angular 9
[ { "change_type": "MODIFY", "old_path": "client/src/app/cred/cred.module.ts", "new_path": "client/src/app/cred/cred.module.ts", "diff": "@@ -35,9 +35,6 @@ const ROUTES = [];\nTopicArchiveListHeaderComponent,\nTopicArchiveListItemComponent\n],\n- entryComponents: [\n- TimelineCredComponent,\n- ],\npro...
Python
Apache License 2.0
bcgov/aries-vcr
Remove entryComponents for Angular 9 Signed-off-by: Akiff Manji <akiff.manji@gmail.com>
86,096
26.11.2020 17:46:30
28,800
35fccb32ebce162af171207b2bcc8888404764dd
Update and re-add npm packages to client
[ { "change_type": "MODIFY", "old_path": "client/package-lock.json", "new_path": "client/package-lock.json", "diff": "}\n}\n},\n+ \"@angular/localize\": {\n+ \"version\": \"11.0.2\",\n+ \"resolved\": \"https://registry.npmjs.org/@angular/localize/-/localize-11.0.2.tgz\",\n+ \"integrity\": \"sha512-G7v...
Python
Apache License 2.0
bcgov/aries-vcr
Update and re-add npm packages to client Signed-off-by: Akiff Manji <akiff.manji@gmail.com>
86,096
27.11.2020 09:22:26
28,800
4d76286da3b5c6e776b7c5fcc2675f613e278d9f
Replace localize-router package and http-loader
[ { "change_type": "MODIFY", "old_path": "client/package-lock.json", "new_path": "client/package-lock.json", "diff": "\"version\": \"https://github.com/bcgov/bootstrap-theme/releases/download/v1.1.3/bcgov-bootstrap-theme-1.1.3.tgz\",\n\"integrity\": \"sha512-D37u71R8TWdGlhM7KY0ENLqgB2M+A8GLBPGi7FZ/ovR...
Python
Apache License 2.0
bcgov/aries-vcr
Replace localize-router package and http-loader Signed-off-by: Akiff Manji <akiff.manji@gmail.com>
86,096
27.11.2020 09:41:58
28,800
757b2875499fe5a5d6c963c9b356f814cc2dba52
Fixes styling imports
[ { "change_type": "MODIFY", "old_path": "client/themes/bcgov/_bootstrap.scss", "new_path": "client/themes/bcgov/_bootstrap.scss", "diff": "-$bcgov-font-path: \"/node_modules/@bcgov/bootstrap-theme/dist/fonts/\";\n+// $bcgov-font-path: \"../../../node_modules/@bcgov/bootstrap-theme/dist/fonts/\";\n@im...
Python
Apache License 2.0
bcgov/aries-vcr
Fixes styling imports Signed-off-by: Akiff Manji <akiff.manji@gmail.com>
86,096
02.12.2020 22:31:36
28,800
c4b6b941354e8d018d717c75aa5231f34d04f24f
Credential/Topic local and remote names are null unless `entity_name` or `entity_name_assumed` types
[ { "change_type": "MODIFY", "old_path": "server/vcr-server/api/v2/models/Credential.py", "new_path": "server/vcr-server/api/v2/models/Credential.py", "diff": "@@ -3,6 +3,8 @@ from django.utils import timezone\nfrom .Auditable import Auditable\n+from api.v2.utils import local_name, remote_name\n+\ncla...
Python
Apache License 2.0
bcgov/aries-vcr
Credential/Topic local and remote names are null unless `entity_name` or `entity_name_assumed` types Signed-off-by: Akiff Manji <akiff.manji@gmail.com>
86,096
03.12.2020 00:33:16
28,800
34592bbe6d1084ae2bbc2bec65243f65fdf46064
Localizes credential types on Advanced Search
[ { "change_type": "MODIFY", "old_path": "client/src/app/search/advanced-search.component.ts", "new_path": "client/src/app/search/advanced-search.component.ts", "diff": "@@ -88,7 +88,7 @@ export class AdvancedSearchComponent implements OnInit, OnDestroy {\n];\nyesNoSelected: ISelectOption = { value: '...
Python
Apache License 2.0
bcgov/aries-vcr
Localizes credential types on Advanced Search Signed-off-by: Akiff Manji <akiff.manji@gmail.com>
86,096
03.12.2020 01:18:10
28,800
74a9c8d82906809cbbf6ac6f959ae5005c4e7edc
Use types
[ { "change_type": "MODIFY", "old_path": "client/src/app/cred/alternate-names/alternate-names.component.ts", "new_path": "client/src/app/cred/alternate-names/alternate-names.component.ts", "diff": "import { Component, Input } from '@angular/core';\n+import { Model } from 'app/data-types';\n+\n@Compone...
Python
Apache License 2.0
bcgov/aries-vcr
Use types Signed-off-by: Akiff Manji <akiff.manji@gmail.com>
86,096
04.12.2020 08:39:32
28,800
92b409f4bb2c65e4a83cb3116647e87e2d42351b
Adds return statement for function generating remote names
[ { "change_type": "MODIFY", "old_path": "server/vcr-server/api/v2/utils.py", "new_path": "server/vcr-server/api/v2/utils.py", "diff": "@@ -328,6 +328,7 @@ def remote_name(names=[]):\nremote_name = None\nif 'entity_name_assumed' in types and 'entity_name' in types:\nremote_name = names[types.index('en...
Python
Apache License 2.0
bcgov/aries-vcr
Adds return statement for function generating remote names Signed-off-by: Akiff Manji <akiff.manji@gmail.com>
86,096
13.12.2020 18:49:45
28,800
be0ed509a5833a770a65f39dc69248c8e0472940
Refactor v3 aggregate autocomplete search serializers
[ { "change_type": "MODIFY", "old_path": "server/vcr-server/api/v2/urls.py", "new_path": "server/vcr-server/api/v2/urls.py", "diff": "@@ -39,15 +39,12 @@ router.register(r\"topic\", rest.TopicViewSet)\nrouter.register(r\"topic_relationship\", rest.TopicRelationshipViewSet)\n# Search endpoints\n-router...
Python
Apache License 2.0
bcgov/aries-vcr
Refactor v3 aggregate autocomplete search serializers Signed-off-by: Akiff Manji <akiff.manji@gmail.com>
86,096
14.12.2020 15:05:01
28,800
7b24e2135d1febd91d41567f7a7655a1ed4fc65b
Adds new index fields for topic
[ { "change_type": "MODIFY", "old_path": "server/solr/cores/credential_registry/conf/schema.xml", "new_path": "server/solr/cores/credential_registry/conf/schema.xml", "diff": "</fieldType>\n<!-- Unorganized fields -->\n-\n<field name=\"id\" type=\"string\" indexed=\"true\" stored=\"true\" multiValued=...
Python
Apache License 2.0
bcgov/aries-vcr
Adds new index fields for topic Signed-off-by: Akiff Manji <akiff.manji@gmail.com>
86,096
15.12.2020 12:57:58
28,800
970209493a265d710ef121954adb16654af14e61
Expand topic search indexes
[ { "change_type": "MODIFY", "old_path": "server/solr/cores/credential_registry/conf/schema.xml", "new_path": "server/solr/cores/credential_registry/conf/schema.xml", "diff": "<field name=\"name_suggest\" type=\"edge_ngram\" indexed=\"true\" stored=\"false\" multiValued=\"true\"/>\n<copyField source=\...
Python
Apache License 2.0
bcgov/aries-vcr
Expand topic search indexes Signed-off-by: Akiff Manji <akiff.manji@gmail.com>
86,096
15.12.2020 15:12:36
28,800
e5db06fcfd7804a924a69efb8becd978d4a57fc0
Adds sub types to autocomplete results
[ { "change_type": "MODIFY", "old_path": "server/vcr-server/api/v3/serializers/search.py", "new_path": "server/vcr-server/api/v3/serializers/search.py", "diff": "@@ -49,6 +49,7 @@ class AutocompleteSerializerBase():\nclass NameAutocompleteSerializer(AutocompleteSerializerBase, HaystackSerializer):\nty...
Python
Apache License 2.0
bcgov/aries-vcr
Adds sub types to autocomplete results Signed-off-by: Akiff Manji <akiff.manji@gmail.com>
86,096
15.12.2020 16:52:23
28,800
063b43b7d2e88cd11e5838f01c7c110beea2d301
Refactor v3 search autocomplete into inheritable classes
[ { "change_type": "MODIFY", "old_path": "server/vcr-server/api/v3/serializers/rest.py", "new_path": "server/vcr-server/api/v3/serializers/rest.py", "diff": "@@ -5,14 +5,14 @@ from rest_framework.serializers import (\n)\nfrom api.v2 import utils\n-# from api.v2.models.Address import Address\n+from api...
Python
Apache License 2.0
bcgov/aries-vcr
Refactor v3 search autocomplete into inheritable classes Signed-off-by: Akiff Manji <akiff.manji@gmail.com>
86,096
16.12.2020 15:38:24
28,800
d99652fb2d88090ce6ea2357a212d465348ec1ee
Remove duplicated serializers
[ { "change_type": "DELETE", "old_path": "server/vcr-server/api/v3/serializers/rest.py", "new_path": null, "diff": "-from rest_framework.serializers import (\n- # BooleanField,\n- ModelSerializer,\n- # SerializerMethodField,\n-)\n-\n-from api.v2 import utils\n-from api.v2.models.Address import Address...
Python
Apache License 2.0
bcgov/aries-vcr
Remove duplicated serializers Signed-off-by: Akiff Manji <akiff.manji@gmail.com>
86,096
16.12.2020 18:13:29
28,800
4c8205b75e7f4df71ab96139f8b5435e111784c9
Adds v4 app, scaffolding and url config
[ { "change_type": "MODIFY", "old_path": "server/vcr-server/api/v3/serializers/search.py", "new_path": "server/vcr-server/api/v3/serializers/search.py", "diff": "@@ -176,11 +176,3 @@ class AggregateAutocompleteSerializer(HaystackSerializer):\n\"topic_all_credentials_revoked\",\n),\n}\n-\n-\n-class Top...
Python
Apache License 2.0
bcgov/aries-vcr
Adds v4 app, scaffolding and url config Signed-off-by: Akiff Manji <akiff.manji@gmail.com>
86,096
17.12.2020 08:34:46
28,800
e37568b8d7449953fc9ea5b4ba5fc3a3b9af7160
Credential search based on v3 without facetingP
[ { "change_type": "MODIFY", "old_path": "server/vcr-server/api/v3/urls.py", "new_path": "server/vcr-server/api/v3/urls.py", "diff": "@@ -41,7 +41,6 @@ api_views = [\n# Search endpoints\nrouter.register(r\"search/autocomplete\",\nsearch.AggregateAutocompleteView, \"Aggregate Autocomplete\")\n-# DEPREC...
Python
Apache License 2.0
bcgov/aries-vcr
Credential search based on v3 without facetingP Signed-off-by: Akiff Manji <akiff.manji@gmail.com>
86,096
17.12.2020 14:32:13
28,800
4997f303ba0c6e41f5259227cbd852e581275382
Refactor CredentialTopicSearchView into a subclass of CredentialSearchView
[ { "change_type": "MODIFY", "old_path": "server/vcr-server/api/v3/views/search.py", "new_path": "server/vcr-server/api/v3/views/search.py", "diff": "@@ -226,25 +226,7 @@ class CredentialSearchView(AriesHaystackViewSet, FacetMixin):\n@swagger_auto_schema(manual_parameters=credential_search_swagger_par...
Python
Apache License 2.0
bcgov/aries-vcr
Refactor CredentialTopicSearchView into a subclass of CredentialSearchView Signed-off-by: Akiff Manji <akiff.manji@gmail.com>
86,096
17.12.2020 19:06:52
28,800
a197f745c6a17bc4fb4ca0405a6ad146981b540b
First pass of v4 topic search with faceting
[ { "change_type": "MODIFY", "old_path": "server/vcr-server/api/v2/views/search.py", "new_path": "server/vcr-server/api/v2/views/search.py", "diff": "@@ -234,12 +234,6 @@ class CredentialSearchView(HaystackViewSet, FacetMixin):\nfacet_queryset = self.filter_facet_queryset(queryset)\nresult_queryset = ...
Python
Apache License 2.0
bcgov/aries-vcr
First pass of v4 topic search with faceting Signed-off-by: Akiff Manji <akiff.manji@gmail.com>
86,096
17.12.2020 19:12:04
28,800
8077e29f6529d768e7c95a989a37f40fe9e69cf5
Re-order filtering operations for v4 credential search
[ { "change_type": "MODIFY", "old_path": "server/vcr-server/api/v4/views/search/credential.py", "new_path": "server/vcr-server/api/v4/views/search/credential.py", "diff": "@@ -47,16 +47,16 @@ class SearchView(CredentialSearchView):\nreturn super(SearchView, self).list(*args, **kwargs)\nfilter_backends...
Python
Apache License 2.0
bcgov/aries-vcr
Re-order filtering operations for v4 credential search Signed-off-by: Akiff Manji <akiff.manji@gmail.com>
86,096
18.12.2020 10:13:51
28,800
6c961f1c096c68c2ad6b9ea104fdf0edec83fbc1
Reorg some code
[ { "change_type": "MODIFY", "old_path": "server/vcr-server/api/v4/serializers/search/topic.py", "new_path": "server/vcr-server/api/v4/serializers/search/topic.py", "diff": "import logging\n+from rest_framework.serializers import SerializerMethodField\nfrom drf_haystack.serializers import HaystackFace...
Python
Apache License 2.0
bcgov/aries-vcr
Reorg some code Signed-off-by: Akiff Manji <akiff.manji@gmail.com>