Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
X
xpub-faraday
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Container Registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
xpub
xpub-faraday
Commits
0e26d284
Commit
0e26d284
authored
7 years ago
by
Sebastian
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of gitlab.coko.foundation:xpub/xpub-faraday
parents
f8dc0b26
f0b174ba
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
package.json
+2
-1
2 additions, 1 deletion
package.json
packages/components-faraday/src/components/Dashboard/DashboardFilters.js
+3
-3
3 additions, 3 deletions
...ents-faraday/src/components/Dashboard/DashboardFilters.js
with
7 additions
and
6 deletions
.gitlab-ci.yml
+
2
−
2
View file @
0e26d284
...
...
@@ -64,5 +64,5 @@ demo:now:
url
:
$NOW_URL
script
:
-
npm i -g --unsafe-perm now
-
now --public --docker --token $NOW_TOKEN $ -e AWS_S3_ACCESS_KEY=$AWS_S3_ACCESS_KEY -e AWS_S3_SECRET_KEY=$AWS_S3_SECRET_KEY -e AWS_S3_REGION=$AWS_S3_REGION -e AWS_S3_BUCKET=$AWS_S3_BUCKET -e AWS_SES_SECRET_KEY=$AWS_SES_SECRET_KEY -e AWS_SES_ACCESS_KEY=$AWS_SES_ACCESS_KEY -e AWS_SES_REGION=$AWS_SES_REGION -e EMAIL_SENDER=$EMAIL_SENDER -e secret=$SECRET
-
echo "$NOW_URL"
\ No newline at end of file
-
cd ${HOME}
-
npm run deploy_now
\ No newline at end of file
This diff is collapsed.
Click to expand it.
package.json
+
2
−
1
View file @
0e26d284
...
...
@@ -36,7 +36,8 @@
"lint:style"
:
"stylelint packages/**/*.scss packages/**/*.css"
,
"precommit"
:
"lint-staged"
,
"styleguide"
:
"lerna run styleguide"
,
"test"
:
"lerna run test"
"test"
:
"lerna run test"
,
"deploy_now"
:
"cd now && now --public --docker --token $NOW_TOKEN -e AWS_S3_ACCESS_KEY=$AWS_S3_ACCESS_KEY -e AWS_S3_SECRET_KEY=$AWS_S3_SECRET_KEY -e AWS_S3_REGION=$AWS_S3_REGION -e AWS_S3_BUCKET=$AWS_S3_BUCKET -e AWS_SES_SECRET_KEY=$AWS_SES_SECRET_KEY -e AWS_SES_ACCESS_KEY=$AWS_SES_ACCESS_KEY -e AWS_SES_REGION=$AWS_SES_REGION -e EMAIL_SENDER=$EMAIL_SENDER -e secret=$SECRET"
},
"lint-staged"
:
{
"*.js"
:
[
...
...
This diff is collapsed.
Click to expand it.
packages/components-faraday/src/components/Dashboard/DashboardFilters.js
+
3
−
3
View file @
0e26d284
...
...
@@ -20,7 +20,7 @@ const DashboardFilters = ({
})
=>
(
<
Root
>
<
FiltersContainer
>
Filter
view
:
<
span
>
Filter
view
:
<
/span
>
<
FilterGroup
>
<
span
>
Owner
<
/span
>
<
Menu
...
...
@@ -69,8 +69,8 @@ const FiltersContainer = styled.div`
display: flex;
> span {
border:
${
th
(
'
borderDefault
'
)}
;
margin
: 0 0.5em
;
align-self: flex-end
;
margin
-bottom: calc(
${
th
(
'
subGridUnit
'
)}
* 2)
;
padding: 0 calc(
${
th
(
'
subGridUnit
'
)}
);
}
`
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment