Manu Gupta c0635b748c Remove pop from Proxy & RDBMS storage getter (#511)
* Remove pop from models for now

* Remove rdbms storage from pkg/storage

* Completely remove pop

* Some improvements to tests

- Not sourcing from cmd/proxy/.env, because that doesn't export any variables
- Removing mysql support (I feel like 1 database is enough)
- Pruning networks on teardown

I'm happy to split these changes up into separate PRs - it's the end of the day for me so I wanted to get everything in 😄

* update to point to test instance

* Update databasy.yml for travis??

* Remove database.yml

* Do not use db migrations and creation

* Remove pop dependency from cdn

* add schema for olympus assuming cdn driver is part of olympus

* Move CI/CD and test scripts to point pop to olympus

* Update database.yml and keep it only for olympus

* Add migrations to travis

* Add debug logs to see what travis is doing

* Update travis to use olympus database.yml

* Moarrrr logs to see where travis is pointint the db towards

* Change env to test

* Use test as the default environment if not specified otherwise

* Check if test new rdbms storage succeeds

* Try to see which connection string rdbms test suite is using on travis

* Update db tags for cdn driver

* create db by using travis go_env

* Remove sql from database config as it is removed from docker-compose

* Remove extra logs that I missed

* Add newline

* remove models.go and test file from proxy

* removing extraneous network prune from Makefile
2018-08-21 19:21:40 -04:00
2018-08-21 13:59:16 -05:00
2018-08-06 17:51:23 -07:00
2018-08-13 15:59:41 -07:00
2018-03-26 17:14:49 -04:00
2018-07-19 10:11:44 -07:00
2018-08-15 12:26:43 -04:00
2018-08-06 17:51:23 -07:00
2018-08-03 07:25:25 -07:00
2018-08-10 08:42:55 +02:00

Athens Banner

Welcome Gophers!

Welcome to the Athens project! We're building all things Go package repository in here.

  1. Package Registry
  2. Edge Proxy

See our documentation site https://docs.gomods.io for more details on the project.

Project Status

Build Status codecov GoDoc Go Report Card

Project Athens is in a very early alpha release and everything might change. Don't run it in production, but do play around with it and contribute when you can!

More Details Please!

Although the project is in development, here's where we're going:

The package registry and the edge proxy both implement the vgo download protocol, but each one is intended for different purposes.

The registry will be hosted globally, and will be "always on" for folks. Anyone will be able to configure their machine to do a go get (right now, it's a vgo get) and have it request packages from the registry.

On the other hand, the registry will only host public code. If you have private code, the edge proxy is your jam. The proxy will store your private code for you, in your database of choice. It will be designed to also cache packages from the registry, subject to an exclude list.

Development

See DEVELOPMENT.md for details on how to set up your development environment and start contributing code.

Speaking of contributing, read on!

Contributing

This project is early and there's plenty of interesting and challenging work to do.

If you find a bug or want to fix a bug, we ❤️ PRs and issues! If you see an issue in the queue that you'd like to work on, please just post a comment saying that you want to work on it. Something like "I want to work on this" is fine.

If you decide to contribute (we hope you do 😄), the process is familiar and easy if you've used Github before. There are no long documents to read or complex setup. If you haven't used Github before, the awesome @bketelsen has created a good overview on how to contribute code - see here.

Before you do start contributing or otherwise getting involved, we want to let you know that we follow a general philosophy in how we work together, and we'd really appreciate you getting familiar with it before you start.

It's not too long and it's ok for you to "skim" it (or even just read the first two sections 😄), just as long as you understand the spirit of who we are and how we work.

Getting Involved

If you're not ready to contribute code yet, there are plenty of other great ways to get involved:

  • Come talk to us in the #athens channel in the Gophers slack. Were a really friendly group, so come say hi and join us! Ping me (@arschles on slack) in the channel and Ill give you the lowdown
  • Come to our weekly development meetings! They are a great way to meet folks, ask questions, find some stuff to work on, or just hang out if you want to. Just like with this project, absolutely everyone is welcome to join and participate in those
  • Get familiar with the system. There's lots to read about. Here are some places to start:

Built on the Shoulders of Giants

The Athens project would not be possible without the amazing projects it builds on. Please see SHOULDERS.md to see a list of them.

Coding Guidlines

We all strive to write nice and readable code which can be understood by every person of the team. To achive that we follow principles described in Brians talk Code like the Go team.

  • Printed version
  • Gophercon RU talk

Code of Conduct

This project follows the Contributor Covenant (English version here) code of conduct.

If you have concerns, notice a code of conduct violation, or otherwise would like to talk about something related to this code of conduct, please reach out to me, Aaron Schlesinger on the Gophers Slack. My username is arschles. Note that in the future, we will be expanding the ways that you can contact us regarding the code of conduct.


Athens banner attributed to Golda Manuel

Description
No description provided
Readme MIT 131 MiB
Languages
Go 94.3%
Shell 2.6%
PowerShell 1.5%
Makefile 0.8%
Dockerfile 0.7%