Marcin Kuzminski
5fd8e2a05b
dependencies: bumped sqlalchemy==1.3.11
2019-11-14 13:08:07 +01:00
Marcin Kuzminski
09ec14bbfb
dependencies: freeze alembic==1.3.1
2019-11-14 13:07:22 +01:00
Marcin Kuzminski
6fd1278f3f
dependencies: freeze redis==3.3.11
2019-11-14 13:07:00 +01:00
Marcin Kuzminski
2cde6fb19c
dependencies: freeze python-dateutil
2019-11-14 13:06:37 +01:00
Marcin Kuzminski
baab6423cb
dependencies: bumped pyramid-debugtoolbar==4.5.1
2019-11-14 13:06:06 +01:00
Marcin Kuzminski
f8503e15e7
dependencies: bumped psutil==5.6.5
2019-11-14 13:05:43 +01:00
Marcin Kuzminski
ff28d38033
dependencies: bumped amqp==2.5.2 and kombu==4.6.6
2019-11-14 13:05:16 +01:00
Marcin Kuzminski
507a62ae97
dependencies: bumped deform==2.0.8
2019-11-14 13:04:41 +01:00
Marcin Kuzminski
3e44c4bb59
dependencies: bumped dogpile.cache==0.9.0
2019-11-14 13:04:18 +01:00
Marcin Kuzminski
2f6dec7ef9
templates: use a single helper to select activated menu entries in templates.
2019-11-14 11:46:22 +01:00
Marcin Kuzminski
e926f77246
docs: added expire static files nginx directive for better caching
2019-11-13 10:23:13 +01:00
Daniel Dourvaris
45de0aae6c
notifications/emails: improve notification display and rendered emails structure
2019-11-13 01:44:55 +01:00
Marcin Kuzminski
9c9406e94c
repo-groups: removed locking inheritance flag from repo-groups. We'll deprecate this soon and this only brings in confusion
2019-11-13 01:15:44 +01:00
Marcin Kuzminski
68785bf46b
registration: updated flash with more information after user registered.
2019-11-12 15:18:42 +01:00
Marcin Kuzminski
b3c6e232b9
registration: properly expose first_name/last_name into email fake object.
2019-11-12 15:11:35 +01:00
Marcin Kuzminski
b07c737259
users: do not require description on admin user creation
2019-11-12 14:52:15 +01:00
Marcin Kuzminski
ecebee8eeb
pull-requests: added quick filter to grid view.
2019-11-09 00:06:28 +01:00
Marcin Kuzminski
f914f28831
pull-requests: confirm close without merge
2019-11-08 17:40:46 +01:00
Marcin Kuzminski
a8c8c480ef
pr: cleanup merge checks page, and use stable url. previously refresh checks ajax would change the URL
2019-11-08 17:10:16 +01:00
Daniel Dourvaris
1cda15c2a2
emails: expose inline/general next to comment type.
2019-11-08 16:40:09 +01:00
Marcin Kuzminski
06b5e64be7
pull-request: flip the order of comments/merge status. Comments should be close to actuall comments
2019-11-08 15:23:41 +01:00
Daniel Dourvaris
603a3c0545
emails: added reply link to comment type emails
...
- also added note/todo ID in display
- cleanup code for anchor resolution, and selected elements highlight
2019-11-08 13:05:34 +01:00
Marcin Kuzminski
697ce81998
api: allow extra recipients for pr/commit comments api methods
...
- adds some sort of CC functionality for notification
- allows sending emails with notifications to people who are not commit messages, or pr reviewers e.g project manager etc.
2019-11-07 22:29:39 +01:00
Marcin Kuzminski
bd7a7f7bc1
tests: specify custom order of tests for faster feedback and execution of slower tests at the end.
2019-11-07 18:13:33 +01:00
Daniel Dourvaris
3027943bdf
hovercards: enable hovercards on parsed commits references.
2019-11-07 14:10:03 +01:00
Daniel Dourvaris
51f357d869
hovercards: allow hovercards on parsed !PR patterns.
...
- in addition expose server info so we can generate fully qualified urls.
2019-11-07 13:58:59 +01:00
Marcin Kuzminski
20e38aff3f
error-document: embeed ICON so we don't hit server on error page.
2019-11-07 13:59:22 +01:00
Marcin Kuzminski
1addb7b6e2
security: fixed issues with exposing repository names using global PR redirection link
...
logic.
- Since redirect was created to repository which linked to the PR, users who
didn't have permissions to those repos could still see the name in the url generated.
2019-11-07 13:21:42 +01:00
Marcin Kuzminski
de0032cf5d
files: don't expose copy content if this is a binary file
2019-11-06 14:25:59 +01:00
Daniel Dourvaris
f34ef035b6
comments: enable urlify functions on comments in repo/pr scopes.
...
- allows render of !NUM patterns as well as issue tracker patterns.
2019-11-06 14:07:09 +01:00
Daniel Dourvaris
ad7ff3bf73
patterns: enabled global !NUM match for new style pull-request references.
2019-11-06 13:56:26 +01:00
Daniel Dourvaris
b807af96dd
header-labels: fixed small spacing issues
2019-11-06 12:43:38 +01:00
Daniel Dourvaris
836aa041be
pull-requests: change the naming from #NUM into !NUM.
...
- We'll later on enable global pattern matching and from now on refercing a pr should be
used with an ! not to confuse #NUM which is tickets/issues
2019-11-06 12:24:42 +01:00
Daniel Dourvaris
453a6ee9a2
emails: updated emails design and data structure they provide.
...
- more consistent UI for emails
- nicer formatting, plaintext emails
- major cleanup and fixes lots of incosistencies
- additionally debug-style now allows to test emails in browser for faster development
2019-11-05 19:07:09 +01:00
Marcin Kuzminski
a5dd4ceb99
diffs: toggle race condition on sticky vs wide-diff-mode that caused some display artifacts
2019-11-05 09:30:03 +01:00
Marcin Kuzminski
491d84ca22
cache: bump file-tree caches to next iteration
2019-11-04 23:05:07 +01:00
Marcin Kuzminski
cac6e51396
dev-setup: pin to nix 2.0.4 by using older installer.
2019-11-04 16:22:03 +01:00
Marcin Kuzminski
484c03ac97
502-template: embed favicon since 502 page cannot access it.
2019-11-04 16:21:42 +01:00
Marcin Kuzminski
db66dae0fa
tooltips: small fixes/tests fixes.
2019-11-04 10:53:09 +01:00
Marcin Kuzminski
1e60975f0e
hovercards: added commit hovercard for files, and dashboard views.
2019-11-03 22:02:17 +01:00
Marcin Kuzminski
7716757866
js: tooltip allow full html mode using a base64 encoded data property.
2019-11-03 16:08:53 +01:00
Marcin Kuzminski
d1f9a98f57
js: remove rc-toggle
2019-11-03 16:08:00 +01:00
Marcin Kuzminski
c893a24050
notifications: removed polymer from notifications page.
2019-11-02 21:59:35 +01:00
Marcin Kuzminski
bdd13e6cb4
my-account: moved email closer to profile as it's similar data just moved outside.
2019-11-02 21:58:54 +01:00
Marcin Kuzminski
9ea1969946
files: added copy content action
2019-11-01 00:11:10 +01:00
Marcin Kuzminski
29038019e8
hovercacrds: added new tooltips and hovercards to expose certain information for objects shown in UI
2019-10-31 17:52:42 +01:00
Marcin Kuzminski
66317255dd
user/user-groups: render description in unified way with support of metatags
2019-10-31 17:58:30 +01:00
Marcin Kuzminski
9b9e7d2a5a
users: description edit fixes
...
- tests
- added metatags info
2019-10-31 11:22:32 +01:00
Marcin Kuzminski
8a683cb244
js: fixed usage of minimized JS
2019-10-31 15:13:08 +01:00
Marcin Kuzminski
cd0bf47064
users: add edition of description in admin view for users
2019-10-31 10:28:13 +01:00