Commit Graph

8 Commits

Author SHA1 Message Date
Nate Johnston bba805af02 Retire the Congress project
Recently the TC has worked on determining the criteria for when an
OpenStack project should be retired.  When there was not a PTL nominee
for the Congress project, that triggered the TC to review the project
health per [1], and the TC has determined [2] that development work on
the project has ceased.  This decision was announced in the
openstack-discuss mailing list in April 2020 [3].

This commit retires the repository per the process for governance
removal in the Victoria cycle as specified in the Mandatory Repository
Retirement resolution [4] and detailed in the infra manual [5].

Should interest in developing Congress as part of OpenStack revive,
please revert this commit to have the project rejoin the list of active
projects.

The community wishes to express our thanks and appreciation to all of
those who have contributed to the Congress project over the years.

[1] https://governance.openstack.org/tc/reference/dropping-projects.html
[2] http://eavesdrop.openstack.org/irclogs/%23openstack-tc/latest.log.html#t2020-04-20T15:36:59
[3] http://lists.openstack.org/pipermail/openstack-discuss/2020-April/014292.html
[4] https://governance.openstack.org/tc/resolutions/20190711-mandatory-repository-retirement.html
[5] https://docs.opendev.org/opendev/infra-manual/latest/drivers.html#retiring-a-project

Change-Id: I21c9ab9820f78cf76adf11c5f0591c60f76372a8
2020-05-28 18:12:16 +02:00
Eric K cdfb121cf4 Remove antlr3 files except Python runtime
The removed files are not needed by users, and some files
are incompatible with free software packaging (e.g. jar)

Drawback: if a developer changes congress grammar, s/he
needs to compile or download the antlr3 file to generate
the Parser/Lexer.

Instructions added to download antlr3 and generate files.

Partial-Bug: 1591763

Change-Id: I716ffe9f651dc48eb513efbb653aadf8f33f604a
2017-01-25 16:05:04 -08:00
Tim Hinrichs 0ffc5e843a Fix Makefile for new congress/datalog directory
Change-Id: I948e390b3368075aa10b8a0564b983f9a8048476
2015-03-02 10:36:17 -08:00
Tim Hinrichs 8d45d481e1 First cut of user-docs
There are still some Todos, and there are several
chunks missing, but those cannot yet be filled in.
Overall, this is a reasonable stopping point.

Change-Id: Ie9b007b9c2db44927060fdc8974a7d8eb70d2180
2014-03-18 14:57:55 -07:00
Peter Balland d3c31ff2b1 Update Makefile to reflect new source path
Change-Id: I8579fd6320cd6c3a0babbce8b236b4e224846930
2014-02-20 15:48:02 -08:00
Rajdeep Dua 30b9c8c326 Fixed Makefile, scripts for change in dir name src
Change-Id: I408fd9749fa54f5a0e882932d6253d7bcc2829ca
2014-01-28 10:24:09 +05:30
Peter Balland 45c9bd71fb Rearrange project directory structure
Change-Id: I16db2bc926158515d0e827358bfc75b5db52a278
2013-08-13 10:34:44 -07:00
Tim Hinrichs 8242986221 Added Antlr compiler/runtime and wrote initial grammar.
Grammar is just a collection of rules.

Change-Id: I556a8f74668b11b80f673fc7d665704322c2dac9
2013-08-12 10:55:00 -07:00