GithubHelp home page GithubHelp logo

scheduler's Introduction

Scheduling App


Running

A development env can be started by running docker-compose up -d in the repo root. This will startup the api and database, with the api served on port 3000. Once the stack is started, an interactive terminal can be acquired with docker compose exec api bash. This will shell into the api container. From there, go and buffalo are available for development or testing.

Testing

From a terminal in the api container, buffalo test will refresh the test db and execute the tests. The test harness itself can be run from within Goland using a docker-compose target pointed at the api container. Running this way won't refresh the database, but that shouldn't always be necessary.

scheduler's People

Contributors

blbecker avatar renovate-bot avatar

Watchers

 avatar

scheduler's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • Update dependency @ant-design/cssinjs to v1.17.3
  • Update dependency @types/node to ^20.9.0
  • Update dependency antd to v5.11.2
  • Update nextjs monorepo to v14.0.3 (eslint-config-next, next)
  • Update dependency eslint to ^8.53.0
  • Update dependency typescript to ^5.2.2
  • Update golang Docker tag to v1.21
  • Update postgres Docker tag to v15.5
  • Update postgres Docker tag to v16
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

  • Pin dependencies (@types/node, alpine, autoprefixer, eslint, gobuffalo/buffalo, golang, node, postcss, postgres, tailwindcss, typescript)
  • Pin dependencies (@types/react, @types/react-dom)

Detected dependencies

docker-compose
docker-compose.yml
  • postgres 15.4
dockerfile
api/Dockerfile
  • gobuffalo/buffalo v0.18.14
  • alpine undefined
api/Dockerfile.dev
  • golang 1.20-alpine3.17
ui/Dockerfile.dev
  • node 21-alpine
gomod
api/go.mod
  • go 1.18
  • github.com/gobuffalo/buffalo v1.1.0
  • github.com/gobuffalo/buffalo-pop/v3 v3.0.7
  • github.com/gobuffalo/envy v1.10.2
  • github.com/gobuffalo/grift v1.5.2
  • github.com/gobuffalo/middleware v1.0.0
  • github.com/gobuffalo/pop/v6 v6.1.1
  • github.com/gobuffalo/suite/v4 v4.0.4
  • github.com/gobuffalo/x v0.1.0
  • github.com/rs/cors v1.10.1
  • github.com/unrolled/secure v1.13.0
npm
ui/package.json
  • @ant-design/cssinjs ^1.17.2
  • antd ^5.11.1
  • next 14.0.2
  • react ^18
  • react-dom ^18
  • @types/node ^20
  • @types/react ^18
  • @types/react-dom ^18
  • autoprefixer ^10.0.1
  • eslint ^8
  • eslint-config-next 14.0.2
  • postcss ^8
  • tailwindcss ^3.3.0
  • typescript ^5

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • Update Node.js to 78c4572
  • Update alpine Docker digest to 0a4eaa0
  • Update golang:1.20-alpine3.17 Docker digest to 4a41116
  • Update dependency autoprefixer to v10.4.20
  • Update dependency postcss to v8.4.45
  • Update dependency antd to v5.20.5
  • Update dependency eslint to v8.57.0
  • Update dependency tailwindcss to v3.4.10
  • Update dependency typescript to v5.5.4
  • Update golang Docker tag to v1.21
  • Update module github.com/rs/cors to v1.11.1
  • Update module github.com/unrolled/secure to v1.15.0
  • Update nextjs monorepo to v14.2.8 (eslint-config-next, next)
  • Update postgres Docker tag to v15.8
  • Update dependency eslint to v9
  • Update postgres Docker tag to v16
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

docker-compose
docker-compose.yml
  • postgres 15.4@sha256:d1168ad5397bf9c94cc417c530469805a8767ed585481d93f174461ac8557e3a
dockerfile
api/Dockerfile
  • gobuffalo/buffalo v0.18.14@sha256:8d018ea5cdc612cf6155a006deedb3e34c29fd6ff78f3285edeebf578e78323d
  • alpine sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978
api/Dockerfile.dev
  • golang 1.20-alpine3.17@sha256:ecccf4963ae76531a65b9029326c803212c20119dcf924f8157e59f6aa664b35
ui/Dockerfile.dev
  • node 21-alpine@sha256:4a512d1538b1a8281b58cab0b366a5c62436566bb63e7dcd4a6769c98edb3b5f
gomod
api/go.mod
  • go 1.18
  • github.com/gobuffalo/buffalo v1.1.0
  • github.com/gobuffalo/buffalo-pop/v3 v3.0.7
  • github.com/gobuffalo/envy v1.10.2
  • github.com/gobuffalo/grift v1.5.2
  • github.com/gobuffalo/middleware v1.0.0
  • github.com/gobuffalo/pop/v6 v6.1.1
  • github.com/gobuffalo/suite/v4 v4.0.4
  • github.com/gobuffalo/x v0.1.0
  • github.com/rs/cors v1.10.1
  • github.com/unrolled/secure v1.13.0
npm
ui/package.json
  • @ant-design/cssinjs ^1.17.2
  • antd ^5.11.1
  • next 14.0.2
  • react ^18
  • react-dom ^18
  • @types/node 20.9.0
  • @types/react 18.2.37
  • @types/react-dom 18.2.15
  • autoprefixer 10.4.16
  • eslint 8.53.0
  • eslint-config-next 14.0.2
  • postcss 8.4.31
  • tailwindcss 3.3.5
  • typescript 5.2.2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.