This repository has been archived by the owner on Oct 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
SV: server #85
Labels
Comments
vitiral
added a commit
that referenced
this issue
Mar 3, 2017
- The api and server are hidden behind it
Closed
This was referenced Mar 22, 2017
I think I see a CRUD pattern for the API, but |
I make everything plural and I named it GetArtifacts. I would be fine renaming to ReadArtifacts |
@einsweniger the above change also changed |
vitiral
added a commit
that referenced
this issue
Jun 27, 2017
This represents a huge amount of refactoring of the web-ui along with several new selenium tests and improved e2e testing framework.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As part of the 1.0 release, the server functionality will be hidden behind a feature flag and development will continue in the "server" branch.
The
export
cmd will still be supported for generating static html.The server will not necessarily compile anymore if the mainline repo. Documentation on how to compile the server will be added to the installation guide.
This will prevent backwards incompatible changes and thrashing to mainline. Any core changes that are needed for server development will have to be done to mainline through a PR.
Once the api is complete on the server, it will be merged into mainline so that frontend work can be done without forking.
Tasks
Enable sorting of completed/tested columnsenable sorting of completed+tested columns #146popup on deleteAdd a delete button #147art serve
fixes-e url
and-r url
flags.-e
will put you in an editable mode at the url and will have a warning that it is exteremely unsafe-p
flag to specify an alternate port on localhost. By defaultart serve
will make an editable instance on local host at port5373
(SETS)SIGINT
gracefullyThe text was updated successfully, but these errors were encountered: