This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lnt.
from 4964fdd Fix postgres only API issue
new 801a955 Load TestSuite descriptions from json files
new 0d7f385 Schema migration logic for custom schemas
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
docs/importing_data.rst | 44 ++---
docs/schema-example.yaml | 20 +++
lnt/lnttool/create.py | 2 +
lnt/lnttool/viewcomparison.py | 2 +-
lnt/server/config.py | 8 +-
lnt/server/db/migrations/upgrade_12_to_13.py | 12 ++
lnt/server/db/testsuite.py | 187 +++++++++++++++++++++
lnt/server/db/testsuitedb.py | 99 ++++++-----
lnt/server/db/util.py | 19 ++-
lnt/server/db/v4db.py | 47 +++++-
requirements.client.txt | 1 +
tests/server/db/Inputs/customschema-report.json | 20 +++
tests/server/db/Inputs/customschema-report2.json | 20 +++
.../db/Inputs/schema-example-migratable.yaml | 28 +++
.../db/Inputs/schema-example-nomigration0.yaml | 22 +++
.../db/Inputs/schema-example-nomigration1.yaml | 24 +++
.../db/Inputs/schema-example-nomigration2.yaml | 22 +++
tests/server/db/yamlschema.shtest | 57 +++++++
18 files changed, 550 insertions(+), 84 deletions(-)
create mode 100644 docs/schema-example.yaml
create mode 100644 lnt/server/db/migrations/upgrade_12_to_13.py
create mode 100644 tests/server/db/Inputs/customschema-report.json
create mode 100644 tests/server/db/Inputs/customschema-report2.json
create mode 100644 tests/server/db/Inputs/schema-example-migratable.yaml
create mode 100644 tests/server/db/Inputs/schema-example-nomigration0.yaml
create mode 100644 tests/server/db/Inputs/schema-example-nomigration1.yaml
create mode 100644 tests/server/db/Inputs/schema-example-nomigration2.yaml
create mode 100644 tests/server/db/yamlschema.shtest
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from b58ee3823 Remove dummy cast.
new 887d82301 Move fabricateDefaultCommands earlier.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
ELF/LinkerScript.cpp | 86 ++++++++++++++++++++++++++++++++++++++++++++++++++
ELF/LinkerScript.h | 4 +++
ELF/OutputSections.cpp | 82 -----------------------------------------------
ELF/OutputSections.h | 3 --
ELF/Writer.cpp | 42 ++++++++++--------------
5 files changed, 107 insertions(+), 110 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lnt.
from efd1ed0 Give 404 when accessing invalid machine ID from this page
new 4964fdd Fix postgres only API issue
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lnt/server/ui/api.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from b30db3a75 Use Entry::SecSize in a couple of cases.
new b58ee3823 Remove dummy cast.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
ELF/Writer.cpp | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 039d08942 Simplify. NFC.
new b30db3a75 Use Entry::SecSize in a couple of cases.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
ELF/OutputSections.cpp | 12 ------------
ELF/OutputSections.h | 1 -
ELF/SyntheticSections.cpp | 9 +++++----
ELF/Writer.cpp | 6 ------
4 files changed, 5 insertions(+), 23 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from e00d350bb Fix a bug in regex_Iterator where it would report zero-length [...]
new 58cb7c19b Suppress -Waligned-allocation-unavailable warning in libc++ t [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
utils/libcxx/test/config.py | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 796225586 Remove a function that is now trivial.
new 039d08942 Simplify. NFC.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
ELF/LinkerScript.cpp | 22 +++++++++-------------
ELF/LinkerScript.h | 2 +-
2 files changed, 10 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 4065b5e3989 [IR] Use CmpInst::isIntPredicate()/isFPPredicate in some as [...]
new 1e0b73ce8bf [GlobalOpt] Remove unreachable blocks before optimizing a f [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Transforms/IPO/GlobalOpt.cpp | 18 ++++++++++++++++++
test/Transforms/GlobalOpt/pr33686.ll | 17 +++++++++++++++++
2 files changed, 35 insertions(+)
create mode 100644 test/Transforms/GlobalOpt/pr33686.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from c412513ac Using existing variable. NFC.
new 796225586 Remove a function that is now trivial.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
ELF/LinkerScript.cpp | 7 -------
ELF/LinkerScript.h | 1 -
ELF/Writer.cpp | 4 ++--
3 files changed, 2 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lnt.
from 324fb84 testsuite(db)?.py: Fix pep8 warnings; NFC
new 9c3053d Followup fix for r306740
new efd1ed0 Give 404 when accessing invalid machine ID from this page
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lnt/server/ui/views.py | 5 ++++-
lnt/testing/__init__.py | 6 +++---
2 files changed, 7 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.