Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copying basic template/css files over as a starting point #5

Closed
ragnarokatz opened this issue Oct 30, 2019 · 7 comments
Closed

Copying basic template/css files over as a starting point #5

ragnarokatz opened this issue Oct 30, 2019 · 7 comments
Assignees
Projects

Comments

@ragnarokatz
Copy link
Contributor

ragnarokatz commented Oct 30, 2019

I would like to get this project started by doing the following:

  • copy the existing template/css files (just the simple one from the basic folder) from zenit and paste it into this repo
  • activate github pages for this repo
  • check it out at the github page

If people are okay with this, I can get it going by tomorrow (provided that I have sufficient privilege to activate github pages)

@humphd
Copy link
Contributor

humphd commented Oct 30, 2019

I love the idea of pulling the existing template/css from zenit and using it as a starting point. CC @ctyler, who has access to these files and could maybe help us access them?

I'm not sure if people will want to use gh-pages for deploy or not. I'd split this issue up into at least two parts, since doing an MVP with static HTML could well be another bug.

@ragnarokatz ragnarokatz changed the title Github pages as a starting point Copying basic template/css files over as a starting point Oct 30, 2019
@ragnarokatz
Copy link
Contributor Author

Hello, renamed the title of this issue appropriately to reflect the above recommendations.

@ragnarokatz
Copy link
Contributor Author

reference PR #9

@ragnarokatz
Copy link
Contributor Author

ragnarokatz commented Oct 30, 2019

I did some reverse-engineering/hacking.

  • did view-source on the current planet page here, cleaned it up, and replace texts with lorem ipsum
  • stole the css from here
  • managed to get the pictures here

@Reza-Rajabi
Copy link
Contributor

Doesn't that lead us to make the same front-end? Maybe it is fine to stick on old stuff (nostalgia), though.

@ODAVING
Copy link
Contributor

ODAVING commented Oct 31, 2019 via email

@ragnarokatz
Copy link
Contributor Author

this is just a starting point, by no means it is what we are looking for or the end product itself.

this particular issue serves the following 2 purposes:

  1. Just get going. this is to give people somewhere to start on, and get the project going. It's hard to get things going when all the talks are in the air without something solid to reference against. Once there's some basic materials in the repo, people can start filing very specific issues. such as:
  • this icon needs to be changed
  • this thingy's position is not right
  • this page doesn't display correctly on mobile
    to something entirely even bigger:
  • the whole layout need to be changed
  • we want to replace it with react/angular/vue whatever
  1. Capture existing requirements. before we incorporate any new functionalities, we need to analyse the current state and make sure all those requirements are gathered first. through looking at this prototype, I can deduct a few at least:
  • posts are grouped by dates (day-group tag in html)
  • posts within the same day grouped by user channels (channel-group tag in html)
  • which means if a user has posted 2 entries in one day, they show up consecutively under one name. Their names does not appear twice in one day.
  • however, if a user posts 2 different blog posts on 2 different days, their names will show up twice. once under each day.

now, whether we want to keep the existing requirements or modify them, that's another story. But, in the current state, this is how things are being done at the moment.

@ragnarokatz ragnarokatz self-assigned this Nov 5, 2019
@Reza-Rajabi Reza-Rajabi added this to Issue in Main Nov 6, 2019
@Reza-Rajabi Reza-Rajabi moved this from Issue to In progress/Review in Main Nov 6, 2019
@ODAVING ODAVING added the has-PR label Nov 7, 2019
Main automation moved this from In progress/Review to Closed Nov 7, 2019
RyanWils pushed a commit to RyanWils/telescope that referenced this issue Nov 12, 2019
DukeManh referenced this issue in DukeManh/telescope Mar 18, 2021
Updated readme, docker-compose files, and user related files
tpmai22 added a commit that referenced this issue Mar 8, 2022
* Initial work

* Docs and bodyParser

* fix: correct typo and add missing quotation mark

* Move router onto Satellite instance

* Use built-in body parsing with Express

* Add tests for body parsers

* Add GitHub CI + README badge

* Fix package-lock.json sync with package.json

* Fix README build badge URL

* Add release workflow

* 1.0.1

* Use standard tag format for npm with v prefix

* 1.0.2

* Release yaml fix

* 1.0.3

* Explicitly set package public for npm publish

* 1.0.4

* Remove private field completely in order to publish to npm

* 1.0.5

* Switch org name to @senecacdot

* 1.0.6

* Update lock file

* 1.0.7

* Expose Router from package

* 1.1.0

* Switch from new Router() to Router()

* 1.1.1

* Use env variables to start apm monitoring sooner

* 1.2.0

* Switch to ELASTIC_APM_SERVER_URL, better 404 reporting, refactor Router()

* 1.3.0

* Add beforeParsers and beforeRouter options with tests

* 1.4.0

* Add pino-colada for debug logging

* Improve logging, use ELASTIC_APM_SERVICE_NAME env var, add router option to ctor

* 1.5.0

* Remove pino-tiny dep

* Fix logger picking logic on startup

* 1.5.1

* Document healthCheck and add more tests

* 1.5.2

* Add default favicon support

* 1.6.0

* Update README install instructions, deps

* 1.6.1

* Add JWT validation, tests, and update docs

* 1.7.0

* Ported Hash to Satellite

* Removed Redundant Code, Added Comment Block, Fixed Import

* Re-add crypto

* Add test for req.user

* Refactor into src/, breakup middleware authenticate vs. authorize, remove favicon

* 1.8.0

* Init Prettier Commit

* Adds the createError module for use in Telescope (#5)

* Fixed CreateError module, use http-errors

* removed merge conflict errors

* Added Docs in README

Co-authored-by: David Humphrey <david.andrew.humphrey@gmail.com>

* Finish prettier integration

* Fix workflows

* Prettier for jest.config.js

* Update deps, fix prettier-check on windows

* 1.8.5

* Specify main entry point in package.json

* 1.8.6

* Add .husky directory and pre-commit hook

* Fix #1930

* Support credentials for HTTPS vs. HTTP server

* 1.8.7

* Don't install Husky on postinstall

* 1.8.8

* Add support for generating a service token

* 1.9.0

* Updated redis and added ping test

* Updated redis export

* Fixed Redis test case

* 1.10.0

* isAuthorized() always takes a function with req, user params

* 1.11.0

* 1.12.0

* Initial Elastic client code

* Updated elastic contructor, add initial tests

* Fixed elastic search client, mock elastic connection

* Updated README.md with Elastic() info

* 1.13.0

* Add shutDown() to allow killing connections

* 1.14.0

* Add automatic, graceful shutdown for Redis and Elastic clients

* Update deps for 1.14.0

* 1.15.0

* Initial exported Fetch() function to Satellite

* Updated exports to require node-fetch instead of it being in a separate file

* Updated spelling to 'fetch' and updated tests to use nock

* Removed done() from tests and moved node-fetch to be a dependency vs dev-dependency

* Update lock file

* 1.16.0

* chore: include nodejs 16 in the CI build matrix

* feat: add auto-opt-out of FLoC

* 1.17.0

* Add eslint to satellite

* adding and configuring eslint

* Fixing linting errors

* configuring anti-trojan-source plugin

* adding lint to pre-commit hook

* Removing ts from eslint run and removing comment

* removing unused function validateAuthorizationOptions

* Adding no-unused-vars override to test.js and removing the override from config

* Adding ESLint to CI runs

* Integrating eslint with the release workflow

* Fix Dependencies:
    * Remove elastic-apm-node
    * Remove @elastic/ecs-pino-format
    * Update Jest (To fix deprecated dependencies)

* * Update pino
 * Switch from express-pino-logger to pino-http
 * Standardize Dependencies

* Configure Renovate (#23)

* Configure renovate bot


Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Duke Manh <manhducdkcb@gmail.com>

* chore(deps): update dependency pretty-quick to v3.1.3

* fix(deps): update dependency express to v4.17.2

* fix(deps): update dependency node-fetch to v2.6.7

* fix(deps): update dependency @elastic/elasticsearch-mock to v0.3.1

* fix(deps): update dependency http-errors to v1.8.1

* chore(deps): update dependency eslint to v8.7.0

* chore(deps): update dependency eslint-plugin-anti-trojan-source to v1.1.0

* chore(deps): update dependency eslint-plugin-jest to v25.7.0

* chore(deps): update dependency husky to v5.2.0

* Switch npm to pnpm

* Release v1.18.0

* 1.20.0

* 1.21.0

* Use --no-git-checks with pnpm publish to avoid failure on CI

* 1.22.0

* remove pre-commit

* Release v1.23.0

* fix(deps): update dependency pino-pretty to v7.5.1

* fix(deps): update dependency pino to v7.6.5

* chore(deps): update dependency eslint to v8.8.0

* chore(deps): update dependency nock to v13.2.2

* bump prettier to v2.5.1 and run prettier on entire tree

* fix(deps): update dependency @elastic/elasticsearch to v7.16.0

* fix(deps): update dependency @godaddy/terminus to v4.10.2 (#48)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* fix(deps): update dependency express-jwt to v6.1.0

* fix(deps): update dependency ioredis to v4.28.3 (#50)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* fix(deps): update dependency ioredis-mock to v5.9.1

* fix-renovate-bot

* Refactoring elastic.js so mock is exported for tests
- Adding tests for mock Elastic()
- Added mock Elastic() description in README.md

* Release v1.24.0

* chore(deps): update dependency nock to v13.2.4

* fix(deps): update dependency ioredis to v4.28.4 (#55)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency jest to v27.5.0 (#56)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* fix(deps): update dependency ioredis to v4.28.5

* fix(deps): update dependency @elastic/elasticsearch to v7.17.0

* chore(deps): update dependency jest to v27.5.1 (#59)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* chore(deps): update dependency eslint to v8.9.0 (#60)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* changed all uses of SECRET -> JWT_SECRET

* Release v1.25.0

* Adding more tests for createError

* fix(deps): update dependency express to v4.17.3

* fix(deps): update dependency pino to v7.8.0 (#66)

Co-authored-by: Renovate Bot <bot@renovateapp.com>

* adding ES error cases to createError

* Release v.1.26.0

* fix(deps): update dependency express-jwt to v6.1.1

* chore(deps): update dependency eslint to v8.10.0

* fix(deps): update dependency ioredis-mock to v7

* fix(deps): update dependency ioredis-mock to v7.1.0

* fix(deps): update dependency pino-pretty to v7.5.3

* chore(deps): update dependency husky to v7

* chore(deps): update dependency eslint-plugin-jest to v26

* fix(deps): update dependency helmet to v5

* set default values for status and argToSend so they're not undefined

* Delete unneded config files from Satellite repo

Co-authored-by: David Humphrey <david.andrew.humphrey@gmail.com>
Co-authored-by: Josue <josue.quilon-barrios@senecacollege.ca>
Co-authored-by: Metropass <moho472@gmail.com>
Co-authored-by: Mo <58116522+Metropass@users.noreply.github.com>
Co-authored-by: Abdulbasid Guled <guled.basid@gmail.com>
Co-authored-by: Josue <manekenpix@fastmail.com>
Co-authored-by: dhillonks <kunwarvir@hotmail.com>
Co-authored-by: Kevan-Y <58233223+Kevan-Y@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Duke Manh <manhducdkcb@gmail.com>
Co-authored-by: Cindy Le <cindyledev@gmail.com>
Co-authored-by: AmasiaNalbandian <amasia.nalbandian@mitel.com>
Co-authored-by: Amasia <77639637+AmasiaNalbandian@users.noreply.github.com>
Co-authored-by: rclee91 <32626950+rclee91@users.noreply.github.com>
Co-authored-by: Jia Hua Zou <jiahua.zou1@gmail.com>
Co-authored-by: Joel Azwar <joel_azwar@yahoo.com>
Co-authored-by: Anatoliy Serputoff <65831678+aserputov@users.noreply.github.com>
Co-authored-by: tpmai <thienphuoc.0108@gmail.com>
DukeManh pushed a commit that referenced this issue Mar 8, 2022
* Fixed CreateError module, use http-errors

* removed merge conflict errors

* Added Docs in README

Co-authored-by: David Humphrey <david.andrew.humphrey@gmail.com>
aserputov pushed a commit to aserputov/Telescope that referenced this issue Mar 17, 2022
# This is the 1st commit message:

Set up ESLint for parser service

# The commit message Seneca-CDOT#2 will be skipped:

# Fix typo in posts_url with docker-build-and-push.yml

# The commit message Seneca-CDOT#3 will be skipped:

# 2.8.2

# The commit message Seneca-CDOT#4 will be skipped:

# [satellite]: use Satellite from npm registry (Seneca-CDOT#3220)
#
# * Use Satellite from npm registry

# The commit message Seneca-CDOT#5 will be skipped:

# Set up buildx before running containers in e2e tests for cachine
aserputov pushed a commit to aserputov/Telescope that referenced this issue Mar 17, 2022
# This is the 1st commit message:

Set up ESLint for parser service

# The commit message Seneca-CDOT#2 will be skipped:

# Fix typo in posts_url with docker-build-and-push.yml

# The commit message Seneca-CDOT#3 will be skipped:

# 2.8.2

# The commit message Seneca-CDOT#4 will be skipped:

# [satellite]: use Satellite from npm registry (Seneca-CDOT#3220)
#
# * Use Satellite from npm registry

# The commit message Seneca-CDOT#5 will be skipped:

# Set up buildx before running containers in e2e tests for cachine
aserputov pushed a commit to aserputov/Telescope that referenced this issue Mar 17, 2022
# This is the 1st commit message:

Set up ESLint for parser service

# The commit message Seneca-CDOT#2 will be skipped:

# Fix typo in posts_url with docker-build-and-push.yml

# The commit message Seneca-CDOT#3 will be skipped:

# 2.8.2

# The commit message Seneca-CDOT#4 will be skipped:

# [satellite]: use Satellite from npm registry (Seneca-CDOT#3220)
#
# * Use Satellite from npm registry

# The commit message Seneca-CDOT#5 will be skipped:

# Set up buildx before running containers in e2e tests for cachine
aserputov pushed a commit to aserputov/Telescope that referenced this issue Mar 17, 2022
# This is the 1st commit message:

Set up ESLint for parser service

# The commit message Seneca-CDOT#2 will be skipped:

# Fix typo in posts_url with docker-build-and-push.yml

# The commit message Seneca-CDOT#3 will be skipped:

# 2.8.2

# The commit message Seneca-CDOT#4 will be skipped:

# [satellite]: use Satellite from npm registry (Seneca-CDOT#3220)
#
# * Use Satellite from npm registry

# The commit message Seneca-CDOT#5 will be skipped:

# Set up buildx before running containers in e2e tests for cachine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Main
Closed
Development

No branches or pull requests

5 participants