GithubHelp home page GithubHelp logo

poltern / agilialinux_repo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aix27249/agiliarepo

0.0 1.0 0.0 716 KB

New AgiliaLinux repository, which should replace a legacy one

JavaScript 23.84% PHP 68.08% CSS 7.97% ApacheConf 0.10%

agilialinux_repo's Introduction

agiliarepo

New AgiliaLinux repository, which should replace a legacy one which is currently running.

Main goals and concepts:

  • Uses MongoDB to store data
  • Code separated by classes
  • Per-user storage, allowing access via ssh/ftp for package management
  • Flexible set of repositories, branches, stability classes and distro versions
  • Each package is tagged to belong one of repository/branch/stability class/distro version: changes does not require physical file movements
  • Support for merged repositories, which combine multiple repositories between different users
  • Easy API to access services remotely
  • Support for private repositories
  • Any package can be accessed as ABUILD instead of binary
  • Allowance of binary-free packages (e.g. ones which can be distributed only in source form)
  • Replication API: primary-slave model, public primary servers
  • Easily portable, easy to setup (maybe, I'll even write an installer at some time), which allows anyone to run a full-featured repository on his own server - as a private one, as a mirror of main repo, etc.

TODO

  • Separate core, configuration, UI and API code by different directories - it would be good if root dir should contain only index.php (okay, stuff like README, .gitignore and .htaccess are okay there too)
  • Implement basic UI framework - preferably my still unimplemented and still unnamed CMFv3 :) Lots of cool ideas there, really.
  • User management class: add/remove/enable/disable at least
  • Simple authorization: simple password storage/validation will be enough for start
  • Understand UI structure, implement basic one
  • User groups, permissions
  • User management UI
  • Background worker aka TaskManager: subsysem that gets tasks from queue, do them in background, and report about tasks status and current progress
  • Task manager UI: task monitor, single task monitor
  • Package management: edit repository/os/branch/subgroup relationship (copy/move/delete)
  • Ability to add new packages to repository by user in some way
  • Version comparsion function - perhaps, should port it from old repository
  • Understand how API should be accessed, implement some basic queries as an example
  • Repository index generation: at least old-style packages.xml.xz should be there, try to use json for this. News: JSON is very good, but mpkg wants xml for now.
  • Implement some API functions and try to use it - main goal at this point will be a test if selected API structure is fine enough, or it's ugly and should be changed
  • Think about what's better to do next :)

agilialinux_repo's People

Contributors

aix27249 avatar

Watchers

 avatar

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.