2016-07-02 |
Anton Shestakov |
viewer: move clone url to the top of the properties list in project.html
|
changeset |
files
|
2016-07-02 |
Anton Shestakov |
incoming: un-anchor "job failed" regex
|
changeset |
files
|
2016-07-02 |
Anton Shestakov |
viewer: add a favicon
|
changeset |
files
|
2016-07-01 |
Anton Shestakov |
viewer: set brand link colors for sure
|
changeset |
files
|
2016-07-01 |
Anton Shestakov |
viewer: the two mascots
|
changeset |
files
|
2016-06-30 |
Anton Shestakov |
viewer: a new helper for project/check/status handlers, get_project_or_404()
|
changeset |
files
|
2016-06-29 |
Anton Shestakov |
viewer: make navbar have a gradient like status badge
|
changeset |
files
|
2016-06-29 |
Anton Shestakov |
viewer: generate status badge codes for embedding
|
changeset |
files
|
2016-06-29 |
Anton Shestakov |
viewer: add proper markup to changeset date so it's picked up by moment.js
|
changeset |
files
|
2016-06-28 |
Anton Shestakov |
viewer: restyle regular badges to be a bit more like status badges
|
changeset |
files
|
2016-06-28 |
Anton Shestakov |
viewer: setup and clone tasks without errors/warnings are collapsed by default
|
changeset |
files
|
2016-06-27 |
Anton Shestakov |
incoming: remove linkstart and linkend until things are actually ready
|
changeset |
files
|
2016-06-26 |
Anton Shestakov |
tests: test read_linter_config() from checker.py
|
changeset |
files
|
2016-06-26 |
Anton Shestakov |
tests: test run() from checker.py
|
changeset |
files
|
2016-06-26 |
Anton Shestakov |
incoming: save linkstart and linkend for lines (not used yet)
|
changeset |
files
|
2016-06-26 |
Anton Shestakov |
viewer: make task blocks collapsible (except cleanup)
|
changeset |
files
|
2016-06-25 |
Anton Shestakov |
incoming: use a subquery for Check.ordinal instead of a separate query
|
changeset |
files
|
2016-06-25 |
Anton Shestakov |
models: drop Check.raw field (not worth storing in the same table)
|
changeset |
files
|
2016-06-25 |
Anton Shestakov |
incoming: strip linebreaks from lines before storing them
|
changeset |
files
|
2016-06-24 |
Anton Shestakov |
incoming: mark "job failed" line as a failure
|
changeset |
files
|
2016-06-23 |
Anton Shestakov |
tests: test another regex in incoming (luacheck-style linter output)
|
changeset |
files
|
2016-06-23 |
Anton Shestakov |
incoming: make initial state = None
|
changeset |
files
|
2016-06-23 |
Anton Shestakov |
incoming: use named groups in start-of-the-string regex
|
changeset |
files
|
2016-06-23 |
Anton Shestakov |
linters: jshint config
|
changeset |
files
|
2016-06-23 |
Anton Shestakov |
checker: configurable allowed exit codes for linters
|
changeset |
files
|
2016-06-23 |
Anton Shestakov |
linters: luacheck config
|
changeset |
files
|
2016-06-23 |
Anton Shestakov |
linters: yamllint config
|
changeset |
files
|
2016-06-23 |
Anton Shestakov |
linters: flake8 config
|
changeset |
files
|
2016-06-23 |
Anton Shestakov |
checker: don't hardcode linter config, load it from files
|
changeset |
files
|
2016-06-23 |
Anton Shestakov |
checker: go back to using hg files with -I and -X
|
changeset |
files
|
2016-06-23 |
Anton Shestakov |
checker: try and catch exceptions from execute() and somewhat finish the job
|
changeset |
files
|
2016-06-23 |
Anton Shestakov |
checker: make run_ignore_1() a bit more flexible by adding codes argument
|
changeset |
files
|
2016-06-19 |
Anton Shestakov |
incoming: use a list of regular expressions to extract linter output type
|
changeset |
files
|
2016-06-19 |
Anton Shestakov |
incoming: move linter output matching to a function, test it
|
changeset |
files
|
2016-06-19 |
Anton Shestakov |
tests: pass extra arguments given to run-tests.py into pytest.main()
|
changeset |
files
|
2016-06-19 |
Anton Shestakov |
incoming: save filename and line number for linter output in Check.lines
|
changeset |
files
|
2016-06-19 |
Anton Shestakov |
incoming: use dicts instead of tuples for Check.lines
|
changeset |
files
|
2016-06-19 |
Anton Shestakov |
models: add Project.get_title() method, use it, test it
|
changeset |
files
|
2016-06-19 |
Anton Shestakov |
incoming: parse_project_url() function to extract domain, user and name, tests
|
changeset |
files
|
2016-06-19 |
Anton Shestakov |
viewer: use a lineno class to put styles on the line number links
|
changeset |
files
|
2016-06-19 |
Anton Shestakov |
incoming: only try to match linter output if it's not a meta line
|
changeset |
files
|
2016-06-19 |
Anton Shestakov |
incoming: skip checking the whole line when it's linter output
|
changeset |
files
|
2016-06-18 |
Anton Shestakov |
viewer: inherit from BaseHandler for catch-all 404 pages too
|
changeset |
files
|
2016-06-18 |
Anton Shestakov |
viewer: templates for 404 and 500 error pages
|
changeset |
files
|
2016-06-18 |
Anton Shestakov |
tests: create the in-memory database once in setup_module()
|
changeset |
files
|
2016-06-18 |
Anton Shestakov |
viewer: get_or_404() to raise 404 (instead of 500) when model doesn't exist
|
changeset |
files
|
2016-06-18 |
Anton Shestakov |
tests: test index page and a non-existent page that gives 404
|
changeset |
files
|
2016-06-18 |
Anton Shestakov |
tests: mock database to be an in-memory db for tests
|
changeset |
files
|
2016-06-17 |
Anton Shestakov |
tests: add test_models with some Check.get_duration() checks
|
changeset |
files
|
2016-06-17 |
Anton Shestakov |
viewer: don't show "0 sec" in get_duration() if check took exactly X minute(s)
|
changeset |
files
|
2016-06-17 |
Anton Shestakov |
viewer: don't show last check date if there are no checks
|
changeset |
files
|
2016-06-17 |
Anton Shestakov |
checker: use default directory for mkstemp (influenced by TMPDIR, TEMP or TMP)
|
changeset |
files
|
2016-06-17 |
Anton Shestakov |
viewer: don't wrap text in columns with status badges
|
changeset |
files
|
2016-06-16 |
Anton Shestakov |
docs: add license
|
changeset |
files
|
2016-06-15 |
Anton Shestakov |
viewer: add project status badge on the project page
|
changeset |
files
|
2016-06-15 |
Anton Shestakov |
viewer: use positional arguments for UI modules (hopefully the last bit)
|
changeset |
files
|
2016-06-15 |
Anton Shestakov |
viewer: use new get_duration() method to format time taken by a check
|
changeset |
files
|
2016-06-15 |
Anton Shestakov |
viewer: use new get_url() method for project and check links
|
changeset |
files
|
2016-06-15 |
Anton Shestakov |
viewer: the two existing UI modules can just use positional arguments
|
changeset |
files
|
2016-06-15 |
Anton Shestakov |
viewer: show badges for checks (using a UI module)
|
changeset |
files
|